Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 7100f2b58690d0bf43c8eb8cfe1232ce > files > 851

python-sqlobject-2.1.2-2.mga6.noarch.rpm

Metadata-Version: 1.1
Name: SQLObject
Version: 2.1.2
Summary: Object-Relational Manager, aka database wrapper
Home-page: http://sqlobject.org/
Author: Oleg Broytman
Author-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