-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
54 lines (54 loc) · 1.66 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"template": "https://github.com/theNewFlesh/cookiecutter-datalus",
"commit": "048b9c8f4a94a6d59fc5ca73340774db2fc16d8a",
"checkout": null,
"skip": [
"__init__\\.py$",
"\\.gitignore$",
"\\.gitkeep$",
"docker/config/.*\\.lock$",
"docker/config/build\\.yaml",
"docs/.*",
"mkdocs/md/(?!index\\.md|style\\.css)",
"public/.*",
"python/hidebound/.*(?!command\\.py$)",
"resources/.*",
"sphinx/.*rst$"
],
"context": {
"cookiecutter": {
"repo": "hidebound",
"repo_type": "dash",
"include_black": "no",
"include_gcc": "no",
"include_helm": "yes",
"include_mkdocs": "no",
"include_nvidia": "no",
"include_openexr": "no",
"include_prod_cli": "yes",
"include_prod_envs": "yes",
"include_rsync": "no",
"include_secret_env": "no",
"include_tensorflow": "no",
"include_vscode_server": "no",
"port_prefix": "20",
"git_user": "theNewFlesh",
"git_host": "github",
"git_organization": "theNewFlesh",
"docker_registry": "dockerhub",
"organization_url": "github.com",
"description": "A MLOps framework for generating ML assets and metadata.",
"author": "Alex Braun",
"email": "[email protected]",
"website": "http://www.alexgbraun.com",
"volume": "",
"keywords": "ephemeral, database, asset, assetstore, datastore, vfx, mlops, ml, machine-learning, data",
"year": "2024",
"python_min_version": "9",
"python_max_version": "10",
"initial_repo_version": "0.32.0",
"_template": "https://github.com/theNewFlesh/cookiecutter-datalus"
}
},
"directory": null
}