{ "info": { "author": "Ian Clelland", "author_email": "clelland@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Database :: Front-Ends" ], "description": "django-mysql-pymysql\n====================\n\nThis is a Django database backend for MySQL, using the PyMySQL database adapter. It is intended to be a drop-in replacement for the built-in MySQLdb backend, and leverages quite a bit of its code.\n\nIt is currently experimental, and has only been tested against Django trunk (1.4-pre-alpha), and Vinay Sajip's Py3k branch on BitBucket (https://bitbucket.org/vinay.sajip/django). At the moment, it won't work with Django 1.3, as it uses Aymeric Augustin's timezone-aware datetime patch.\n\n\nRequirements\n------------\n\n* Django trunk or Py3k Branch\n* PyMySQL (patches here: https://github.com/clelland/PyMySQL)\n\nInstallation\n------------\n\n::\n\n1. Clone and install into your site-packages directory:\n\n $ git clone https://github.com/clelland/django-mysql-pymysql\n $ cd django-mysql-pymysql\n $ python setup.py install\n\n2. Edit your settings file:\n\n::\n\n DATABASES = {\n 'default': {\n 'ENGINE': 'mysql_pymysql',\n 'HOST': ...,\n 'USER': ...,\n 'PASSWORD': ...,\n }\n }\n\n\n3. You're done.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clelland/django-mysql-pymysql", "keywords": "django mysql pymysql", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-mysql-pymysql", "package_url": "https://pypi.org/project/django-mysql-pymysql/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mysql-pymysql/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/clelland/django-mysql-pymysql" }, "release_url": "https://pypi.org/project/django-mysql-pymysql/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django MySQL backend for PyMySQL adapter", "version": "0.1" }, "last_serial": 790144, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ef06c23bb0cdb6b4ee66b38a36020492", "sha256": "dc53dd2c66344ee99b54cd2c37386cf298b32c772a4607a86043a15e44fd19f1" }, "downloads": -1, "filename": "django-mysql-pymysql-0.1.tar.gz", "has_sig": false, "md5_digest": "ef06c23bb0cdb6b4ee66b38a36020492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9069, "upload_time": "2012-11-30T07:14:57", "url": "https://files.pythonhosted.org/packages/5e/b9/48711b68652d30e30ae598f6edbf44b7ae9880f4fff107b49ca635c6d0bb/django-mysql-pymysql-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef06c23bb0cdb6b4ee66b38a36020492", "sha256": "dc53dd2c66344ee99b54cd2c37386cf298b32c772a4607a86043a15e44fd19f1" }, "downloads": -1, "filename": "django-mysql-pymysql-0.1.tar.gz", "has_sig": false, "md5_digest": "ef06c23bb0cdb6b4ee66b38a36020492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9069, "upload_time": "2012-11-30T07:14:57", "url": "https://files.pythonhosted.org/packages/5e/b9/48711b68652d30e30ae598f6edbf44b7ae9880f4fff107b49ca635c6d0bb/django-mysql-pymysql-0.1.tar.gz" } ] }