et3

Simple library for Extracting and Transforming data, third incarnation.


License
GPL-3.0
Install
pip install et3==1.3

Documentation

et3

A simple library for Extracting and Transforming data, third incarnation.

install

$ pip install et3

usage

You have a description of your data in the form of a dictionary, with each key's value being a list of transformers. This description is applied to a list of items using the render and render_item functions. The first transformer in the list of transformers receives the item, the next element receives the result of the previous transformation and so on.

Examples: