Giter Club home page Giter Club logo

collective.transmogrifier's Introduction

Transmogrifier

Project moved

Development on this project has been moved to the Plone collective repository.

Transmogrifier provides support for building pipelines that turn one thing into another. Specifically, transmogrifier pipelines are used to convert and import legacy content into a Plone site. It provides the tools to construct pipelines from multiple sections, where each section processes the data flowing through the pipe.

A "transmogrifier pipeline" refers to a description of a set of pipe sections, slotted together in a set order. The stated goal is for these sections to transform data and ultimately add content to a Plone site based on this data. Sections deal with tasks such as sourcing the data (from textfiles, databases, etc.) and characterset conversion, through to determining portal type, location and workflow state.

Note that a transmogrifier pipeline can be used to process any number of things, and is not specific to Plone content import. However, it's original intent is to provide a pluggable way to import legacy content.

See docs/INSTALL.txt for installation instructions.

Development sponsored by
Elkjøp Nordic AS
Design and development
Martijn Pieters at Jarn
Project name
A transmogrifier is fictional device used for transforming one object into another object. The term was coined by Bill Waterson of Calvin and Hobbes fame.

collective.transmogrifier's People

Contributors

aclark4life avatar chervol avatar csenger avatar fschulze avatar garbas avatar hannosch avatar leorochael avatar lrowe avatar mjpieters avatar optilude avatar regebro avatar rpatterson avatar tdesvenain avatar wichert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

collective.transmogrifier's Issues

Add trove classifiers indicating package is for Python2.7 only? (True for versions >1.5)

Getting the exepection below when attempting to use an inserter section:

[url]
blueprint = collective.transmogrifier.sections.inserter
key = string:_url
value = string: http://www.netsight.co.uk/for/example
./bin/instance -O site debug
>>> t = Transmogrifier(object())
>>> t('my.pkg.named.identifier')

Traceback (snipped to show relevant parts)

    pipeline = constructPipeline(self, sections)
  File "/home/zope/msc/eggs/collective.transmogrifier-1.5-py2.6.egg/collective/transmogrifier/utils.py", line 118, in constructPipeline
    pipeline)
   'default-page-name', '.{}.cache'.format(options['blueprint']))
ValueError: zero length field name in format
>>> 

Python2.6 doesn't support zero-length parameters to str.format()
Would it be possible to add trove classifiers to setup.py to indicate which Python verisons are supported?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.