Metadata-Version: 1.1
Name: py2jdbc
Version: 0.0.3
Summary: Python DBI interface to JDBC databases
Home-page: https://github.com/swstephe/py2jdbc
Author: Scott Stephens
Author-email: scott@ariftek.com
License: BSD 2-Clause License
Description: 
        ``py2jdbc`` is an open source Python module that accesses JDBC-compliant databases.
        It implements the [DB API 2.0](https://www.python.orgfdev/peps/pep-0249)
        specification.
        
        - Documentation: http://py2jdbc.readthedocs.org/
        - Source: https://github.com/swstephe/py2jdbc
        - Download: https://pypi.python.org/pypi/py2jdbc
            
Keywords: Database,JDBC,JNI,PyPy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
