-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cruft.json
29 lines (29 loc) · 1.09 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": "b7f2fb0f123aae0a01d2ab015db31f52d2d8cc21",
"checkout": null,
"context": {
"cookiecutter": {
"project_type": "package",
"project_name": "RAGLite",
"project_description": "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL.",
"project_url": "https://github.com/superlinear-ai/raglite",
"author_name": "Laurent Sorber",
"author_email": "[email protected]",
"python_version": "3.10",
"development_environment": "strict",
"with_conventional_commits": "1",
"with_fastapi_api": "0",
"with_typer_cli": "0",
"continuous_integration": "GitHub",
"private_package_repository_name": "",
"private_package_repository_url": "",
"__docker_image": "python:$PYTHON_VERSION-slim",
"__docstring_style": "NumPy",
"__project_name_kebab_case": "raglite",
"__project_name_snake_case": "raglite",
"_template": "https://github.com/superlinear-ai/poetry-cookiecutter"
}
},
"directory": null
}