{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/3"}],"enrichment":{"capability":"Alphabetically sorts dependencies in uv's pyproject.toml configuration files across dependency-groups, project.dependencies, optional-dependencies, dev-dependencies, and sources sections.","skillfed_tags":["dependency-management","uv-ecosystem","pre-commit-ready"],"use_cases":["Enforce consistent dependency ordering in CI/CD pipelines using the --check flag to fail builds when dependencies are unsorted.","Integrate into pre-commit hooks to automatically sort dependencies before commits are accepted.","Standardize dependency organization across multiple uv-based projects without manual editing.","Preview dependency sorting changes with --dry-run before applying them to pyproject.toml.","Run as a one-off tool via uvx without installing it locally to sort a single project's dependencies."],"what_it_does":"uv-sort is a command-line tool that alphabetically sorts dependencies in uv project configuration files. It reads and rewrites pyproject.toml files to organize dependencies across multiple sections\u2014dependency-groups, project.dependencies, project.optional-dependencies, tool.uv.dev-dependencies, and tool.uv.sources\u2014into alphabetical order.\n\nThe tool runs as a standalone CLI and integrates with pre-commit and Lefthook workflows. It offers a --check flag to verify whether dependencies are already sorted, a --dry-run flag to preview changes without writing, and can be invoked directly or through uv's tools system (uvx) without installation. The package depends on tomlrt for TOML parsing and typer for CLI argument handling.","worth_installing":"Yes. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a safe choice. Install it if you use uv and want to enforce alphabetical dependency ordering in your projects\u2014or use uvx to run it on demand without installation."},"id":"uv-sort","links":{"html":"https://skillfed.io/packages/uv-sort","md":"https://skillfed.io/packages/uv-sort.md","pypi":"https://pypi.org/project/uv-sort/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-27","license_spdx":null,"license_treatment":"permissive","name":"uv-sort","python_support":"supports_current","summary":"Sort uv's dependencies alphabetically"},"popularity":{"monthly_downloads":220028,"position":9314,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.1"}
