Name | iccicd JSON |
Version |
0.0.8
JSON |
| download |
home_page | None |
Summary | A collection of utilities to manage ICHEC project CI/CD pipelines. |
upload_time | 2024-07-25 11:23:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
cicd
hpc
gitlab
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# iccicd
This project is a collection of utilities for managing CI/CD pipelines at ICHEC.
It provides opinionated interfaces to encourage standarization of our project structures and workflows.
# Install
The package is available from PyPI:
```sh
pip install iccicd
```
# Features #
## Deploy a Package to a Repository
From the package's top-level directory:
```sh
iccicd deploy --token $REPO_TOKEN
```
As an example, for a Python project this might be the PyPI repository's token.
## Set a Package's Version Number
From the package's top-level directory:
```sh
iccicd set_version $VERSION
```
## Increment a Repository's Tag ##
From the repository's top-level directory, and on the branch the tag will be dervied from:
``` sh
iccicd increment_tag --field patch
```
Here `semver` tag versioning is assumed with a `major.minor.patch` scheme. Note: in a CI/CD pipeline some more input options are needed to initialize the git repo for pushing the tag to. You can use the `--help` flag for more details.
# Licensing #
This project is licensed under the GPLv3+. See the accompanying `LICENSE.txt` file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "iccicd",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "CICD, HPC, Gitlab",
"author": null,
"author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
"download_url": "https://files.pythonhosted.org/packages/88/aa/9e6c176560540bcf9d02eec6940edd1d1344de14ecebb4e27eee9f125c62/iccicd-0.0.8.tar.gz",
"platform": null,
"description": "# iccicd\n\nThis project is a collection of utilities for managing CI/CD pipelines at ICHEC.\n\nIt provides opinionated interfaces to encourage standarization of our project structures and workflows.\n\n# Install\n\nThe package is available from PyPI:\n\n```sh\npip install iccicd\n```\n\n# Features #\n\n## Deploy a Package to a Repository\n\nFrom the package's top-level directory:\n\n```sh\niccicd deploy --token $REPO_TOKEN\n```\n\nAs an example, for a Python project this might be the PyPI repository's token.\n\n## Set a Package's Version Number\n\nFrom the package's top-level directory:\n\n```sh\niccicd set_version $VERSION\n```\n\n## Increment a Repository's Tag ##\n\nFrom the repository's top-level directory, and on the branch the tag will be dervied from:\n\n``` sh\niccicd increment_tag --field patch\n```\n\nHere `semver` tag versioning is assumed with a `major.minor.patch` scheme. Note: in a CI/CD pipeline some more input options are needed to initialize the git repo for pushing the tag to. You can use the `--help` flag for more details.\n\n\n# Licensing #\n\nThis project is licensed under the GPLv3+. See the accompanying `LICENSE.txt` file for details.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of utilities to manage ICHEC project CI/CD pipelines.",
"version": "0.0.8",
"project_urls": {
"Homepage": "https://git.ichec.ie/performance/toolshed/iccicd",
"Repository": "https://git.ichec.ie/performance/toolshed/iccicd"
},
"split_keywords": [
"cicd",
" hpc",
" gitlab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6c101fbbfaf29cc5f6175b4271a6a2e7d98495f07991ab1444f2ecd7694f6ea1",
"md5": "560578d83886994cfbb0365bbdfae346",
"sha256": "37a392febca630807ca42ccb6cac11eb7c4ff64f6ccbd8c391f11e55b9cdf34c"
},
"downloads": -1,
"filename": "iccicd-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "560578d83886994cfbb0365bbdfae346",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 19917,
"upload_time": "2024-07-25T11:23:06",
"upload_time_iso_8601": "2024-07-25T11:23:06.864984Z",
"url": "https://files.pythonhosted.org/packages/6c/10/1fbbfaf29cc5f6175b4271a6a2e7d98495f07991ab1444f2ecd7694f6ea1/iccicd-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88aa9e6c176560540bcf9d02eec6940edd1d1344de14ecebb4e27eee9f125c62",
"md5": "c099488bcf8acc215911d2d1a6a85e41",
"sha256": "fe39a32671f04ce592d6ced38395c68a8668c461543c41ee3e2fe66b87cb5700"
},
"downloads": -1,
"filename": "iccicd-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "c099488bcf8acc215911d2d1a6a85e41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19254,
"upload_time": "2024-07-25T11:23:07",
"upload_time_iso_8601": "2024-07-25T11:23:07.874123Z",
"url": "https://files.pythonhosted.org/packages/88/aa/9e6c176560540bcf9d02eec6940edd1d1344de14ecebb4e27eee9f125c62/iccicd-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-25 11:23:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "iccicd"
}