{ "info": { "author": "Robert Kajic", "author_email": "robert@{nospam}kajic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Topic :: Database", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========\ncpghstore\n=========\n:Info: cpghstore is a fast decoder/encoder of the PostgreSQL hstore\n data type (http://www.postgresql.org/docs/9.0/static/hstore.html).\n:Author: Robert Kajic (http://github.com/kajic)\n\nAbout\n=====\ncpghstore is written in C and is meant to be a faster alternative to\n`pghstore `_. Run ``python setup.py\ntest -s benchmark`` to see how it performs (requires pghstore to be installed if\nyou want comparisons to be shown).\n\nInstallation\n============\nRun ``pip install cpghstore`` or download the\nsource from `GitHub `_ and run ``python\nsetup.py install``.\n\nUsage\n=====\nDecode and encode hstore string::\n\n >>> import cpghstore\n >>> # decode\n >>> d = cpghstore.loads('\"name\"=>\"Norge/Noreg\"')\n >>> d\n {'name': 'Norge/Noreg'}\n >>> # encode\n >>> s = cpghstore.dumps(d)\n >>> s\n '\"name\"=>\"Norge/Noreg\"'\n\nTests\n=====\nTo run the test suite, run ``python setup.py test``.\n\nBenchmark\n=========\nRun ``python setup.py test -s benchmark`` to see how it performs (requires\npghstore to be installed if you want comparisons to be shown).\n\nLimitations\n===========\nSupports only str strings (i.e. not unicode strings).\nCan only decode (loads) string values, i.e. \"key\"=>\"123\" is supported while\n\"key\"=>123 is not.", "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/kajic/cpghstore", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cpghstore", "package_url": "https://pypi.org/project/cpghstore/", "platform": "any", "project_url": "https://pypi.org/project/cpghstore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kajic/cpghstore" }, "release_url": "https://pypi.org/project/cpghstore/0.1/", "requires_dist": null, "requires_python": null, "summary": "Fast postgres hstore parser.", "version": "0.1" }, "last_serial": 788496, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4431b75166379623cd30f3c52c129765", "sha256": "b9433644ce951ed3f32255271bac776eefd734e2d7f79587c39393bc177438ac" }, "downloads": -1, "filename": "cpghstore-0.1-py2.7-macosx-10.4-x86_64.egg", "has_sig": false, "md5_digest": "4431b75166379623cd30f3c52c129765", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5227, "upload_time": "2012-04-03T02:07:22", "url": "https://files.pythonhosted.org/packages/c0/f0/e29ba8535fca8d0efaf9d88b9c9db4864a5af2c614decab9b6676ee89bac/cpghstore-0.1-py2.7-macosx-10.4-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "6ac36c09367be3738c671298d3f33220", "sha256": "9ce3a479852a446147d5c3dc4c7758af82266263ce968496b55a259b0297acf2" }, "downloads": -1, "filename": "cpghstore-0.1.tar.gz", "has_sig": false, "md5_digest": "6ac36c09367be3738c671298d3f33220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11863, "upload_time": "2012-04-03T02:07:29", "url": "https://files.pythonhosted.org/packages/85/59/87a52e06a94e19d7696ce9d31d00b443412bfd8285469caa537857e741eb/cpghstore-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4431b75166379623cd30f3c52c129765", "sha256": "b9433644ce951ed3f32255271bac776eefd734e2d7f79587c39393bc177438ac" }, "downloads": -1, "filename": "cpghstore-0.1-py2.7-macosx-10.4-x86_64.egg", "has_sig": false, "md5_digest": "4431b75166379623cd30f3c52c129765", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5227, "upload_time": "2012-04-03T02:07:22", "url": "https://files.pythonhosted.org/packages/c0/f0/e29ba8535fca8d0efaf9d88b9c9db4864a5af2c614decab9b6676ee89bac/cpghstore-0.1-py2.7-macosx-10.4-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "6ac36c09367be3738c671298d3f33220", "sha256": "9ce3a479852a446147d5c3dc4c7758af82266263ce968496b55a259b0297acf2" }, "downloads": -1, "filename": "cpghstore-0.1.tar.gz", "has_sig": false, "md5_digest": "6ac36c09367be3738c671298d3f33220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11863, "upload_time": "2012-04-03T02:07:29", "url": "https://files.pythonhosted.org/packages/85/59/87a52e06a94e19d7696ce9d31d00b443412bfd8285469caa537857e741eb/cpghstore-0.1.tar.gz" } ] }