Skip to content

kouui/python-blueprint

Repository files navigation

project name

installation

create python virtual environment

cd /path/to/this/repository
uv sync

(optional) install pre-commit hooks

for pre-commit hooks.

uv run pre-commit install

check and format code lint/type

uv run nox

or

uv run nox -s lint
uv run nox -s lint_fix

and then

uv run nox -s fmt

usage

❯ uv run .\experiments\experiment_name\main.py
[2025-05-09 20:54:03][INFO][logger.py][setup_logger][line 95] logger initialized
[2025-05-09 20:54:03][INFO][main.py][main][line 7] Executing the main function...

else

project blueprint reference: https://github.com/johnthagen/python-blueprint

About

python project blueprint using nox+pywright+ruff+pre-commit. for the original configuration, please refer to https://github.com/johnthagen/python-blueprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages