gh-pre


Namegh-pre JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summarygh-pre
upload_time2024-02-07 15:29:18
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords gh github
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # gh-pre

An experimental tool that helps with Project Release Engineering, focused on
repository clusters (groups of repositories that need to be released in
particular order).

```shell
gh extension install pycontribs/gh-pre
```

## Configuration

To use the tool you need to configure the list of repositories it needs to check on each run:

```yaml
# ~/pre.yml
repos:
  - ansible/ansible-compat
  - ansible/ansible-lint
  - ansible/ansible-navigator
  - ansible/ansible-creator
  - ansible/molecule
  - ansible/tox-ansible
  - ansible/pytest-ansible
  - ansible/ansible-development-environment
  - ansible/ansible-dev-tools
  - ansible/creator-ee
```

This will tell it which repositories to check for draft releases.

## Usage

```shell
gh pre
```

It can also be installed and executed as a Python package:

```shell
pip install gh-pre
pre
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gh-pre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "keywords": "gh,github",
    "author": "",
    "author_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4b/10/dc42c39dc1e08900164b5e7d25cbd525c8fb2d14149d53427adcc126cc1b/gh-pre-0.1.0.tar.gz",
    "platform": null,
    "description": "# gh-pre\n\nAn experimental tool that helps with Project Release Engineering, focused on\nrepository clusters (groups of repositories that need to be released in\nparticular order).\n\n```shell\ngh extension install pycontribs/gh-pre\n```\n\n## Configuration\n\nTo use the tool you need to configure the list of repositories it needs to check on each run:\n\n```yaml\n# ~/pre.yml\nrepos:\n  - ansible/ansible-compat\n  - ansible/ansible-lint\n  - ansible/ansible-navigator\n  - ansible/ansible-creator\n  - ansible/molecule\n  - ansible/tox-ansible\n  - ansible/pytest-ansible\n  - ansible/ansible-development-environment\n  - ansible/ansible-dev-tools\n  - ansible/creator-ee\n```\n\nThis will tell it which repositories to check for draft releases.\n\n## Usage\n\n```shell\ngh pre\n```\n\nIt can also be installed and executed as a Python package:\n\n```shell\npip install gh-pre\npre\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gh-pre",
    "version": "0.1.0",
    "project_urls": {
        "changelog": "https://github.com/pycontribs/gh-pre/releases",
        "homepage": "https://github.com/pycontribs/gh-pre",
        "repository": "https://github.com/pycontribs/gh-pre"
    },
    "split_keywords": [
        "gh",
        "github"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "632d76bbc5c7990ee66d1777661f646ce28c00b6a7f14ea64d313583dee8ebf6",
                "md5": "7d28d55844d10a68d5d47be07afba7f1",
                "sha256": "68d707f86992e0eb35463243182e24d06882f3e9ce1091df71fe5e47f39bdfd4"
            },
            "downloads": -1,
            "filename": "gh_pre-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d28d55844d10a68d5d47be07afba7f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4151,
            "upload_time": "2024-02-07T15:29:16",
            "upload_time_iso_8601": "2024-02-07T15:29:16.617317Z",
            "url": "https://files.pythonhosted.org/packages/63/2d/76bbc5c7990ee66d1777661f646ce28c00b6a7f14ea64d313583dee8ebf6/gh_pre-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b10dc42c39dc1e08900164b5e7d25cbd525c8fb2d14149d53427adcc126cc1b",
                "md5": "178d68b86d57fb2968f68c271cdc374b",
                "sha256": "46f444d9eede713a6937382ae2869839ef6a49e9722bc5f6ee1c9b0075bb27d4"
            },
            "downloads": -1,
            "filename": "gh-pre-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "178d68b86d57fb2968f68c271cdc374b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11111,
            "upload_time": "2024-02-07T15:29:18",
            "upload_time_iso_8601": "2024-02-07T15:29:18.101686Z",
            "url": "https://files.pythonhosted.org/packages/4b/10/dc42c39dc1e08900164b5e7d25cbd525c8fb2d14149d53427adcc126cc1b/gh-pre-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 15:29:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pycontribs",
    "github_project": "gh-pre",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "gh-pre"
}
        
Elapsed time: 0.18261s