|
5 | 5 | <!-- PROJECT SHIELDS -->
|
6 | 6 | <div align="center">
|
7 | 7 |
|
8 |
| - <a href="[contributors-url]">[![Contributors][contributors-shield]][contributors-url]</a> |
| 8 | + <a href="[pypi-url]">[![PYPI - Version][version-shield]][pypi-url]</a> |
| 9 | + <a href="[pypi-url]">[![PYPI - Downloads][downloads-shield]][pypi-url]</a> |
9 | 10 | <a href="[forks-url]">[![Forks][forks-shield]][forks-url]</a>
|
10 | 11 | <a href="[stars-url]">[![Stargazers][stars-shield]][stars-url]</a>
|
11 |
| - <a href="[issues-url]">[![Issues][issues-shield]][issues-url]</a> |
12 | 12 | <a href="[license-url]">[![BSD-3-Clause License][license-shield]][license-url]</a>
|
13 | 13 |
|
14 | 14 | </div>
|
@@ -157,13 +157,12 @@ Project Link: [https://github.com/python-thread/thread](https://github.com/pytho
|
157 | 157 |
|
158 | 158 | <!-- MARKDOWN LINKS & IMAGES -->
|
159 | 159 | <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
160 |
| -[contributors-shield]: https://img.shields.io/github/contributors/python-thread/thread.svg?style=for-the-badge |
161 |
| -[contributors-url]: https://github.com/python-thread/thread/graphs/contributors |
| 160 | +[version-shield]: https://img.shields.io/pypi/v/thread.svg?style=for-the-badge&color=efd0cd |
| 161 | +[downloads-shield]: https://img.shields.io/pypi/dm/thread.svg?style=for-the-badge |
| 162 | +[pypi-url]: https://pypi.org/project/thread/ |
162 | 163 | [forks-shield]: https://img.shields.io/github/forks/python-thread/thread.svg?style=for-the-badge
|
163 | 164 | [forks-url]: https://github.com/python-thread/thread/network/members
|
164 |
| -[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge |
| 165 | +[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge&color=yellow |
165 | 166 | [stars-url]: https://github.com/python-thread/thread/stargazers
|
166 |
| -[issues-shield]: https://img.shields.io/github/issues/python-thread/thread.svg?style=for-the-badge |
167 |
| -[issues-url]: https://github.com/python-thread/thread/issues |
168 | 167 | [license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge
|
169 | 168 | [license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt
|
0 commit comments