DESCRIPTION.rst 968 B

12345678910111213141516171819202122232425262728293031323334
  1. [![Build
  2. Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached)
  3. ## Overview
  4. This software is a 100% Python interface to the memcached memory cache
  5. daemon. It is the client side software which allows storing values
  6. in one or more, possibly remote, memcached servers. Search google for
  7. memcached for more information.
  8. This package was originally written by Evan Martin of Danga. Please do
  9. not contact Evan about maintenance. Sean Reifschneider of tummy.com,
  10. ltd. has taken over maintenance of it.
  11. Please report issues and submit code changes to the github repository at:
  12. https://github.com/linsomniac/python-memcached
  13. For changes prior to 2013-03-26, see the old Launchpad repository at:
  14. Historic issues: https://launchpad.net/python-memcached
  15. ## Testing
  16. Test patches locally and easily by running tox:
  17. pip install tox
  18. tox -e py27
  19. Test for style by running tox:
  20. tox -e pep8