MySQL-python


NameMySQL-python JSON
Version 1.2.5 PyPI version JSON
download
home_pagehttps://github.com/farcepest/MySQLdb1
SummaryPython interface to MySQL
upload_time2014-01-02 19:42:36
maintainerNone
docs_urlNone
authorAndy Dustman
requires_pythonNone
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            =========================
Python interface to MySQL
=========================

MySQLdb is an interface to the popular MySQL_ database server for
Python.  The design goals are:

- Compliance with Python database API version 2.0 [PEP-0249]_
- Thread-safety
- Thread-friendliness (threads will not block each other)

MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
supported. Python-3.0 will be supported in a future release.
PyPy is supported.

MySQLdb is `Free Software`_.

.. _MySQL: http://www.mysql.com/
.. _`Free Software`: http://www.gnu.org/
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/farcepest/MySQLdb1",
    "name": "MySQL-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Andy Dustman",
    "author_email": "farcepest@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip",
    "platform": "ALL",
    "description": "=========================\nPython interface to MySQL\n=========================\n\nMySQLdb is an interface to the popular MySQL_ database server for\nPython.  The design goals are:\n\n- Compliance with Python database API version 2.0 [PEP-0249]_\n- Thread-safety\n- Thread-friendliness (threads will not block each other)\n\nMySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently\nsupported. Python-3.0 will be supported in a future release.\nPyPy is supported.\n\nMySQLdb is `Free Software`_.\n\n.. _MySQL: http://www.mysql.com/\n.. _`Free Software`: http://www.gnu.org/\n.. [PEP-0249] http://www.python.org/peps/pep-0249.html",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Python interface to MySQL",
    "version": "1.2.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2706596ae3afeefc0cda5840036c42920222cb8136c101ec0f453f2e36df12a0",
                "md5": "6f43f42516ea26e79cfb100af69a925e",
                "sha256": "ab22d1322099098730a57fd59d610f60738f95a1cb68dacca2d1c47cb0cbe8ee"
            },
            "downloads": -1,
            "filename": "MySQL-python-1.2.5.win32-py2.7.exe",
            "has_sig": false,
            "md5_digest": "6f43f42516ea26e79cfb100af69a925e",
            "packagetype": "bdist_wininst",
            "python_version": "2.7",
            "requires_python": null,
            "size": 1063857,
            "upload_time": "2014-01-02T19:43:08",
            "upload_time_iso_8601": "2014-01-02T19:43:08.251341Z",
            "url": "https://files.pythonhosted.org/packages/27/06/596ae3afeefc0cda5840036c42920222cb8136c101ec0f453f2e36df12a0/MySQL-python-1.2.5.win32-py2.7.exe",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5e951b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad",
                "md5": "654f75b302db6ed8dc5a898c625e030c",
                "sha256": "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74"
            },
            "downloads": -1,
            "filename": "MySQL-python-1.2.5.zip",
            "has_sig": false,
            "md5_digest": "654f75b302db6ed8dc5a898c625e030c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 108935,
            "upload_time": "2014-01-02T19:42:36",
            "upload_time_iso_8601": "2014-01-02T19:42:36.247922Z",
            "url": "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2014-01-02 19:42:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "farcepest",
    "github_project": "MySQLdb1",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "mysql-python"
}
        
Elapsed time: 0.18408s