File: control

package info (click to toggle)
python-docstring-to-markdown 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,761; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 929 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-docstring-to-markdown
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/python-lsp/docstring-to-markdown
Vcs-Git: https://salsa.debian.org/python-team/packages/python-docstring-to-markdown.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-docstring-to-markdown
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-docstring-to-markdown
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: On the fly conversion of Python docstrings to markdown
 Converts reStructuredText like :math:`\\sum` to $\\sum$.