-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cookiecutter-replay.json
46 lines (46 loc) · 1.71 KB
/
.cookiecutter-replay.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"cookiecutter": {
"Introduction": "",
"type": "api",
"name": "electricity-trading",
"description": "Specification for Electricity Trading API.",
"title": "Frequenz Electricity Trading API",
"keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)",
"github_org": "frequenz-floss",
"license": "MIT",
"author_name": "Frequenz Energy-as-a-Service GmbH",
"author_email": "floss@frequenz.com",
"python_package": "frequenz.api.electricity_trading",
"pypi_package_name": "frequenz-api-electricity-trading",
"github_repo_name": "frequenz-api-electricity-trading",
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)",
"_template": "gh:frequenz-floss/frequenz-repo-config-python",
"_repo_dir": "/home/david/.cookiecutters/frequenz-repo-config-python/cookiecutter",
"_checkout": null
},
"_cookiecutter": {
"Introduction": "{{cookiecutter | introduction}}",
"type": [
"actor",
"api",
"app",
"lib",
"model"
],
"name": null,
"description": null,
"title": "{{cookiecutter | proj_title}}",
"keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)",
"github_org": "frequenz-floss",
"license": [
"MIT",
"Proprietary"
],
"author_name": "Frequenz Energy-as-a-Service GmbH",
"author_email": "floss@frequenz.com",
"python_package": "{{cookiecutter | python_package}}",
"pypi_package_name": "{{cookiecutter | pypi_package_name}}",
"github_repo_name": "{{cookiecutter | github_repo_name}}",
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)"
}
}