Metadata-Version: 2.1
Name: streamlit_ketchersa
Version: 0.0.1
Summary: This library is a streamlit app for chemical or medical use that open and draw small molecules
Home-page: https://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/
Author: Nicola Landro
Author-email: nicolaxx94@live.it
License: UNKNOWN
Project-URL: Source, https://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/
Keywords: chemistry,molecule,streamlit
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[![Open in Huggingface](https://huggingface.co/datasets/huggingface/badges/raw/refs%2Fpr%2F11/open-in-hf-spaces-md-dark.svg)](https://huggingface.co/spaces/z-uo/DrawMaleculeKetcher)

# Streamlit Ketcher Standalone
A Streamlit library for create and open small molecule based on [Ketcher](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone).

|White theme|
|-----------|
|![streamlit app screenshot](https://gitlab.com/nicolalandro/streamlit-ketchersa/-/raw/main/imgs/white.png)|

Install from pipy:

```
pip install streamlit_ketchersa
```

Example of usage:

```
import streamlit as st
from streamlit_ketchersa import streamlit_ketchersa

result = streamlit_ketchersa()
st.markdown(result)
```

