santhoshtr / wikitextparser

An experimental wikitext parser in python that builds AST and reconstruct wikitext from it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wikitextparser

PyPI Tests Changelog License

Wiki Markup Parser

Installation

Install this library using pip:

pip install wikitextparser

Usage

Usage instructions go here.

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd wikitextparser
python -m venv .venv
source .venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[dev,test]'

To run the tests:

pytest

About

An experimental wikitext parser in python that builds AST and reconstruct wikitext from it.

License:Apache License 2.0


Languages

Language:Python 100.0%