{ "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": "zipdbm\n======\nDict-style DBM based on zipfile.\nUnfortunately, you can't delete or overwrite files in zip archives.\n\n >>> import zipdbm\n >>> db = zipdbm.open('./test.zip')\n >>> db['foo'] = 'bar'\n >>> db['foo']\n 'bar'", "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/zipdbm", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "zipdbm", "package_url": "https://pypi.org/project/zipdbm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zipdbm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/imbolc/zipdbm" }, "release_url": "https://pypi.org/project/zipdbm/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Dict-style DBM based on zipfile.\nUnfortunately, you can't delete or overwrite files in zip archives.", "version": "1.0.0" }, "last_serial": 955937, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b23cd894ee05b08f42ef73936450ab87", "sha256": "01e714599d32f92019ddc5eab8a05418420edcc6a8abc46e55a04977e733ef77" }, "downloads": -1, "filename": "zipdbm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b23cd894ee05b08f42ef73936450ab87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582, "upload_time": "2013-12-28T17:17:50", "url": "https://files.pythonhosted.org/packages/6e/10/3b1adf9deb59f0bcef4c0a34829fa3746fbb4f97429856a630e3bd7b5f5c/zipdbm-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b23cd894ee05b08f42ef73936450ab87", "sha256": "01e714599d32f92019ddc5eab8a05418420edcc6a8abc46e55a04977e733ef77" }, "downloads": -1, "filename": "zipdbm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b23cd894ee05b08f42ef73936450ab87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582, "upload_time": "2013-12-28T17:17:50", "url": "https://files.pythonhosted.org/packages/6e/10/3b1adf9deb59f0bcef4c0a34829fa3746fbb4f97429856a630e3bd7b5f5c/zipdbm-1.0.0.tar.gz" } ] }