Metadata-Version: 2.4
Name: mimerpy
Version: 1.2.0
Summary: Python database interface for Mimer SQL
Author-email: Erik Gunne <mimerpy@mimer.com>, Magdalena Boström <mimerpy@mimer.com>, Mimer Information Technology AB <mimerpy@mimer.com>
Maintainer-email: Mimer Information Technology AB <mimerpy@mimer.com>
License-Expression: MIT
Project-URL: Homepage, https://developer.mimer.com/mimerpy
Keywords: Mimer,MimerSQL,Database,SQL,PEP249
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Dynamic: license-file

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
