Metadata-Version: 2.4
Name: streamlit-webix
Version: 0.3.1
Summary: Streamlit wrapper for the Webix UI library
Author: Hans Then
Author-email: hans.then@gmail.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-webix

Streamlit wrapper for the Webix UI library

## Installation instructions 

```sh
pip install streamlit-webix
```

## Usage instructions

```python
import streamlit as st

from streamlit_webix import streamlit_webix

value = streamlit_webix()

st.write(value)
