Metadata-Version: 2.1
Name: wizwalker
Version: 1.8.2
Summary: Wizard101 scripting library
Home-page: https://github.com/StarrFox/wizwalker
License: GPL-3.0-or-later
Author: StarrFox
Author-email: starrfox6312@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aioconsole (>=0.2.1,<0.3.0)
Requires-Dist: aiofiles (>=0.7.0,<0.8.0)
Requires-Dist: aiomonitor (>=0.4.5,<0.5.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: click_default_group (>=1.2.2,<2.0.0)
Requires-Dist: janus (>=0.6.1,<0.7.0)
Requires-Dist: loguru (>=0.5.1,<0.6.0)
Requires-Dist: pefile (>=2021.5.24,<2022.0.0)
Requires-Dist: pymem (==1.8.3)
Requires-Dist: regex (>=2022.1.18,<2023.0.0)
Requires-Dist: terminaltables (>=3.1.0,<4.0.0)
Project-URL: Repository, https://github.com/StarrFox/wizwalker
Description-Content-Type: text/markdown

moved to https://github.com/wizwalker/wizwalker

# WizWalker

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Wizard101 scripting library

## Installation
`pip install wizwalker`

## Documentation
you can find the documentation [here](https://starrfox.github.io/wizwalker/)

## Discord
you can join the offical discord [here](https://discord.gg/JHrdCNK)

## Just
this package uses [just](https://github.com/casey/just) for command running
```shell
just cli          # start wiz instance and then start debug cli
just docs         # build docs
just install      # install enviroment
just publish TYPE # publish a major, minor, or patch version
```

## Console commands
```shell
wizwalker           # Runs the wizwalker cli
wizwalker start-wiz # start wizard101 instances
wizwalker wad       # edit and extract wizard101 wad files
```

