Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hashring

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashring

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

pipPyPI
Version
1.5.1
Maintainers
1

=============================== 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://pypip.in/wheel/hashring/badge.png?style=flat :alt: PyPI Wheel :target: https://pypi.python.org/pypi/hashring

.. |supported-versions| image:: https://pypip.in/py_versions/hashring/badge.png?style=flat :alt: Supported versions :target: https://pypi.python.org/pypi/hashring

.. |supported-implementations| image:: https://pypip.in/implementation/hashring/badge.png?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

Changelog

1.4.0 (2014-12-20)

  • First release on PyPI.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts