File: control

package info (click to toggle)
python-markdown2 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,384 kB
  • sloc: python: 5,075; perl: 1,493; php: 865; makefile: 35; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,172 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
24
25
26
27
28
29
Source: python-markdown2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-wheel
Standards-Version: 4.6.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/trentm/python-markdown2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markdown2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markdown2.git

Package: python3-markdown2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Fast and complete implementation of Markdown in Python3
 Markdown is a text-to-HTML filter; it translates an easy-to-read /
 easy-to-write structured text format into HTML. Markdown’s text format is most
 similar to that of plain text email, and supports features such as headers,
 emphasis, code blocks, blockquotes, and links.
 .
 This is a fast and complete Python3 implementation of the Markdown spec.