Metadata-Version: 2.4
Name: tibet-zip
Version: 1.1.0
Summary: TIBET-zip — alias package for tbz (block-level authenticated compression with v2 confidential blocks + SSM routing)
Project-URL: Homepage, https://github.com/jaspertvdm/tbz
Project-URL: Repository, https://github.com/jaspertvdm/tbz
Project-URL: Issues, https://github.com/jaspertvdm/tbz/issues
Project-URL: Documentation, https://github.com/jaspertvdm/tbz/blob/main/ARCHITECTURE.md
Author-email: Jasper van de Meent <jasper@humotica.nl>
License-Expression: MIT OR Apache-2.0
License-File: LICENSE
Keywords: compression,ed25519,provenance,security,supply-chain,tibet,zero-trust
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: System :: Archiving :: Compression
Requires-Python: >=3.9
Requires-Dist: tbz<2.0,>=1.1.0
Description-Content-Type: text/markdown

# tibet-zip

This is an alias package for [**tbz**](https://pypi.org/project/tbz/) (TIBET-zip).

```bash
# Both work — same package:
pip install tbz
pip install tibet-zip
```

```python
# Both work — same API:
from tbz import TBZArchive, Mirror
```

See the [tbz documentation](https://github.com/jaspertvdm/tbz) for full usage.


---

## Enterprise

For private hub hosting, SLA support, custom integrations, or compliance guidance:

| | |
|---|---|
| **Enterprise** | enterprise@humotica.com |
| **Support** | support@humotica.com |
| **Security** | security@humotica.com |

See [ENTERPRISE.md](ENTERPRISE.md) for details.
