-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
48 lines (48 loc) · 1.78 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
{
"template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git",
"commit": "29cb57a8afb5bffbbf22480d87d0d3c82aeccf4a",
"checkout": null,
"context": {
"cookiecutter": {
"project_authors": "Philipp S. Sommer",
"project_author_emails": "philipp.sommer@hereon.de",
"project_maintainers": "Philipp S. Sommer",
"project_maintainer_emails": "philipp.sommer@hereon.de",
"gitlab_host": "codebase.helmholtz.cloud",
"gitlab_username": "psyplot",
"git_remote_protocoll": "ssh",
"institution": "Helmholtz-Zentrum Hereon",
"institution_url": "https://www.hereon.de",
"copyright_holder": "Helmholtz-Zentrum hereon GmbH",
"copyright_year": "2024",
"use_reuse": "yes",
"code_license": "LGPL-3.0-only",
"documentation_license": "CC-BY-4.0",
"supplementary_files_license": "CC0-1.0",
"project_title": "psy-ugrid",
"project_slug": "psy-ugrid",
"package_folder": "psy_ugrid",
"project_short_description": "A psyplot plugin for decoding unstructured grids following the UGRID conventions",
"keywords": "visualization,psyplot,ugrid,unstructured,dual mesh,native,cython",
"documentation_url": "https://psyplot.github.io/psy-ugrid/",
"use_markdown_for_documentation": "no",
"ci_build_stage": "yes",
"use_cibuildwheel": "yes",
"ci_matrix": "pipenv",
"use_pytest_xdist": "yes",
"requires_gui": "no",
"deploy_package_in_ci": "yes",
"deploy_pages_in_ci": "git-push",
"__ci_build_stage": "yes",
"_extensions": [
"local_extensions.UnderlinedExtension"
],
"_template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git"
}
},
"directory": null,
"skip": [
".git",
".mypy_cache"
]
}