{ "info": { "author": "Zhihao Yuan", "author_email": "lichray@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "**moecache** is a pure python client for memcached. Its binary\nprotocol and shading strategy are compatible with EnyimMemcached\n(a C# memcached client), so that you are can read/write an\nEnyimMemcached-managed memcached deployment in Python.\n\nThe project is forked from **memcache_client**, a minimal and robust\npython memcached client from Mixpanel, Inc.\n\nThe API looks very similar to the other memcached clients:\n\n::\n\n import moecache\n\n with moecache.Client([(\"127.0.0.1\", 11211), (\"127.0.0.1\", 11213)],\n timeout=1, connect_timeout=5) as mc:\n mc.set(\"some_key\", \"Some value\")\n value = mc.get(\"some_key\")\n mc.delete(\"another_key\")", "description_content_type": null, "docs_url": "https://pythonhosted.org/moecache/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lichray/moecache", "keywords": "rackspace,memcached", "license": "ASL 2.0", "maintainer": null, "maintainer_email": null, "name": "moecache", "package_url": "https://pypi.org/project/moecache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/moecache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lichray/moecache" }, "release_url": "https://pypi.org/project/moecache/1.0/", "requires_dist": null, "requires_python": null, "summary": "A memcached client with a different shading strategy", "version": "1.0" }, "last_serial": 2054204, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "838e7b07679d22d6dac687e3dec37e85", "sha256": "c13be076cce5541e15dae9034a90d83a3f3c080011c6c69062e003e97e81dfe9" }, "downloads": -1, "filename": "moecache-0.1.tar.gz", "has_sig": false, "md5_digest": "838e7b07679d22d6dac687e3dec37e85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6689, "upload_time": "2014-05-01T19:22:57", "url": "https://files.pythonhosted.org/packages/25/6e/e9f1f0627a577c9ac03488f05e09c2cd38682d1a424b2a25154c4dd110b7/moecache-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "101c3679142f3bd8d54bc4b7f1c96488", "sha256": "cb68f6f95a37cd9478a53fdfe4a4bf8653828941438cb2075f5b2fec72c1a193" }, "downloads": -1, "filename": "moecache-0.2.tar.gz", "has_sig": false, "md5_digest": "101c3679142f3bd8d54bc4b7f1c96488", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6925, "upload_time": "2015-03-10T20:52:36", "url": "https://files.pythonhosted.org/packages/ea/d3/06a7d6ae350acdd19084f7e06021d25a395b94d1a3486229ea14f3846302/moecache-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "1791c0080394f25aaa5d7cc777a173f8", "sha256": "179683cbd9341cf17cb72aec24d435008a3d5d85f36ae20a1663eb9f8a759608" }, "downloads": -1, "filename": "moecache-1.0.tar.gz", "has_sig": false, "md5_digest": "1791c0080394f25aaa5d7cc777a173f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7006, "upload_time": "2016-04-08T05:20:23", "url": "https://files.pythonhosted.org/packages/19/38/8f7488555019898a6e0d4b334cd7023e878ccf62512e76b9ad21b113cf85/moecache-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1791c0080394f25aaa5d7cc777a173f8", "sha256": "179683cbd9341cf17cb72aec24d435008a3d5d85f36ae20a1663eb9f8a759608" }, "downloads": -1, "filename": "moecache-1.0.tar.gz", "has_sig": false, "md5_digest": "1791c0080394f25aaa5d7cc777a173f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7006, "upload_time": "2016-04-08T05:20:23", "url": "https://files.pythonhosted.org/packages/19/38/8f7488555019898a6e0d4b334cd7023e878ccf62512e76b9ad21b113cf85/moecache-1.0.tar.gz" } ] }