-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
30 lines (30 loc) · 946 Bytes
/
.cruft.json
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
{
"template": "https://github.com/libranet/kickstart-python-project",
"commit": "9df695cb3a4801454903f2ae047cdd50c3b8b42b",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "libranet-django",
"package_name": "libranet_django",
"description": "Demo django-project.",
"author": "Wouter Vanden Hove",
"email": "[email protected]",
"git_platform": "github",
"github_user": "woutervh",
"version": "0.1",
"copyright_year": "2023",
"license": "MIT",
"development_status": "Development Status :: 4 - Beta",
"minimum_python": "3.10.0",
"with_django": "1",
"with_flask": "0",
"with_fastapi": "0",
"with_typer": "1",
"with_postgres": "0",
"support_rtd": "1",
"__package_name_snake_case": "libranet_django",
"_template": "https://github.com/libranet/kickstart-python-project"
}
},
"directory": null
}