| Name | iccore JSON |
| Version |
0.2.6
JSON |
| download |
| home_page | None |
| Summary | A collection of common data structures and utilities used in other ICHEC tools |
| upload_time | 2025-10-15 07:53:39 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
hpc
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# iccore
This package is part of the [Common Tooling Project](https://ichec-handbook.readthedocs.io/en/latest/src/common_tools.html) at the [Irish Centre for High End Computing](https://www.ichec.ie).
It is a collection of common data structures, data types and low-level utilities used in other ICHEC 'common tools'.
# Features #
The package consists of:
* `data structures` (list, strings, dicts etc.) and utilities for working with them
* tooling for interacting with `system resources`, such as external processes, the filesystem and network
* basic database interaction tooling with sqmlmodel
## Useful Data Types ##
* HPC and Networking: CPU, GPU, Process, SystemEvent, Node, ClusterAllocation, Host
## Filesystem ##
Utilities to find files with pattern matching and replace content inside files.
**CLI Example:**
You can replace all occurences of a string with another recursively in files with:
``` shell
iccore filesystem replace_in_files --target $REPLACE_DIR --search $FILE_WITH_SEARCH_TERM --replace $FILE_WITH_REPLACE_TERM
```
The `search` and `replace` terms are read from files. This can be handy to avoid shell escape sequences - as might be needed in `sed`.
## Networking ##
Includes a:
* `HttpClient`
**CLI Example:**
You can download a file with:
``` shell
iccore network download --url $RESOURCE_URL --download_dir $WHERE_TO_PUT_DOWNLOAD
```
## Serialization ##
Tools for reading and writing ymal and json with some error handling.
# Install #
It is available on PyPI:
``` sh
pip install iccore
```
# Copyright and License #
This software is copyright of the Irish Centre for High End Computing (ICHEC).
You may use it under the terms of GPLv3+ license. See the incluced `LICENSE.txt` file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "iccore",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "HPC",
"author": null,
"author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
"download_url": "https://files.pythonhosted.org/packages/aa/51/77950ef6836c21fe9a2bac4e1d68b61faeaf9ae9cb03497f765572ff64c9/iccore-0.2.6.tar.gz",
"platform": null,
"description": "# iccore\n\nThis package is part of the [Common Tooling Project](https://ichec-handbook.readthedocs.io/en/latest/src/common_tools.html) at the [Irish Centre for High End Computing](https://www.ichec.ie).\n\nIt is a collection of common data structures, data types and low-level utilities used in other ICHEC 'common tools'.\n\n# Features #\n\nThe package consists of:\n\n* `data structures` (list, strings, dicts etc.) and utilities for working with them\n* tooling for interacting with `system resources`, such as external processes, the filesystem and network\n* basic database interaction tooling with sqmlmodel \n\n## Useful Data Types ##\n\n* HPC and Networking: CPU, GPU, Process, SystemEvent, Node, ClusterAllocation, Host\n\n## Filesystem ##\n\nUtilities to find files with pattern matching and replace content inside files.\n\n**CLI Example:**\n\nYou can replace all occurences of a string with another recursively in files with:\n\n``` shell\niccore filesystem replace_in_files --target $REPLACE_DIR --search $FILE_WITH_SEARCH_TERM --replace $FILE_WITH_REPLACE_TERM \n```\n\nThe `search` and `replace` terms are read from files. This can be handy to avoid shell escape sequences - as might be needed in `sed`.\n\n## Networking ##\n\nIncludes a:\n\n* `HttpClient`\n\n**CLI Example:**\n\nYou can download a file with:\n\n``` shell\niccore network download --url $RESOURCE_URL --download_dir $WHERE_TO_PUT_DOWNLOAD\n```\n\n## Serialization ##\n\nTools for reading and writing ymal and json with some error handling.\n\n# Install #\n\nIt is available on PyPI:\n\n``` sh\npip install iccore\n```\n\n# Copyright and License #\n\nThis software is copyright of the Irish Centre for High End Computing (ICHEC).\n\nYou may use it under the terms of GPLv3+ license. See the incluced `LICENSE.txt` file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of common data structures and utilities used in other ICHEC tools",
"version": "0.2.6",
"project_urls": {
"Homepage": "https://git.ichec.ie/performance/toolshed/iccore",
"Repository": "https://git.ichec.ie/performance/toolshed/iccore"
},
"split_keywords": [
"hpc"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c93bfe52b23fe48dbd0fcab4d0b460a28ec0e22944c0903490fa72a64cf06839",
"md5": "643fd2723f5bec8fcadba0b0b4e8339f",
"sha256": "c5e155141166f5a2f3c90014b5d766f974e92fc34730fd7836adc73113bf3168"
},
"downloads": -1,
"filename": "iccore-0.2.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "643fd2723f5bec8fcadba0b0b4e8339f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 44762,
"upload_time": "2025-10-15T07:53:38",
"upload_time_iso_8601": "2025-10-15T07:53:38.235463Z",
"url": "https://files.pythonhosted.org/packages/c9/3b/fe52b23fe48dbd0fcab4d0b460a28ec0e22944c0903490fa72a64cf06839/iccore-0.2.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa5177950ef6836c21fe9a2bac4e1d68b61faeaf9ae9cb03497f765572ff64c9",
"md5": "888f7181eb7eb96eea7273cac53ee9d4",
"sha256": "f965af70ebd610c3d36d0ce1c19f8992027cd9d02265f746dac8c878c2bf3442"
},
"downloads": -1,
"filename": "iccore-0.2.6.tar.gz",
"has_sig": false,
"md5_digest": "888f7181eb7eb96eea7273cac53ee9d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 40103,
"upload_time": "2025-10-15T07:53:39",
"upload_time_iso_8601": "2025-10-15T07:53:39.622873Z",
"url": "https://files.pythonhosted.org/packages/aa/51/77950ef6836c21fe9a2bac4e1d68b61faeaf9ae9cb03497f765572ff64c9/iccore-0.2.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-15 07:53:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "iccore"
}