Metadata-Version: 2.1
Name: vishwa-fastapi-utils
Version: 0.0.3
Summary: Base SDK for FastAPI Utils
Home-page: https://github.com/vishwa-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
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-sdk
Requires-Dist: opentelemetry-instrumentation
Requires-Dist: opentelemetry-exporter-otlp
Requires-Dist: opentelemetry-instrumentation-requests

# 🧰 FastAPI utils by vishwa-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 vishwa-fastapi-utils
```
