Skip to content

vlogic/python-memcached

This branch is 143 commits behind linsomniac/python-memcached:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2251916 · Jun 10, 2014
Jun 9, 2014
Jun 7, 2014
Jun 7, 2014
Feb 8, 2014
May 6, 2013
Jun 2, 2013
Feb 8, 2010
Apr 16, 2013
May 10, 2014
Jun 9, 2014
May 10, 2014
Jun 7, 2014
May 10, 2014
Jun 9, 2014
Jun 7, 2014
Jun 7, 2014

Repository files navigation

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

About

A python memcached client library.

Resources

Stars

Watchers

Forks

Packages

No packages published