-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
31 lines (31 loc) · 1.06 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
30
31
{
"template": "https://github.com/radix-ai/poetry-cookiecutter",
"commit": "9e5572055a98241f97c4d2ae2bfe45fd7cf5c051",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "ksef",
"package_description": "Python interface for the KSEF API",
"package_url": "https://github.com/samupl/python-ksef",
"author_name": "Jakub Szafrański",
"author_email": "[email protected]",
"python_version": "3.8",
"development_environment": "strict",
"with_conventional_commits": "1",
"with_fastapi_api": "0",
"with_jupyter_lab": "0",
"with_pydantic_typing": "1",
"with_sentry_logging": "0",
"with_streamlit_app": "0",
"with_typer_cli": "0",
"continuous_integration": "GitHub",
"docstring_style": "NumPy",
"private_package_repository_name": "",
"private_package_repository_url": "",
"__package_name_kebab_case": "ksef",
"__package_name_snake_case": "ksef",
"_template": "https://github.com/radix-ai/poetry-cookiecutter"
}
},
"directory": null
}