https://github.com/zopefoundation/zope.sequencesort
Sequence Sorting
https://github.com/zopefoundation/zope.sequencesort
maintained
Last synced: 8 months ago
JSON representation
Sequence Sorting
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.sequencesort
- Owner: zopefoundation
- License: other
- Created: 2013-02-28T01:34:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:41:46.000Z (9 months ago)
- Last Synced: 2025-09-25T16:46:09.507Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 65
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
===================
zope.sequencesort
===================
.. image:: https://img.shields.io/pypi/v/zope.sequencesort.svg
:target: https://pypi.org/project/zope.sequencesort/
:alt: Latest Version
.. image:: https://github.com/zopefoundation/zope.sequencesort/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.sequencesort/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/zopesequencesort/badge/?version=latest
:target: https://zopesequencesort.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.sequencesort/badge.svg
:target: https://coveralls.io/github/zopefoundation/zope.sequencesort
This package provides support for sorting sequences based on multiple
keys, including locale-based comparisons and per-key directions.