Metadata-Version: 2.1
Name: streamlit-embeded
Version: 0.0.1
Summary: Common embeded for Streamlit.
Home-page: https://github.com/mapix/streamlit-embeded
Author: mapix
License: MIT
Description: # 📈 Streamlit Embeded
        
        [![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] 
        
        ## Installation
        
        ```sh
        pip install streamlit-embeded
        ```
        
        ## Getting started
        
        ```python
        import streamlit as st
        
        from streamlit_embeded import st_embeded
        
        source = """
        
        """
        
        st_embeded(source)
        
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
