A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

25 linhas
841 B

  1. Source: python-mwparserfromhell
  2. Maintainer: Ben Kurtovic <ben.kurtovic@gmail.com>
  3. Section: python
  4. Priority: optional
  5. Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9)
  6. Standards-Version: 3.9.6
  7. Package: python3-mwparserfromhell
  8. Architecture: all
  9. Depends: ${misc:Depends}, ${python3:Depends}
  10. Description: mwparserfromhell (the MediaWiki Parser from Hell) is a Python
  11. package that provides an easy-to-use and outrageously powerful parser for
  12. MediaWiki wikicode.
  13. .
  14. This is the Python 3 version.
  15. Package: python-mwparserfromhell
  16. Architecture: all
  17. Depends: ${misc:Depends}, ${python:Depends}
  18. Description: mwparserfromhell (the MediaWiki Parser from Hell) is a Python
  19. package that provides an easy-to-use and outrageously powerful parser for
  20. MediaWiki wikicode.
  21. .
  22. This is the Python 2 version