pymysql_sa


Namepymysql_sa JSON
Version 1.0 PyPI version JSON
download
home_pagehttp://www.evax.fr
SummaryPyMySQL dialect for SQLAlchemy.
upload_time2010-12-01 20:37:38
maintainerNone
docs_urlNone
authorEvax Software
requires_pythonNone
licenseMIT License
keywords sqlalchemy pymysql dialect gevent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pymysql_sa
==========

This package provides a PyMySQL__ dialect for SQLAlchemy__.

__ http://code.google.com/p/pymysql/
__ http://www.slqalchemy.org

Installation
------------

::

    easy_install pymysql_sa

Usage
-----

PyMySQL is a pure Python MySQL client providing a DB-API to a MySQL database by talking directly to the server via the binary client/server protocol.

You can explicitly use pymysql by changing the 'mysql' part of your engine url to 'pymysql'.

You can also make pymysql the default mysql dialect as follows::

    import pymysql_sa
    pymysql_sa.make_default_mysql_dialect()

In this case you don't need to change the engine url.

Being pure Python, PyMySQL is easily patched by gevent__ and the likes to make it cooperative.

__ http://www.gevent.org
            

Raw data

            {
    "_id": null,
    "home_page": "http://www.evax.fr",
    "name": "pymysql_sa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "sqlalchemy,pymysql,dialect,gevent",
    "author": "Evax Software",
    "author_email": "contact@evax.fr",
    "download_url": "https://files.pythonhosted.org/packages/58/81/28f9b607b47c55aa83c5fb3eda54cd61b0a6b6a08e6ff1a0c0e606b65bff/pymysql_sa-1.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "pymysql_sa\n==========\n\nThis package provides a PyMySQL__ dialect for SQLAlchemy__.\n\n__ http://code.google.com/p/pymysql/\n__ http://www.slqalchemy.org\n\nInstallation\n------------\n\n::\n\n    easy_install pymysql_sa\n\nUsage\n-----\n\nPyMySQL is a pure Python MySQL client providing a DB-API to a MySQL database by talking directly to the server via the binary client/server protocol.\n\nYou can explicitly use pymysql by changing the 'mysql' part of your engine url to 'pymysql'.\n\nYou can also make pymysql the default mysql dialect as follows::\n\n    import pymysql_sa\n    pymysql_sa.make_default_mysql_dialect()\n\nIn this case you don't need to change the engine url.\n\nBeing pure Python, PyMySQL is easily patched by gevent__ and the likes to make it cooperative.\n\n__ http://www.gevent.org",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "PyMySQL dialect for SQLAlchemy.",
    "version": "1.0",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://www.evax.fr"
    },
    "split_keywords": [
        "sqlalchemy",
        "pymysql",
        "dialect",
        "gevent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23ee8eef94f61bfa14a531369c678921ddbb3d8b0d424d1a8a9bb7f53e91e193",
                "md5": "920a1506d1882a9ea3b73009b7d23d03",
                "sha256": "e4470c26909d34a1abebda43e35c31b323024336120a54bb1573a65bbcbfb6a6"
            },
            "downloads": -1,
            "filename": "pymysql_sa-1.0-py2.6.egg",
            "has_sig": false,
            "md5_digest": "920a1506d1882a9ea3b73009b7d23d03",
            "packagetype": "bdist_egg",
            "python_version": "2.6",
            "requires_python": null,
            "size": 8387,
            "upload_time": "2010-12-01T20:37:46",
            "upload_time_iso_8601": "2010-12-01T20:37:46.023838Z",
            "url": "https://files.pythonhosted.org/packages/23/ee/8eef94f61bfa14a531369c678921ddbb3d8b0d424d1a8a9bb7f53e91e193/pymysql_sa-1.0-py2.6.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "588128f9b607b47c55aa83c5fb3eda54cd61b0a6b6a08e6ff1a0c0e606b65bff",
                "md5": "c612a08c48d823280e2fbcf0d58f9f57",
                "sha256": "a2676bce514a29b2d6ab418812259b0c2f7564150ac53455420a20bd7935314a"
            },
            "downloads": -1,
            "filename": "pymysql_sa-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c612a08c48d823280e2fbcf0d58f9f57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2663,
            "upload_time": "2010-12-01T20:37:38",
            "upload_time_iso_8601": "2010-12-01T20:37:38.527607Z",
            "url": "https://files.pythonhosted.org/packages/58/81/28f9b607b47c55aa83c5fb3eda54cd61b0a6b6a08e6ff1a0c0e606b65bff/pymysql_sa-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2010-12-01 20:37:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymysql_sa"
}
        
Elapsed time: 0.37142s