-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.cookiecutter.json
More file actions
30 lines (30 loc) · 1.28 KB
/
.cookiecutter.json
File metadata and controls
30 lines (30 loc) · 1.28 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
30
{
"cookiecutter": {
"codeowner_github_usernames": "@chadell @glennmatthews @pke11y @scetron @jvanderaa",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "networktocode",
"description": "Python library to parse circuit maintenances from network service providers.",
"project_name": "circuit-maintenance-parser",
"project_slug": "circuit-maintenance-parser",
"repo_url": "https://github.com/networktocode/circuit-maintenance-parser",
"base_url": "circuit-maintenance-parser",
"project_python_name": "circuit_maintenance_parser",
"project_python_base_version": "3.10",
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "2.10.0",
"original_publish_year": "2021",
"_drift_manager": {
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"cookie_dir": "",
"pull_request_strategy": "create",
"post_actions": [],
"draft": false,
"baked_commit_ref": "6e239e9b2ba0888f80cf1693318f007a2085d79a",
"drift_managed_branch": "develop"
}
}
}