{ "info": { "author": "Lipin Dmitriy", "author_email": "blackwithwhite666@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python :: 2.7" ], "description": "=========================================\npyhashring - python wrapper for hash ring\n=========================================\n\nCI status: |cistatus|\n\n.. |cistatus| image:: https://secure.travis-ci.org/blackwithwhite666/pyhashring.png?branch=master\n\nThis library is a thin python wrapper around hash ring implementation in https://github.com/chrismoos/hash-ring\n\nInstalling\n==========\n\npyhashring can be installed via pypi:\n\n::\n\n pip install pyhashring\n\n\nBuilding\n========\n\nGet the source:\n\n::\n\n git clone https://github.com/blackwithwhite666/pyhashring.git\n\n\nCompile extension:\n\n::\n\n python setup.py build_ext --inplace\n\n\n\nUsage\n=====\n\nGet node by key:\n\n::\n\n from pyhashring import HashRing\n h = HashRing()\n h.add(b'SlotA')\n h.add(b'SlotB')\n h.find('keyA')\n >>> 'SlotB'\n h.find('keyB')\n >>> 'SlotA'\n\n\nRunning the test suite\n======================\n\nUse Tox to run the test suite:\n\n::\n\n tox\n\n\nChangelog\n=========\n\n0.1.0 (initial release)\n-----------------------\n\n- Prototype.", "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/blackwithwhite666/pyhashring", "keywords": "thrift soa", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pyhashring", "package_url": "https://pypi.org/project/pyhashring/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyhashring/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/blackwithwhite666/pyhashring" }, "release_url": "https://pypi.org/project/pyhashring/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Hash ring wrapper for python.", "version": "0.1.0" }, "last_serial": 922537, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ef5de17618074f72d998fa6682cd9a65", "sha256": "f36a226f489133790ee80c651c8853bebb5246bfea5e991f597941fb2b83045f" }, "downloads": -1, "filename": "pyhashring-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ef5de17618074f72d998fa6682cd9a65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39438, "upload_time": "2013-11-18T10:54:32", "url": "https://files.pythonhosted.org/packages/82/b6/76de070f5ed178d09d29f14d53f5acea74967187d921baa3294404d48a2b/pyhashring-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef5de17618074f72d998fa6682cd9a65", "sha256": "f36a226f489133790ee80c651c8853bebb5246bfea5e991f597941fb2b83045f" }, "downloads": -1, "filename": "pyhashring-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ef5de17618074f72d998fa6682cd9a65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39438, "upload_time": "2013-11-18T10:54:32", "url": "https://files.pythonhosted.org/packages/82/b6/76de070f5ed178d09d29f14d53f5acea74967187d921baa3294404d48a2b/pyhashring-0.1.0.tar.gz" } ] }