2016-04-01 17:38:57 +00:00
|
|
|
DynamoDB Client
|
|
|
|
===============
|
|
|
|
An asynchronous DynamoDB client for Tornado
|
|
|
|
|
|
|
|
|Version| |Downloads| |Status| |Coverage| |License|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
``sprockets.clients.dynamodb`` may be installed via the Python package index with the tool of
|
|
|
|
your choice. I prefer pip:
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
pip install sprockets.clients.dynamodb
|
|
|
|
|
|
|
|
Example
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. code:: python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
Documentation is available on `ReadTheDocs <https://sprockets-clients-dynamodb.readthedocs.org>`_.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
- `Tornado <https://tornadoweb.org>`_
|
|
|
|
|
|
|
|
Version History
|
|
|
|
---------------
|
|
|
|
Available at https://sprockets-clients-dynamodb.readthedocs.org/en/latest/history.html
|
|
|
|
|
2016-09-26 14:58:33 +00:00
|
|
|
.. |Version| image:: https://img.shields.io/pypi/v/sprockets.clients.dynamodb.svg?
|
|
|
|
:target: http://badge.fury.io/py/sprockets.clients.dynamodb
|
2016-04-01 17:38:57 +00:00
|
|
|
|
|
|
|
.. |Status| image:: https://img.shields.io/travis/sprockets/sprockets.clients.dynamodb.svg?
|
|
|
|
:target: https://travis-ci.org/sprockets/sprockets.clients.dynamodb
|
|
|
|
|
|
|
|
.. |Coverage| image:: https://img.shields.io/codecov/c/github/sprockets/sprockets.clients.dynamodb.svg?
|
|
|
|
:target: https://codecov.io/github/sprockets/sprockets.clients.dynamodb?branch=master
|
|
|
|
|
2016-09-26 14:58:33 +00:00
|
|
|
.. |Downloads| image:: https://img.shields.io/pypi/dm/sprockets.clients.dynamodb.svg?
|
|
|
|
:target: https://pypi.python.org/pypi/sprockets.clients.dynamodb
|
2016-04-01 17:38:57 +00:00
|
|
|
|
2016-09-26 14:58:33 +00:00
|
|
|
.. |License| image:: https://img.shields.io/pypi/l/sprockets.clients.dynamodb.svg?
|
|
|
|
:target: https://sprockets-clients-dynamodb.readthedocs.org
|