Metadata-Version: 2.1
Name: osu-wiki-tools
Version: 2.1.0
Summary: Various tools for osu! wiki contributors
Home-page: https://github.com/Walavouchey/osu-wiki-tools
Author: Walavouchey
Author-email: wala@yui.tv
Project-URL: Bug Tracker, https://github.com/Walavouchey/osu-wiki-tools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENCE.md
Requires-Dist: PyYAML==6.0
Requires-Dist: types-PyYAML==6.0.6
Requires-Dist: yamllint==1.33.0

# osu! wiki tools

A collection of various tools that may be useful for [osu! wiki](https://osu.ppy.sh/wiki/) contributors

## Installation

```sh
pip install osu-wiki-tools
```

## Testing

### Setup

```sh
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
```

### Headless tests

```sh
pytest --mypy
```

### Visual tests

```sh
./run_visual_tests.py
```
