Metadata-Version: 2.4
Name: SentryGate-ydnd
Version: 0.1.0
Summary: A pluggable API Gateway toolkit for FastAPI with authentication and rate limiting.
Author-email: Navneet Dhar Dubey <navneetdhardubey.india@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: httpx
Requires-Dist: redis
Requires-Dist: python-jose[cryptography]
Provides-Extra: dev
Requires-Dist: uvicorn; extra == "dev"

# SentryGate

A pluggable API Gateway toolkit for FastAPI with authentication and rate limiting.

This project provides middleware and routing components to easily add gateway functionality to your FastAPI applications.
