Skip to content

Commit 1827156

Browse files
committed
Added logo
1 parent b6693c2 commit 1827156

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
2-
# 🚀 FastOpenAPI
3-
![License](https://img.shields.io/github/license/mr-fatalyst/fastopenapi)
4-
![Test](https://github.com/mr-fatalyst/fastopenapi/actions/workflows/master.yml/badge.svg)
5-
![codecov](https://codecov.io/gh/mr-fatalyst/fastopenapi/branch/main/graph/badge.svg?token=USHR1I0CJB)
6-
![PyPI](https://img.shields.io/pypi/v/fastopenapi)
7-
![Python](https://img.shields.io/pypi/pyversions/fastopenapi)
8-
9-
**FastOpenAPI** is a library for generating and integrating OpenAPI schemas using Pydantic and various frameworks (Falcon, Flask, Sanic, Starlette).
1+
<p align="center">
2+
<img src="logo.png" alt="Logo">
3+
</p>
4+
5+
<p align="center">
6+
<b>FastOpenAPI</b> is a library for generating and integrating OpenAPI schemas using Pydantic and various frameworks.
7+
</p>
8+
9+
<p align="center">
10+
<img src="https://img.shields.io/github/license/mr-fatalyst/fastopenapi">
11+
<img src="https://github.com/mr-fatalyst/fastopenapi/actions/workflows/master.yml/badge.svg">
12+
<img src="https://codecov.io/gh/mr-fatalyst/fastopenapi/branch/main/graph/badge.svg?token=USHR1I0CJB">
13+
<img src="https://img.shields.io/pypi/v/fastopenapi">
14+
<img src="https://img.shields.io/pypi/pyversions/fastopenapi">
15+
</p>
1016

1117
---
1218

19+
1320
## 📦 Installation
1421
#### Install only FastOpenAPI:
1522
```bash

logo.png

314 KB
Loading

0 commit comments

Comments
 (0)