iclearn


Nameiclearn JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA collection of utilities for machine learning applications.
upload_time2024-10-18 14:59:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords machine learning workflow hpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iclearn

This project has tools for building and running machine learning tasks. It is used in some ICHEC projects and [demos](https://git.ichec.ie/performance/recipes/machine_learning).

## Installing ##

The package is available on PyPI, you can install it with:

``` shell
pip install iclearn
```

## License ##

This software is Copyright ICHEC 2024 and can be re-used under the terms of the GPL v3+. See the included `LICENSE` file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iclearn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Machine Learning, Workflow, HPC",
    "author": null,
    "author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
    "download_url": "https://files.pythonhosted.org/packages/8b/c7/6a369ffbd64a94236698939b9b2e5e6ce4cc44cdfdd5f5b3ff7631825e40/iclearn-0.0.1.tar.gz",
    "platform": null,
    "description": "# iclearn\n\nThis project has tools for building and running machine learning tasks. It is used in some ICHEC projects and [demos](https://git.ichec.ie/performance/recipes/machine_learning).\n\n## Installing ##\n\nThe package is available on PyPI, you can install it with:\n\n``` shell\npip install iclearn\n```\n\n## License ##\n\nThis software is Copyright ICHEC 2024 and can be re-used under the terms of the GPL v3+. See the included `LICENSE` file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A collection of utilities for machine learning applications.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://git.ichec.ie/performance/toolshed/iclearn",
        "Repository": "https://git.ichec.ie/performance/toolshed/iclearn"
    },
    "split_keywords": [
        "machine learning",
        " workflow",
        " hpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9893ccffb18b481ce4c79c905fd57e0574326f32ac6073f519714f51f98bced5",
                "md5": "178d3b7cd7f256da3e6777657f414423",
                "sha256": "26f609526f2df27a98115dbb39fa0d9336927bd2b9522501a08e438b38a15032"
            },
            "downloads": -1,
            "filename": "iclearn-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "178d3b7cd7f256da3e6777657f414423",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 34900,
            "upload_time": "2024-10-18T14:59:07",
            "upload_time_iso_8601": "2024-10-18T14:59:07.697806Z",
            "url": "https://files.pythonhosted.org/packages/98/93/ccffb18b481ce4c79c905fd57e0574326f32ac6073f519714f51f98bced5/iclearn-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bc76a369ffbd64a94236698939b9b2e5e6ce4cc44cdfdd5f5b3ff7631825e40",
                "md5": "6d6a31815771b6c73b9e60900242661e",
                "sha256": "c76d126aea7749be7bcc5bd68a9c1f720ecaf833fb81ffad93e6ad6005c9c7cf"
            },
            "downloads": -1,
            "filename": "iclearn-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6d6a31815771b6c73b9e60900242661e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31216,
            "upload_time": "2024-10-18T14:59:09",
            "upload_time_iso_8601": "2024-10-18T14:59:09.611921Z",
            "url": "https://files.pythonhosted.org/packages/8b/c7/6a369ffbd64a94236698939b9b2e5e6ce4cc44cdfdd5f5b3ff7631825e40/iclearn-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 14:59:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iclearn"
}
        
Elapsed time: 0.38625s