-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
29 lines (29 loc) · 1.07 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/radix-ai/poetry-cookiecutter",
"commit": "08c7fcd740fc0807e7de1810950c40fc4ac93013",
"checkout": null,
"context": {
"cookiecutter": {
"project_type": "app",
"project_name": "Mastodon Sim",
"project_description": "Generative Agent simulation of a Mastodon social network",
"project_url": "https://github.com/social-sandbox/mastodon-sim",
"author_name": "Austin Welch",
"author_email": "[email protected]",
"python_version": "3.11",
"development_environment": "simple",
"with_conventional_commits": "1",
"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": "mastodon-sim",
"__project_name_snake_case": "mastodon_sim",
"_template": "https://github.com/radix-ai/poetry-cookiecutter"
}
},
"directory": null
}