feat(naive-python): Add Cookiecutter template to create a Python project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[DEFAULT]
|
||||
self_name = rich-and-config
|
||||
tmp_base_dir = /tmp/%(self_name)s
|
||||
state_base_dir = /var/lib/%(self_name)s
|
||||
state_files_dir = %(state_base_dir)s/state
|
||||
state_file_retention = 50
|
||||
state_file_name_prefix = state-
|
||||
state_file_name_suffix = .log
|
||||
rich_and_config_some_option = "http://localhost:8000/api/query"
|
||||
another_option = "first"
|
||||
|
||||
[this-is-a-section]
|
||||
min_duration = 1200
|
||||
max_duration = 3000
|
||||
title_not_regex = this|that|somethingelse
|
||||
query = @http-payload.json
|
||||
dl_dir = /tmp/some/dir
|
||||
another_option = "overwriting_from_default"
|
Reference in New Issue
Block a user