| Name | streamlit-custom-checkbox JSON |
| Version |
0.0.1
JSON |
| download |
| home_page | None |
| Summary | Streamlit component that allows you to do place checkboxes horizontally, and to have a default checkbox ('All') |
| upload_time | 2024-09-27 15:12:41 |
| maintainer | None |
| docs_url | None |
| author | yxneo |
| requires_python | >=3.7 |
| license | None |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# streamlit-custom-component
Streamlit component that allows you to do X
## Installation instructions
```sh
pip install streamlit-custom-component
```
## Usage instructions
```python
import streamlit as st
from my_component import my_component
value = my_component()
st.write(value)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "streamlit-custom-checkbox",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "yxneo",
"author_email": "john@example.com",
"download_url": "https://files.pythonhosted.org/packages/44/8a/709a3706e77d4d187159df4e455790fca76e07e853ac9f96493b535db34f/streamlit_custom_checkbox-0.0.1.tar.gz",
"platform": null,
"description": "# streamlit-custom-component\n\nStreamlit component that allows you to do X\n\n## Installation instructions\n\n```sh\npip install streamlit-custom-component\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom my_component import my_component\n\nvalue = my_component()\n\nst.write(value)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Streamlit component that allows you to do place checkboxes horizontally, and to have a default checkbox ('All')",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fbe5288d40249e842d9b935b1001545f31e40da65772a564b7f29e94c9d545fd",
"md5": "9a5dbe8f2772923ff34e6bb76675b48a",
"sha256": "542d601daf1f6fff5361cafcbb20539f017f26a97393722cd65a18bf6df3e68a"
},
"downloads": -1,
"filename": "streamlit_custom_checkbox-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a5dbe8f2772923ff34e6bb76675b48a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 407630,
"upload_time": "2024-09-27T15:12:39",
"upload_time_iso_8601": "2024-09-27T15:12:39.564953Z",
"url": "https://files.pythonhosted.org/packages/fb/e5/288d40249e842d9b935b1001545f31e40da65772a564b7f29e94c9d545fd/streamlit_custom_checkbox-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "448a709a3706e77d4d187159df4e455790fca76e07e853ac9f96493b535db34f",
"md5": "3f2db4bb6507e773567f608642fd208a",
"sha256": "247f053d596586979d04025ce24b3951ca0d3423e5b8bb4dc8ee113f2137a531"
},
"downloads": -1,
"filename": "streamlit_custom_checkbox-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "3f2db4bb6507e773567f608642fd208a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 404189,
"upload_time": "2024-09-27T15:12:41",
"upload_time_iso_8601": "2024-09-27T15:12:41.887472Z",
"url": "https://files.pythonhosted.org/packages/44/8a/709a3706e77d4d187159df4e455790fca76e07e853ac9f96493b535db34f/streamlit_custom_checkbox-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-27 15:12:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "streamlit-custom-checkbox"
}