DEPRECATED
Go to file
Gavin M. Roy c0a3ffe550 Update README.rst 2017-07-24 11:21:13 -04:00
docs Fix build problems. 2015-05-11 13:25:04 -04:00
sprockets Remove wonky cache lookup in execute 2015-07-13 13:59:23 -04:00
.coveragerc Change coverage tool to codecov. 2015-05-12 11:19:40 -04:00
.gitignore SYN 2015-05-06 14:51:41 -04:00
.travis.yml Add PyPI upload config. 2015-05-12 14:48:41 -04:00
HISTORY.rst Bump all the things 2015-06-01 11:38:55 -04:00
LICENSE SYN 2015-05-06 14:51:41 -04:00
MANIFEST.in SYN 2015-05-06 14:51:41 -04:00
README.rst Update README.rst 2017-07-24 11:21:13 -04:00
dev-requirements.txt SYN 2015-05-06 14:51:41 -04:00
requirements.txt Fix build problems. 2015-05-12 14:16:45 -04:00
setup.cfg Change coverage tool to codecov. 2015-05-12 11:19:40 -04:00
setup.py Bump all the things 2015-06-01 11:38:55 -04:00
test-requirements.txt Fix build problems. 2015-05-12 14:16:45 -04:00
tests.py Remove wonky cache lookup in execute 2015-07-13 13:59:23 -04:00
tox.ini Fix build problems. 2015-05-11 13:25:04 -04:00

README.rst

sprockets.clients.cassandra
===========================
Provides base functionality for asynchronously accessing/modifying
data in a Cassandra cluster from within Tornado.

Althought the underlying library supports several connection options,
this module currently only allows the hostname to be specified, and 
that via an environment variable called CASSANDRA_URI as specified
in the docs.

**DEPRECATED and UNMAINTAINED**

|Version| |Downloads| |Status| |Coverage|

Documentation
-------------
https://sprocketsclientcassandra.readthedocs.org

Contributing
------------
This project follows the standard fork and pull request model of development.
If you want to contribute changes, then fork the project and code
away. To set up the environment:

* virtualenv env
* source env/bin/activate
* pip install -qr dev-requirements.txt

To test across supported platforms:
* tox

To build the docs (in *build/sphinx/html*):
* ./setup.py build_sphinx

Version History
---------------
See https://github.com/sprockets/sprockets.clients.cassandra/blob/master/HISTORY.rst

.. |Version| image:: https://badge.fury.io/py/sprockets.clients.cassandra.svg?
   :target: https://badge.fury.io/py/sprockets.clients.cassandra

.. |Status| image:: https://travis-ci.org/sprockets/sprockets.clients.cassandra.svg?branch=master
   :target: https://travis-ci.org/sprockets/sprockets.clients.cassandra

.. |Coverage| image:: https://codecov.io/github/sprockets/sprockets.clients.cassandra/coverage.svg?branch=master
   :target: https://codecov.io/github/sprockets/sprockets.clients.cassandra?branch=master

.. |Downloads| image:: https://pypip.in/d/sprockets.clients.cassandra/badge.svg
   :target: https://pypi.python.org/pypi/sprockets.clients.cassandra