{ "info": { "author": "Sean Reifschneider", "author_email": "jafo@tummy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.3", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Database" ], "description": "Here are a few of the features:\r\n\r\n Query results can be accessed as a dictionary of columns.\r\n\r\n Queries return indexable iterators with dictionary syntax, so you can\r\n do things like \"for row in query\", and \"query(cmd)[0]\". Note that\r\n indexes can only be larger than or equal to the last index.\r\n\r\n Query arguments are passed as discrete arguments, not as a tuple.\r\n Passing as a tuple always makes me want to do a \"%\" and if I accidentally\r\n do that it can open up a SQL injection.\r\n\r\n There's an \"insert\" helper that takes a table name and keyword arguments.\r\n Similarly there's a \"dictinsert\" helper that takes a dictionary of\r\n row:values.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/downloads/linsomniac/python-psycopgwrap/python-psycopgwrap-1.05.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/linsomniac/python-psycopgwrap", "keywords": "postgresql database", "license": "", "maintainer": "Sean Reifschneider", "maintainer_email": "jafo@tummy.com", "name": "psycopgwrap", "package_url": "https://pypi.org/project/psycopgwrap/", "platform": "", "project_url": "https://pypi.org/project/psycopgwrap/", "project_urls": { "Download": "https://github.com/downloads/linsomniac/python-psycopgwrap/python-psycopgwrap-1.05.tar.gz", "Homepage": "https://github.com/linsomniac/python-psycopgwrap" }, "release_url": "https://pypi.org/project/psycopgwrap/1.05/", "requires_dist": null, "requires_python": null, "summary": "A wrapper around psycopg2 to make common things easier.", "version": "1.05" }, "last_serial": 242708, "releases": { "1.04": [], "1.05": [] }, "urls": [] }