Metadata-Version: 2.4
Name: streamlit_canvas_editor
Version: 1.0.0
Summary: Streamlit component that allows you to do X
Author: Adrien Lefèvre
Author-email: adrien.lefevre@etas.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.2
Requires-Dist: jinja2
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# streamlit_canvas_editor

Streamlit component that allows you to do X

## Installation instructions 

```sh
pip install streamlit_canvas_editor
```

## Usage instructions

```python
import streamlit as st

from streamlit_canvas_editor import streamlit_canvas_editor

value = streamlit_canvas_editor()

st.write(value)
