-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cruft.json
More file actions
23 lines (23 loc) · 854 Bytes
/
.cruft.json
File metadata and controls
23 lines (23 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "https://github.com/python-boltons/cc-python",
"commit": "86e80a929edc143a13f85b42ef52718530aa3cc6",
"checkout": null,
"context": {
"cookiecutter": {
"author": "Bryan M Bugyi",
"email": "bryanbugyi34@gmail.com",
"github_username": "bbugyi200",
"git_org_name": "python-boltons",
"git_repo_name": "clack",
"package_name": "clack",
"pypi_package_name": "bolton-clack",
"read_the_docs_domain": "bolton-clack",
"package_description": "command-line application configuration kit (CLACK)... A wrapper around the `argparse` library that aims to handle _all_ application configuration.",
"package_type": "library",
"_template": "https://github.com/python-boltons/cc-python",
"package_path": "clack",
"package_module": "clack"
}
},
"directory": null
}