Metadata-Version: 1.2
Name: mimerpy
Version: 1.0.11
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 `Mimer SQL`_ in Python which implements the
        [PEP-0249]_ database interface.  It allows the user to access the powerful
        tools and advantages of Mimer SQL through Python.  MimerPy is implemented as
        a Cpython wrapper of the native MimerAPI interface.  A successfull install
        requires that Mimer V11 is installed.
        .. _[PEP-0249] https://www.python.org/dev/peps/pep-0249/
        .. _`Mimer SQL` 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
