-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
72 lines (72 loc) · 2.25 KB
/
db.json
File metadata and controls
72 lines (72 loc) · 2.25 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"core": {
"options": {
"verbosity": 1,
"project_path": "/home/mti/github-tomerten/latticeconstructor",
"default_project_path": true,
"clear_log": false,
"template_parameters": {
"project_name": "latticeconstructor",
"package_name": "latticeconstructor",
"full_name": "Tom Mertens",
"email": "your.email@whatev.er",
"github_username": "tomerten",
"version": "0.0.0",
"github_repo": "{{ cookiecutter.project_name }}",
"default_branch": "master",
"python_version": "3.7",
"sphinx_html_theme": "sphinx_rtd_theme",
"open_source_license": "MIT license",
"py": "py",
"project_short_description": "<Enter a one-sentence description of this project here.>",
"module_name": "core"
},
"add_name": "core",
"app": false,
"group": false,
"py": true,
"package": false,
"f90": false,
"cpp": false,
"templates": "module-py",
"overwrite": false,
"backup": false
},
"API.rst": "\n.. automodule:: latticeconstructor.core\n :members:\n\n"
},
"parse": {
"options": {
"verbosity": 1,
"project_path": "/home/mti/github-tomerten/latticeconstructor",
"default_project_path": true,
"clear_log": false,
"template_parameters": {
"project_name": "latticeconstructor",
"package_name": "latticeconstructor",
"full_name": "Tom Mertens",
"email": "your.email@whatev.er",
"github_username": "tomerten",
"version": "0.0.0",
"github_repo": "{{ cookiecutter.project_name }}",
"default_branch": "master",
"python_version": "3.7",
"sphinx_html_theme": "sphinx_rtd_theme",
"open_source_license": "MIT license",
"py": "py",
"project_short_description": "<Enter a one-sentence description of this project here.>",
"module_name": "parse"
},
"add_name": "parse",
"app": false,
"group": false,
"py": true,
"package": false,
"f90": false,
"cpp": false,
"templates": "module-py",
"overwrite": false,
"backup": false
},
"API.rst": "\n.. automodule:: latticeconstructor.parse\n :members:\n\n"
}
}