File: control

package info (click to toggle)
mwparserfromhell 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,164 kB
  • sloc: python: 7,474; ansic: 4,461; sh: 153; makefile: 127
file content (20 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: mwparserfromhell
Maintainer: Kunal Mehta <legoktm@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all-dev, debhelper-compat (= 13), dh-python, python3-pytest
Homepage: https://github.com/earwig/mwparserfromhell
Vcs-Git: https://salsa.debian.org/legoktm/mwparserfromhell.git
Vcs-Browser: https://salsa.debian.org/legoktm/mwparserfromhell
Standards-Version: 4.6.0.1
Rules-Requires-Root: no

Package: python3-mwparserfromhell
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Outrageously powerful parser for MediaWiki wikicode (Python 3)
 mwparserfromhell is a pure-Python parser (with optional C speedup) for
 MediaWiki wikicode. It allows parsing and manipulation of complex
 structures like nested templates, tables, and much more.
 .
 Documentation at https://mwparserfromhell.readthedocs.org/