feat(naive-python): Add Cookiecutter template to create a Python project

This commit is contained in:
2022-06-17 03:17:12 +02:00
parent 7e960f3fce
commit c9a8c0707e
11 changed files with 505 additions and 0 deletions

View File

@@ -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"