/tppt

Primary LanguageTypeScript

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.