Metadata-Version: 2.1
Name: mimerpy
Version: 1.1.0
Summary: Python database interface for Mimer SQL
Home-page: https://developer.mimer.com/mimerpy
Author: Erik Gunne & Magdalena Bostrom
Author-email: mimerpy@mimer.com
Maintainer: Mimer Information Technology AB
Maintainer-email: mimerpy@mimer.com
License: MIT
Description: MimerPy: Python database interface for Mimer SQL
        ==================================================
        MimerPy is an adapter for Mimer SQL version 11 in Python_ which implements the
        `PEP 249`_ specification.  It allows the user to access Mimer SQL through Python. MimerPy is
        implemented on top of a Cpython wrapper of the native Mimer API interface.
        
        Requirements:
        
        * A Mimer SQL version 11 or later installation on the client side
        * A Mimer SQL version 11 or later database server
        * MimerPy is currently supported on Linux, and Windows.
        * Python 3.5 or later
        
        The source code for MimerPy resides on GitHub_. Installable packages
        can be found on PyPi_. To install, use the command:
        
        .. code-block:: console
        
            python3 -m pip install mimerpy
        
        The source for the MimerPy manual is stored together with the source
        in the doc/ directory. We recommend reading it on the
        Mimer Information Technology `documentation site`_.
        
        The `home page`_ for the project can be found on the Mimer Information Technology developer site.
        
        
        .. _Python: http://www.python.org/
        .. _PEP 249: https://www.python.org/dev/peps/pep-0249/
        .. _MimerSQL: https://www.mimer.com
        .. _GitHub: https://github.com/mimersql/MimerPy
        .. _PyPi: https://pypi.org/project/mimerpy/
        .. _documentation site: https://developer.mimer.com/documentation
        .. _home page: https://developer.mimer.com/mimerpy
        
Keywords: Mimer MimerSQL Database SQL PEP249
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
