No description
  • Python 98.6%
  • Shell 1.2%
  • Makefile 0.2%
Find a file
Ryan Petrello 7736d67aa9 Merge pull request #1 from ryanpetrello/master
Fix for #79 (thanks dzhuang), with test (thanks Timgraham).
2017-02-10 14:40:44 -05:00
tests Fix for #79 (thanks dzhuang), with test (thanks Timgraham). 2017-02-10 11:20:30 -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 notes about changes. 2016-12-17 09:00:45 -07: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 Fix for #79 (thanks dzhuang), with test (thanks Timgraham). 2017-02-10 11:20:30 -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 Adding back in py33 because removing didn't help. 2016-12-17 19:50:50 -07: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