the underlying maze generation library for one of my discord bots, Amaze
- first off, this isn't on PyPI
a collection of pre-built wheels can be found in the releases section of the repository
only wheels for python 3.10, 3.11, and 3.12 are available and ONLY for linux, as i only built the wheels i personally needed built
to install a wheel, you can download it from the releases section, and install the package using
pip install path_to_wheel.whl
alternatively if you have Rust installed, you can build the package yourself from source, using the following command
pip install git+https://github.com/fuh-Q/maze.git