forked from robert-koch-institut/mex-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
14 lines (14 loc) · 826 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"checkout": null,
"commit": "dc196567aef9758916e248054388083285806c95",
"context": {
"cookiecutter": {
"project_name": "common",
"short_summary": "Common library for MEx python projects.",
"long_summary": "The `mex-common` library is a software development toolkit that is used by multiple components within the MEx project. It contains utilities for building pipelines like a common commandline interface, logging and configuration setup. It also provides common auxiliary connectors that can be used to fetch data from external services and a re-usable implementation of the MEx metadata schema as pydantic models.",
"_template": "https://github.com/robert-koch-institut/mex-template"
}
},
"directory": null,
"template": "https://github.com/robert-koch-institut/mex-template"
}