|
1 | | -=============================== |
| 1 | +====== |
2 | 2 | Hunter |
3 | | -=============================== |
| 3 | +====== |
4 | 4 |
|
5 | | -| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer| |
6 | | -| |version| |downloads| |wheel| |supported-versions| |supported-implementations| |
| 5 | +.. list-table:: |
| 6 | + :stub-columns: 1 |
| 7 | + |
| 8 | + * - docs |
| 9 | + - |docs| |
| 10 | + * - tests |
| 11 | + - | |travis| |appveyor| |requires| |
| 12 | + | |coveralls| |codecov| |
| 13 | + | |landscape| |scrutinizer| |codacy| |codeclimate| |
| 14 | + * - package |
| 15 | + - |version| |downloads| |wheel| |supported-versions| |supported-implementations| |
7 | 16 |
|
8 | 17 | .. |docs| image:: https://readthedocs.org/projects/python-hunter/badge/?style=flat |
9 | 18 | :target: https://readthedocs.org/projects/python-hunter |
10 | 19 | :alt: Documentation Status |
11 | 20 |
|
12 | | -.. |travis| image:: http://img.shields.io/travis/ionelmc/python-hunter/master.png?style=flat |
| 21 | +.. |travis| image:: https://travis-ci.org/ionelmc/python-hunter.svg?branch=master |
13 | 22 | :alt: Travis-CI Build Status |
14 | 23 | :target: https://travis-ci.org/ionelmc/python-hunter |
15 | 24 |
|
16 | | -.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-hunter?branch=master |
| 25 | +.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-hunter?branch=master&svg=true |
17 | 26 | :alt: AppVeyor Build Status |
18 | 27 | :target: https://ci.appveyor.com/project/ionelmc/python-hunter |
19 | 28 |
|
20 | | -.. |coveralls| image:: http://img.shields.io/coveralls/ionelmc/python-hunter/master.png?style=flat |
| 29 | +.. |requires| image:: https://requires.io/github/ionelmc/python-hunter/requirements.svg?branch=master |
| 30 | + :alt: Requirements Status |
| 31 | + :target: https://requires.io/github/ionelmc/python-hunter/requirements/?branch=master |
| 32 | + |
| 33 | +.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-hunter/badge.svg?branch=master&service=github |
21 | 34 | :alt: Coverage Status |
22 | 35 | :target: https://coveralls.io/r/ionelmc/python-hunter |
23 | 36 |
|
| 37 | +.. |codecov| image:: https://codecov.io/github/ionelmc/python-hunter/coverage.svg?branch=master |
| 38 | + :alt: Coverage Status |
| 39 | + :target: https://codecov.io/github/ionelmc/python-hunter |
| 40 | + |
24 | 41 | .. |landscape| image:: https://landscape.io/github/ionelmc/python-hunter/master/landscape.svg?style=flat |
25 | 42 | :target: https://landscape.io/github/ionelmc/python-hunter/master |
26 | 43 | :alt: Code Quality Status |
27 | 44 |
|
28 | | -.. |version| image:: http://img.shields.io/pypi/v/hunter.png?style=flat |
| 45 | +.. |codacy| image:: https://img.shields.io/codacy/REPLACE_WITH_PROJECT_ID.svg?style=flat |
| 46 | + :target: https://www.codacy.com/app/ionelmc/python-hunter |
| 47 | + :alt: Codacy Code Quality Status |
| 48 | + |
| 49 | +.. |codeclimate| image:: https://codeclimate.com/github/ionelmc/python-hunter/badges/gpa.svg |
| 50 | + :target: https://codeclimate.com/github/ionelmc/python-hunter |
| 51 | + :alt: CodeClimate Quality Status |
| 52 | +.. |version| image:: https://img.shields.io/pypi/v/hunter.svg?style=flat |
29 | 53 | :alt: PyPI Package latest release |
30 | 54 | :target: https://pypi.python.org/pypi/hunter |
31 | 55 |
|
32 | | -.. |downloads| image:: http://img.shields.io/pypi/dm/hunter.png?style=flat |
| 56 | +.. |downloads| image:: https://img.shields.io/pypi/dm/hunter.svg?style=flat |
33 | 57 | :alt: PyPI Package monthly downloads |
34 | 58 | :target: https://pypi.python.org/pypi/hunter |
35 | 59 |
|
36 | | -.. |wheel| image:: https://pypip.in/wheel/hunter/badge.png?style=flat |
| 60 | +.. |wheel| image:: https://img.shields.io/pypi/wheel/hunter.svg?style=flat |
37 | 61 | :alt: PyPI Wheel |
38 | 62 | :target: https://pypi.python.org/pypi/hunter |
39 | 63 |
|
40 | | -.. |supported-versions| image:: https://pypip.in/py_versions/hunter/badge.png?style=flat |
| 64 | +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/hunter.svg?style=flat |
41 | 65 | :alt: Supported versions |
42 | 66 | :target: https://pypi.python.org/pypi/hunter |
43 | 67 |
|
44 | | -.. |supported-implementations| image:: https://pypip.in/implementation/hunter/badge.png?style=flat |
45 | | - :alt: Supported imlementations |
| 68 | +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/hunter.svg?style=flat |
| 69 | + :alt: Supported implementations |
46 | 70 | :target: https://pypi.python.org/pypi/hunter |
47 | 71 |
|
48 | | -.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/python-hunter/master.png?style=flat |
49 | | - :alt: Scrtinizer Status |
| 72 | +.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/python-hunter/master.svg?style=flat |
| 73 | + :alt: Scrutinizer Status |
50 | 74 | :target: https://scrutinizer-ci.com/g/ionelmc/python-hunter/ |
51 | 75 |
|
52 | 76 | Hunter is a flexible code tracing toolkit, not for measuring coverage, but for debugging, logging, inspection and other |
|
0 commit comments