@@ -17,15 +17,17 @@ domdf_python_tools
1717 * - Docs
1818 - |docs | |docs_check |
1919 * - Tests
20- - |actions_linux | |actions_windows | |actions_macos | |coveralls | | codefactor | | pre_commit_ci |
20+ - |actions_linux | |actions_windows | |actions_macos | |coveralls |
2121 * - PyPI
2222 - |pypi-version | |supported-versions | |supported-implementations | |wheel |
2323 * - Anaconda
2424 - |conda-version | |conda-platform |
2525 * - Activity
26- - |commits-latest | |commits-since | |maintained |
26+ - |commits-latest | |commits-since | |maintained | |pypi-downloads |
27+ * - QA
28+ - |codefactor | |actions_flake8 | |actions_mypy | |pre_commit_ci |
2729 * - Other
28- - |license | |language | |requires | | pre_commit |
30+ - |license | |language | |requires |
2931
3032.. |docs | image :: https://img.shields.io/readthedocs/domdf_python_tools/latest?logo=read-the-docs
3133 :target: https://domdf_python_tools.readthedocs.io/en/latest
@@ -47,6 +49,14 @@ domdf_python_tools
4749 :target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22macOS%22
4850 :alt: macOS Test Status
4951
52+ .. |actions_flake8 | image :: https://github.com/domdfcoding/domdf_python_tools/workflows/Flake8/badge.svg
53+ :target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Flake8%22
54+ :alt: Flake8 Status
55+
56+ .. |actions_mypy | image :: https://github.com/domdfcoding/domdf_python_tools/workflows/mypy/badge.svg
57+ :target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22mypy%22
58+ :alt: mypy status
59+
5060.. |requires | image :: https://requires.io/github/domdfcoding/domdf_python_tools/requirements.svg?branch=master
5161 :target: https://requires.io/github/domdfcoding/domdf_python_tools/requirements/?branch=master
5262 :alt: Requirements Status
@@ -101,9 +111,9 @@ domdf_python_tools
101111.. |maintained | image :: https://img.shields.io/maintenance/yes/2020
102112 :alt: Maintenance
103113
104- .. |pre_commit | image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
105- :target: https://github.com/pre-commit/pre-commit
106- :alt: pre-commit
114+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/domdf_python_tools
115+ :target: https://pypi.org/project/domdf_python_tools/
116+ :alt: PyPI - Downloads
107117
108118.. |pre_commit_ci | image :: https://results.pre-commit.ci/badge/github/domdfcoding/domdf_python_tools/master.svg
109119 :target: https://results.pre-commit.ci/latest/github/domdfcoding/domdf_python_tools/master
@@ -133,8 +143,8 @@ To install with ``conda``:
133143
134144 .. code-block :: bash
135145
136- $ conda config --add channels http://conda.anaconda.org/domdfcoding
137146 $ conda config --add channels http://conda.anaconda.org/conda-forge
147+ $ conda config --add channels http://conda.anaconda.org/domdfcoding
138148
139149 * Then install
140150
0 commit comments