-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cruft.json
More file actions
47 lines (47 loc) · 1.11 KB
/
.cruft.json
File metadata and controls
47 lines (47 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"template": "https://github.com/nekeal/cookiecutter-python-package",
"commit": "5ce8cdcdf6b14e216a450efd12e888019856616c",
"checkout": null,
"context": {
"cookiecutter": {
"author_name": "nekeal",
"author_email": "szymon.sc.cader@gmail.com",
"github_username": "nekeal",
"project_name": "Advent of Code - Python",
"project_slug": "advent-of-code",
"package_name": "aoc",
"project_short_description": "Solution of Advent of Code 2023 in Python",
"python_version": "3.11+",
"_python_version_specs": {
"3.8+": {
"versions": [
"3.8",
"3.9",
"3.10",
"3.11"
]
},
"3.9+": {
"versions": [
"3.9",
"3.10",
"3.11"
]
},
"3.10+": {
"versions": [
"3.10",
"3.11"
]
},
"3.11+": {
"versions": [
"3.11"
]
}
},
"_template": "https://github.com/nekeal/cookiecutter-python-package"
}
},
"directory": null
}