File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# docstring-to-markdown
2
2
3
- [ ![ tests] ( https://github.com/krassowski /docstring-to-markdown/workflows/tests/badge.svg )] ( https://github.com/krassowski /docstring-to-markdown/actions?query=workflow%3A%22tests%22 )
4
- ![ CodeQL] ( https://github.com/krassowski /docstring-to-markdown/workflows/CodeQL/badge.svg )
3
+ [ ![ tests] ( https://github.com/python-lsp /docstring-to-markdown/workflows/tests/badge.svg )] ( https://github.com/python-lsp /docstring-to-markdown/actions?query=workflow%3A%22tests%22 )
4
+ ![ CodeQL] ( https://github.com/python-lsp /docstring-to-markdown/workflows/CodeQL/badge.svg )
5
5
[ ![ pypi-version] ( https://img.shields.io/pypi/v/docstring-to-markdown.svg )] ( https://python.org/pypi/docstring-to-markdown )
6
6
7
7
On the fly conversion of Python docstrings to markdown
Original file line number Diff line number Diff line change 1
1
pytest
2
2
pytest-cov
3
3
pytest-flake8
4
+ flake8 < 5
4
5
mypy
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ long_description = file: ./README.md
5
5
long_description_content_type = text/markdown
6
6
author = Michał Krassowski
7
7
8
- license = LGPL-2.1
8
+ license = LGPL-2.1-or-later
9
9
keywords =
10
10
Docstring
11
11
conversion
@@ -15,9 +15,11 @@ classifiers =
15
15
Intended Audience :: Developers
16
16
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
17
17
Programming Language :: Python
18
+ Topic :: Text Processing :: Markup
19
+ Topic :: Documentation :: Sphinx
18
20
project_urls =
19
- Bug Tracker = https://github.com/krassowski /docstring-to-markdown/issues
20
- Source Code = https://github.com/krassowski /docstring-to-markdown
21
+ Bug Tracker = https://github.com/python-lsp /docstring-to-markdown/issues
22
+ Source Code = https://github.com/python-lsp /docstring-to-markdown
21
23
version = attr: docstring_to_markdown.__version__
22
24
23
25
[mypy]
You can’t perform that action at this time.
0 commit comments