cookiecutter-wuttaweb/{{ cookiecutter.repo_name }}
Lance Edgar 34fe32af6b fix: format all code with black
and from now on should not deviate from that...
2025-08-31 13:09:14 -05:00
..
{{ cookiecutter.package_name }} fix: format all code with black 2025-08-31 13:09:14 -05:00
pyproject.toml add entry point registration for menu handler 2025-01-14 17:50:21 -06:00
README.md clarify quick start commands a bit 2024-12-08 16:07:26 -06:00

{{cookiecutter.project_name}}

This is a starter project based on WuttaWeb.

Quick Start

Make a virtual environment and install the app:

python3 -m venv {{cookiecutter.repo_name}}
source {{cookiecutter.repo_name}}/bin/activate
pip install {{cookiecutter.distribution_name}}
{{cookiecutter.package_name}} install

For more info see https://rattailproject.org/docs/wuttjamaican/narr/install/index.html