pybloom3-richard


Namepybloom3-richard JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttp://github.com/hexmagic/python-bloomfilter/
SummaryPyBloom: A Probabilistic data structure
upload_time2023-04-13 01:33:39
maintainer
docs_urlNone
authorJay Baird
requires_python
licenseMIT License
keywords data structures bloom filter bloom filter probabilistic set
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
pybloom is a Python implementation of the bloom filter probabilistic data
structure. The module also provides a Scalable Bloom Filter that allows a
bloom filter to grow without knowing the original set size.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/hexmagic/python-bloomfilter/",
    "name": "pybloom3-richard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "data structures,bloom filter,bloom,filter,probabilistic,set",
    "author": "Jay Baird",
    "author_email": "jay.baird@me.com",
    "download_url": "",
    "platform": "any",
    "description": "\npybloom is a Python implementation of the bloom filter probabilistic data\nstructure. The module also provides a Scalable Bloom Filter that allows a\nbloom filter to grow without knowing the original set size.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "PyBloom: A Probabilistic data structure",
    "version": "0.0.1",
    "split_keywords": [
        "data structures",
        "bloom filter",
        "bloom",
        "filter",
        "probabilistic",
        "set"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13d8bb611c1d1335b5dab01434722730c730fe6d5c9b4b52b55317c63a0b0291",
                "md5": "23c0c88893c30313695b85b4828d3c3b",
                "sha256": "8614d34c7494d2b73d47e60b433e8aad22f618551865cf6811c30657a1db7355"
            },
            "downloads": -1,
            "filename": "pybloom3_richard-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23c0c88893c30313695b85b4828d3c3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9051,
            "upload_time": "2023-04-13T01:33:39",
            "upload_time_iso_8601": "2023-04-13T01:33:39.966407Z",
            "url": "https://files.pythonhosted.org/packages/13/d8/bb611c1d1335b5dab01434722730c730fe6d5c9b4b52b55317c63a0b0291/pybloom3_richard-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 01:33:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hexmagic",
    "github_project": "python-bloomfilter",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "pybloom3-richard"
}
        
Elapsed time: 0.05951s