-
Notifications
You must be signed in to change notification settings - Fork 2
/
.cruft.json
25 lines (25 loc) · 1021 Bytes
/
.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
{
"template": "https://github.com/lyz-code/cookiecutter-python-project",
"commit": "d90d0e819e6e727489d6eade18f7d78ec5315c0f",
"context": {
"cookiecutter": {
"project_name": "Clinv",
"project_slug": "clinv",
"project_description": "DevSecOps command line asset inventory",
"requirements": "argcomplete, boto3, pyexcel, PyYAML, requests, tabulate",
"configure_command_line": true,
"read_configuration_from_yaml": true,
"github_user": "lyz-code",
"github_token_pass_path": "internet/github.lyz-code.api_token",
"pypi_token_pass_path": "internet/pypi.token",
"test_pypi_token_pass_path": "internet/test.pypi.token",
"author": "Lyz",
"author_email": "lyz-code-security-advisories@riseup.net",
"security_advisories_email": "lyz-code-security-advisories@riseup.net",
"project_underscore_slug": "clinv",
"_template": "https://github.com/lyz-code/cookiecutter-python-project"
}
},
"directory": null,
"checkout": null
}