streamsketchlib


Namestreamsketchlib JSON
Version 0.0.0 PyPI version JSON
download
home_page
SummaryLibrary of streaming algorithms for processing massive data.
upload_time2023-04-20 20:46:21
maintainer
docs_urlNone
author
requires_python>=3.9
licenseThe MIT License (MIT) Copyright © 2023 Dr. Hoa Vu and Daniel Barnas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords streaming algorithms big massive data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# StreamSketchLib

This package contains various streaming algorithms that are useful for processing massive scale data. For example, for calculating heavy-hitters in a data stream, implementations of the Misra-Gries and Count-Min algorithms are available. The problems that can be solved using this package include F0 and F2 estimation as well as set-membership inquiries (Bloom Filter).  


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "streamsketchlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "streaming,algorithms,big,massive,data",
    "author": "",
    "author_email": "\"Dr. Hoa Vu and Daniel Barnas\" <danielbarn90@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ba/db/bf8ac69113ce4a1d8c37827bae99091216ec9cc2dd195a43e1e5cba54288/streamsketchlib-0.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# StreamSketchLib\r\n\r\nThis package contains various streaming algorithms that are useful for processing massive scale data. For example, for calculating heavy-hitters in a data stream, implementations of the Misra-Gries and Count-Min algorithms are available. The problems that can be solved using this package include F0 and F2 estimation as well as set-membership inquiries (Bloom Filter).  \r\n\r\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT) Copyright \u00a9 2023 Dr. Hoa Vu and Daniel Barnas  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Library of streaming algorithms for processing massive data.",
    "version": "0.0.0",
    "split_keywords": [
        "streaming",
        "algorithms",
        "big",
        "massive",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "718f2e91c0f239542c3eb0607f05da88769c22309581ff03a2dada1a23e58383",
                "md5": "389621ea77d1d3bb060dabbc24a05051",
                "sha256": "4efddf76aa2a184524bbcdb69defe4ef579783e1fab9e6091c899a05f9fdaba6"
            },
            "downloads": -1,
            "filename": "streamsketchlib-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "389621ea77d1d3bb060dabbc24a05051",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13398,
            "upload_time": "2023-04-20T20:46:18",
            "upload_time_iso_8601": "2023-04-20T20:46:18.556588Z",
            "url": "https://files.pythonhosted.org/packages/71/8f/2e91c0f239542c3eb0607f05da88769c22309581ff03a2dada1a23e58383/streamsketchlib-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "badbbf8ac69113ce4a1d8c37827bae99091216ec9cc2dd195a43e1e5cba54288",
                "md5": "ac0f611545ea1a9d51b1aa78625f091c",
                "sha256": "f55d2a8f4f8f6cd5a2b10d5f1e6bb1c013e4281c72d79080a78a3584289ed235"
            },
            "downloads": -1,
            "filename": "streamsketchlib-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ac0f611545ea1a9d51b1aa78625f091c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12562,
            "upload_time": "2023-04-20T20:46:21",
            "upload_time_iso_8601": "2023-04-20T20:46:21.419669Z",
            "url": "https://files.pythonhosted.org/packages/ba/db/bf8ac69113ce4a1d8c37827bae99091216ec9cc2dd195a43e1e5cba54288/streamsketchlib-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 20:46:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "streamsketchlib"
}
        
Elapsed time: 0.05680s