Skip to content

Commit 1f01df4

Browse files
authored
Merge pull request #1 from p1c2u/feature/badges
Badges
2 parents f404537 + 8054770 commit 1f01df4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
openapi-core
22
************
33

4+
.. image:: https://img.shields.io/pypi/v/openapi-core.svg
5+
:target: https://pypi.python.org/pypi/openapi-core
6+
.. image:: https://travis-ci.org/p1c2u/openapi-core.svg?branch=master
7+
:target: https://travis-ci.org/p1c2u/openapi-core
8+
.. image:: https://img.shields.io/codecov/c/github/p1c2u/openapi-core/master.svg?style=flat
9+
:target: https://codecov.io/github/p1c2u/openapi-core?branch=master
10+
.. image:: https://img.shields.io/pypi/pyversions/openapi-core.svg
11+
:target: https://pypi.python.org/pypi/openapi-core
12+
.. image:: https://img.shields.io/pypi/format/openapi-core.svg
13+
:target: https://pypi.python.org/pypi/openapi-core
14+
.. image:: https://img.shields.io/pypi/status/openapi-core.svg
15+
:target: https://pypi.python.org/pypi/openapi-core
16+
17+
About
18+
=====
19+
420
Openapi-core is a Python library that adds client-side and server-side support
521
for the `OpenAPI Specification v3.0.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md>`__.
622

0 commit comments

Comments
 (0)