No description
  • Shell 82.9%
  • Python 17.1%
Find a file Use this template
2026-01-19 15:41:12 +01:00
.scripts changed bootstrap to uv 2026-01-19 15:41:12 +01:00
.vscode added pylance typechecking mode standard 2026-01-16 15:37:32 +01:00
src/template added project template 2026-01-16 14:24:06 +01:00
tests added a simple test 2026-01-16 14:30:35 +01:00
.gitignore added egg-info to gitignore 2026-01-16 14:25:18 +01:00
.python-version changed bootstrap to uv 2026-01-19 15:41:12 +01:00
LICENSE added license file 2026-01-16 15:43:50 +01:00
pyproject.toml added project template 2026-01-16 14:24:06 +01:00
README.md added project template 2026-01-16 14:24:06 +01:00

myproject

Minimal Python project template.

Setup

Create and activate the virtual environment and install dependencies:

bash ./.scripts/bootstrap.sh

Run

python3 -m template.main

Project structure

src/
  myproject/
    main.py