mimerpy


Namemimerpy JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://developer.mimer.com/mimerpy
SummaryPython database interface for Mimer SQL
upload_time2024-04-12 12:39:44
maintainerMimer Information Technology AB
docs_urlNone
authorErik Gunne & Magdalena Bostrom
requires_python>=3.5
licenseMIT
keywords mimer mimersql database sql pep249
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.mimer.com/mimerpy",
    "name": "mimerpy",
    "maintainer": "Mimer Information Technology AB",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "mimerpy@mimer.com",
    "keywords": "Mimer MimerSQL Database SQL PEP249",
    "author": "Erik Gunne & Magdalena Bostrom",
    "author_email": "mimerpy@mimer.com",
    "download_url": "https://files.pythonhosted.org/packages/27/36/1f7805bf3d1600e12e973539f613f8cb817513ac3cb8a6a636d5493900cd/mimerpy-1.1.4.tar.gz",
    "platform": null,
    "description": "MimerPy: Python database interface for Mimer SQL\n==================================================\nMimerPy is an adapter for Mimer SQL version 11 in Python_ which implements the\n`PEP 249`_ specification.  It allows the user to access Mimer SQL through Python. MimerPy is\nimplemented on top of a Cpython wrapper of the native Mimer API interface.\n\nRequirements:\n\n* A Mimer SQL version 11 or later installation on the client side\n* A Mimer SQL version 11 or later database server\n* MimerPy is currently supported on Linux, and Windows.\n* Python 3.5 or later\n\nThe source code for MimerPy resides on GitHub_. Installable packages\ncan be found on PyPi_. To install, use the command:\n\n.. code-block:: console\n\n    python3 -m pip install mimerpy\n\nThe source for the MimerPy manual is stored together with the source\nin the doc/ directory. We recommend reading it on the\nMimer Information Technology `documentation site`_.\n\nThe `home page`_ for the project can be found on the Mimer Information Technology developer site.\n\n\n.. _Python: http://www.python.org/\n.. _PEP 249: https://www.python.org/dev/peps/pep-0249/\n.. _MimerSQL: https://www.mimer.com\n.. _GitHub: https://github.com/mimersql/MimerPy\n.. _PyPi: https://pypi.org/project/mimerpy/\n.. _documentation site: https://developer.mimer.com/documentation\n.. _home page: https://developer.mimer.com/mimerpy",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python database interface for Mimer SQL",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://developer.mimer.com/mimerpy"
    },
    "split_keywords": [
        "mimer",
        "mimersql",
        "database",
        "sql",
        "pep249"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27361f7805bf3d1600e12e973539f613f8cb817513ac3cb8a6a636d5493900cd",
                "md5": "0d52cafa82c63a8e9fbdc5719a8f1ad3",
                "sha256": "1cbef6ea242ad48dd6e62a7db12bf51cd395a8113264484d4d843ddf2f8be161"
            },
            "downloads": -1,
            "filename": "mimerpy-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0d52cafa82c63a8e9fbdc5719a8f1ad3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 80803,
            "upload_time": "2024-04-12T12:39:44",
            "upload_time_iso_8601": "2024-04-12T12:39:44.494708Z",
            "url": "https://files.pythonhosted.org/packages/27/36/1f7805bf3d1600e12e973539f613f8cb817513ac3cb8a6a636d5493900cd/mimerpy-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 12:39:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mimerpy"
}
        
Elapsed time: 0.23354s