Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 335 Bytes

cookiecutter-pyscript

Cookiecutter template for developing a new standalone python scrit.

Use template
cookiecutter https://github.com/dataloudlabs/cookiecutter-pyscript.git
Start developing
# cd into the projects directory...
# to run the tests
ptw -vn

# for run the script as is
python -m script