python template
- Shell 68.8%
- Nix 31%
- Python 0.2%
|
|
||
|---|---|---|
| .forgejo | ||
| .github | ||
| .vscode | ||
| .zed | ||
| src/python_template | ||
| .envrc.project | ||
| .gitignore | ||
| .python-version | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| flake.lock | ||
| flake.nix | ||
| init.sh | ||
| LICENSE | ||
| opencode.json | ||
| pyproject.toml | ||
| README.md | ||
| treefmt.toml | ||
| uv.lock | ||
python template
template for starting python projects
part of spotdemo4/templates
requirements
getting started
nix develop
./init.sh "Title" "Description"
run
nix run .#dev
format
nix fmt
check
nix flake check
build
nix build
release
bumper
releases are automatically created for significant changes
use
uv
uvx python-template \
--index https://trev.zip/api/packages/template/pypi
pip
pip install python-template \
--index-url https://trev.zip/api/packages/template/pypi/simple
docker
docker run trev.zip/template/python:latest
nix
nix run git+https://trev.zip/template/python.git