Metadata-Version: 2.4
Name: vishwa-fastapi-utils
Version: 0.0.19
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
Requires-Dist: azure-identity
Requires-Dist: azure-storage-blob
Requires-Dist: prometheus-client
Requires-Dist: pytest
Requires-Dist: pytest-asyncio
Requires-Dist: google-cloud-storage>=2.15.0
Requires-Dist: google-auth>=2.23.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 🧰 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
```
