{ "info": { "author": "Juan Batiz-Benet", "author_email": "juan@benet.ai", "bugtrack_url": null, "classifiers": [ "Topic :: Database", "Topic :: Database :: Front-Ends" ], "description": "# datastore-mongo\n\n## datastore implementation for mongodb\n\nSee [datastore](https://github.com/datastore/datastore).\n\n\n### Install\n\nFrom pypi (using pip):\n\n sudo pip install datastore.mongo\n\nFrom pypi (using setuptools):\n\n sudo easy_install datastore.mongo\n\nFrom source:\n\n git clone https://github.com/datastore/datastore.mongo/\n cd datastore.mongo\n sudo python setup.py install\n\n\n### License\n\ndatastore.mongo is under the MIT License.\n\n### Contact\n\ndatastore.mongo is written by [Juan Batiz-Benet](https://github.com/jbenet).\nIt was extracted from [datastore](https://github.com/datastore/datastore)\nin Feb 2013.\n\nProject Homepage:\n[https://github.com/datastore/datastore.mongo](https://github.com/datastore/datastore.mongo)\n\nFeel free to contact me. But please file issues in github first. Cheers!\n\n\n### Hello World\n\n >>> import pymongo\n >>> import datastore.mongo\n >>>\n >>> conn = pymongo.Connection()\n >>> ds = datastore.mongo.MongoDatastore(conn.test_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.mongo", "keywords": "datastore,mongodb", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "datastore.mongo", "package_url": "https://pypi.org/project/datastore.mongo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datastore.mongo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/datastore/datastore.mongo" }, "release_url": "https://pypi.org/project/datastore.mongo/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "mongodb datastore implementation", "version": "0.1.1" }, "last_serial": 788818, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9ec56e2c303dd62633b4bcc7a47fd29e", "sha256": "8af011541eef261847406d250372713df108fa4aa72bf42df5910e4c1b1fc888" }, "downloads": -1, "filename": "datastore.mongo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9ec56e2c303dd62633b4bcc7a47fd29e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2013-02-13T18:02:38", "url": "https://files.pythonhosted.org/packages/f5/04/5255f5055d210f2d635e0e9d156a3d0200f01a0f698c8bd7fea410c3c461/datastore.mongo-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4fa11ae2d0a8f4f39af5705ed11330a6", "sha256": "23da86baca9b5ee6432e1f07e160ebbf0c608f5e8d35db09a8df02239e3daee7" }, "downloads": -1, "filename": "datastore.mongo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4fa11ae2d0a8f4f39af5705ed11330a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3839, "upload_time": "2013-02-14T14:11:57", "url": "https://files.pythonhosted.org/packages/f5/db/099037841c320349ba9b0d2f1005b26af2f420d7457f1133e2efc953dd27/datastore.mongo-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4fa11ae2d0a8f4f39af5705ed11330a6", "sha256": "23da86baca9b5ee6432e1f07e160ebbf0c608f5e8d35db09a8df02239e3daee7" }, "downloads": -1, "filename": "datastore.mongo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4fa11ae2d0a8f4f39af5705ed11330a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3839, "upload_time": "2013-02-14T14:11:57", "url": "https://files.pythonhosted.org/packages/f5/db/099037841c320349ba9b0d2f1005b26af2f420d7457f1133e2efc953dd27/datastore.mongo-0.1.1.tar.gz" } ] }