{ "info": { "author": "AWeber Communications", "author_email": "api@aweber.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "sprockets.clients.postgresql\n============================\nThe ``sprockets.clients.postgresql`` package wraps the\n`queries `_ package providing environment\nvariable based configuration for connecting to PostgreSQL.\n\n|Version| |Downloads| |Status| |Coverage| |License|\n\nInstallation\n------------\nsprockets.clients.postgresql is available on the\n`Python Package Index `_\nand can be installed via ``pip`` or ``easy_install``:\n\n.. code:: bash\n\n pip install sprockets.clients.postgresql\n\nDocumentation\n-------------\nhttps://sprocketsclientspostgresql.readthedocs.org\n\nRequirements\n------------\n- `queries`_\n\nExample\n-------\nThe following example sets the environment variable for connecting to\nPostgreSQL on localhost to the ``production`` database and issues a query.\n\n.. code:: python\n\n import os\n\n from sprockets.clients import postgresql\n\n os.environ['PGSQL_PROD'] = 'postgresql://postgres@localhost:5432/production'\n\n session = postgresql.Session('prod')\n result = session.query('SELECT 1')\n print(repr(result))\n\nVersion History\n---------------\nAvailable at https://sprocketsclientspostgresql.readthedocs.org/en/latest/history.html\n\n.. |Version| image:: https://badge.fury.io/py/sprockets.clients.postgresql.svg?\n :target: http://badge.fury.io/py/sprockets.clients.postgresql\n\n.. |Status| image:: https://travis-ci.org/sprockets/sprockets.clients.postgresql.svg?branch=master\n :target: https://travis-ci.org/sprockets/sprockets.clients.postgresql\n\n.. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.clients.postgresql.svg?\n :target: https://coveralls.io/r/sprockets/sprockets.clients.postgresql\n\n.. |Downloads| image:: https://pypip.in/d/sprockets.clients.postgresql/badge.svg?\n :target: https://pypi.python.org/pypi/sprockets.clients.postgresql\n\n.. |License| image:: https://pypip.in/license/sprockets.clients.postgresql/badge.svg?\n :target: https://sprocketsclientspostgresql.readthedocs.org", "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/sprockets/sprockets.clients.postgresql.git", "keywords": null, "license": "Copyright (c) 2014 AWeber Communications\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of Sprockets nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "sprockets.clients.postgresql", "package_url": "https://pypi.org/project/sprockets.clients.postgresql/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sprockets.clients.postgresql/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sprockets/sprockets.clients.postgresql.git" }, "release_url": "https://pypi.org/project/sprockets.clients.postgresql/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "PostgreSQL client library wrapper providing environment variable based configuration", "version": "2.0.0" }, "last_serial": 1251110, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9b1134c8ba2d53bde9ddb242449bc792", "sha256": "b9e86bd208daf8132180bdce3b0a8e333932b87ece04fdecbb13c1e693507af3" }, "downloads": -1, "filename": "sprockets.clients.postgresql-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9b1134c8ba2d53bde9ddb242449bc792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6134, "upload_time": "2014-08-29T16:03:18", "url": "https://files.pythonhosted.org/packages/df/85/6b3e0aec3b08f92ac59fb443d1531c8e787ab14b0be3c7ecc8031efacfbd/sprockets.clients.postgresql-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4d7a07c37bcb2796c40e289200b5ccc8", "sha256": "4963dc99591b4b4bbf060cae1eea0fdaca97cf17bd377d6bccf7cdd1f6ec5a98" }, "downloads": -1, "filename": "sprockets.clients.postgresql-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4d7a07c37bcb2796c40e289200b5ccc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4858, "upload_time": "2014-09-05T20:36:02", "url": "https://files.pythonhosted.org/packages/e9/89/ae160b4216207e7f2731a29990614eb5764317cb88f6e70fba937bee7997/sprockets.clients.postgresql-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "94cf147a503a8d2be42b05cc83739494", "sha256": "aa7c3c9747e73cd4bfea9f5c9788355dd5d586f9382c20f9408914c0742ab822" }, "downloads": -1, "filename": "sprockets.clients.postgresql-2.0.0.tar.gz", "has_sig": false, "md5_digest": "94cf147a503a8d2be42b05cc83739494", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4836, "upload_time": "2014-10-07T20:39:18", "url": "https://files.pythonhosted.org/packages/a7/7d/d98a1f83a861cf00db1464038da667fb89202a93d585342ec8afd19e47d0/sprockets.clients.postgresql-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94cf147a503a8d2be42b05cc83739494", "sha256": "aa7c3c9747e73cd4bfea9f5c9788355dd5d586f9382c20f9408914c0742ab822" }, "downloads": -1, "filename": "sprockets.clients.postgresql-2.0.0.tar.gz", "has_sig": false, "md5_digest": "94cf147a503a8d2be42b05cc83739494", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4836, "upload_time": "2014-10-07T20:39:18", "url": "https://files.pythonhosted.org/packages/a7/7d/d98a1f83a861cf00db1464038da667fb89202a93d585342ec8afd19e47d0/sprockets.clients.postgresql-2.0.0.tar.gz" } ] }