sprockets.clients.memcached/docs/index.rst

64 lines
2 KiB
ReStructuredText
Raw Normal View History

2014-09-02 20:16:07 +00:00
sprockets.clients.memcached
===========================
Memcached client wrapper that is configured via environment variables
2018-01-09 19:27:51 +00:00
|Version| |Status| |Coverage| |License|
2014-09-02 20:16:07 +00:00
Installation
------------
``sprockets.clients.memcached`` is available on the
`Python Package Index <https://pypi.python.org/pypi/sprockets.clients.memcached>`_
and can be installed via ``pip`` or ``easy_install``:
.. code:: bash
2018-01-09 19:27:51 +00:00
pip install sprockets.clients.memcached
2014-09-02 20:16:07 +00:00
Requirements
------------
2018-01-09 19:27:51 +00:00
- `python-memcached <https://pypi.python.org/pypi/python-memcached>`_
2014-09-02 20:16:07 +00:00
API Documentation
-----------------
.. toctree::
:maxdepth: 2
api
examples
2018-01-09 19:27:51 +00:00
history
2014-09-02 20:16:07 +00:00
Version History
---------------
See :doc:`history`
Issues
------
Please report any issues to the Github project at `https://github.com/sprockets/sprockets.clients.memcached/issues <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 <https://github.com/sprockets/sprockets.clients.memcached>`_
License
-------
``sprockets.clients.memcached`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.clients.memcached/blob/master/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
2018-01-09 19:27:51 +00:00
.. |License| image:: https://img.shields.io/github/license/sprockets/sprockets.clients.memcached.svg
:target: https://sprocketsclientsmemcached.readthedocs.io