-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
54 lines (54 loc) · 1.71 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/rolling_pin/.*(?!command\\.py$)",
"resources/.*",
"sphinx/.*rst$"
],
"context": {
"cookiecutter": {
"repo": "rolling-pin",
"repo_type": "library",
"include_black": "no",
"include_gcc": "no",
"include_helm": "no",
"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": "51",
"git_user": "theNewFlesh",
"git_host": "github",
"git_organization": "theNewFlesh",
"docker_registry": "dockerhub",
"organization_url": "github.com",
"description": "A library of generic tools for ETL work and visualization of JSON blobs and python repositories.",
"author": "Alex Braun",
"email": "[email protected]",
"website": "http://www.alexgbraun.com",
"volume": "",
"keywords": "ETL, blob, dependency, graph, svg, networkx, transform, code metrics, dependency diagram, build system",
"year": "2024",
"python_min_version": "8",
"python_max_version": "10",
"initial_repo_version": "0.9.6",
"_template": "https://github.com/theNewFlesh/cookiecutter-datalus"
}
},
"directory": null
}