DEPRECATED
Go to file
Gavin M. Roy 0f274d9dcb Update README.rst 2017-07-24 11:12:46 -04:00
docs Initial import of code from other projects. 2016-02-25 13:35:22 -05:00
examples Initial import of code from other projects. 2016-02-25 13:35:22 -05:00
requires Add codecov to testing requirements 2016-03-02 11:37:06 -05:00
sprockets Handle more exception types 2016-09-23 15:28:56 -04:00
tests Marshalling and Unmarshalling Changes 2016-09-06 11:28:40 -04:00
.gitignore Ignore PyCharm files 2016-03-02 11:31:12 -05:00
.travis.yml Update travis, fix docstrings 2016-03-04 09:35:43 -05:00
LICENSE SYN 2016-02-25 13:02:03 -05:00
MANIFEST.in Update the MANIFEST for tests 2016-03-04 09:39:28 -05:00
README.rst Update README.rst 2017-07-24 11:12:46 -04:00
bootstrap Update travis, fix docstrings 2016-03-04 09:35:43 -05:00
docker-compose.yml Add a bootstrap and docker-compose file 2016-03-02 11:31:03 -05:00
setup.cfg SYN 2016-02-25 13:02:03 -05:00
setup.py Change the dev status 2016-03-04 10:21:03 -05:00

README.rst

DynamoDB Client
===============
An asynchronous DynamoDB client for Tornado

**DEPRECATED** See `sprockets-dynamodb <https://github.com/sprockets/sprockets-dynamodb>`_ instead

|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

.. |Version| image:: https://img.shields.io/pypi/v/sprockets.clients.dynamodb.svg?
   :target: http://badge.fury.io/py/sprockets.clients.dynamodb

.. |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

.. |Downloads| image:: https://img.shields.io/pypi/dm/sprockets.clients.dynamodb.svg?
   :target: https://pypi.python.org/pypi/sprockets.clients.dynamodb

.. |License| image:: https://img.shields.io/pypi/l/sprockets.clients.dynamodb.svg?
   :target: https://sprockets-clients-dynamodb.readthedocs.org