{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/6"}],"enrichment":{"capability":"Streamlit Sortables adds drag-and-drop sortable list components to Streamlit applications, letting users reorder items interactively in the UI and returning the sorted result to your code.","skillfed_tags":["streamlit-component","ui-widget","drag-and-drop"],"use_cases":["Build task-management interfaces where users drag tasks between priority buckets or status columns.","Create quiz or survey builders where respondents reorder options to express preferences or rank items.","Design workflow dashboards where users organize pipeline stages, queues, or process steps by dragging.","Build data-entry forms that let users sort a list of items before submission or processing.","Create interactive tutorials or educational apps where students arrange concepts, steps, or answers in order."],"what_it_does":"Streamlit Sortables is a Streamlit component that renders interactive, drag-and-drop sortable lists in your web app. Users can reorder items by dragging them, and the component returns the new order back to your Python code. It supports single lists of strings, multiple containers with separate sort spaces, and custom CSS styling to match your app's design.\n\nThe package wraps a frontend component (built with standard web technologies) and exposes a simple Python API through the `sort_items()` function. It depends only on Streamlit itself, making installation frictionless. The component is in Alpha status and development is infrequent, but the repository remains accessible and the latest release is recent.","worth_installing":"Yes, if you need drag-and-drop list sorting in a Streamlit app and can accept infrequent updates. The package is low-friction to install, has no security vulnerabilities, and the permissive Apache 2.0 license poses no restrictions. The dormant maintenance status means you should not expect rapid bug fixes, but the recent repository activity suggests it is not abandoned. Best suited for projects where sorting is a secondary feature rather than mission-critical functionality."},"id":"streamlit-sortables","links":{"html":"https://skillfed.io/packages/streamlit-sortables","md":"https://skillfed.io/packages/streamlit-sortables.md","pypi":"https://pypi.org/project/streamlit-sortables/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-01-13","license_spdx":null,"license_treatment":"permissive","name":"streamlit-sortables","python_support":"supports_current","summary":"A Streamlit component to provide sortable list."},"popularity":{"monthly_downloads":75537,"position":14704,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
