Metadata-Version: 2.4
Name: humanbound-cli
Version: 1.2.2
Summary: DEPRECATED: renamed to 'humanbound'. This is the final release; no further updates will be published.
Author-email: Humanbound <hello@humanbound.ai>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/humanbound/humanbound
Project-URL: Repository, https://github.com/humanbound/humanbound
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: humanbound<3.0,>=2.0.2

# humanbound-cli — DEPRECATED

This package has been **renamed** to [`humanbound`](https://pypi.org/project/humanbound/).

Please migrate:

```bash
pip uninstall humanbound-cli
pip install humanbound
```

The `hb` CLI command is unchanged. The Python import path is unchanged
(`humanbound_cli` internals remain; the new `humanbound` public SDK adds a
stable library surface — see [the main repo](https://github.com/humanbound/humanbound)).

The `humanbound-cli` package on PyPI is a transitional stub that depends on
`humanbound`. **Version 1.2.2 is the final release** — no further updates will
be published. Existing `humanbound-cli` installs continue to pull in the
current `humanbound` package, but new development tracks the renamed package
only. Please migrate.

See the [CHANGELOG](https://github.com/humanbound/humanbound/blob/main/CHANGELOG.md)
for details on the rename.
