mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* enhance cookiecutter input to filter by extension type and only generate what was selected * missed a file * pyproject and lock
10 lines
336 B
JSON
Vendored
10 lines
336 B
JSON
Vendored
{
|
|
"full_name": "Super Quant",
|
|
"email": "super@duper.quant",
|
|
"project_name": "Super Quant",
|
|
"project_tag": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
|
|
"package_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
|
|
"extension_types": "router",
|
|
"_template": "{% now 'utc', '%Y%m%d%H%M%S' %}"
|
|
}
|