Metadata-Version: 2.1
Name: chat-user
Version: 0.1.0
Summary: Streamlit component that styles user lists.
Home-page: UNKNOWN
Author: Jason O'Neal
Author-email: jason.allen.oneal@gmail.com
License: UNKNOWN
Description: # st-chat-user
        
        Streamlit component that allows you to do X
        
        ## Installation instructions
        
        ```sh
        pip install streamlit-custom-component
        ```
        
        ## Usage instructions
        
        ```python
        import streamlit as st
        
        from my_component import my_component
        
        value = my_component()
        
        st.write(value)
        ```
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: devel
