{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Sorts sequences by multiple keys with support for locale-based comparisons and per-key sort directions.","skillfed_tags":["zope-ecosystem","sorting-utilities"],"use_cases":["Sort database query results by multiple columns with mixed ascending/descending directions.","Order multilingual content by locale-specific string comparison rules.","Build custom sorting logic for web application result sets with per-field sort preferences.","Handle edge cases like None values or broken objects in sequence comparisons.","Implement catalog-style sorting in Zope-based content management systems."],"what_it_does":"zope.sequencesort is a utility library for sorting sequences using multiple sort keys with fine-grained control over comparison behavior. It provides locale-aware string comparisons and per-key direction control, allowing you to sort complex data structures by multiple criteria in a single operation.\n\nThe package is part of the Zope ecosystem and is used primarily in web frameworks and applications that need sophisticated sorting logic. It has no external runtime dependencies beyond setuptools and installs as a pure Python wheel, making it lightweight to add to existing projects. The codebase is stable and actively maintained for current Python versions (3.9\u20133.13).","worth_installing":"Yes, if you need multi-key sorting with locale support in a Zope context or similar framework. The package is stable, has no known vulnerabilities, and installs with minimal friction. However, if you're building new code outside the Zope ecosystem, Python's built-in sorted() with custom key functions may be simpler. Verify ZPL-2.1 license compatibility first."},"id":"zope-sequencesort","links":{"html":"https://skillfed.io/packages/zope-sequencesort","md":"https://skillfed.io/packages/zope-sequencesort.md","pypi":"https://pypi.org/project/zope-sequencesort/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-12","license_spdx":null,"license_treatment":"unclear","name":"zope.sequencesort","python_support":"supports_current","summary":"Sequence Sorting"},"popularity":{"monthly_downloads":127863,"position":11727,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"6.0"}
