{"id":29806759,"url":"https://github.com/sysatom/python-bloom-filter","last_synced_at":"2025-07-28T14:13:36.067Z","repository":{"id":57414797,"uuid":"177075284","full_name":"sysatom/python-bloom-filter","owner":"sysatom","description":"A Simple Bloom Filter for Python","archived":false,"fork":false,"pushed_at":"2019-03-22T06:08:15.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T18:47:28.168Z","etag":null,"topics":["bloom-filter","pip","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/bfilter/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysatom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-22T05:12:26.000Z","updated_at":"2019-04-13T04:54:22.000Z","dependencies_parsed_at":"2022-08-30T05:40:41.201Z","dependency_job_id":null,"html_url":"https://github.com/sysatom/python-bloom-filter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sysatom/python-bloom-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysatom%2Fpython-bloom-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysatom%2Fpython-bloom-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysatom%2Fpython-bloom-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysatom%2Fpython-bloom-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysatom","download_url":"https://codeload.github.com/sysatom/python-bloom-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysatom%2Fpython-bloom-filter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267528006,"owners_count":24102031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloom-filter","pip","python"],"created_at":"2025-07-28T14:13:33.702Z","updated_at":"2025-07-28T14:13:36.034Z","avatar_url":"https://github.com/sysatom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Simple Bloom Filter for Python\n\n[![Build Status](https://travis-ci.org/sysatom/python-bloom-filter.svg?branch=master)](https://travis-ci.org/sysatom/python-bloom-filter)\n\n### Install\n\n```bash\npip install bfilter\n```\n\n### Usage\n\n```python\nfrom bfilter.bloomfilter import BloomFilter\n\nbf = BloomFilter(100000, 7)\nfor i in range(5000):\n    bf.add('%s' % i)\n\nprint(bf.lookup('333'))\nprint(bf.lookup('100000'))\nprint(bf.lookup('500001'))\nprint(bf.lookup('510001'))\n```\n\n### Requirements\n\nThis project requires Python 3.6 or newer.\n\n### License\n\n\nYou can find the license for this code in [the LICENSE file](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysatom%2Fpython-bloom-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysatom%2Fpython-bloom-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysatom%2Fpython-bloom-filter/lists"}