Metadata-Version: 2.3
Name: testzen
Version: 0.0.1
Summary: Reserved namespace for a future Python API testing toolkit
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/yourusername/testzen
Project-URL: Repository, https://github.com/yourusername/testzen
Description-Content-Type: text/markdown

# testzen
Reserved namespace for a future Python API testing toolkit.

## Installation

```bash
pip install testzen
```
# Usage
from testzen import hello
print(hello())


---

##  LICENSE

Use **MIT** (or any license you prefer). Example:

```text
MIT License
...
