How to install zope.sequencesort
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.sequencesort
Lastest release
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.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.