Tyler Python Project Templates
Install
yarn global add tpptUsage
mkdir my_python_project
cd my_python_project
tppt
source .venv/bin/activateYou will have a ready to go python project.
Run the unit test with command pytest.
yarn global add tpptmkdir my_python_project
cd my_python_project
tppt
source .venv/bin/activateYou will have a ready to go python project.
Run the unit test with command pytest.