Metadata-Version: 2.3
Name: zt-guardrails-lib
Version: 0.1.0
Summary: A Python library with FastAPI endpoints for AI guardrails and PII detection. Stable API with explicit parameter documentation.
License: MIT
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiofiles (==24.1.0)
Requires-Dist: faker (>=25.0.0,<26.0.0)
Requires-Dist: fastapi (>=0.110.0,<0.111.0)
Requires-Dist: gliner (>=0.2.0,<0.3.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: presidio-analyzer (>=2.2.270,<3.0.0)
Requires-Dist: uvicorn (>=0.29.0,<0.30.0)
Description-Content-Type: text/markdown

# zt-features-lib

A Python library with a FastAPI app, designed for PyPI publishing. It provides a simple endpoint returning fake data, and is installable via Poetry. The FastAPI app exposes endpoints with Swagger UI, organized under a custom tag for easy identification.

## Features
- FastAPI app with a sample endpoint
- Poetry for dependency management
- Ready for PyPI publishing
- Swagger UI with custom tag for endpoints

## Usage
After installing, you can run the FastAPI app and access the endpoints via Swagger UI.

## Installation
```bash
poetry add zt-features-lib
```

## Running the API
```bash
poetry run zt-features-lib
```

## License
MIT

