Metadata-Version: 1.1
Name: pyodbcOpenEdge
Version: 1.0
Summary: A Django Backend for OpenEdge databases (Progress)
Home-page: http://monasysinfo.github.io/pyodbcOpenEdge/
Author: Jean-Yves Priou
Author-email: monasysinfo@gmail.com
License: BSD
Description: 
        This module allows the use of the OpenEdge (Progress) databases through Django. It uses pyodbc for the db connexions. It provides the ability to create tables from Django models, or to access existing tables (4GL or SQL) in your Django application.
        The South integration permits to migrate the database schema.
        
Keywords: django openedge progress odbc pyodbc databases backend
Platform: Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
