Metadata-Version: 2.4
Name: humanbound-cli
Version: 1.2.1
Summary: DEPRECATED: renamed to 'humanbound'
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==2.0.1

# 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 now resolves to a transitional stub that
depends on `humanbound` and emits a `DeprecationWarning` on import. This stub
will be yanked on or after **2026-06-20**. Please migrate before then.

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