File: control

package info (click to toggle)
mwparserfromhell 0.4.2-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,040 kB
  • ctags: 1,119
  • sloc: python: 6,532; ansic: 3,417; sh: 150; makefile: 126
file content (37 lines) | stat: -rw-r--r-- 1,574 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
Source: mwparserfromhell
Maintainer: Yuvi Panda <yuvipanda@riseup.net>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all-dev, python-setuptools, python-all-dev, debhelper (>= 9), dh-python
Homepage: https://github.com/earwig/mwparserfromhell
Standards-Version: 3.9.6
Description: Outrageously powerful parser for MediaWiki wikicode
 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/

Package: python3-mwparserfromhell
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Outrageously powerful parser for MediaWiki wikicode
 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/
 .
 This is the Python 3 version.

Package: python-mwparserfromhell
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Outrageously powerful parser for MediaWiki wikicode
 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/
 .
 This is the Python 2 version.