iccicd


Nameiccicd JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA collection of utilities to manage ICHEC project CI/CD pipelines.
upload_time2024-05-10 12:49:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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 project CI/CD pipelines at ICHEC.

# Install

The package is available from PyPi:

```sh
pip install iccicd
```

or to install from source:

```sh
pip install -e .
```


## Deploy a Python Package to PyPi

From the packages' top-level directory:

```sh
iccicd deploy --pypi_token $YOUR_PYPI_TOKEN
```

## Increment a Package's Version Number

From the packages' top-level directory:

```sh
iccicd version_bump --version_bump_type minor
```


            

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/6c/81/81d92a1f669aca83b9eb1be6433c29b2a41eefe29e50380c7898d5230f3c/iccicd-0.0.3.tar.gz",
    "platform": null,
    "description": "# iccicd\n\nThis project is a collection of utilities for managing project CI/CD pipelines at ICHEC.\n\n# Install\n\nThe package is available from PyPi:\n\n```sh\npip install iccicd\n```\n\nor to install from source:\n\n```sh\npip install -e .\n```\n\n\n## Deploy a Python Package to PyPi\n\nFrom the packages' top-level directory:\n\n```sh\niccicd deploy --pypi_token $YOUR_PYPI_TOKEN\n```\n\n## Increment a Package's Version Number\n\nFrom the packages' top-level directory:\n\n```sh\niccicd version_bump --version_bump_type minor\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A collection of utilities to manage ICHEC project CI/CD pipelines.",
    "version": "0.0.3",
    "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": "cfb3cf09e6265b755e813810bd46c353f96802c87322293a7fa8390831fae65e",
                "md5": "6b137c47d8dcceb3a82751232819c64c",
                "sha256": "659c1f88092b44a53d74f77acb0019ee8a5f8a819b9e5c0a12defd2898001fe3"
            },
            "downloads": -1,
            "filename": "iccicd-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b137c47d8dcceb3a82751232819c64c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20561,
            "upload_time": "2024-05-10T12:49:56",
            "upload_time_iso_8601": "2024-05-10T12:49:56.747483Z",
            "url": "https://files.pythonhosted.org/packages/cf/b3/cf09e6265b755e813810bd46c353f96802c87322293a7fa8390831fae65e/iccicd-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c8181d92a1f669aca83b9eb1be6433c29b2a41eefe29e50380c7898d5230f3c",
                "md5": "13659fa7f109a066cd966f7b68bce20a",
                "sha256": "34aff30ace13b5d1461112641f8ef8e90dfdc65da0a9822251db825cdb7c138c"
            },
            "downloads": -1,
            "filename": "iccicd-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "13659fa7f109a066cd966f7b68bce20a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19023,
            "upload_time": "2024-05-10T12:49:58",
            "upload_time_iso_8601": "2024-05-10T12:49:58.191909Z",
            "url": "https://files.pythonhosted.org/packages/6c/81/81d92a1f669aca83b9eb1be6433c29b2a41eefe29e50380c7898d5230f3c/iccicd-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 12:49:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iccicd"
}
        
Elapsed time: 0.35936s