{ "info": { "author": "Peter Damoc", "author_email": "pdamoc@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Database" ], "description": "pdict is an implementation of a persistent dictionary using sqlite3 and json libraries. The library is silly and it sucks and as such it shouldn't be used by anyone. :)\n\nUsage:\n::\n >>> import pdicts\n \n >>> d = pdicts.PersistentDict(\"test.sqlite\")\n \n >>> d['moto'] = \"Let the beauty of what you love be what you do\"\n \n >>> d['moto'] \n u'Let the beauty of what you love be what you do'", "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/pdamoc/pdicts", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pdicts", "package_url": "https://pypi.org/project/pdicts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pdicts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pdamoc/pdicts" }, "release_url": "https://pypi.org/project/pdicts/0.1/", "requires_dist": null, "requires_python": null, "summary": "a persistent dictionary implementation", "version": "0.1" }, "last_serial": 796136, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eb3639dd5cfb81cdd4623f6bc3c20887", "sha256": "20b66e35a75eb4c3d0c5233f4d6adf9b6913cb9f222b2d7b8cf258aa40a41096" }, "downloads": -1, "filename": "pdicts-0.1.zip", "has_sig": false, "md5_digest": "eb3639dd5cfb81cdd4623f6bc3c20887", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2552, "upload_time": "2011-11-22T14:29:57", "url": "https://files.pythonhosted.org/packages/94/0a/ecb1807043b80c0abe164f3f1d3de5f1d9174d28fd88842e55ba054f7b42/pdicts-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb3639dd5cfb81cdd4623f6bc3c20887", "sha256": "20b66e35a75eb4c3d0c5233f4d6adf9b6913cb9f222b2d7b8cf258aa40a41096" }, "downloads": -1, "filename": "pdicts-0.1.zip", "has_sig": false, "md5_digest": "eb3639dd5cfb81cdd4623f6bc3c20887", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2552, "upload_time": "2011-11-22T14:29:57", "url": "https://files.pythonhosted.org/packages/94/0a/ecb1807043b80c0abe164f3f1d3de5f1d9174d28fd88842e55ba054f7b42/pdicts-0.1.zip" } ] }