{ "info": { "author": "Imbolc", "author_email": "imbolc@imbolc.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)" ], "description": "tardbm\n======\nDict-style DBM based on tarball.\n\n >>> import tardbm\n >>> db = tardbm.open('./test.tar.gz')\n >>> db['foo'] = 'bar'\n >>> db['foo']\n 'bar'\n >>> del db['foo']\n >>> len(db)\n 0", "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/imbolc/tardbm", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "tardbm", "package_url": "https://pypi.org/project/tardbm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tardbm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/imbolc/tardbm" }, "release_url": "https://pypi.org/project/tardbm/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Dict-style DBM based on tarball.", "version": "1.0.0" }, "last_serial": 955799, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5577e352e4be2c4e25f5a4eeae5b8d0a", "sha256": "f20f6e341c6c6bd7c2740938346ac7a253a5c2542ddc56eb0bf9e114da841979" }, "downloads": -1, "filename": "tardbm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5577e352e4be2c4e25f5a4eeae5b8d0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1706, "upload_time": "2013-12-28T10:45:11", "url": "https://files.pythonhosted.org/packages/26/b0/ece3c6de9353786c8405da595ff4827832ba98ffcd6ee9ffc8f125d21e32/tardbm-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5577e352e4be2c4e25f5a4eeae5b8d0a", "sha256": "f20f6e341c6c6bd7c2740938346ac7a253a5c2542ddc56eb0bf9e114da841979" }, "downloads": -1, "filename": "tardbm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5577e352e4be2c4e25f5a4eeae5b8d0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1706, "upload_time": "2013-12-28T10:45:11", "url": "https://files.pythonhosted.org/packages/26/b0/ece3c6de9353786c8405da595ff4827832ba98ffcd6ee9ffc8f125d21e32/tardbm-1.0.0.tar.gz" } ] }