SkillAgentSearch skills...

Hashring

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

Install / Use

/learn @goller/Hashring
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

=============================== hashring

| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer| | |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/hashring/badge/?style=flat :target: https://readthedocs.org/projects/hashring :alt: Documentation Status

.. |travis| image:: http://img.shields.io/travis/goller/hashring/master.png?style=flat :alt: Travis-CI Build Status :target: https://travis-ci.org/goller/hashring

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/goller/hashring?branch=master :alt: AppVeyor Build Status :target: https://ci.appveyor.com/project/goller/hashring

.. |coveralls| image:: http://img.shields.io/coveralls/goller/hashring/master.png?style=flat :alt: Coverage Status :target: https://coveralls.io/r/goller/hashring

.. |landscape| image:: https://landscape.io/github/goller/hashring/master/landscape.svg?style=flat :target: https://landscape.io/github/goller/hashring/master :alt: Code Quality Status

.. |version| image:: http://img.shields.io/pypi/v/hashring.png?style=flat :alt: PyPI Package latest release :target: https://pypi.python.org/pypi/hashring

.. |downloads| image:: http://img.shields.io/pypi/dm/hashring.png?style=flat :alt: PyPI Package monthly downloads :target: https://pypi.python.org/pypi/hashring

.. |wheel| image:: https://img.shields.io/pypi/wheel/hashring.svg?style=flat :alt: PyPI Wheel :target: https://pypi.python.org/pypi/hashring

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/hashring.svg?style=flat :alt: Supported versions :target: https://pypi.python.org/pypi/hashring

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/hashring.svg?style=flat :alt: Supported imlementations :target: https://pypi.python.org/pypi/hashring

.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/goller/hashring/master.png?style=flat :alt: Scrtinizer Status :target: https://scrutinizer-ci.com/g/goller/hashring/

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

  • Free software: BSD license

Installation

::

pip install hashring

Documentation

https://hashring.readthedocs.org/

Development

To run the all tests run::

tox

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks4

Languages

Python

Security Score

70/100

Audited on Mar 27, 2023

No findings