Metadata-Version: 2.1 Name: pybloom Version: 2.0.0 Summary: PyBloom: A Probabilistic data structure Home-page: http://github.com/jaybaird/python-bloomfilter/ Author: Jay Baird Author-email: jay.baird@me.com License: MIT License Keywords: data structures,bloom filter,bloom,filter,probabilistic,set Platform: any Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3", Classifier: Operating System :: OS Independent Classifier: Topic :: Utilities Classifier: Topic :: Database :: Database Engines/Servers Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: bitarray (>=0.3.4) 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.