## 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 py312
Test for style by running tox:
tox -e pep8
Raw data
{
"_id": null,
"home_page": "https://github.com/linsomniac/python-memcached",
"name": "python-memcached",
"maintainer": "Sean Reifschneider",
"docs_url": null,
"requires_python": "",
"maintainer_email": "jafo00@gmail.com",
"keywords": "",
"author": "Evan Martin",
"author_email": "martine@danga.com",
"download_url": "https://files.pythonhosted.org/packages/e8/3c/204e5c6087efc85b52a68edce8678d44eb28718f5f145e036c277beb467c/python-memcached-1.62.tar.gz",
"platform": null,
"description": "## Overview\n\nThis software is a 100% Python interface to the memcached memory cache\ndaemon. It is the client side software which allows storing values\nin one or more, possibly remote, memcached servers. Search google for\nmemcached for more information.\n\nThis library is stable and largely in maintenance mode. Another library that\nis getting more active enhancements is\n[pymemcache](https://pypi.org/project/pymemcache/) and they have links and a\ngood set of comparisons between them on their page.\n\nThis package was originally written by Evan Martin of Danga. Please do\nnot contact Evan about maintenance. Sean Reifschneider of tummy.com,\nltd. has taken over maintenance of it.\n\nPlease report issues and submit code changes to the github repository at:\n\n https://github.com/linsomniac/python-memcached\n\nFor changes prior to 2013-03-26, see the old Launchpad repository at:\n\n Historic issues: https://launchpad.net/python-memcached\n\n## Testing\n\nTest patches locally and easily by running tox:\n\n pip install tox\n tox -e py312\n\nTest for style by running tox:\n\n tox -e pep8\n",
"bugtrack_url": null,
"license": "",
"summary": "Pure python memcached client",
"version": "1.62",
"project_urls": {
"Download": "https://github.com/linsomniac/python-memcached/releases/download/1.62/python-memcached-1.62.tar.gz",
"Homepage": "https://github.com/linsomniac/python-memcached"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8f1b3b15a37831ae34a264d7d5b71f3ae9fe74a81251453a3ec2135e76888ef1",
"md5": "9a18ba0f3e3bbaeeb83feaf31f01552b",
"sha256": "1bdd8d2393ff53e80cd5e9442d750e658e0b35c3eebb3211af137303e3b729d1"
},
"downloads": -1,
"filename": "python_memcached-1.62-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a18ba0f3e3bbaeeb83feaf31f01552b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 15136,
"upload_time": "2024-01-14T15:56:01",
"upload_time_iso_8601": "2024-01-14T15:56:01.725077Z",
"url": "https://files.pythonhosted.org/packages/8f/1b/3b15a37831ae34a264d7d5b71f3ae9fe74a81251453a3ec2135e76888ef1/python_memcached-1.62-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e83c204e5c6087efc85b52a68edce8678d44eb28718f5f145e036c277beb467c",
"md5": "390ddff32f7ee1ae7166b3486c44de9f",
"sha256": "0285470599b7f593fbf3bec084daa1f483221e68c1db2cf1d846a9f7c2655103"
},
"downloads": -1,
"filename": "python-memcached-1.62.tar.gz",
"has_sig": false,
"md5_digest": "390ddff32f7ee1ae7166b3486c44de9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28591,
"upload_time": "2024-01-14T15:56:03",
"upload_time_iso_8601": "2024-01-14T15:56:03.134804Z",
"url": "https://files.pythonhosted.org/packages/e8/3c/204e5c6087efc85b52a68edce8678d44eb28718f5f145e036c277beb467c/python-memcached-1.62.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-14 15:56:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "linsomniac",
"github_project": "python-memcached",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "python-memcached"
}