-
Notifications
You must be signed in to change notification settings - Fork 3
/
.cruft.json
29 lines (29 loc) · 1.18 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": "package",
"project_name": "Conformal Tights",
"project_description": "A Python package that adds conformal prediction of coherent quantiles and intervals to any scikit-learn regressor or Darts forecaster.",
"project_url": "https://github.com/superlinear-ai/conformal-tights",
"author_name": "Laurent Sorber",
"author_email": "laurent@superlinear.ai",
"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": "conformal-tights",
"__project_name_snake_case": "conformal_tights",
"_template": "https://github.com/superlinear-ai/poetry-cookiecutter"
}
},
"directory": null
}