Metadata-Version: 2.3
Name: zt-features-lib
Version: 0.1.0
Summary: A Python library with FastAPI endpoints, ready for PyPI.
License: MIT
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: faker (>=25.0.0,<26.0.0)
Requires-Dist: fastapi (>=0.110.0,<0.111.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

