Metadata-Version: 1.0
Name: SQLObject
Version: 0.7b1
Summary: Object-Relational Manager, aka database wrapper
Home-page: http://sqlobject.org
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: LGPL
Description: Classes created using SQLObject wrap database rows, presenting a
        friendly-looking Python object instead of a database/SQL interface.
        Emphasizes convenience.  Works with MySQL, Postgres, SQLite, Firebird.
        Requires Python 2.2+.
        
        For development see the `subversion repository
        <http://svn.colorstudy.com/trunk/SQLObject#egg=SQLObject>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
