Metadata-Version: 1.1
Name: dynamic_pybloom
Version: 3.0.3
Summary: Dynamic Pybloom: A Suite of Probabilistic Data Structures
Home-page: http://github.com/srf5132/dynamic-pybloom/
Author: srf5132
Author-email: srf5132@gmail.com
License: MIT License
Description: 
        ``dynamic-pybloom`` is a fork of the popular https://travis-ci.org/jaybaird/python-bloomfilter repo module
        that includes a Bloom Filter data structure, an implementation of the Scalable Bloom Filter[1] and
        a new implementation of the Dynamic Bloom Filter[2].
        
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
