lotl


Namelotl JSON
Version 0.0.17 PyPI version JSON
download
home_pageNone
Summarylotl is a data science library
upload_time2025-08-16 23:10:11
maintainerNone
docs_urlNone
authorInvizabel
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lotl is a data science library

#

# from lotl import *

#

# chain (redundant itertools.chain) = lotl(array).chain()

# flatten (flatten multi-dimensional array) = lotl(array,nth=0).flatten()

# mean (redundant statistics.mean) = lotl(array).mean()

# nested total (counts how many layers deep at most an array is) = lotl(array).nested()

# slope (finds the slope average) = lotl(array).slope()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lotl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Invizabel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c5/07/331dfce4f4a1e0d3c869db0023e13f508e2846d90edc202425f6944aa77e/lotl-0.0.17.tar.gz",
    "platform": null,
    "description": "# lotl is a data science library\n\n#\n\n# from lotl import *\n\n#\n\n# chain (redundant itertools.chain) = lotl(array).chain()\n\n# flatten (flatten multi-dimensional array) = lotl(array,nth=0).flatten()\n\n# mean (redundant statistics.mean) = lotl(array).mean()\n\n# nested total (counts how many layers deep at most an array is) = lotl(array).nested()\n\n# slope (finds the slope average) = lotl(array).slope()\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "lotl is a data science library",
    "version": "0.0.17",
    "project_urls": {
        "Bug Tracker": "https://github.com/Invizabel/lotl/issues",
        "Homepage": "https://github.com/Invizabel/lotl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ccc644b2b8717ef2f7f1c520e8b1d8003f7d4ced823d54f889e5a627fded73e",
                "md5": "e199c0c127bc063d742ffe4382a79b00",
                "sha256": "8525fdaf4441d892c5253d72e548e399b86f2ceca5306af62afcf384e835505a"
            },
            "downloads": -1,
            "filename": "lotl-0.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e199c0c127bc063d742ffe4382a79b00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14202,
            "upload_time": "2025-08-16T23:10:10",
            "upload_time_iso_8601": "2025-08-16T23:10:10.404668Z",
            "url": "https://files.pythonhosted.org/packages/4c/cc/644b2b8717ef2f7f1c520e8b1d8003f7d4ced823d54f889e5a627fded73e/lotl-0.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c507331dfce4f4a1e0d3c869db0023e13f508e2846d90edc202425f6944aa77e",
                "md5": "1d15ce5ca7e5969c11dc2728885a8bac",
                "sha256": "ab0ea0a6e5e0bfdc5c7f04e8760a3558d852fd3abd283f3c367bbb8ab1c21c8e"
            },
            "downloads": -1,
            "filename": "lotl-0.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "1d15ce5ca7e5969c11dc2728885a8bac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14182,
            "upload_time": "2025-08-16T23:10:11",
            "upload_time_iso_8601": "2025-08-16T23:10:11.372823Z",
            "url": "https://files.pythonhosted.org/packages/c5/07/331dfce4f4a1e0d3c869db0023e13f508e2846d90edc202425f6944aa77e/lotl-0.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-16 23:10:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Invizabel",
    "github_project": "lotl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lotl"
}
        
Elapsed time: 4.39023s