{ "info": { "author": "Wicher Minnaard", "author_email": "wicher@gavagai.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Database", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "QuickPiggy - launch a PostgreSQL server from Python, without the hassle.\r\n--------------------------------------------------------------------------------\r\nby Wicher Minnaard \r\n\r\nRationale: http://smorgasbord.gavagai.nl/2011/02/postgresql-quickie-server/\r\n\r\nThis is public domain software.\r\n\r\nPrerequisites:\r\n\r\n- postgresql-server (tested with v9.0), providing 'postgres', 'initdb', 'createdb'\r\n\r\n- postgresql libraries and clients (tested with v9.0), providing 'psql'\r\n\r\nTest your prerequisites by running 'quickpiggy.py' as a program.\r\n\r\nA makeshift PostgresSQL instance can be obtained quite easily:\r\n\r\npig = quickpiggy.Piggy(volatile=True, create_db='somedb')\r\n\r\nconn = psycopg2.connect(pig.dsnstring())\r\n\r\nMost other use cases can be accommodated for by passing more parameters.\r\n\r\nThis version works with Python 2.7 and 3.1+.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://smormedia.gavagai.nl/dist/quickpiggy/", "keywords": "postgresql", "license": "Public domain", "maintainer": "", "maintainer_email": "", "name": "quickpiggy", "package_url": "https://pypi.org/project/quickpiggy/", "platform": "Unix or unix-ish", "project_url": "https://pypi.org/project/quickpiggy/", "project_urls": { "Homepage": "http://smormedia.gavagai.nl/dist/quickpiggy/" }, "release_url": "https://pypi.org/project/quickpiggy/0.2/", "requires_dist": null, "requires_python": null, "summary": "QuickPiggy - launch a PostgreSQL server, without the hassle.", "version": "0.2" }, "last_serial": 1737798, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "c7e4308ce8a92820345b62840f4ed5c2", "sha256": "20ad516a4d3d543cd88decbb783485a6debbb677753e7c81d79a5bcaeb8f0bc1" }, "downloads": -1, "filename": "quickpiggy-0.2.tar.gz", "has_sig": false, "md5_digest": "c7e4308ce8a92820345b62840f4ed5c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3916, "upload_time": "2015-09-25T08:11:39", "url": "https://files.pythonhosted.org/packages/3d/e9/6b7205adbd83d2193e9148fb9456e9ceb2e7dae6d0ba8e250e34dc209ad7/quickpiggy-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7e4308ce8a92820345b62840f4ed5c2", "sha256": "20ad516a4d3d543cd88decbb783485a6debbb677753e7c81d79a5bcaeb8f0bc1" }, "downloads": -1, "filename": "quickpiggy-0.2.tar.gz", "has_sig": false, "md5_digest": "c7e4308ce8a92820345b62840f4ed5c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3916, "upload_time": "2015-09-25T08:11:39", "url": "https://files.pythonhosted.org/packages/3d/e9/6b7205adbd83d2193e9148fb9456e9ceb2e7dae6d0ba8e250e34dc209ad7/quickpiggy-0.2.tar.gz" } ] }