Metadata-Version: 1.1
Name: pypeline-db
Version: 0.1.1
Summary: A data processesing and storing helper based on LevelDB
Home-page: https://github.com/kcorbitt/pypeline
Author: Kyle Corbitt
Author-email: kyle@corbt.com
License: MIT
Description: Pypeline
        =======
        
        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.
Keywords: levelDB big data data science
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
