{ "info": { "author": "Juan Batiz-Benet", "author_email": "juan@benet.ai", "bugtrack_url": null, "classifiers": [ "Topic :: Database", "Topic :: Database :: Front-Ends" ], "description": "# datastore-leveldb\n\n## datastore implementation for leveldb\n\nSee [datastore](https://github.com/datastore/datastore).\nSee [leveldb](https://pypi.python.org/pypi/leveldb).\n\n\n### Install\n\nFrom pypi (using pip):\n\n sudo pip install datastore.leveldb\n\nFrom pypi (using setuptools):\n\n sudo easy_install datastore.leveldb\n\nFrom source:\n\n git clone https://github.com/datastore/datastore.leveldb/\n cd datastore.leveldb\n sudo python setup.py install\n\n\n### License\n\ndatastore.leveldb is under the MIT License.\n\n### Contact\n\ndatastore.leveldb is written by [Juan Batiz-Benet](https://github.com/jbenet).\n\nProject Homepage:\n[https://github.com/datastore/datastore.leveldb](https://github.com/datastore/datastore.leveldb)\n\nFeel free to contact me. But please file issues in github first. Cheers!\n\n\n### Hello World\n\n >>> import datastore.leveldb\n >>>\n >>> ds = datastore.leveldb.LevelDBDatastore('./db')\n >>>\n >>> hello = datastore.Key('hello')\n >>> ds.put(hello, 'world')\n >>> ds.contains(hello)\n True\n >>> ds.get(hello)\n 'world'\n >>> ds.delete(hello)\n >>> ds.get(hello)\n None", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/datastore/datastore.leveldb", "keywords": "datastore,leveldb", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "datastore.leveldb", "package_url": "https://pypi.org/project/datastore.leveldb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datastore.leveldb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/datastore/datastore.leveldb" }, "release_url": "https://pypi.org/project/datastore.leveldb/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "leveldb datastore implementation", "version": "0.0.1" }, "last_serial": 848811, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ded13740fdb61c5c2fa7dc90f71ea17a", "sha256": "a38d38591ca716a5e52592edc3cb1e88a2385bd23ad3cfff0c32571066eaa255" }, "downloads": -1, "filename": "datastore.leveldb-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ded13740fdb61c5c2fa7dc90f71ea17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2013-08-26T05:01:42", "url": "https://files.pythonhosted.org/packages/42/f5/05053391f321fde9fc12b23c5cdc72567e411821fa77b7697952bb8105b4/datastore.leveldb-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ded13740fdb61c5c2fa7dc90f71ea17a", "sha256": "a38d38591ca716a5e52592edc3cb1e88a2385bd23ad3cfff0c32571066eaa255" }, "downloads": -1, "filename": "datastore.leveldb-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ded13740fdb61c5c2fa7dc90f71ea17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2013-08-26T05:01:42", "url": "https://files.pythonhosted.org/packages/42/f5/05053391f321fde9fc12b23c5cdc72567e411821fa77b7697952bb8105b4/datastore.leveldb-0.0.1.tar.gz" } ] }