Metadata-Version: 2.1
Name: fastapi-gateway-auto-generate
Version: 0.3.1
Summary: This library allows you to automatically generate requests for the API Gateway.
Home-page: https://github.com/xitowzys-ISZF/FastAPI-Auto-Generate-Gateway
License: MIT
Keywords: python,fastapi,gateway,api,microservice,microservices
Author: Kalinka George
Author-email: xitowzys@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: alembic (>=1.8.1,<2.0.0)
Requires-Dist: datamodel-code-generator (>=0.14.0,<0.15.0)
Requires-Dist: fastapi (>=0.88.0,<0.89.0)
Requires-Dist: fastapi-gateway-ultra (>=0.1.1,<0.2.0)
Requires-Dist: fastapi-openapi-parser (>=1.0.1,<2.0.0)
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: makefun (>=1.15.0,<2.0.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: rich (>=13.3.2,<14.0.0)
Requires-Dist: shortuuid (>=1.0.11,<2.0.0)
Requires-Dist: sqlalchemy (>=1.4.44,<2.0.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Project-URL: Repository, https://github.com/xitowzys-ISZF/FastAPI-Auto-Generate-Gateway
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://fastapi.tiangolo.com"><img src="https://raw.githubusercontent.com/xitowzys-ISZF/FastAPI-Auto-Generate-Gateway/main/raw/FastAPI-API-Gateway-Magic-logo.png" alt="FastAPI"></a>
</p>

<p align="center">
<a href="https://www.python.org/"> <img src="https://img.shields.io/badge/made%20with-python%20%F0%9F%90%8D-brightgreen" alt="madewithpython" border="0"></a>
</p>

<p align="center">

<a href="https://github.com/xitowzys-ISZF/FastAPI-auto-generate-gateway/blob/dev/LICENSE)" target="_blank">
    <img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/quality-score.png?b=dev" alt="Supported Python versions">    
    <img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/code-intelligence.svg?b=dev" alt="Supported Python versions">
    <img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/build.png?b=dev" alt="Supported Python versions">
</a>

</p>
<p align="center">

<a href="https://github.com/xitowzys-ISZF/FastAPI-auto-generate-gateway/blob/dev/LICENSE)" target="_blank">
    <img src="https://img.shields.io/github/license/xitowzys-ISZF/FastAPI-auto-generate-gateway" alt="Supported Python versions">
    <img src="https://raw.githubusercontent.com/xitowzys-ISZF/FastAPI-Auto-Generate-Gateway/main/raw/coverage.svg" alt="Supported Python versions">
    <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/xitowzys-ISZF/FastAPI-auto-generate-gateway">
    <img alt="GitHub all releases" src="https://img.shields.io/github/downloads/xitowzys-ISZF/FastAPI-auto-generate-gateway/total">

</a>

</p>

<p align="center">
    <a href="https://xitowzys-iszf.github.io/FastAPI-auto-generate-gateway/" target="_blank">
        <img src="https://img.shields.io/badge/Documentation-ef5552?style=for-the-badge&logo=Read the Docs&logoColor=ffffff" alt="Supported Python versions">
    </a>
    <a href="https://github.com/xitowzys-ISZF/FastAPI-auto-generate-gateway/tree/dev/fastapi_gateway_auto_generate" target="_blank">
        <img src="https://img.shields.io/badge/Source_code-0953dc?style=for-the-badge&logo=Github&logoColor=fffff" alt="Supported Python versions">
    </a>
</p>

# 🔥 FastAPI Auto Generate Gateway

A library that allows you to automate the process of creating an API Gateway

# 📚 About

This is a library that enables the automation of the process of creating an API Gateway. 
With its help, you can quickly and easily configure and deploy an API Gateway for your microservices architecture.
The library provides a simple and intuitive interface for configuration, 
which reduces the time and effort required to manually set up the API Gateway.










