Metadata-Version: 2.1
Name: codestare-maze
Version: 0.1.2.dev1
Summary: Simple Maze Generator
Home-page: https://themenwhostareatco.de/
Author: Maximilian Schmidt
Author-email: ga97lul@mytum.de
Keywords: maze,dnd,rpg
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

codestar-maze
=============

Simple maze generators in python.

Usage
-----
Installing the package also installs the `maze-gen` entry point.

::

    usage: maze-gen [-h] [--file FILE] {growing_tree} ...

    positional arguments:
      {growing_tree}  sub-command help

    options:
      -h, --help      show this help message and exit
      --file FILE

