0.2.4 • Published 11 months ago
tppt v0.2.4
Tyler Python Project Templates
Install
yarn global add tppt
Usage
mkdir my_python_project
cd my_python_project
tppt
source .venv/bin/activate
You will have a ready to go python project.
Run the unit test with command pytest
.