streamlit-ketchersa


Namestreamlit-ketchersa JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/
SummaryThis library is a streamlit app for chemical or medical use that open and draw small molecules
upload_time2023-05-29 22:28:16
maintainer
docs_urlNone
authorNicola Landro
requires_python>=3.6
license
keywords chemistry molecule streamlit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/",
    "name": "streamlit-ketchersa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "chemistry,molecule,streamlit",
    "author": "Nicola Landro",
    "author_email": "nicolaxx94@live.it",
    "download_url": "https://files.pythonhosted.org/packages/a6/00/a4a08361077defa88ca1433262a769114ffa61c3cd0cc74c58d225420672/streamlit_ketchersa-0.0.2.tar.gz",
    "platform": null,
    "description": "[![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)\n\n# Streamlit Ketcher Standalone\nA Streamlit library for create and open small molecule based on [Ketcher](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone).\n\n|White theme|\n|-----------|\n|![streamlit app screenshot](https://gitlab.com/nicolalandro/streamlit-ketchersa/-/raw/main/imgs/white.png)|\n\nInstall from pipy:\n\n```\npip install streamlit_ketchersa\n```\n\nExample of usage:\n\n```\nimport streamlit as st\nfrom streamlit_ketchersa import streamlit_ketchersa\n\nresult = streamlit_ketchersa()\nst.markdown(result)\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This library is a streamlit app for chemical or medical use that open and draw small molecules",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/",
        "Source": "https://gitlab.com/nicolalandro/streamlit-ketchersa/-/tree/main/"
    },
    "split_keywords": [
        "chemistry",
        "molecule",
        "streamlit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a600a4a08361077defa88ca1433262a769114ffa61c3cd0cc74c58d225420672",
                "md5": "1fa6e08e446498c97b26c6fcc2f6f754",
                "sha256": "7eb91c0b59f555f8275a096a29d48a89510fd8233505e6f5c440903e6b55a661"
            },
            "downloads": -1,
            "filename": "streamlit_ketchersa-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa6e08e446498c97b26c6fcc2f6f754",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6296578,
            "upload_time": "2023-05-29T22:28:16",
            "upload_time_iso_8601": "2023-05-29T22:28:16.326201Z",
            "url": "https://files.pythonhosted.org/packages/a6/00/a4a08361077defa88ca1433262a769114ffa61c3cd0cc74c58d225420672/streamlit_ketchersa-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 22:28:16",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nicolalandro",
    "gitlab_project": "streamlit-ketchersa",
    "lcname": "streamlit-ketchersa"
}
        
Elapsed time: 0.08942s