Requires python >=3.12
From internet
pip install "https://github.com/binaondrej/PyConsoleAppBase/releases/download/release-1.0.4/ConsoleAppBase-1.0.4-py3-none-any.whl"From local file
pip install ConsoleAppBase-1.0.4-py3-none-any.whlOne installation in environments
You can install this package globally (--break-system-packages flag may be helpful) and then when creating environments, you can add --system-site-packages flag.
This flag will make global packages available in created environment.
python -m venv --system-site-packages <venv-name>Source files can be found at src/ConsoleAppBase/ direcotry.
Example of usage Console App Base can be found at example/ direcotry.