Metadata-Version: 2.1
Name: python-bloomfilter
Version: 0.0.2
Summary: Bloomfilter using numba to get performance close to C speed
Home-page: http://github.com/stevesimmons/bloomfilter
Author: Stephen Simmons
Author-email: mail@stevesimmons.com
License: MIT Licence
Description: # bloomfilter
        A Python/Numba implementation of a Bloomfilter. Achieves 1/3 the speed of a C/Cython solution.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
