-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cruft.json
More file actions
20 lines (20 loc) · 733 Bytes
/
.cruft.json
File metadata and controls
20 lines (20 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"template": "https://github.com/blackary/cookiecutter-streamlit-component/",
"commit": "c972054b7b0890a1aa1c02e792bedc71c525ea87",
"checkout": null,
"context": {
"cookiecutter": {
"author_name": "Justin Zhang",
"author_email": "justin@gmail.com",
"project_name": "streamlit component query input",
"package_name": "streamlit-query-input",
"import_name": "st_query_input",
"description": "multiline text input with resut and submit buttons",
"deployment_via_github_actions": "y",
"working_with_dataframes": "n",
"open_source_license": "MIT license",
"_template": "https://github.com/blackary/cookiecutter-streamlit-component/"
}
},
"directory": null
}