{"id":14959537,"url":"https://github.com/streamlit/streamlit-ketcher","last_synced_at":"2025-09-11T06:36:45.555Z","repository":{"id":227085184,"uuid":"614299673","full_name":"streamlit/streamlit-ketcher","owner":"streamlit","description":"Chemical molecule custom component for Streamlit apps","archived":false,"fork":false,"pushed_at":"2024-12-12T01:17:32.000Z","size":1747,"stargazers_count":12,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T05:33:31.350Z","etag":null,"topics":["cheminformatics","chemistry","editor","molecule"],"latest_commit_sha":null,"homepage":"https://blog.streamlit.io/introducing-a-chemical-molecule-component-for-your-streamlit-apps/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamlit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T10:03:43.000Z","updated_at":"2025-04-04T04:42:21.000Z","dependencies_parsed_at":"2024-09-24T13:33:44.942Z","dependency_job_id":"916b9727-dbba-428a-a2ec-407931a8de3c","html_url":"https://github.com/streamlit/streamlit-ketcher","commit_stats":{"total_commits":3,"total_committers":3,"mean_commits":1.0,"dds":0.6666666666666667,"last_synced_commit":"490d4a70735e9f55e33b923b53dad8f744b1f77b"},"previous_names":["streamlit/streamlit-ketcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamlit/streamlit-ketcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlit%2Fstreamlit-ketcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlit%2Fstreamlit-ketcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlit%2Fstreamlit-ketcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlit%2Fstreamlit-ketcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamlit","download_url":"https://codeload.github.com/streamlit/streamlit-ketcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlit%2Fstreamlit-ketcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheminformatics","chemistry","editor","molecule"],"created_at":"2024-09-24T13:19:56.440Z","updated_at":"2025-09-11T06:36:45.491Z","avatar_url":"https://github.com/streamlit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 Streamlit Ketcher\n\n[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]\n\nStreamlit components that adds the ability to draw chemical compounds. This is a critical dependency for most drug discovery / drug design / cheminformatics applications.\n\nIt is based on [Ketcher](https://lifescience.opensource.epam.com/ketcher/index.html).\n\n## Installation\n\n```shell\npip install streamlit-ketcher\n```\n\n## Getting started\n\n```python\nimport streamlit as st\n\nfrom streamlit_ketcher import st_ketcher\n\nmolecule = st.text_input(\"Molecule\", \"CCO\")\nsmile_code = st_ketcher(molecule)\nst.markdown(f\"Smile code: ``{smile_code}``\")\n```\n\n## Demo\n\n[![Open in Streamlit][share_badge]][share_link]\n\n[![Preview][share_img]][share_link]\n\n[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg\n[share_link]: https://ketcher-editor.streamlit.app/\n[share_img]: https://storage.googleapis.com/s4a-prod-share-preview/default/st_app_fallback_image.png\n\n[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github\u0026color=black\u0026label\n[github_link]: https://github.com/mik-laj/streamlit-ketcher\n\n[pypi_badge]: https://badgen.net/pypi/v/streamlit-ketcher?icon=pypi\u0026color=black\u0026label\n[pypi_link]: https://pypi.org/project/streamlit-ketcher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlit%2Fstreamlit-ketcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamlit%2Fstreamlit-ketcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlit%2Fstreamlit-ketcher/lists"}