Cookiecutter template for a Python lib/script
inspired by https://github.com/audreyfeldroy/cookiecutter-pypackage
from repo checkout:
cookiecutter --no-input gh:nazarewk-iac/cookiecutter-python project_name=crowdstrike-falcon-installer project_short_description='Helps with installing CrowdStrike' has_{cli,scripting,http}=y
from local checkout:
cookiecutter --no-input ~/dev/github.com/nazarewk-iac/cookiecutter-python project_name=crowdstrike-falcon-installer project_short_description='Helps with installing CrowdStrike' has_{cli,scripting,http}=y