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:
python3 -m pip install mimerpyThe 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.