https://github.com/eguven/pymemcached
Python2.6+ and Python3.1+ compatible pure python memcached client
https://github.com/eguven/pymemcached
Last synced: 8 months ago
JSON representation
Python2.6+ and Python3.1+ compatible pure python memcached client
- Host: GitHub
- URL: https://github.com/eguven/pymemcached
- Owner: eguven
- Created: 2012-10-14T12:13:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-14T13:33:22.000Z (over 13 years ago)
- Last Synced: 2025-04-01T05:44:19.404Z (over 1 year ago)
- Language: Python
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pymemcached
-----------
**pymemcached** is a Python2.6+ and Python3.1+ compatible port of the original python-memcached library.
:Tested with: Python2.6 Python2.7 Python3.1 Python3.2 Python3.3
:Forked from: python-memcached-1.48
:Related to: python3-memcached-1.44
:Maintainer: Eren Güven (GitHub_, Twitter_)
:Status: Syntax and compatibility issues handled. Original tests pass. Bugs are likely.
.. _GitHub: https://github.com/eguven
.. _Twitter: https://twitter.com/cyberfart
Below is the original (1.48) README content.
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.