|
7 | 7 | <a href="http://pydmd.github.io/PyDMD" target="_blank"> |
8 | 8 | <img alt="Docs" src="https://img.shields.io/badge/PyDMD-docs-blue?style=for-the-badge"/> |
9 | 9 | </a> |
10 | | - <a href="https://doi.org/10.21105/joss.00530" target="_blank"> |
11 | | - <img alt="JOSS DOI" src="https://img.shields.io/badge/JOSS-10.21105/joss.00530-blue?style=for-the-badge"> |
| 10 | + <a href="https://pypi.org/project/pydmd/" target="_blank"> |
| 11 | + <img alt="PyPI version" src="https://img.shields.io/pypi/v/pydmd?style=for-the-badge"> |
| 12 | + </a> |
| 13 | + <a href="#dependencies-and-installation" target="_blank"> |
| 14 | + <img alt="Python versions" src="https://img.shields.io/pypi/pyversions/PyDMD?style=for-the-badge"> |
12 | 15 | </a> |
13 | 16 | <a href="https://github.com/PyDMD/PyDMD/blob/master/LICENSE" target="_blank"> |
14 | 17 | <img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"> |
15 | 18 | </a> |
16 | | - <a href="https://pypi.org/project/pydmd/" target="_blank"> |
17 | | - <img alt="PyPI version" src="https://img.shields.io/pypi/v/pydmd?style=for-the-badge"> |
18 | | - </a> |
19 | 19 | <br> |
20 | 20 | <a href="https://github.com/PyDMD/PyDMD/actions/workflows/deploy_after_push.yml" target="_blank"> |
21 | 21 | <img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/PyDMD/PyDMD/deploy_after_push.yml?style=for-the-badge"> |
22 | 22 | </a> |
23 | | - <a href="https://www.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PyDMD/PyDMD&utm_campaign=Badge_Coverage" target="_blank"> |
| 23 | + <a href="https://app.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage" target="_blank"> |
24 | 24 | <img src="https://img.shields.io/codacy/coverage/3d8b278a835e402c86cac9625bb4912f/master?style=for-the-badge"/> |
25 | 25 | </a> |
26 | 26 | <a href="https://app.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" target="_blank"> |
|
31 | 31 | </a> |
32 | 32 | <br> |
33 | 33 | <a href="#developers-and-contributors"> |
34 | | - <img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-25-orange.svg?style=for-the-badge"/> |
| 34 | + <img alt="All Contributors" src="https://img.shields.io/github/contributors-anon/PyDMD/PyDMD?style=for-the-badge"/> |
35 | 35 | </a> |
36 | 36 | <a href="#stargazers"> |
37 | 37 | <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/PyDMD/PyDMD?style=for-the-badge"> |
38 | 38 | </a> |
39 | | - |
| 39 | + <a href="#dependencies-and-installation" target="_blank"> |
| 40 | + <img alt="PyPI downloads per month" src="https://img.shields.io/pypi/dm/PyDMD?label=pypi&logo=python&logoColor=yellow&style=for-the-badge"> |
| 41 | + </a> |
| 42 | + <a href="https://doi.org/10.21105/joss.00530" target="_blank"> |
| 43 | + <img alt="JOSS DOI" src="https://img.shields.io/badge/JOSS-10.21105/joss.00530-blue?style=for-the-badge"> |
| 44 | + </a> |
40 | 45 | </p> |
41 | 46 |
|
42 | 47 | ## Table of contents |
|
0 commit comments