5
5
| ' \/ _ \/ _` / -_) '_| ' \| |_ / -_)
6
6
|_|_|_\___/\__,_\___|_| |_||_|_/__\___|
7
7
8
+
9
+ .. image :: https://img.shields.io/coveralls/github/PyCQA/modernize?label=coveralls&logo=coveralls
10
+ :alt: Coveralls
11
+ :target: https://coveralls.io/github/PyCQA/modernize
12
+ .. image :: https://img.shields.io/readthedocs/modernize?logo=read-the-docs
13
+ :alt: Read the Docs
14
+ :target: https://modernize.readthedocs.io/en/latest/
15
+ .. image :: https://img.shields.io/github/workflow/status/PyCQA/modernize/CI?label=GitHub%20Actions&logo=github
16
+ :alt: GitHub Actions
17
+ :target: https://github.com/PyCQA/modernize
18
+ .. image :: https://img.shields.io/pypi/v/modernize?logo=pypi
19
+ :alt: PyPI
20
+ :target: https://pypi.org/project/modernize/
21
+
8
22
This library is a very thin wrapper around `fissix
9
23
<https://github.com/jreese/fissix> `_, a fork of lib2to3, to utilize it
10
24
to make Python 2 code more modern with the intention of eventually
@@ -29,13 +43,3 @@ Python 2.5 or lower.
29
43
30
44
See the ``LICENSE `` file for the license of ``modernize ``.
31
45
Using this tool does not affect licensing of the modernized code.
32
-
33
- .. image :: https://readthedocs.org/projects/modernize/badge/
34
- :target: https://readthedocs.org/projects/modernize/?badge=latest
35
- :alt: Documentation Status
36
-
37
- .. image :: https://api.travis-ci.org/pycqa/modernize.svg?branch=master
38
- :target: https://travis-ci.org/pycqa/modernize
39
-
40
- .. image :: https://coveralls.io/repos/pycqa/modernize/badge.png?branch=master
41
- :target: https://coveralls.io/r/pycqa/modernize?branch=master
0 commit comments