Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 504 Bytes

python-script

Opinionated template of a stand-alone python script

Saves neurons and time by providing a template to write python scripts that have input paths, configurations and outputs and that should be run as CLI.

Usage

pip install cookiecutter
# navigate to the folder where you want to create the script
cookiecutter gh:fcossio/python-script
# enter the name and short description
bash <name>/run.sh

The logs are automatically configured to be saved in the /output folder.