A data processesing and storing helper based on LevelDB
Project description
A tool for managing data processing in Python
Installation
Pypeline uses LevelDB as a backend and requires it to be present on the system. On Ubuntu systems apt-get install libleveldb1 libleveldb-dev should take care of this.