RETIRED, further work has moved to Debian project infrastructure
Go to file
Sean Reifschneider ea0cb51a8a Merge pull request #112 from timgraham/flake8
Add flake8 check to Travis
2016-12-17 08:38:33 -07:00
tests Remove unused _has_unicode/_str_cls vars 2016-12-16 07:20:21 -05:00
.gitignore Resolving conflicts from cabrera-py33_fixes. 2014-06-07 15:27:05 -06:00
.travis.yml Add flake8 check to Travis 2016-12-17 09:52:50 -05:00
ChangeLog Adding changelog entries. 2016-05-27 13:45:19 -06:00
do_release Version changes for release. 2016-05-27 14:03:45 -06:00
Makefile Adding call to tests Makefile in main Makefile. 2013-06-02 15:13:50 -06:00
MANIFEST.in Add a MANIFEST.in file to include *.rst, *.txt and *.md files into sdist packages. 2013-05-06 23:00:43 +02:00
memcache.py Add flake8 check to Travis 2016-12-17 09:52:50 -05:00
PKG-INFO Version changes for release. 2016-05-27 14:03:45 -06:00
PSF.LICENSE Adding missing text for PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 2013-04-16 11:13:44 +02:00
README.md Merge branch 'tox_support' of https://github.com/cabrera/python-memcached into cabrera-tox_support 2014-05-10 14:23:14 -06:00
releasescript.auto Release automation. 2015-07-31 14:10:22 -06:00
requirements.txt Pin six at version with PY2 property 2015-09-15 11:39:31 -06:00
setup.cfg Complete the Python3 work! 2014-05-10 15:33:31 -07:00
setup.py Fix #109: Remove testing for Python 2.6 and 3.2 2016-12-17 09:25:15 -05:00
test-requirements.txt Resolving conflicts from cabrera-py33_fixes. 2014-06-07 15:27:05 -06:00
tox.ini Add flake8 check to Travis 2016-12-17 09:52:50 -05:00

Build
Status

Overview

This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.

This package was originally written by Evan Martin of Danga. Please do not contact Evan about maintenance. Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.

Please report issues and submit code changes to the github repository at:

https://github.com/linsomniac/python-memcached

For changes prior to 2013-03-26, see the old Launchpad repository at:

Historic issues: https://launchpad.net/python-memcached

Testing

Test patches locally and easily by running tox:

pip install tox
tox -e py27

Test for style by running tox:

tox -e pep8