Metadata-Version: 2.1
Name: streamlit_extras
Version: 0.0.2
Summary: A library to discover, try, install and share Streamlit extras
Home-page: https://github.com/arnaudmiribel/streamlit-extras
Author: Arnaud Miribel
Author-email: Arnaud Miribel <arnaudmiribel@gmail.com>
Project-URL: Homepage, https://github.com/arnaudmiribel/streamlit-extras
Project-URL: Bug Tracker, https://github.com/arnaudmiribel/streamlit-extras/issues
Keywords: python,streamlit,ui,data
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown


<h1 align="center">
    🪢 streamlit-extras
</h1>

<p align="center">
    <strong>Discover, try, install and share Streamlit Extras!</strong>
</p>


<p align="center">
    <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>
</p>

<p align="center">
  <a href="#getting-started">Getting Started</a> •
  <a href="#documentation">Documentation</a> •
  <a href="https://github.com/arnaudmiribel/streamlit-extras/issues/new?labels=bug&template=01_bug-report.md">Report a Bug</a> •
  <a href="#contribution">Contribution</a>
</p>

`streamlit-extras` is a place for you to discover, try, install and share Streamlit re-usable bits we call <b><i>extras</i></b> Head over to <a href="extras.streamlitapp.com">extras.streamlitapp.com</a> to discover them and if you're seduced... go ahead and <a href="#getting-started">get started</a>!

<sup>Beta Version: Only suggested for experimental usage.</sup>


---

<p align="center">
     Try out and explore various examples in our playgrounds at <a href="https://extras.streamlitapp.com">extras.streamlitapp.com</a>.<br><br>
     <img src="https://user-images.githubusercontent.com/7164864/186383332-147e820d-cd02-4962-b8b9-91fe9f675dfe.gif" width="500px"></img>
</p>



---

## Highlights

- 📙&nbsp; <b>Discover:</b> Visit <a href="https://extras.streamlitapp.com">extras.streamlitapp.com</a> to discover all extras in their natural habitat
- 🛝&nbsp; <b>Try:</b> Our gallery gives a Streamlit-based playground for some extras. Try it before you <strike>buy</strike> install it!
- ⬇️&nbsp; <b>Install:</b> `streamlit-extras` is a PyPI package with all extras included. Catch them all using pip!
- 🫴&nbsp; <b>Share:</b> Go ahead and share your own extras, it's just a PR away!

## Getting Started

### Installation

```
pip install streamlit-extras
```

### Usage

Here's an example with one of the easiest extras around, <a href="https://extras.streamlitapp.com/Toggle%20button">stoggle</a>
```python
from streamlit_extras.stoggle import stoggle

stoggle("Summary", "More content that's hidden by default!")
```

## Documentation

Visit <a href="https://extras.streamlitapp.com">extras.streamlitapp.com</a>

## Contribution

PRs are welcome! Guidelines here at <a href="https://extras.streamlitapp.com/Contribute">extras.streamlitapp.com/Contribute</a>

<sup>README template taken from <a href="https://github.com/LukasMasuch/streamlit-pydantic">LukasMasuch/streamlit-pydantic</a></sup>
