{ "info": { "author": "Daniele Varrazzo", "author_email": "daniele.varrazzo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "The qmarkpg package is a psycopg2_ wrapper allowing the use of \"qmark\"\nplaceholders style for query arguments (i.e. ``?`` instead of ``%s``).\nThere is no support for parameters dictionaries: only positional parameters\nare allowed.\n\nAdopting \"qmark\" and dropping support for \"format\" (*i.e.* ``%s``) and\n\"pyformat\" (*i.e.* ``%(name)s``) placeholders is not in program for future\nPsycopg versions; however, maintainers of multi-database environments may find\nthe \"qmark\" placeholder style more useful for cross-database compatibility:\nthis module is designed to support such requirement without requiring\nextensive rewriting of application directly using psycopg2.\n\n.. _psycopg2: http://initd.org/psycopg/", "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/dvarrazzo/qmarkpg", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "qmarkpg", "package_url": "https://pypi.org/project/qmarkpg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/qmarkpg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dvarrazzo/qmarkpg" }, "release_url": "https://pypi.org/project/qmarkpg/0.2/", "requires_dist": null, "requires_python": null, "summary": "A psycopg2 wrapper using the qmark parameters style", "version": "0.2" }, "last_serial": 656778, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6c55581a28abd4e8adc732ded031ff7b", "sha256": "fd30826af0afaaaad4e51e43910f1ab6d0e399607983cf8e4c4fa4e500dafd4d" }, "downloads": -1, "filename": "qmarkpg-0.1.tar.gz", "has_sig": false, "md5_digest": "6c55581a28abd4e8adc732ded031ff7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2961, "upload_time": "2013-05-19T01:14:16", "url": "https://files.pythonhosted.org/packages/d3/5b/7af37f0ee4f5d56b86892feb01aba7e4c53a6b32cb6eb051d9bee0407edf/qmarkpg-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e348a30a4580c811793e625c4d866031", "sha256": "9b0a90e5587413b6f54e7818a3bb209db2f65c92e4ce43af643d9824a48c672f" }, "downloads": -1, "filename": "qmarkpg-0.2.tar.gz", "has_sig": false, "md5_digest": "e348a30a4580c811793e625c4d866031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2013-05-20T23:34:32", "url": "https://files.pythonhosted.org/packages/4a/f5/6672f99f44a116dcfec269dc49a4bb6ce3b12a709241011ece98c6ccd0b8/qmarkpg-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e348a30a4580c811793e625c4d866031", "sha256": "9b0a90e5587413b6f54e7818a3bb209db2f65c92e4ce43af643d9824a48c672f" }, "downloads": -1, "filename": "qmarkpg-0.2.tar.gz", "has_sig": false, "md5_digest": "e348a30a4580c811793e625c4d866031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2013-05-20T23:34:32", "url": "https://files.pythonhosted.org/packages/4a/f5/6672f99f44a116dcfec269dc49a4bb6ce3b12a709241011ece98c6ccd0b8/qmarkpg-0.2.tar.gz" } ] }