Add frozen flag to uv sync command.
Exports the warlords list from MUME to JSON format. Automatically generated data in JSON format can be found here.
This project was created by Nick Stockton, and is licensed under the terms of the Mozilla Public License, version 2.0.
Install the Python interpreter, and make sure it’s in your path before running this package.
Execute the following commands from the root directory of this repository to install the module dependencies.
py -3 -m venv .venv .venv\Scripts\activate.bat pip install --upgrade --require-hashes --requirement requirements-uv.txt uv sync --frozen pre-commit install -t pre-commit pre-commit install -t pre-push
python3 -m venv .venv source .venv/bin/activate pip install --upgrade --require-hashes --requirement requirements-uv.txt uv sync --frozen pre-commit install -t pre-commit pre-commit install -t pre-push
In order to generate the warlords list in JSON format, execute the following commands.
.venv\Scripts\activate.bat warlords
source .venv/bin/activate warlords
Output will be saved to warlords.json.
warlords.json
The top level object contains the following data:
generated
generated_timestamp
schema_version
war_status
warlords
The warlord objects contain the following data:
warlord
characters
description
The character objects contain the following data:
character
class
name
race
rank
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
mume-warlords
Exports the warlords list from MUME to JSON format. Automatically generated data in JSON format can be found here.
License And Credits
This project was created by Nick Stockton, and is licensed under the terms of the Mozilla Public License, version 2.0.
Installation
Install the Python interpreter, and make sure it’s in your path before running this package.
Windows-specific Instructions
Execute the following commands from the root directory of this repository to install the module dependencies.
Linux-specific Instructions
Execute the following commands from the root directory of this repository to install the module dependencies.
Usage
In order to generate the warlords list in JSON format, execute the following commands.
Windows
Linux
Output will be saved to
warlords.json.Format
The top level object contains the following data:
generatedgenerated_timestampschema_versionwar_statuswarlordsThe
warlordobjects contain the following data:charactersdescriptionThe
characterobjects contain the following data:classnameracerank