streamAPI


NamestreamAPI JSON
Version 2.6.1 PyPI version JSON
download
home_pageNone
Summarybasics utility and stream processing functionality
upload_time2024-07-01 04:14:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) [2018] 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 stream streamapi fluent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # How do I set up?

* Make sure that you use `python3.8` or above
* Inside a virtualenv            : `pip3 install streamAPI -U`
* If you want to install globally: `sudo -H pip3 install streamAPI -U`
* To run test: `python -m unittest discover -s test/ -p '*_test.py'` or `make test`

## Philosophy

We, in day to day data handling, have to usually setup pipeline to process
data, that can be transforming data, filtering it, processing it sequentially
or concurrently, reducing it and so on. StreamAPI attempts to provide solution to such problem in
clean and easy way and enforces readability. 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "streamAPI",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Shiv Krishna Jaiswal <shivkj001@gmail.com>",
    "keywords": "stream, streamAPI, fluent",
    "author": null,
    "author_email": "Shiv Krishna Jaiswal <shivkj001@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/39/50/4c74795e73c4228272bb9cd9c3efb88edbfa24e3a0fd184cfa7a85e256b9/streamapi-2.6.1.tar.gz",
    "platform": null,
    "description": "# How do I set up?\n\n* Make sure that you use `python3.8` or above\n* Inside a virtualenv            : `pip3 install streamAPI -U`\n* If you want to install globally: `sudo -H pip3 install streamAPI -U`\n* To run test: `python -m unittest discover -s test/ -p '*_test.py'` or `make test`\n\n## Philosophy\n\nWe, in day to day data handling, have to usually setup pipeline to process\ndata, that can be transforming data, filtering it, processing it sequentially\nor concurrently, reducing it and so on. StreamAPI attempts to provide solution to such problem in\nclean and easy way and enforces readability. \n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2018]  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. ",
    "summary": "basics utility and stream processing functionality",
    "version": "2.6.1",
    "project_urls": {
        "Documentation": "https://github.com/ShivKJ/Stream",
        "Homepage": "https://github.com/ShivKJ/Stream",
        "Issues": "https://github.com/ShivKJ/Stream/issues",
        "Repository": "https://github.com/ShivKJ/Stream"
    },
    "split_keywords": [
        "stream",
        " streamapi",
        " fluent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e4048b33ab045fab6ffffb09347d2602625b96e1af13ec50ce4caae17535242",
                "md5": "bcf45f9ba348ee13e93fd76046af1f1c",
                "sha256": "63582f77e7eb67bbf51b1603c85bef689723140c0874ccfb6214dd7755b20372"
            },
            "downloads": -1,
            "filename": "streamAPI-2.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcf45f9ba348ee13e93fd76046af1f1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26379,
            "upload_time": "2024-07-01T04:14:37",
            "upload_time_iso_8601": "2024-07-01T04:14:37.670406Z",
            "url": "https://files.pythonhosted.org/packages/7e/40/48b33ab045fab6ffffb09347d2602625b96e1af13ec50ce4caae17535242/streamAPI-2.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39504c74795e73c4228272bb9cd9c3efb88edbfa24e3a0fd184cfa7a85e256b9",
                "md5": "237ab11b973b3764907b980066920873",
                "sha256": "239f4c1073e5139fdb2929696f2f95448108737a44cf9d35c8c1bee6f30e36c5"
            },
            "downloads": -1,
            "filename": "streamapi-2.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "237ab11b973b3764907b980066920873",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23278,
            "upload_time": "2024-07-01T04:14:39",
            "upload_time_iso_8601": "2024-07-01T04:14:39.493770Z",
            "url": "https://files.pythonhosted.org/packages/39/50/4c74795e73c4228272bb9cd9c3efb88edbfa24e3a0fd184cfa7a85e256b9/streamapi-2.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 04:14:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ShivKJ",
    "github_project": "Stream",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "streamapi"
}
        
Elapsed time: 0.24127s