Metadata-Version: 2.4
Name: hb-firewall
Version: 0.2.0
Summary: DEPRECATED: renamed to humanbound-firewall
Author-email: Humanbound <hello@humanbound.ai>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/humanbound/humanbound-firewall
Project-URL: Repository, https://github.com/humanbound/humanbound-firewall
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-firewall==0.2.0

# hb-firewall — DEPRECATED

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

Please migrate:

```bash
pip uninstall hb-firewall
pip install humanbound-firewall
```

```python
# Old
from hb_firewall import Firewall

# New
from humanbound_firewall import Firewall
```

The `hb-firewall` package on PyPI now resolves to a transitional stub that
depends on `humanbound-firewall` 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-firewall/blob/main/CHANGELOG.md)
for details on the rename.
