Metadata-Version: 1.0
Name: SQLObject
Version: 0.7.1
Summary: Object-Relational Manager, aka database wrapper
Home-page: http://sqlobject.org
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: LGPL
Download-URL: http://cheeseshop.python.org/pypi/SQLObject/0.7.1
Description: SQLObject is a popular *Object Relational Manager* for providing an
        object interface to your database, with tables as classes, rows as
        instances, and columns as attributes.
        
        SQLObject includes a Python-object-based query language that makes SQL
        more abstract, and provides substantial database independence for
        applications.
        
        Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).
        
        The trunk is available in a `Subversion repository
        <http://svn.sqlobject.org/SQLObject/trunk#egg=SQLObject-dev>`_ installable with
        ``easy_install SQLObject==dev``
        
        The 0.7 bugfix branch is `also available
        <http://svn.sqlobject.org/SQLObject/branches/0.7-bugfix#egg=SQLObject-bugfix>`_
        installable with ``easy_install SQLObject==bugfix``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
