Metadata-Version: 2.1
Name: streamlit-player
Version: 0.1.5
Summary: A streamlit component to embed video and music players from various websites.
Home-page: https://github.com/okld/streamlit-player
Author: okld
Author-email: 
License: UNKNOWN
Description: # Streamlit Player
        
        [![Open in Streamlit][share_badge]][share_link] [![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] 
        
        ## Installation
        
        ```sh
        pip install streamlit-player
        ```
        
        ## Quick usage
        
        ```python
        from streamlit_player import st_player
        
        # Embed a youtube video
        st_player("https://youtu.be/CmSKVW1v0xM")
        
        # Embed a music from SoundCloud
        st_player("https://soundcloud.com/imaginedragons/demons")
        ```
        
        ## Demo
        
        Interested to see Streamlit Player in action? You can try it out now in [Streamlit Sharing][share_link]!
        
        Demo's **source code** and component's **documentation** are also available there.
        
        [![Demo preview][share_img]][share_link]
        
        
        [share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
        [share_link]: https://share.streamlit.io/okld/streamlit-player-demo/main/app.py
        [share_src]: https://github.com/okld/streamlit-player-demo/blob/main/app.py
        [share_img]: https://raw.githubusercontent.com/okld/streamlit-player-demo/main/app.png
        
        [github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
        [github_link]: https://github.com/okld/streamlit-player
        
        [pypi_badge]: https://badgen.net/pypi/v/streamlit-player?icon=pypi&color=black&label
        [pypi_link]: https://pypi.org/project/streamlit-player
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
