|
9 | 9 | <p align="center"> |
10 | 10 | <a href="https://github.com/wolph/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://github.com/wolph/python-statsd/actions/workflows/ci.yml/badge.svg?branch=master" alt="CI on master"></a> |
11 | 11 | <a href="https://github.com/WoLpH/python-statsd/actions/workflows/codeql.yml?query=branch%3Amaster"><img src="https://github.com/WoLpH/python-statsd/actions/workflows/codeql.yml/badge.svg?branch=master" alt="CodeQL status"></a> |
12 | | - <a href="https://python-statsd.readthedocs.io/"><img src="https://img.shields.io/readthedocs/python-statsd?logo=readthedocs&logoColor=white" alt="Documentation"></a> |
| 12 | + <a href="https://python-statsd.readthedocs.io/"><img src="https://img.shields.io/readthedocs/python-statsd?logo=readthedocs&logoColor=white&style=plastic" alt="Documentation"></a> |
13 | 13 | <a href="https://coveralls.io/github/wolph/python-statsd?branch=master"><img src="https://coveralls.io/repos/github/wolph/python-statsd/badge.svg?branch=master" alt="Coverage on master"></a> |
14 | 14 | <br> |
15 | | - <a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/v/python-statsd.svg?logo=pypi&logoColor=white" alt="PyPI version"></a> |
16 | | - <a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/pyversions/python-statsd.svg?logo=python&logoColor=white" alt="Supported Python versions"></a> |
17 | | - <a href="https://pepy.tech/project/python-statsd"><img src="https://static.pepy.tech/badge/python-statsd" alt="Downloads"></a> |
18 | | - <a href="https://github.com/WoLpH/python-statsd/blob/develop/LICENSE"><img src="https://img.shields.io/pypi/l/python-statsd.svg" alt="BSD-3-Clause licence"></a> |
| 15 | + <a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/v/python-statsd.svg?logo=pypi&logoColor=white&style=plastic" alt="PyPI version"></a> |
| 16 | + <a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/pyversions/python-statsd.svg?logo=python&logoColor=white&style=plastic" alt="Supported Python versions"></a> |
| 17 | + <a href="https://pepy.tech/projects/python-statsd"><img src="https://static.pepy.tech/badge/python-statsd/month" alt="Monthly downloads"></a> |
| 18 | + <a href="https://github.com/WoLpH/python-statsd/blob/develop/LICENSE"><img src="https://img.shields.io/pypi/l/python-statsd.svg?style=plastic" alt="BSD-3-Clause licence"></a> |
19 | 19 | <br> |
20 | | - <a href="https://github.com/WoLpH/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://img.shields.io/badge/types-mypy%20%7C%20basedpyright%20%7C%20pyrefly%20%7C%20ty-8957e5" alt="Type checked by four checkers in CI"></a> |
21 | | - <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Linted and formatted with ruff"></a> |
| 20 | + <a href="https://github.com/WoLpH/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster">Type checked: mypy, basedpyright, pyrefly and ty</a> |
| 21 | + <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=plastic" alt="Linted and formatted with ruff"></a> |
22 | 22 | </p> |
23 | 23 |
|
24 | 24 | `python-statsd` is a client for Etsy's statsd server, a front end and proxy |
|
0 commit comments