Skip to content

Fetch MediaWiki Scribunto modules from wikis

License

Notifications You must be signed in to change notification settings

femiwiki/legunto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d8b14b · Nov 30, 2024

History

82 Commits
May 7, 2023
Apr 15, 2021
Apr 15, 2021
Jul 21, 2020
Jul 21, 2020
Jul 20, 2020
Jun 1, 2021
Jul 20, 2020
Nov 9, 2021
Nov 30, 2024
Feb 3, 2023
Jul 20, 2020
Apr 15, 2021
Jun 1, 2021
Nov 30, 2024

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