-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
executable file
·20 lines (20 loc) · 1.23 KB
/
.cruft.json
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": "Jiayi Chen",
"author_email": "[email protected]",
"project_name": "Streamlit Component DropFillTextarea",
"package_name": "streamlit-component-dropfilltextarea",
"import_name": "st_dropfill_textarea",
"description": "Streamlit Component DropFillTextarea allows you to drag and drop files onto a text area, making it easy to fill in large amounts of text quickly. With dropfill_textarea, users can quickly populate text areas with pre-existing text files, reducing manual input and increasing efficiency. The component also offers flexible layout options, allowing users to customize the label and text area's size, position, and other properties. Whether you're a developer or a user, dropfill_textarea is the perfect solution for simplifying your workflow.",
"deployment_via_github_actions": "y",
"working_with_dataframes": "n",
"open_source_license": "MIT license",
"_template": "https://github.com/blackary/cookiecutter-streamlit-component/"
}
},
"directory": null
}