async Amazon DynamoDB library for Tornado
Project description
Asyncdynamo
===========
Asynchronous Amazon DynamoDB library for Tornado
Requires boto and python 2.7
Tested with Boto 2.2.1 and Tornado 1.2.1
Installation
------------
Installing from github: `pip install git+https://github.com/bitly/asyncdynamo.git`
Installing from source: `git clone git://github.com/bitly/asyncdynamo.git; cd asyncdynamo; python setup.py install`
Usage
-----
Asyncdynamo syntax seeks to mirror that of [Boto](http://github.com/boto/boto).
```python
from asyncdynamo import asyncdynamo
db = asyncdynamo.AsyncDynamoDB("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY")
def item_cb(item):
print item
db.get_item('YOUR_TABLE_NAME', 'ITEM_KEY', item_cb)
```
Requirements
------------
The following two python libraries are required
* [boto](http://github.com/boto/boto)
* [tornado](http://github.com/facebook/tornado)
Issues
------
Please report any issues via [github issues](https://github.com/bitly/asyncdynamo/issues)
===========
Asynchronous Amazon DynamoDB library for Tornado
Requires boto and python 2.7
Tested with Boto 2.2.1 and Tornado 1.2.1
Installation
------------
Installing from github: `pip install git+https://github.com/bitly/asyncdynamo.git`
Installing from source: `git clone git://github.com/bitly/asyncdynamo.git; cd asyncdynamo; python setup.py install`
Usage
-----
Asyncdynamo syntax seeks to mirror that of [Boto](http://github.com/boto/boto).
```python
from asyncdynamo import asyncdynamo
db = asyncdynamo.AsyncDynamoDB("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY")
def item_cb(item):
print item
db.get_item('YOUR_TABLE_NAME', 'ITEM_KEY', item_cb)
```
Requirements
------------
The following two python libraries are required
* [boto](http://github.com/boto/boto)
* [tornado](http://github.com/facebook/tornado)
Issues
------
Please report any issues via [github issues](https://github.com/bitly/asyncdynamo/issues)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncdynamo-0.2.5.tar.gz
(10.9 kB
view details)
File details
Details for the file asyncdynamo-0.2.5.tar.gz
.
File metadata
- Download URL: asyncdynamo-0.2.5.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a69dc35118a7e9a8cd3aeba25f98c58df7981bd35083245ab847079e72758e61 |
|
MD5 | f5e98695ae9c1f344d9de777aa30a754 |
|
BLAKE2b-256 | d0c55d0ea5dae53b9eb9ff73ba87c476f037e0e5257669f91e990a962dd29779 |