| Name | streamlit-extras JSON | 
            
| Version | 
                  0.5.5
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | A library to discover, try, install and share Streamlit extras | 
            | upload_time | 2025-02-14 22:25: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>).

## 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/bc/30/bb0241c7418bbc383958c8b3b20fa995c2f7e219fe3cc7fcbe03e21afef9/streamlit_extras-0.5.5.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\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.5",
    "project_urls": null,
    "split_keywords": [
        "python",
        " streamlit",
        " ui",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4acde47700a0af889604cf16f47306ddfb642decba0909e9871ecdbc694e076e",
                "md5": "045f03a916bdea3c020852023db500f1",
                "sha256": "d9dbe58ca774cf969e3f4b1a7746620ef4faa71514359677484ed12dada012e7"
            },
            "downloads": -1,
            "filename": "streamlit_extras-0.5.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "045f03a916bdea3c020852023db500f1",
            "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": 78445,
            "upload_time": "2025-02-14T22:25:35",
            "upload_time_iso_8601": "2025-02-14T22:25:35.753007Z",
            "url": "https://files.pythonhosted.org/packages/4a/cd/e47700a0af889604cf16f47306ddfb642decba0909e9871ecdbc694e076e/streamlit_extras-0.5.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc30bb0241c7418bbc383958c8b3b20fa995c2f7e219fe3cc7fcbe03e21afef9",
                "md5": "c4972a7a162a063114c5f75e8a91048b",
                "sha256": "3b86e1bb2a626aff981b894f8e29f411e90adcc428f6460b431453f2cde61cbf"
            },
            "downloads": -1,
            "filename": "streamlit_extras-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c4972a7a162a063114c5f75e8a91048b",
            "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": 55964,
            "upload_time": "2025-02-14T22:25:37",
            "upload_time_iso_8601": "2025-02-14T22:25:37.761376Z",
            "url": "https://files.pythonhosted.org/packages/bc/30/bb0241c7418bbc383958c8b3b20fa995c2f7e219fe3cc7fcbe03e21afef9/streamlit_extras-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 22:25:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "streamlit-extras"
}