Skip to main content

A Bloomfilter implement in pure python for python3.

Project description

A Bloomfilter implement in pure python for python3.

Package Installation and Usage

The package is available on PyPI:

pip install bloomfilter4py3

The library can be imported in the usual way:

import bloomfilter

APIs

Bloomfilter(nBits, nHashs)

Return a Bloomfilter object with bucket length of nBits and nHashs hash functions.

Bloomfilter(filepath)

Return a Bloomfilter object that read from file at filepath.

Bloomfilter.save(filepath)

Save the filter in file at filepath.

Bloomfilter.add(str)

Add str to the filter.

Bloomfilter.test(str)

Return a True if str might in the filter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bloomfilter4py3-1.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page