Metadata-Version: 2.1
Name: zope.sequencesort
Version: 4.1.1
Summary: Sequence Sorting
Home-page: https://github.com/zopefoundation/zope.sequencesort
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ===================
         zope.sequencesort
        ===================
        
        .. image:: https://img.shields.io/pypi/v/zope.sequencesort.svg
           :target: https://pypi.org/project/zope.sequencesort/
           :alt: Latest Version
        
        .. image:: https://travis-ci.org/zopefoundation/zope.sequencesort.svg?branch=master
           :target: https://travis-ci.org/zopefoundation/zope.sequencesort
        
        .. 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.
        
        
        ===========
         Changelog
        ===========
        
        4.1.1 (2018-10-05)
        ==================
        
        - Handle sorting of broken objects more gracefully.
          (`#4 <https://github.com/zopefoundation/zope.sequencesort/pull/4>`_)
        
        
        4.1.0 (2018-08-13)
        ==================
        
        - Updated ``boostrap.py`` to version 2.2.
        
        - Drop support for Python 2.6, 3.2 and 3.3.
        
        - Add support for Python 3.4, 3.5, 3.6 and 3.7.
        
        - The locale comparison functions, ``strcoll`` and ``strcoll_nocase``
          are always available, not only if the ``locale`` module had been
          imported before this module.
        
        4.0.1 (2013-03-04)
        ==================
        
        - Fix omitted tests under Py3k.
        
        4.0.0 (2013-02-28)
        ==================
        
        - Added ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
        
        - Added ``setup.py dev`` alias (runs ``setup.py develop`` plus installs
          ``nose`` and ``coverage``).
        
        - Dropped spurious ``test`` extra requirement on ``zope.testing``.
        
        - 100% unit test coverage.
        
        - Added support for PyPy, Python 3.2 / 3.2.
        
        - Dropped support for Python 2.4 / 2.5.
        
        3.4.0 (2007-10-03)
        ==================
        
        - Initial release independent of the main Zope3 tree.
        
Keywords: zope3 sequence sort
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Provides-Extra: test
Provides-Extra: docs
