Overview

hashring

Documentation Status Travis-CI Build Status AppVeyor Build Status Coverage Status Code Quality Status Scrtinizer Status
PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported imlementations

Implements consistent hashing in Python (using md5 as hashing function).

  • Free software: BSD license

Installation

pip install hashring

Development

To run the all tests run:

tox