|
2 | 2 | CrateDB Python Client |
3 | 3 | ===================== |
4 | 4 |
|
5 | | -.. image:: https://dev.azure.com/cratedb/crate-python/_apis/build/status/crate.crate-python?branchName=master |
6 | | - :target: https://dev.azure.com/cratedb/crate-python/_build/latest?definitionId=2&branchName=master |
7 | | - :alt: Azure Pipeline |
| 5 | +.. image:: https://github.com/crate/crate-python/workflows/Tests/badge.svg |
| 6 | + :target: https://github.com/crate/crate-python/actions?workflow=Tests |
| 7 | + :alt: Build status |
| 8 | + |
| 9 | +.. image:: https://coveralls.io/repos/github/crate/crate-python/badge.svg?branch=master |
| 10 | + :target: https://coveralls.io/github/crate/crate-python?branch=master |
| 11 | + :alt: Coverage |
| 12 | + |
| 13 | +.. image:: https://readthedocs.org/projects/crate-python/badge/ |
| 14 | + :target: https://crate.io/docs/python/ |
| 15 | + :alt: Build status (documentation) |
8 | 16 |
|
9 | 17 | .. image:: https://img.shields.io/pypi/v/crate.svg |
10 | | - :target: https://pypi.python.org/pypi/crate/ |
11 | | - :alt: PyPI Version |
| 18 | + :target: https://pypi.org/project/crate/ |
| 19 | + :alt: PyPI Version |
12 | 20 |
|
13 | 21 | .. image:: https://img.shields.io/pypi/pyversions/crate.svg |
14 | | - :target: https://pypi.python.org/pypi/crate/ |
15 | | - :alt: Python Version |
| 22 | + :target: https://pypi.org/project/crate/ |
| 23 | + :alt: Python Version |
16 | 24 |
|
17 | 25 | .. image:: https://img.shields.io/pypi/dw/crate.svg |
18 | | - :target: https://pypi.python.org/pypi/crate/ |
| 26 | + :target: https://pypi.org/project/crate/ |
19 | 27 | :alt: PyPI Downloads |
20 | 28 |
|
21 | 29 | .. image:: https://img.shields.io/pypi/wheel/crate.svg |
22 | | - :target: https://pypi.python.org/pypi/crate/ |
| 30 | + :target: https://pypi.org/project/crate/ |
23 | 31 | :alt: Wheel |
24 | 32 |
|
25 | | -.. image:: https://coveralls.io/repos/github/crate/crate-python/badge.svg?branch=master |
26 | | - :target: https://coveralls.io/github/crate/crate-python?branch=master |
27 | | - :alt: Coverage |
| 33 | +.. image:: https://img.shields.io/pypi/status/crate.svg |
| 34 | + :target: https://pypi.org/project/crate/ |
| 35 | + :alt: Status |
| 36 | + |
| 37 | +.. image:: https://img.shields.io/pypi/l/crate.svg |
| 38 | + :target: https://pypi.org/project/crate/ |
| 39 | + :alt: License |
| 40 | + |
28 | 41 |
|
29 | 42 | | |
30 | 43 |
|
|
0 commit comments