python project template A template for Python project containing folder structure of source code, testing and utilities. Prerequisites Installation git clone https://github.com/<GITHUB_SPACE>/<GITHUB_REPO>.git cd <GITHUB_REPO> python3 -m venv .venv source .venv/bin/activate Usage Implementation Details Project Status