An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.sequencesort

Sequence Sorting
https://github.com/zopefoundation/zope.sequencesort

maintained

Last synced: 8 months ago
JSON representation

Sequence Sorting

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.