Metadata-Version: 2.1
Name: xpuls-fastapi-utils
Version: 0.0.1
Summary: Base SDK for FastAPI Utils
Home-page: https://github.com/xpuls-labs/fastapi-utils
Author: Sai Sharan Tangeda
Author-email: saisarantangeda@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: starlette-exporter
Requires-Dist: starlette
Requires-Dist: pytest

# 🧰 FastAPI utils by xpuls-labs 
This is a thin wrapper around FastAPI to centralize telemetry, logs, config management and other items

This also maintains the reusable utilities and hooks that can be shared across projects
### How to install?
```shell
pip install xpuls-fastapi-utils
```
