-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
25 lines (25 loc) · 1.02 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
{
"template": "https://github.com/lyz-code/cookiecutter-python-project",
"commit": "be05f7fbdd81c837af0d9ee5ca3e13cdb0dff00a",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Repository ORM",
"project_slug": "repository-orm",
"project_description": "Library to ease the implementation of the repository pattern in python projects.",
"requirements": "",
"configure_command_line": "False",
"read_configuration_from_yaml": "False",
"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": "[email protected]",
"security_advisories_email": "[email protected]",
"project_underscore_slug": "repository_orm",
"_template": "https://github.com/lyz-code/cookiecutter-python-project"
}
},
"directory": null
}