File: control

package info (click to toggle)
python-mistletoe 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: python: 5,665; sh: 66; makefile: 40
file content (39 lines) | stat: -rw-r--r-- 1,224 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
30
31
32
33
34
35
36
37
38
39
Source: python-mistletoe
Section: python
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 python3-all,
 python3-parameterized,
 python3-pygments,
 python3-setuptools,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/python-mistletoe.git
Vcs-Browser: https://salsa.debian.org/debian/python-mistletoe
Homepage: https://github.com/miyuchina/mistletoe

Package: python3-mistletoe
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-pygments,
Description: fast, extensible Markdown parser in pure Python
 mistletoe is a Markdown parser in pure Python,
 designed to be fast, spec-compliant and fully customizable.
 .
 Apart from being the fastest
 CommonMark-compliant Markdown parser implementation in pure Python,
 mistletoe also supports easy definitions of custom tokens.
 Parsing Markdown into an abstract syntax tree
 also allows swapping out renderers for different output formats,
 without touching any of the core components.
 .
 CommonMark is a dialect of Markdown with a strict specification.
 .
 Markdown is a lightweight markup language
 with plain-text-formatting syntax.