Metadata-Version: 1.1
Name: proof
Version: 0.3.0
Summary: A Python library for creating optimized, repeatable and self-documenting data analysis pipelines.
Home-page: http://proof.readthedocs.org/
Author: Christopher Groskopf
Author-email: staringmonkey@gmail.com
License: MIT
Description: proof is a Python library for creating optimized, repeatable and self-documenting data analysis pipelines.
        
        proof was designed to be used with the agate data analysis library, but can be used with numpy, pandas or any other method of processing data.
        
        Important links:
        
        * Documentation:    http://proof.rtfd.org
        * Repository:       https://github.com/onyxfish/proof
        * Issues:           https://github.com/onyxfish/proof/issues
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
