Metadata-Version: 1.2
Name: mimerpy
Version: 1.0.19
Summary: Python database interface for Mimer SQL
Home-page: https://www.mimer.com
Author: Erik Gunne & Magdalena Bostrom
Author-email: erik.gunne@mimer.com
Maintainer: Mimer Information Technology AB
Maintainer-email: mimerpy@mimer.com
License: MIT
Description: MimerPy -- Python database interface for MimerSQL
        =================================================
        
        MimerPy is an adapter for MimerSQL_ V11 in Python_ which implements the
        `PEP 249`_ specification.  It allows the user to access the powerful
        tools and advantages of MimerSQL through Python.  MimerPy is
        implemented as a Cpython wrapper of the native MimerAPI interface.
        
        MimerPy requires a Mimer V11 installation.
        
        .. _Python: http://www.python.org/
        .. _PEP 249: https://www.python.org/dev/peps/pep-0249/
        .. _MimerSQL: https://www.mimer.com
        
Keywords: Mimer MimerSQL Database SQL PEP249
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.5
