-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.cruft.json
20 lines (20 loc) · 883 Bytes
/
.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": "Siddhant Sadangi",
"author_email": "siddhant.sadangi@gmail.com",
"project_name": "Streamlit Login",
"package_name": "st-login-form",
"import_name": "streamlit_login",
"description": "A streamlit component that creates a user login form connected to a Supabase DB. It lets users create a new username and password, login to an existing account, or login as an anonymous guest.",
"deployment_via_github_actions": "y",
"working_with_dataframes": "n",
"open_source_license": "GNU General Public License v3",
"_template": "https://github.com/blackary/cookiecutter-streamlit-component/"
}
},
"directory": null
}