{ "info": { "author": "Dan Frank", "author_email": "df@bit.ly", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License" ], "description": "Asyncdynamo\n===========\n\nAsynchronous Amazon DynamoDB library for Tornado\n\nRequires boto>=2.3 and python 2.7\n\nTested with Tornado 1.2.1\n\nInstallation\n------------\n\nInstalling from github: `pip install git+https://github.com/bitly/asyncdynamo.git`\n\nInstalling from source: `git clone git://github.com/bitly/asyncdynamo.git; cd asyncdynamo; python setup.py install`\n\nUsage\n-----\nAsyncdynamo syntax seeks to mirror that of [Boto](http://github.com/boto/boto).\n\n```python\nfrom asyncdynamo import asyncdynamo\ndb = asyncdynamo.AsyncDynamoDB(\"YOUR_ACCESS_KEY\", \"YOUR_SECRET_KEY\")\n\ndef item_cb(item):\n\tprint item\n\t\ndb.get_item('YOUR_TABLE_NAME', 'ITEM_KEY', item_cb)\n```\n\nRequirements\n------------\nThe following two python libraries are required\n\n* [boto](http://github.com/boto/boto)\n* [tornado](http://github.com/facebook/tornado)\n\nIssues\n------\n\nPlease report any issues via [github issues](https://github.com/bitly/asyncdynamo/issues)", "description_content_type": null, "docs_url": null, "download_url": "https://s3.amazonaws.com/bitly-downloads/asyncdynamo/asyncdynamo-0.2.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bitly/asyncdynamo", "keywords": "dynamo,dynamodb,amazon,async,tornado", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "asyncdynamo", "package_url": "https://pypi.org/project/asyncdynamo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/asyncdynamo/", "project_urls": { "Download": "https://s3.amazonaws.com/bitly-downloads/asyncdynamo/asyncdynamo-0.2.8.tar.gz", "Homepage": "http://github.com/bitly/asyncdynamo" }, "release_url": "https://pypi.org/project/asyncdynamo/0.2.8/", "requires_dist": null, "requires_python": null, "summary": "async Amazon DynamoDB library for Tornado", "version": "0.2.8" }, "last_serial": 1736704, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "21a90d79ed658f8057de158806fdf41f", "sha256": "d455d520b9e4e899ce3e28db5e0a726dad896a9fe3c2ad2291d6eef77104c1db" }, "downloads": -1, "filename": "asyncdynamo-0.1.tar.gz", "has_sig": false, "md5_digest": "21a90d79ed658f8057de158806fdf41f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8410, "upload_time": "2015-09-24T19:24:33", "url": "https://files.pythonhosted.org/packages/a2/55/bb505b6d90b615c1e677c7627a5bd3b19fb3065d47c0a805109459b0fb6a/asyncdynamo-0.1.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f5e98695ae9c1f344d9de777aa30a754", "sha256": "a69dc35118a7e9a8cd3aeba25f98c58df7981bd35083245ab847079e72758e61" }, "downloads": -1, "filename": "asyncdynamo-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f5e98695ae9c1f344d9de777aa30a754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10868, "upload_time": "2015-09-24T19:24:37", "url": "https://files.pythonhosted.org/packages/d0/c5/5d0ea5dae53b9eb9ff73ba87c476f037e0e5257669f91e990a962dd29779/asyncdynamo-0.2.5.tar.gz" } ], "0.2.8": [] }, "urls": [] }