A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

27 рядки
938 B

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