femiwiki / legunto

Fetch MediaWiki Scribunto modules from wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fetch MediaWiki Scribunto modules from wikis

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%