{ "info": { "author": "Hiroyuki Shirakawa", "author_email": "shrkwh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Database" ], "description": "Give a comatibility for following paramstyles to sqlite3 module.\n\n* ANSI C printf format codes, e.g. ...WHERE name=%s\n* Python extended format codes, e.g. ...WHERE name=%(name)s\n\nRequirements\n------------\n* Python 2.7 or 3.4\n\nSetup\n-----\n::\n\n $ easy_install sqlite3paramstyle\n\nor\n\n::\n\n $ pip install sqlite3paramstyle\n\n\nUsage\n-----\n::\n\n import sqlite3paramstyle\n conn = sqlite3paramstyle.connect(\":memory:\")\n\n\nHistory\n-------\n0.0.2 (2015-07-03)\n~~~~~~~~~~~~~~~~~~\n* wheel support\n\n0.0.1 (2015-03-30)\n~~~~~~~~~~~~~~~~~~\n* first release", "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/shrkw/sqlite3_paramstyle", "keywords": "sqlite,sqlite3", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "sqlite3paramstyle", "package_url": "https://pypi.org/project/sqlite3paramstyle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sqlite3paramstyle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shrkw/sqlite3_paramstyle" }, "release_url": "https://pypi.org/project/sqlite3paramstyle/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Extended paramstyle for sqlite3 module", "version": "0.0.2" }, "last_serial": 1619929, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f74f5869f8962dc19b8e258306938434", "sha256": "f635226c9403be3811cdb4ee597c792f2a2b1e5fff9f72c600d9ea27c9373b56" }, "downloads": -1, "filename": "sqlite3paramstyle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f74f5869f8962dc19b8e258306938434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1809, "upload_time": "2015-03-30T23:02:21", "url": "https://files.pythonhosted.org/packages/c7/34/d46e6aedaa10463188c7747acbdbae67427d417b1043729f079d1147e18a/sqlite3paramstyle-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cc54a6e87fcc77aff7021c7d0a929da1", "sha256": "78e057c72a8b654fc8280694812ba87160ba634105417be86035fd8c5b57b1ed" }, "downloads": -1, "filename": "sqlite3paramstyle-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc54a6e87fcc77aff7021c7d0a929da1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3517, "upload_time": "2015-07-05T10:59:59", "url": "https://files.pythonhosted.org/packages/5f/3a/4085d2b83cac9316d9a042d6bf6721ae659f3b4e860071e0419aa660d6fb/sqlite3paramstyle-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4456523531595068475cf86936774698", "sha256": "53c2dabac80e6b21333b69198ede470d8d242de1fab5dc34a34d10bc88cc26f7" }, "downloads": -1, "filename": "sqlite3paramstyle-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4456523531595068475cf86936774698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1866, "upload_time": "2015-07-05T10:59:55", "url": "https://files.pythonhosted.org/packages/c1/ee/273d36df5f48b6ce749b441098d4efea6f1b0146864a75d31fb6c29dc5a9/sqlite3paramstyle-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc54a6e87fcc77aff7021c7d0a929da1", "sha256": "78e057c72a8b654fc8280694812ba87160ba634105417be86035fd8c5b57b1ed" }, "downloads": -1, "filename": "sqlite3paramstyle-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc54a6e87fcc77aff7021c7d0a929da1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3517, "upload_time": "2015-07-05T10:59:59", "url": "https://files.pythonhosted.org/packages/5f/3a/4085d2b83cac9316d9a042d6bf6721ae659f3b4e860071e0419aa660d6fb/sqlite3paramstyle-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4456523531595068475cf86936774698", "sha256": "53c2dabac80e6b21333b69198ede470d8d242de1fab5dc34a34d10bc88cc26f7" }, "downloads": -1, "filename": "sqlite3paramstyle-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4456523531595068475cf86936774698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1866, "upload_time": "2015-07-05T10:59:55", "url": "https://files.pythonhosted.org/packages/c1/ee/273d36df5f48b6ce749b441098d4efea6f1b0146864a75d31fb6c29dc5a9/sqlite3paramstyle-0.0.2.tar.gz" } ] }