No description
- Shell 82.9%
- Python 17.1%
| .scripts | ||
| .vscode | ||
| src/template | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
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