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.
- str in Bloomfilter
return Bloomfilter.test(str)
Release files for bloomfilter4py3 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bloomfilter4py3-1.1.1.tar.gz | 2.4 kB | Details |
Release files / bloomfilter4py3-1.1.1.tar.gz
| Download URL | bloomfilter4py3-1.1.1.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78bff2ff2da7723ed4966321ba2ae9d067bb1852c16ea56753f5a84f5a451db8
|
|
BLAKE2b-256 checksum How to use checksums |
4fcd3e083908087154ae643eb02d92337814126ca38d9911bce2fa3add732050
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |