Metadata-Version: 1.0
Name: zope.sequencesort
Version: 4.0.0
Summary: Sequence Sorting
Home-page: http://cheeseshop.python.org/pypi/zope.sequencesort
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zope.sequencesort`` README
        ============================
        
        This package provides support for sorting sequences based on multiple
        keys, including locale-based comparisons and per-key directions.
        
        
        ``zope.sequencesort`` Changelog
        ===============================
        
        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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
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
