Metadata-Version: 2.4
Name: gh-cli-bin
Version: 2.96.0
Summary: The GitHub CLI (gh) 2.96.0 as an installable wheel
Requires-Python: >=3.8
License-Expression: MIT
License-File: LICENSE
Description-Content-Type: text/markdown
Project-URL: Upstream, https://github.com/cli/cli
Project-URL: Homepage, https://github.com/cli/cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities

# gh-cli-bin

The [GitHub CLI](https://github.com/cli/cli) (`gh`), repackaged as a Python
wheel so it can be installed by `pip`, `uv`, or any other Python packaging
tool.

```sh
uv tool install gh-cli-bin      # standalone, on PATH
uv add gh-cli-bin               # as a project dev dependency
uvx --from gh-cli-bin gh --help # one-off
```

The wheel ships the official, unmodified `gh` binary published by the GitHub
CLI team, verified against the release checksums at build time. This wheel
version tracks the upstream `gh` version: `gh-cli-bin==2.96.0` gives you
`gh` 2.96.0.

This project is not affiliated with or endorsed by GitHub.
