{ "info": { "author": "Idan Moyal", "author_email": "idanmo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python Memcached UDP Client\n===========================\n\n.. image:: https://img.shields.io/pypi/v/python-memcached-udp.svg\n :target: https://pypi.python.org/pypi/python-memcached-udp\n\n.. image:: https://travis-ci.org/idanmo/python-memcached-udp.svg?branch=master\n :target: https://travis-ci.org/idanmo/python-memcached-udp\n\n\nA simple UDP Memcached client implementation written in Python.\n\nImplemented for my own needs, use at your own risk :-)\n\n\nPython Compatibility\n--------------------\n>= 2.7 (3 included)\n\n\nSupported Operations\n--------------------\n- set\n- get\n\n\nInstallation\n------------\n\n.. code-block:: python\n\n pip install https://github.com/idanmo/python-memcached-udp/archive/master.zip\n\n\nUsage\n-----\n\n.. code-block:: python\n\n import memcached_udp\n\n client = memcached_udp.Client([('192.168.0.1', 11211), ('192.168.0.5', 11211)])\n client.set('key1', 'value1')\n r = client.get('key1')", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idanmo/python-memcached-udp", "keywords": "memcached udp", "license": "", "maintainer": "", "maintainer_email": "", "name": "python-memcached-udp", "package_url": "https://pypi.org/project/python-memcached-udp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-memcached-udp/", "project_urls": { "Homepage": "https://github.com/idanmo/python-memcached-udp" }, "release_url": "https://pypi.org/project/python-memcached-udp/0.2a0/", "requires_dist": [ "six (==1.10.0)" ], "requires_python": "", "summary": "A simple UDP Memcached client written in Python.", "version": "0.2a0" }, "last_serial": 2058858, "releases": { "0.2a0": [ { "comment_text": "", "digests": { "md5": "ee9b67848a5c6b3577a1cdaf3c88462a", "sha256": "4e00e9b4dd1bf66049779ccb8a257be403233afe4cb03e436ffc3fbdee531973" }, "downloads": -1, "filename": "python_memcached_udp-0.2a0-py2-none-any.whl", "has_sig": false, "md5_digest": "ee9b67848a5c6b3577a1cdaf3c88462a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4670, "upload_time": "2016-04-11T22:12:35", "url": "https://files.pythonhosted.org/packages/94/45/779c9abd619ec76daff927ea210ba708463d7b3719a2913016be1b00695a/python_memcached_udp-0.2a0-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee9b67848a5c6b3577a1cdaf3c88462a", "sha256": "4e00e9b4dd1bf66049779ccb8a257be403233afe4cb03e436ffc3fbdee531973" }, "downloads": -1, "filename": "python_memcached_udp-0.2a0-py2-none-any.whl", "has_sig": false, "md5_digest": "ee9b67848a5c6b3577a1cdaf3c88462a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4670, "upload_time": "2016-04-11T22:12:35", "url": "https://files.pythonhosted.org/packages/94/45/779c9abd619ec76daff927ea210ba708463d7b3719a2913016be1b00695a/python_memcached_udp-0.2a0-py2-none-any.whl" } ] }