Metadata-Version: 1.1
Name: filtercascade
Version: 0.4.1
Summary: A simple bloom filter cascade implementation in Python
Home-page: https://github.com/mozilla/filter-cascade
Author: J.C. Jones
Author-email: jc@mozilla.com
License: Mozilla Public License 2.0 (MPL 2.0)
Project-URL: Source, https://github.com/mozilla/filter-cascade
Project-URL: Tracker, https://github.com/mozilla/filter-cascade/issues
Project-URL: Rust Project, https://github.com/mozilla/rust-cascade
Description: A bloom filter cascade implementation in Python using either the 32-bit variant of murmurhash3 or sha256.
Keywords: bloom filter cascade multi level mlbf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
