Metadata-Version: 2.1
Name: dp_menu_streamlit
Version: 0.0.1
Summary: Streamlit component that allows you to do X
Home-page: UNKNOWN
Author: John Smith
Author-email: john@example.com
License: UNKNOWN
Description: # streamlit-custom-component
        
        Streamlit component that allows you to do X
        
        ## Installation instructions
        
        ```sh
        pip install streamlit-custom-component
        ```
        
        ## Usage instructions
        
        ```python
        import streamlit as st
        
        from sequence_editor import sequence_editor
        
        value = sequence_editor()
        
        st.write(value)
        ```
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: devel
