-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cookiecutter.json
More file actions
28 lines (28 loc) · 862 Bytes
/
.cookiecutter.json
File metadata and controls
28 lines (28 loc) · 862 Bytes
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
{
"_commit": "3483e9e38f95d0437dc803cfd09db2050ab10194",
"_max_python_version_minor_int": 14,
"_min_python_version_minor_int": 10,
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"add_rust_extension": false,
"author": "Kyle Oliver",
"copyright_year": "2025",
"development_status": "Development Status :: 1 - Planning",
"email": "56kyleoliver+cookiecutter-robust-python@gmail.com",
"friendly_name": "Robust Python Demo",
"license": "MIT",
"max_python_version": "3.14",
"min_python_version": "3.10",
"package_name": "robust_python_demo",
"project_name": "robust-python-demo",
"python_versions": [
"3.10",
"3.11",
"3.12",
"3.13",
"3.14"
],
"repository_host": "github.com",
"repository_path": "56kyle/robust-python-demo",
"repository_provider": "github",
"version": "0.0.0"
}