Skip to content

Commit ab4042e

Browse files
committed
πŸ”„ merge: Merge remote-tracking branch 'github/dev'
2 parents 0746570 + 20fae60 commit ab4042e

85 files changed

Lines changed: 2888 additions & 1597 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.coveragercβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
omit = fastapi_gateway_auto_generate/tmp/*, fastapi_gateway_auto_generate/migration/*

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ test.py
168168
*.ipynb
169169

170170
allureress/
171+
allure-report/
171172
main.py

β€ŽMakefileβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ allure:
44

55
coverage:
66
coverage erase
7-
coverage run --include=dadata/* -m pytest -ra
8-
coverage report -m
7+
coverage run --source=./fastapi_gateway_auto_generate -m pytest -s
8+
coverage html
9+
coverage-badge -f -o ./raw/coverage.svg

β€ŽREADME.mdβ€Ž

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
<p align="center">
22
<a href="https://fastapi.tiangolo.com"><img src="./raw/FastAPI-API-Gateway-Magic-logo.png" alt="FastAPI"></a>
33
</p>
4+
45
<p align="center">
5-
<em>A library that allows you to automate the process of creating an API Gateway</em>
6+
<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>
7+
</p>
8+
9+
<p align="center">
10+
11+
<a href="https://github.com/xitowzys-ISZF/FastAPI-auto-generate-gateway/blob/dev/LICENSE)" target="_blank">
12+
<img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/quality-score.png?b=dev" alt="Supported Python versions">
13+
<img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/code-intelligence.svg?b=dev" alt="Supported Python versions">
14+
<img src="https://scrutinizer-ci.com/g/xitowzys-ISZF/FastAPI-auto-generate-gateway/badges/build.png?b=dev" alt="Supported Python versions">
15+
</a>
16+
617
</p>
718
<p align="center">
819

920
<a href="https://github.com/xitowzys-ISZF/FastAPI-auto-generate-gateway/blob/dev/LICENSE)" target="_blank">
1021
<img src="https://img.shields.io/github/license/xitowzys-ISZF/FastAPI-auto-generate-gateway" alt="Supported Python versions">
22+
<img src="./raw/coverage.svg" alt="Supported Python versions">
23+
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/xitowzys-ISZF/FastAPI-auto-generate-gateway">
24+
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/xitowzys-ISZF/FastAPI-auto-generate-gateway/total">
25+
1126
</a>
1227

1328
</p>
@@ -21,7 +36,22 @@
2136
</a>
2237
</p>
2338

24-
---
39+
# πŸ”₯ FastAPI Auto Generate Gateway
40+
41+
A library that allows you to automate the process of creating an API Gateway
42+
43+
# πŸ“š About
44+
45+
This is a library that enables the automation of the process of creating an API Gateway.
46+
With its help, you can quickly and easily configure and deploy an API Gateway for your microservices architecture.
47+
The library provides a simple and intuitive interface for configuration,
48+
which reduces the time and effort required to manually set up the API Gateway.
49+
50+
51+
52+
53+
54+
2555

2656

2757

β€Ždocs/CodeReference/database.mdβ€Ž

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: fastapi_gateway_auto_generate.domain.models.RouteModel.RouteModel
2+
options:
3+
show_root_heading: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: fastapi_gateway_auto_generate.domain.usecases.BuildRouteModelsUsecase.BuildRouteModelsUsecase
2+
options:
3+
show_root_heading: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: fastapi_gateway_auto_generate.domain.usecases.BuildRoutesUsecase.BuildRoutesUsecase
2+
options:
3+
show_root_heading: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: fastapi_gateway_auto_generate.domain.usecases.DeleteTmpModelsFilesUsecase.DeleteTmpModelsFilesUsecase
2+
options:
3+
show_root_heading: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: fastapi_gateway_auto_generate.domain.usecases.InitDatabaseUsecase.InitDatabaseUsecase
2+
options:
3+
show_root_heading: true

0 commit comments

Comments
Β (0)