{ "info": { "author": "Evax Software", "author_email": "contact@evax.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database :: Front-Ends" ], "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", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.evax.fr", "keywords": "sqlalchemy,pymysql,dialect,gevent", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pymysql_sa", "package_url": "https://pypi.org/project/pymysql_sa/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymysql_sa/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.evax.fr" }, "release_url": "https://pypi.org/project/pymysql_sa/1.0/", "requires_dist": null, "requires_python": null, "summary": "PyMySQL dialect for SQLAlchemy.", "version": "1.0" }, "last_serial": 797432, "releases": { "1.0": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/23/ee/8eef94f61bfa14a531369c678921ddbb3d8b0d424d1a8a9bb7f53e91e193/pymysql_sa-1.0-py2.6.egg" }, { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/58/81/28f9b607b47c55aa83c5fb3eda54cd61b0a6b6a08e6ff1a0c0e606b65bff/pymysql_sa-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/23/ee/8eef94f61bfa14a531369c678921ddbb3d8b0d424d1a8a9bb7f53e91e193/pymysql_sa-1.0-py2.6.egg" }, { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/58/81/28f9b607b47c55aa83c5fb3eda54cd61b0a6b6a08e6ff1a0c0e606b65bff/pymysql_sa-1.0.tar.gz" } ] }