Metadata-Version: 2.4
Name: cnb-rs
Version: 1.0.0a14
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Version Control :: Git
Summary: Unofficial CNB command-line tool built with Rust
Keywords: cnb,cli,git,devtools,code-review
Home-Page: https://cnb.cool/wwvo/cnb-rs/cnb-rs
Author: wwvo
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://cnb-rs.pages.dev
Project-URL: Homepage, https://cnb.cool/wwvo/cnb-rs/cnb-rs
Project-URL: Issues, https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/issues
Project-URL: Repository, https://cnb.cool/wwvo/cnb-rs/cnb-rs

# cnb-rs

Unofficial CNB command-line tool built with Rust.

## Installation

```bash
# Using uv (recommended)
uvx cnb-rs --help

# Using pipx
pipx install cnb-rs

# Using pip
pip install cnb-rs
```

## Usage

Once installed, the `cnb-rs` binary is available on your PATH:

```bash
cnb-rs --help
cnb-rs auth login
cnb-rs issue list
cnb-rs pr list
```

You can also invoke it via Python:

```bash
python -m cnb_rs --help
```

## Links

- **Homepage**: <https://cnb.cool/wwvo/cnb-rs/cnb-rs>
- **Documentation**: <https://cnb-rs.pages.dev>
- **Issues**: <https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/issues>

## License

GPL-3.0-or-later

