Name | streamlit-extras JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | A library to discover, try, install and share Streamlit extras |
upload_time | 2024-10-11 08:29:37 |
maintainer | None |
docs_url | None |
author | Arnaud Miribel |
requires_python | !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8 |
license | Apache-2.0 |
keywords |
python
streamlit
ui
data
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<a href="https://extras.streamlitapp.com" title="Python Version"><img src="https://static.streamlit.io/badges/streamlit_badge_black_white.svg"></a><br>
<a href="https://github.com/arnaudmiribel/streamlit-extras/" title="Python Version"><img src="https://img.shields.io/badge/Python-3.9%2B-blue&style=flat"></a>
<a href="https://badge.fury.io/py/streamlit-extras"><img src="https://badge.fury.io/py/streamlit-extras.svg" alt="PyPI version" height="18"></a>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Farnaudmiribel%2Fstreamlit-extras&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visits&edge_flat=false"/></a>
# 🪢 streamlit-extras
<strong>A Python library with useful Streamlit extras</strong>
`streamlit-extras` is a Python library putting together useful Streamlit bits of code (<b><i>extras</i></b>).
![CleanShot 2023-10-18 at 14 56 43](https://github.com/arnaudmiribel/streamlit-extras/assets/7164864/14f20cf6-033c-4143-9f29-d0e95bf7dca1)
## Highlights
- 📙 <b>Discover:</b> Visit our <a href="https://arnaudmiribel.github.io/streamlit-extras/">documentation</a> to discover all extras.
- ⬇️ <b>Install:</b> `streamlit-extras` is a PyPI package with all extras included. Get them all using pip!
- 🫴 <b>Share:</b> Go ahead and share your own extras, it's just [a PR away](https://arnaudmiribel.github.io/streamlit-extras/contributing/)!
## Getting Started
### Installation
```
pip install streamlit-extras
```
### Usage
Here's an example with one of the easiest extras around, <a href="https://arnaudmiribel.github.io/streamlit-extras/extras/stoggle/">stoggle</a>
```python
from streamlit_extras.stoggle import stoggle
stoggle(
"Click me!",
"""🥷 Surprise! Here's some additional content""",
)
```
<img src="https://user-images.githubusercontent.com/16867691/192553812-f91c801b-e820-470b-84c6-4563504c6ce5.gif"></img>
## Documentation
Visit <a href="https://arnaudmiribel.github.io/streamlit-extras/">https://arnaudmiribel.github.io/streamlit-extras</a>
## Contribution
PRs are welcome! Guidelines <a href="https://arnaudmiribel.github.io/streamlit-extras/contributing/">here</a>
<sup>README template taken from <a href="https://github.com/LukasMasuch/streamlit-pydantic">LukasMasuch/streamlit-pydantic</a></sup>
Raw data
{
"_id": null,
"home_page": null,
"name": "streamlit-extras",
"maintainer": null,
"docs_url": null,
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8",
"maintainer_email": null,
"keywords": "python, streamlit, ui, data",
"author": "Arnaud Miribel",
"author_email": "arnaudmiribel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b6/8e/885ce4f804e92b64983e9fd12054ce79856c8d375cb99dce84d6b779a35c/streamlit_extras-0.5.0.tar.gz",
"platform": null,
"description": "\n<a href=\"https://extras.streamlitapp.com\" title=\"Python Version\"><img src=\"https://static.streamlit.io/badges/streamlit_badge_black_white.svg\"></a><br>\n<a href=\"https://github.com/arnaudmiribel/streamlit-extras/\" title=\"Python Version\"><img src=\"https://img.shields.io/badge/Python-3.9%2B-blue&style=flat\"></a>\n<a href=\"https://badge.fury.io/py/streamlit-extras\"><img src=\"https://badge.fury.io/py/streamlit-extras.svg\" alt=\"PyPI version\" height=\"18\"></a>\n<a href=\"https://hits.seeyoufarm.com\"><img src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Farnaudmiribel%2Fstreamlit-extras&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visits&edge_flat=false\"/></a>\n\n\n# \ud83e\udea2 streamlit-extras\n\n\n<strong>A Python library with useful Streamlit extras</strong>\n\n`streamlit-extras` is a Python library putting together useful Streamlit bits of code (<b><i>extras</i></b>).\n\n![CleanShot 2023-10-18 at 14 56 43](https://github.com/arnaudmiribel/streamlit-extras/assets/7164864/14f20cf6-033c-4143-9f29-d0e95bf7dca1)\n\n\n## Highlights\n\n- \ud83d\udcd9 <b>Discover:</b> Visit our <a href=\"https://arnaudmiribel.github.io/streamlit-extras/\">documentation</a> to discover all extras.\n- \u2b07\ufe0f <b>Install:</b> `streamlit-extras` is a PyPI package with all extras included. Get them all using pip!\n- \ud83e\udef4 <b>Share:</b> Go ahead and share your own extras, it's just [a PR away](https://arnaudmiribel.github.io/streamlit-extras/contributing/)!\n\n## Getting Started\n\n### Installation\n\n```\npip install streamlit-extras\n```\n\n### Usage\n\nHere's an example with one of the easiest extras around, <a href=\"https://arnaudmiribel.github.io/streamlit-extras/extras/stoggle/\">stoggle</a>\n```python\nfrom streamlit_extras.stoggle import stoggle\n\nstoggle(\n \"Click me!\",\n \"\"\"\ud83e\udd77 Surprise! Here's some additional content\"\"\",\n)\n```\n\n<img src=\"https://user-images.githubusercontent.com/16867691/192553812-f91c801b-e820-470b-84c6-4563504c6ce5.gif\"></img>\n\n## Documentation\n\nVisit <a href=\"https://arnaudmiribel.github.io/streamlit-extras/\">https://arnaudmiribel.github.io/streamlit-extras</a>\n\n## Contribution\n\nPRs are welcome! Guidelines <a href=\"https://arnaudmiribel.github.io/streamlit-extras/contributing/\">here</a>\n\n<sup>README template taken from <a href=\"https://github.com/LukasMasuch/streamlit-pydantic\">LukasMasuch/streamlit-pydantic</a></sup>\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A library to discover, try, install and share Streamlit extras",
"version": "0.5.0",
"project_urls": null,
"split_keywords": [
"python",
" streamlit",
" ui",
" data"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "511bf6e1006450e610f9116c68231e1007078041ebdb35091cbce4bb303554c3",
"md5": "c104720d4d81b0e9add1ace5f237e487",
"sha256": "84c24088901331db2adbda1ae2787a65ab094a78632af841678aa0f0d58cddfe"
},
"downloads": -1,
"filename": "streamlit_extras-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c104720d4d81b0e9add1ace5f237e487",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8",
"size": 77322,
"upload_time": "2024-10-11T08:29:35",
"upload_time_iso_8601": "2024-10-11T08:29:35.897026Z",
"url": "https://files.pythonhosted.org/packages/51/1b/f6e1006450e610f9116c68231e1007078041ebdb35091cbce4bb303554c3/streamlit_extras-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b68e885ce4f804e92b64983e9fd12054ce79856c8d375cb99dce84d6b779a35c",
"md5": "ec642427cd0e54af19dc46f4e202cb74",
"sha256": "031c109c5057d232413249f97f856f64dd63ae6ec160fe39a4107f63d8934433"
},
"downloads": -1,
"filename": "streamlit_extras-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "ec642427cd0e54af19dc46f4e202cb74",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8",
"size": 57109,
"upload_time": "2024-10-11T08:29:37",
"upload_time_iso_8601": "2024-10-11T08:29:37.105378Z",
"url": "https://files.pythonhosted.org/packages/b6/8e/885ce4f804e92b64983e9fd12054ce79856c8d375cb99dce84d6b779a35c/streamlit_extras-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-11 08:29:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "streamlit-extras"
}