-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cookiecutter-replay.json
44 lines (44 loc) · 1.5 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
{
"cookiecutter": {
"Introduction": "",
"type": "lib",
"name": "frequenz-reporting",
"description": "A highlevel interface for the reporting API",
"title": "Reporting Highlevel Interface",
"keywords": "reporting, highlevel, tooling, api",
"github_org": "frequenz-floss",
"license": "MIT",
"author_name": "Frequenz Energy-as-a-Service GmbH",
"author_email": "[email protected]",
"python_package": "frequenz.reporting",
"pypi_package_name": "frequenz-reporting-python",
"github_repo_name": "frequenz-reporting-python",
"default_codeowners": "@frequenz-floss/api-reporting-team",
"_template": "gh:frequenz-floss/frequenz-repo-config-python"
},
"_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": "[email protected]",
"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)"
}
}