Skip to content

Commit 23b109c

Browse files
authored
Merge pull request #75 from manchenkoff/manchenkoff-patch-1
Added statistics badges
2 parents f49e9b1 + 9603310 commit 23b109c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# OpenAPI Parser
22

3+
![PyPI - Version](https://img.shields.io/pypi/v/openapi3-parser)
4+
![PyPI - Downloads](https://img.shields.io/pypi/dm/openapi3-parser)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openapi3-parser)
6+
![PyPI - Format](https://img.shields.io/pypi/format/openapi3-parser)
7+
![PyPI - License](https://img.shields.io/pypi/l/openapi3-parser)
8+
39
A simple package to parse your OpenAPI 3 documents into Python object to work with.
410

511
## How to install
@@ -72,4 +78,4 @@ for path in specification.paths:
7278
#
7379
# >> Operation: /users, methods: get,post
7480
# >> Operation: /users/{uuid}, methods: get,put
75-
```
81+
```

0 commit comments

Comments
 (0)