Skip to content

Fetch MediaWiki Scribunto modules from wikis

License

Notifications You must be signed in to change notification settings

femiwiki/legunto

Repository files navigation

legunto Github checks status codecov.io status

Fetch MediaWiki Scribunto modules from wikis and save as files

Install

Requirements:

  1. Download a wheel file from Releases.
  2. Execute pip install legunto-*.whl.

Usage

# Print help message
python -m legunto

# Prepare scribunto.json
touch scribunto.json
vim scribunto.json

# Fetch lua modules based on the scribunto.json
python -m install

Build

python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python setup.py bdist_wheel