Metadata-Version: 2.1
Name: SQLObject
Version: 2.1.2
Summary: Object-Relational Manager, aka database wrapper
Home-page: http://sqlobject.org/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
Maintainer: Oleg Broytman
Maintainer-email: phd@phdru.name
License: LGPL
Download-URL: https://pypi.python.org/pypi/SQLObject/2.1.2
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).
        Python 2.6 or 2.7 is required.
        
        For development see the projects at
        `SourceForge <http://sourceforge.net/projects/sqlobject/>`_
        and `GitHub <https://github.com/sqlobject>`_.
        
        .. image:: https://travis-ci.org/sqlobject/sqlobject.svg?branch=2.1
          :target: https://travis-ci.org/sqlobject/sqlobject
        
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: sqlite
Provides-Extra: sapdb
Provides-Extra: postgresql
Provides-Extra: firebird
Provides-Extra: sybase
Provides-Extra: mysql
Provides-Extra: mssql
