A collection of common data structures and utilities used in other ICHEC tools
Project description
iccore
This package is part of the Common Tooling Project at the Irish Centre for High End Computing.
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
data typesfor describing people, organizations, projects and code repositories - to supportprocess automationand Open Science and FAIR activites.
Usage
System Resources
Filesystem
You can replace all occurences of a string with another recursively in files with:
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
You can download a file with:
iccore network download --url $RESOURCE_URL --download_dir $WHERE_TO_PUT_DOWNLOAD
Process Automation
Project Management
You can get Gitlab Milestones given a project id and access token with:
iccore gitlab --token $GITLAB_TOKEN milestone $PROJECT_ID
where $GITLAB_TOKEN is an access token for the project obtainable through the Gitlab Web UI and $PROJECT_ID is a numerical identifier for the project, obtainable in the Settings->General view of the Gitlab UI. The GITLAB_TOKEN should have sufficient access permissions to read the project milestones.
You can get the version number of the most recent project release with:
iccore gitlab --token $GITLAB_TOKEN latest_release $PROJECT_ID
or download a particular release asset with:
iccore gitlab --token $GITLAB_TOKEN latest_release $PROJECT_ID --asset_name $ASSET_NAME
The token should have suitable permissions to download project release assets, in particular read api and repo access and Developer Role.
Repo Info
You can get info about a git repo with:
iccore git info
run in the repo.
Install
It is available on PyPI:
pip install iccore
License
This project is licensed under the GPLv3+. See the incluced LICENSE.txt file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iccore-0.1.12.tar.gz.
File metadata
- Download URL: iccore-0.1.12.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e713a54df98e5db5a5393fb7c10fa532989bbdb0ac51d2f8b644fa95bbe134
|
|
| MD5 |
c551be86e8ef8670612a5d0f69de1fb0
|
|
| BLAKE2b-256 |
e3367981bf4b263acfbafadf81235e248a3b34716c496f91f985054a18129f1d
|
File details
Details for the file iccore-0.1.12-py3-none-any.whl.
File metadata
- Download URL: iccore-0.1.12-py3-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e7158f35d88754840bcc0772f7aec7ecbf5a0c784cf8e677f1214610cc8391
|
|
| MD5 |
d874d81b42b9587870c7fe139bfe371e
|
|
| BLAKE2b-256 |
903639e4fa7a443627092528c306fbf723391c6b0ad09f737a67cdc23cb7ff36
|