streamlit-extras


Namestreamlit-extras JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryA library to discover, try, install and share Streamlit extras
upload_time2024-04-04 12:54:53
maintainerNone
docs_urlNone
authorArnaud Miribel
requires_python!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8
licenseApache-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

- 📙&nbsp; <b>Discover:</b> Visit our <a href="https://arnaudmiribel.github.io/streamlit-extras/">documentation</a> to discover all extras.
- ⬇️&nbsp; <b>Install:</b> `streamlit-extras` is a PyPI package with all extras included. Get them all using pip!
- 🫴&nbsp; <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/46/46/9372b547b9782f3b1cbd86191cfce69e25a3222bf221293a0956ea9bc562/streamlit_extras-0.4.2.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&nbsp; <b>Discover:</b> Visit our <a href=\"https://arnaudmiribel.github.io/streamlit-extras/\">documentation</a> to discover all extras.\n- \u2b07\ufe0f&nbsp; <b>Install:</b> `streamlit-extras` is a PyPI package with all extras included. Get them all using pip!\n- \ud83e\udef4&nbsp; <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.4.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " streamlit",
        " ui",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b72fde353ea4304caf38440448dff527ecb51e49d6981b98c5ca11d5c83193d",
                "md5": "20a6fb60a8a04fe393441876143fa9af",
                "sha256": "a7d28c13f167f7c9bccd7344052584575fbbf2452e119c433bc4e5c8a98022a0"
            },
            "downloads": -1,
            "filename": "streamlit_extras-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20a6fb60a8a04fe393441876143fa9af",
            "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": 70524,
            "upload_time": "2024-04-04T12:54:50",
            "upload_time_iso_8601": "2024-04-04T12:54:50.988714Z",
            "url": "https://files.pythonhosted.org/packages/4b/72/fde353ea4304caf38440448dff527ecb51e49d6981b98c5ca11d5c83193d/streamlit_extras-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46469372b547b9782f3b1cbd86191cfce69e25a3222bf221293a0956ea9bc562",
                "md5": "0db67906286b249a989b013a915c1569",
                "sha256": "483016e54cc25f7217e109dc4c63bc66325d2e0db75ad481df327bed32f3f64f"
            },
            "downloads": -1,
            "filename": "streamlit_extras-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0db67906286b249a989b013a915c1569",
            "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": 52204,
            "upload_time": "2024-04-04T12:54:53",
            "upload_time_iso_8601": "2024-04-04T12:54:53.212713Z",
            "url": "https://files.pythonhosted.org/packages/46/46/9372b547b9782f3b1cbd86191cfce69e25a3222bf221293a0956ea9bc562/streamlit_extras-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 12:54:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "streamlit-extras"
}
        
Elapsed time: 0.21692s