How to Install and Uninstall python3-uhashring Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-uhashring" package

Please follow the guidance below to install python3-uhashring on Kali Linux

$ sudo apt update $ sudo apt install python3-uhashring

2. Uninstall "python3-uhashring" package

Please follow the guidelines below to uninstall python3-uhashring on Kali Linux:

$ sudo apt remove python3-uhashring $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-uhashring package on Kali Linux

Package: python3-uhashring
Source: python-uhashring
Version: 2.3-2
Installed-Size: 51
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-memcache, python3:any
Size: 12272
SHA256: 050c249a633ac5ae58f52b534d750d5048ceb3e0487499b43aa368ab7ef539e2
SHA1: a281fd8a91f83bf2f4fe0b905cee86f854939d27
MD5sum: f86bc8ffb12087da012b466dcae48de5
Description: full featured consistent hashing python library compatible with ketama
Uhashring implements consistent hashing in pure Python.
.
Consistent hashing is mostly used on distributed systems/caches/databases as
this avoid the total reshuffling of your key-node mappings when adding or
removing a node in your ring (called continuum on libketama). More information
and det ails about this can be found in the *literature* section.
.
This full featured implementation offers:
* a lot of convenient methods to use your consistent hash ring in real world
applications.
* simple integration with other libs such as memcache through monkey
patching.
* a full ketama compatibility if you need to use it.
* all the missing functions in the libketama C python binding (which is not
even available on pypi) for ketama users.
* possibility to use your own weight and hash functions if you don't care
about the ketama compatibility.
* Instance-oriented usage, so you can use your consistent hash ring object
directly in your code (see advanced usage).
* tests of implementation, key distribution and ketama compatibility.
.
Per node weight is also supported and will affect the nodes distribution on
the ring.
Description-md5:
Homepage: https://github.com/ultrabug/uhashring
Section: python
Priority: optional
Filename: pool/main/p/python-uhashring/python3-uhashring_2.3-2_all.deb