{ "info": { "author": "StyleShare", "author_email": "dev@stylesha.re", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: Stackless" ], "description": "pghstore\n========\n\nThis small module implements a formatter and a loader for hstore_,\none of PostgreSQL_ supplied modules, that stores simple key-value pairs.\n::\n\n >>> dumps({u'a': u'1'})\n '\"a\"=>\"1\"'\n >>> loads('\"a\"=>\"1\"')\n {u'a': u'1'}\n >>> src = [('pgsql', 'mysql'), ('python', 'php'), ('gevent', 'nodejs')]\n >>> loads(dumps(src), return_type=list)\n [(u'pgsql', u'mysql'), (u'python', u'php'), (u'gevent', u'nodejs')]\n\nYou can easily install the package from PyPI_ by using ``pip`` or\n``easy_install``::\n\n $ pip install pghstore\n\nVisit the website to read its documentation:\n\nhttp://styleshare.github.com/pghstore/\n\n.. _hstore: http://www.postgresql.org/docs/9.1/static/hstore.html\n.. _PostgreSQL: http://www.postgresql.org/\n.. _PyPI: http://pypi.python.org/pypi/pghstore\n\n\nChangelog\n---------\n\nVersion 0.9.2\n'''''''''''''\n\nReleased on May 3, 2012.\n\n- Fixed escaping of quotes and backslshes. Patched by Dan Watson (`#2`__).\n\n__ https://github.com/StyleShare/pghstore/pull/2\n\n\nVersion 0.9.1\n'''''''''''''\n\nReleased on January 2, 2012.\n\n- Now it is aware of ``NULL`` values. ``NULL`` values become ``None`` in\n Python and vice versa.\n\nVersion 0.9.0\n'''''''''''''\n\nReleased on December 22, 2011.\n\n- Initial version.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://styleshare.github.com/pghstore/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pghstore", "package_url": "https://pypi.org/project/pghstore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pghstore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://styleshare.github.com/pghstore/" }, "release_url": "https://pypi.org/project/pghstore/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "PostgreSQL hstore formatter", "version": "0.9.2" }, "last_serial": 722195, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "c92fbe41a8ebbc718517fb6dc5704dba", "sha256": "41e85bda7d4c7f5dacc4c34c9ffcd890b958541aaf18d3e79cecf3360d05396f" }, "downloads": -1, "filename": "pghstore-0.9.0.tar.gz", "has_sig": false, "md5_digest": "c92fbe41a8ebbc718517fb6dc5704dba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5126, "upload_time": "2011-12-22T17:56:51", "url": "https://files.pythonhosted.org/packages/76/17/73053ab452bac14aa92ff55b82ea12c171a63af9bff0074edd0f425c1049/pghstore-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "dd3ee03da8ca4053997d8c6b325456ad", "sha256": "2e7bac77e95c4109f43705c781fb20a3556a67af8dcb1919a68f4722b796596f" }, "downloads": -1, "filename": "pghstore-0.9.1.tar.gz", "has_sig": false, "md5_digest": "dd3ee03da8ca4053997d8c6b325456ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5360, "upload_time": "2012-01-02T07:20:01", "url": "https://files.pythonhosted.org/packages/3b/7c/8009a6df1552192f14f1fed8714666978433728d2b6dc693b94269f51ae8/pghstore-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "4d1ffc3d94ed5fbcecc6b37ece3a2ffe", "sha256": "6734581c32853284946f0aaa763d8e6871316cee0bcc4e964789feb14250630c" }, "downloads": -1, "filename": "pghstore-0.9.2.tar.gz", "has_sig": false, "md5_digest": "4d1ffc3d94ed5fbcecc6b37ece3a2ffe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5531, "upload_time": "2012-05-03T10:48:09", "url": "https://files.pythonhosted.org/packages/7b/be/b7c5ced9f472f0e3a7f5670ad8128cf0376657d9ccc3f3cbdf5d7fba8ba3/pghstore-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d1ffc3d94ed5fbcecc6b37ece3a2ffe", "sha256": "6734581c32853284946f0aaa763d8e6871316cee0bcc4e964789feb14250630c" }, "downloads": -1, "filename": "pghstore-0.9.2.tar.gz", "has_sig": false, "md5_digest": "4d1ffc3d94ed5fbcecc6b37ece3a2ffe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5531, "upload_time": "2012-05-03T10:48:09", "url": "https://files.pythonhosted.org/packages/7b/be/b7c5ced9f472f0e3a7f5670ad8128cf0376657d9ccc3f3cbdf5d7fba8ba3/pghstore-0.9.2.tar.gz" } ] }