Please find here a handy template for coding and storing python scripts in a repository.
# -------------------------------------------------------------------------------------------------------------------------------------------------------------- # <Title> # <Description> # # Prerequisite Python Modules # <Module Name> <Version> <Install Statement for Python CLI> # # Prerequisite Software # <Name of Software> <Download URL> # <Additional notes regarding software> # # Prerequisite Configuration # <eg. Keyring password configuration process> # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # VERSION # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # Version Date Person Description # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # 0.1.0 DD MMM YYYY <Person> Initial # 0.1.1 DD MMM YYYY <Person> # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # SCRIPT # -------------------------------------------------------------------------------------------------------------------------------------------------------------- # Modules # Declaration / Script Settings # Process # -------------------------------------------------------------------------------------------------------------------------------------------------------------- |