sprockets.clients.memcached =========================== Memcached client wrapper that is configured via environment variables |Version| |Downloads| |Status| |Coverage| |License| Installation ------------ ``sprockets.clients.memcached`` is available on the `Python Package Index `_ and can be installed via ``pip`` or ``easy_install``: .. code:: bash pip install sprockets.clients.memcached Requirements ------------ - `sprockets `_ - `python-memcached `_ (Python 2) - `python3-memcached `_ (Python 3) API Documentation ----------------- .. toctree:: :maxdepth: 2 api examples Version History --------------- See :doc:`history` Issues ------ Please report any issues to the Github project at `https://github.com/sprockets/sprockets.clients.memcached/issues `_ Source ------ ``sprockets.clients.memcached`` source is available on Github at `https://github.com/sprockets/sprockets.clients.memcached `_ License ------- ``sprockets.clients.memcached`` is released under the `3-Clause BSD license `_. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. |Version| image:: https://badge.fury.io/py/sprockets.clients.memcached.svg? :target: http://badge.fury.io/py/sprockets.clients.memcached .. |Status| image:: https://travis-ci.org/sprockets/sprockets.clients.memcached.svg?branch=master :target: https://travis-ci.org/sprockets/sprockets.clients.memcached .. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.clients.memcached.svg? :target: https://coveralls.io/r/sprockets/sprockets.clients.memcached .. |Downloads| image:: https://pypip.in/d/sprockets.clients.memcached/badge.svg? :target: https://pypi.python.org/pypi/sprockets.clients.memcached .. |License| image:: https://pypip.in/license/sprockets.clients.memcached/badge.svg? :target: https://sprocketsclientsmemcached.readthedocs.org