Name | driver-selector JSON |
Version |
0.0.4
JSON |
| download |
home_page | |
Summary | Selector of F1 drivers |
upload_time | 2023-12-06 03:49:09 |
maintainer | |
docs_url | None |
author | David Barroso |
requires_python | >=3.7 |
license | |
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": "",
"name": "driver-selector",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "David Barroso",
"author_email": "correodelnino@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ec/4a/40187c5e338a081ee6854d21740618daaffc8a3f1488edd80f8db48603c2/driver_selector-0.0.4.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": "",
"summary": "Selector of F1 drivers",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e3126e0ba048924efa6c664800c3d605e1f8f6992a6ed9ae38f9eef6dd3b81ba",
"md5": "2e1766468824a1e8aeb8b3a84464fb54",
"sha256": "3b6b78e8a3d14d939bf6e6547cdc5c5d858eaa5acd55e857f0ce91de62819379"
},
"downloads": -1,
"filename": "driver_selector-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2e1766468824a1e8aeb8b3a84464fb54",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 1627773,
"upload_time": "2023-12-06T03:49:07",
"upload_time_iso_8601": "2023-12-06T03:49:07.577748Z",
"url": "https://files.pythonhosted.org/packages/e3/12/6e0ba048924efa6c664800c3d605e1f8f6992a6ed9ae38f9eef6dd3b81ba/driver_selector-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ec4a40187c5e338a081ee6854d21740618daaffc8a3f1488edd80f8db48603c2",
"md5": "7daa9a894bcd387879e6a3fbce476aa4",
"sha256": "e4e3540a1fc8c05733e3e48f3256e5603edeeacb25a003bed6f008803a2a296c"
},
"downloads": -1,
"filename": "driver_selector-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "7daa9a894bcd387879e6a3fbce476aa4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 850556,
"upload_time": "2023-12-06T03:49:09",
"upload_time_iso_8601": "2023-12-06T03:49:09.243859Z",
"url": "https://files.pythonhosted.org/packages/ec/4a/40187c5e338a081ee6854d21740618daaffc8a3f1488edd80f8db48603c2/driver_selector-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-06 03:49:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "driver-selector"
}