Metadata-Version: 1.0
Name: pybloom3
Version: 0.0.3
Summary: PyBloom: A Probabilistic data structure
Home-page: http://github.com/hexmagic/python-bloomfilter/
Author: Jay Baird
Author-email: jay.baird@me.com
License: MIT License
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.
        
Keywords: data structures,bloom filter,bloom,filter,probabilistic,set
Platform: any
