-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
29 lines (29 loc) · 1.05 KB
/
.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
{
"template": "https://github.com/superlinear-ai/poetry-cookiecutter",
"commit": "4ee45cc9ba5a0ef51d48b8c637ae066305dc6a06",
"checkout": null,
"context": {
"cookiecutter": {
"project_type": "app",
"project_name": "fastsocket",
"project_description": "Socket.io, Pydantic, FastAPI, rxpy",
"project_url": "https://github.com/seanchatmangpt/fastsocket",
"author_name": "Sean Chatman",
"author_email": "info@chatmangpt.com",
"python_version": "3.12",
"development_environment": "simple",
"with_conventional_commits": "0",
"with_fastapi_api": "1",
"with_typer_cli": "1",
"continuous_integration": "GitHub",
"private_package_repository_name": "",
"private_package_repository_url": "",
"__docker_image": "python:$PYTHON_VERSION-slim",
"__docstring_style": "NumPy",
"__project_name_kebab_case": "fastsocket",
"__project_name_snake_case": "fastsocket",
"_template": "https://github.com/superlinear-ai/poetry-cookiecutter"
}
},
"directory": null
}