Metadata-Version: 1.0
Name: PyORQ
Version: 0.1
Summary: Object Relational binding with Queries
Home-page: http://www.sourceforge.net/projects/pyorq
Author: Roeland Rengelink
Author-email: roeland.rengelink@chello.nl
License: MIT
Description: 
        PyORQ (Python Object Relational binding with Queries) implements persistence
        for Python objects using a relational database (RDBMS, e.g. PostgreSQL MySQL)
        for storage.
        
        PyORQ uses native Python expressions to denote queries which can be
        automatically translated into SQL and then be executed by the backend. This
        leverages the full search capabilities of RDBMSs in an object-oriented
        programming environment.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
