{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Embeds an Ace code editor component into Streamlit applications, allowing users to edit and display code with syntax highlighting within a web app.","skillfed_tags":["streamlit-component","code-editor","abandoned"],"use_cases":["Add a live code editor to a Streamlit data app where users can write Python or SQL queries.","Build an interactive tutorial or documentation site that lets readers edit and run code snippets.","Create a code review or snippet-sharing tool with syntax-highlighted input fields.","Embed a configuration editor in a Streamlit admin dashboard for users to write YAML or JSON.","Prototype a lightweight IDE or notebook-like interface for exploratory coding within Streamlit."],"what_it_does":"Streamlit-ace wraps the Ace code editor as a Streamlit component, letting you drop an interactive code editor into a Streamlit web app. It depends only on streamlit itself and provides a single function, st_ace(), that spawns an editor and returns its contents as you type. The editor includes syntax highlighting and is useful when your app needs users to write or edit code directly in the browser.\n\nThe package is minimal and permissively licensed under MIT, making it easy to integrate into Streamlit dashboards and data apps. However, it has been abandoned since late 2021 with no recent updates, so compatibility with the latest Streamlit releases and modern Python versions is uncertain.","worth_installing":"Yes, if you need an Ace editor in a Streamlit app and can tolerate the maintenance risk. The package is simple, has no complex dependencies, and carries no known vulnerabilities. However, verify compatibility with your Streamlit version first\u2014the last release was 2021-12-07, and no updates are planned. Consider it a stable but unsupported tool; if you hit a breaking change, you may need to fork or switch to an alternative."},"id":"streamlit-ace","links":{"html":"https://skillfed.io/packages/streamlit-ace","md":"https://skillfed.io/packages/streamlit-ace.md","pypi":"https://pypi.org/project/streamlit-ace/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-12-07","license_spdx":null,"license_treatment":"permissive","name":"streamlit-ace","python_support":"supports_current","summary":"Ace editor component for Streamlit."},"popularity":{"monthly_downloads":133667,"position":11498,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.1"}
