|
1 | 1 | Inform — Print & Logging Utilities |
2 | 2 | ================================== |
3 | 3 |
|
4 | | -.. image:: https://github.com/KenKundert/inform/actions/workflows/build.yaml/badge.svg |
5 | | - :target: https://github.com/KenKundert/inform/actions/workflows/build.yaml |
6 | | - |
7 | | -.. image:: https://pepy.tech/badge/inform/month |
8 | | - :target: https://pepy.tech/project/inform |
9 | | - |
10 | | -.. image:: https://img.shields.io/readthedocs/inform.svg |
11 | | - :target: https://inform.readthedocs.io/en/latest/?badge=latest |
12 | | - |
13 | | -.. image:: https://img.shields.io/coveralls/KenKundert/inform.svg |
14 | | - :target: https://coveralls.io/r/KenKundert/inform |
15 | | - |
16 | | -.. image:: https://img.shields.io/pypi/v/inform.svg |
17 | | - :target: https://pypi.python.org/pypi/inform |
18 | | - |
19 | | -.. image:: https://anaconda.org/conda-forge/inform/badges/version.svg |
20 | | - :target: https://anaconda.org/conda-forge/inform |
21 | | - |
22 | | -.. image:: https://img.shields.io/pypi/pyversions/inform.svg |
23 | | - :target: https://pypi.python.org/pypi/inform/ |
24 | | - |
| 4 | +|build status| |downloads| |rtd status| |coverage| |pypi version| |anaconda version| |python version| |
25 | 5 |
|
26 | 6 | :Author: Ken Kundert |
27 | 7 | :Version: 1.28.2 |
@@ -63,8 +43,6 @@ stable version of the code from `PyPI <https://pypi.python.org>`_ using:: |
63 | 43 | You can find the latest development version of the source code on |
64 | 44 | `Github <https://github.com/KenKundert/inform>`_. |
65 | 45 |
|
66 | | -Supported in Python2.7, Python3.5, Python3.6, Python3.7 and Python3.8. |
67 | | - |
68 | 46 |
|
69 | 47 | Introduction |
70 | 48 | ------------ |
@@ -438,3 +416,27 @@ returned. For example: |
438 | 416 | pass: signalman |
439 | 417 |
|
440 | 418 | When the messages print, the 'pass:' will be green and 'FAIL:' will be red. |
| 419 | + |
| 420 | + |
| 421 | +.. |build status| image:: https://github.com/KenKundert/inform/actions/workflows/build.yaml/badge.svg |
| 422 | + :target: https://github.com/KenKundert/inform/actions/workflows/build.yaml |
| 423 | + |
| 424 | +.. |downloads| image:: https://pepy.tech/badge/inform/month |
| 425 | + :target: https://pepy.tech/project/inform |
| 426 | + |
| 427 | +.. |rtd status| image:: https://img.shields.io/readthedocs/inform.svg |
| 428 | + :target: https://inform.readthedocs.io/en/latest/?badge=latest |
| 429 | + |
| 430 | +.. |coverage| image:: https://img.shields.io/coveralls/KenKundert/inform.svg |
| 431 | + :target: https://coveralls.io/r/KenKundert/inform |
| 432 | + |
| 433 | +.. |pypi version| image:: https://img.shields.io/pypi/v/inform.svg |
| 434 | + :target: https://pypi.python.org/pypi/inform |
| 435 | + |
| 436 | +.. |anaconda version| image:: https://anaconda.org/conda-forge/inform/badges/version.svg |
| 437 | + :target: https://anaconda.org/conda-forge/inform |
| 438 | + |
| 439 | +.. |python version| image:: https://img.shields.io/pypi/pyversions/inform.svg |
| 440 | + :target: https://pypi.python.org/pypi/inform/ |
| 441 | + |
| 442 | + |
0 commit comments