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