To install this package run one of the following: pip install -i https://pypi.anaconda.org/rolando-test-org/simple pybloom
Description
pybloom is a Python implementation of the bloom filter probabilistic data
structure. The module also provides a Scalable Bloom Filter that allows a
bloom filter to grow without knowing the original set size.