|
6 | 6 | :alt: PyPI Release Version |
7 | 7 | :target: https://pypi.python.org/pypi/gino |
8 | 8 |
|
9 | | -.. image:: https://img.shields.io/github/workflow/status/python-gino/gino/test?label=test&logo=github |
10 | | - :alt: GitHub Workflow Status for tests |
11 | | - :target: https://github.com/python-gino/gino/actions?query=workflow%3Atest |
| 9 | +.. image:: https://img.shields.io/pypi/dm/gino?logo=pypi&logoColor=white |
| 10 | + :alt: PyPI Monthly Downloads |
| 11 | + :target: https://pypi.python.org/pypi/gino |
| 12 | + |
| 13 | +.. image:: https://img.shields.io/github/workflow/status/python-gino/gino/CI?label=CI&logo=github |
| 14 | + :alt: GitHub Workflow Status for CI |
| 15 | + :target: https://github.com/python-gino/gino/actions?query=workflow%3ACI |
12 | 16 |
|
13 | | -.. image:: https://img.shields.io/github/workflow/status/python-gino/gino/docs?label=docs&logo=github |
14 | | - :alt: GitHub Workflow Status for docs |
15 | | - :target: https://python-gino.org/docs/ |
| 17 | +.. image:: https://img.shields.io/codacy/grade/b6a59cdf5ca64eab9104928d4f9bbb97?logo=codacy |
| 18 | + :alt: Codacy Code Quality |
| 19 | + :target: https://app.codacy.com/gh/python-gino/gino/dashboard |
16 | 20 |
|
17 | 21 | .. image:: https://img.shields.io/codacy/coverage/b6a59cdf5ca64eab9104928d4f9bbb97?logo=codacy |
18 | 22 | :alt: Codacy coverage |
19 | 23 | :target: https://app.codacy.com/gh/python-gino/gino/dashboard |
20 | 24 |
|
21 | | -.. image:: https://img.shields.io/badge/Dependabot-active-brightgreen?logo=dependabot |
22 | | - :target: https://app.dependabot.com/accounts/python-gino/projects/129260 |
23 | | - :alt: Dependabot |
24 | | - |
25 | | -.. image:: https://img.shields.io/gitter/room/python-gino/Lobby?logo=gitter |
26 | | - :target: https://gitter.im/python-gino/Lobby |
27 | | - :alt: Gitter chat |
28 | | - |
29 | 25 |
|
30 | 26 | GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of |
31 | 27 | SQLAlchemy_ core for Python asyncio_. GINO 1.0 supports only PostgreSQL_ with asyncpg_. |
|
0 commit comments