Metadata-Version: 2.1
Name: mimerpy
Version: 1.0.24
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 on top of a Cpython wrapper of the native MimerAPI interface.
        
        Requirements:
        
        * A Mimer V11 installation on the client side
        * A Mimer V11 database server
        * MimerPy is currently supported on Linux, MacOS and Windows.
        * Python 3.5 or later
        
        The source code for MimerPy resides on GitHub_. Installable packets
        can be found on PyPi_. To install, use the command::
        pip3 install mimerpy
        
        
        .. _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/
        
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
