Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsomniac/python-memcached
A python memcached client library.
https://github.com/linsomniac/python-memcached
Last synced: 5 days ago
JSON representation
A python memcached client library.
- Host: GitHub
- URL: https://github.com/linsomniac/python-memcached
- Owner: linsomniac
- Created: 2013-03-27T10:51:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T16:22:36.000Z (3 months ago)
- Last Synced: 2024-10-30T06:32:40.377Z (13 days ago)
- Language: Python
- Size: 350 KB
- Stars: 460
- Watchers: 23
- Forks: 201
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Security: SECURITY.md
Awesome Lists containing this project
README
## 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 library is stable and largely in maintenance mode. Another library that
is getting more active enhancements is
[pymemcache](https://pypi.org/project/pymemcache/) and they have links and a
good set of comparisons between them on their page.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 py312Test for style by running tox:
tox -e pep8