No description
- Shell 62.6%
- Dockerfile 24.5%
- Python 12.9%
| .devcontainer | ||
| .scripts | ||
| .vscode | ||
| src/template | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
myproject
Minimal Python project template.
Setup (Dev Container)
- Open this repository in VS Code.
- Run
Dev Containers: Reopen in Container. - Wait for
postCreateCommandto complete:uv python installuv sync --extra dev
This creates .venv in the workspace and installs project + dev dependencies from pyproject.toml.
Optional local setup (without Dev Container)
bash ./.scripts/bootstrap.sh
Run
python -m template.main
Project structure
src/
template/
main.py