{ "info": { "author": "Nikolay Kim", "author_email": "fafhrd91@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "memcached client for asyncio\n============================\n\naiomemcache is a minimal, pure python client for memcached, kestrel, etc.\n\n\nRequirements\n------------\n\n- Python >= 3.3\n- asyncio https://pypi.python.org/pypi/asyncio/\n\n\nGetting started\n---------------\n\nThe API looks very similar to the other memcache clients::\n\n import aiomemcache\n mc = aiomemcache.Client(\"127.0.0.1\", 11211, connect_timeout=5)\n yield from mc.set(b\"some_key\", b\"Some value\")\n value = yield from mc.get(b\"some_key\")\n yield from mc.delete(b\"another_key\")\n\nCHANGES\n=======\n\n0.1 (02-04-2014)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fafhrd91/aiomemcache/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "aiomemcache", "package_url": "https://pypi.org/project/aiomemcache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aiomemcache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fafhrd91/aiomemcache/" }, "release_url": "https://pypi.org/project/aiomemcache/0.1/", "requires_dist": null, "requires_python": null, "summary": "Minimal pure python memcached client", "version": "0.1" }, "last_serial": 1861752, "releases": { "0.1": [] }, "urls": [] }