moolb


Namemoolb JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/nolash/python-moolb
SummarySimple bloom filter with pluggable hash backend
upload_time2023-08-19 15:50:31
maintainer
docs_urlNone
authorLouis Holbrook
requires_python
licenseWTFPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Moolb - simple bloom filter with pluggable hash backend

See tests for usage

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nolash/python-moolb",
    "name": "moolb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Louis Holbrook",
    "author_email": "dev@holbrook.no",
    "download_url": "https://files.pythonhosted.org/packages/00/85/e4ea9090618ec05b825f89eae2592e8efe6ce102818ad05ef078e15366fd/moolb-0.2.0.tar.gz",
    "platform": null,
    "description": "# Moolb - simple bloom filter with pluggable hash backend\n\nSee tests for usage\n",
    "bugtrack_url": null,
    "license": "WTFPL",
    "summary": "Simple bloom filter with pluggable hash backend",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/nolash/python-moolb"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0085e4ea9090618ec05b825f89eae2592e8efe6ce102818ad05ef078e15366fd",
                "md5": "0915b44613c31e90dd43ab56bb585df0",
                "sha256": "b885e1431dc0b6371b9ee03fdb634c5def5bf18add294b452b0e4f54ebf6a41b"
            },
            "downloads": -1,
            "filename": "moolb-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0915b44613c31e90dd43ab56bb585df0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2941,
            "upload_time": "2023-08-19T15:50:31",
            "upload_time_iso_8601": "2023-08-19T15:50:31.387793Z",
            "url": "https://files.pythonhosted.org/packages/00/85/e4ea9090618ec05b825f89eae2592e8efe6ce102818ad05ef078e15366fd/moolb-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-19 15:50:31",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nolash",
    "gitlab_project": "python-moolb",
    "lcname": "moolb"
}
        
Elapsed time: 0.13818s