-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.cookiecutter.json
More file actions
29 lines (29 loc) · 1.11 KB
/
.cookiecutter.json
File metadata and controls
29 lines (29 loc) · 1.11 KB
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
{
"cookiecutter": {
"codeowner_github_usernames": "@itdependsnetworks @jeffkala @qduk",
"full_name": "Network to Code, LLC",
"email": "[email protected]",
"github_org": "networktocode",
"description": "Common helper functions useful in network automation.",
"project_name": "netutils",
"project_slug": "netutils",
"repo_url": "https://github.com/networktocode/netutils",
"base_url": "netutils",
"project_python_name": "netutils",
"project_python_base_version": "3.9",
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "1.15.1",
"_drift_manager": {
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"cookie_dir": "",
"branch_prefix": "drift-manager",
"pull_request_strategy": "create",
"post_actions": [],
"draft": false,
"baked_commit_ref": "cb8b5e31dece5ab2663d2ffd218a96ca1ae794c5"
}
}
}