iclearn


Nameiclearn JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA collection of utilities for machine learning applications.
upload_time2024-12-19 08:36:25
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/18/0e/a7b218e05e829ab843e967277cd4c3f09ab30f02fa702409ddd6fe9f1a14/iclearn-0.0.5.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.5",
    "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": "b98144d41837b34c7a67984d96b95d9b9c0bdb85db0ba66edfddcb9bef450d73",
                "md5": "964764aa69a64f63501ac4cfdc684ce7",
                "sha256": "826b3fda5a463cbafda3e126baa13cd6db33d7916c404a2602b6dcb369b15e5a"
            },
            "downloads": -1,
            "filename": "iclearn-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "964764aa69a64f63501ac4cfdc684ce7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 39331,
            "upload_time": "2024-12-19T08:36:23",
            "upload_time_iso_8601": "2024-12-19T08:36:23.472758Z",
            "url": "https://files.pythonhosted.org/packages/b9/81/44d41837b34c7a67984d96b95d9b9c0bdb85db0ba66edfddcb9bef450d73/iclearn-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "180ea7b218e05e829ab843e967277cd4c3f09ab30f02fa702409ddd6fe9f1a14",
                "md5": "0fa12f9f741e3e0786818ab4ac431d49",
                "sha256": "fff306f9b931b2f395a53fe0c51a66e6848ff617072da36b4c6fe222e9e39059"
            },
            "downloads": -1,
            "filename": "iclearn-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0fa12f9f741e3e0786818ab4ac431d49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33961,
            "upload_time": "2024-12-19T08:36:25",
            "upload_time_iso_8601": "2024-12-19T08:36:25.797830Z",
            "url": "https://files.pythonhosted.org/packages/18/0e/a7b218e05e829ab843e967277cd4c3f09ab30f02fa702409ddd6fe9f1a14/iclearn-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 08:36:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iclearn"
}
        
Elapsed time: 0.43046s