{ "info": { "author": "Imbolc", "author_email": "imbolc@imbolc.name", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Database" ], "description": "AsyncIO CRUD Store\n==================\n\nA very simple subset of databases capabilities intended to use most of dbs\nthe same way. You can use it to write database independent asyncio\nlibraries.\n\nIt currently supports mongodb (through motor_) and postrgresql\n(through aiopg_), please feel free to add other dbs implementations.\n\nInstall\n-------\n::\n\n pip install aio_crud_store\n\nUsage\n-----\nThe api is very simple and obvious (I hope).\nThe working examples are in *examples* directory.\n\n.. code:: python\n\n # create\n id = await store.create({'foo': 'bar'})\n\n # read\n doc = await store.read(foo='bar')\n\n # update\n await store.update(id, {'foo': 'baz', 'spam': 1})\n\n # delete\n await store.delete(id)\n\n\n.. _motor: https://motor.readthedocs.org/\n.. _aiopg: https://aiopg.readthedocs.org/", "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/aio_crud_store", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "aio_crud_store", "package_url": "https://pypi.org/project/aio_crud_store/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aio_crud_store/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/imbolc/aio_crud_store" }, "release_url": "https://pypi.org/project/aio_crud_store/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A small subset of dbs capabilities to write dbs-independent asyncio libs", "version": "0.0.2" }, "last_serial": 1787721, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d1d7e01270f419310e8d26bcb1598db9", "sha256": "dc3cf149fcb975992ecec00a6494198ae70170796a8b3cb20b37d82bfa06dc69" }, "downloads": -1, "filename": "aio_crud_store-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d1d7e01270f419310e8d26bcb1598db9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2402, "upload_time": "2015-10-27T01:18:25", "url": "https://files.pythonhosted.org/packages/1d/1d/ebd809c0ab82425150a0895054c4397506b1003ee43f44af7894186f799b/aio_crud_store-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "fd52a403ddcba3e6488a49d89688f745", "sha256": "8691417a2ac342881417591e93cf059536fb3f74dbe5c83a5a373c0d3a6bc927" }, "downloads": -1, "filename": "aio_crud_store-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fd52a403ddcba3e6488a49d89688f745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3514, "upload_time": "2015-10-27T01:56:56", "url": "https://files.pythonhosted.org/packages/f9/42/225341da74ae8cedf82f49abbb4b3685fae327625f5713e75d18c4b13b56/aio_crud_store-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd52a403ddcba3e6488a49d89688f745", "sha256": "8691417a2ac342881417591e93cf059536fb3f74dbe5c83a5a373c0d3a6bc927" }, "downloads": -1, "filename": "aio_crud_store-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fd52a403ddcba3e6488a49d89688f745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3514, "upload_time": "2015-10-27T01:56:56", "url": "https://files.pythonhosted.org/packages/f9/42/225341da74ae8cedf82f49abbb4b3685fae327625f5713e75d18c4b13b56/aio_crud_store-0.0.2.tar.gz" } ] }