Metadata-Version: 1.1
Name: reframe
Version: 1.0.0
Summary: Relational algebra on top of Pandas DataFrames 
Home-page: https://github.com/bnmnetp/relation
Author: Brad Miller
Author-email: bonelake@mac.com
License: GPL
Description: REFRAME
        =======
        
        For use in my data modeling and querying course, I have made this layer on top of Pandas DataFrames that behave like simple Relational Algebra Operators.
        
        
Keywords: database,relational
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Education
