This module is unsuitable for real-world use at this time.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
pycollate - Collation algorithms for Python
-------------------------------------------
pycollate, as with all Unicode collation tools, is a work in progress.
+Installing
+----------
+$ sudo apt-get install python-pyrex libicu-dev
+$ ./setup.py build
+$ sudo ./setup.py install
+
Example
-------
import collate
strings = file("contents.txt").read().decode("utf-8").splitlines()
strings.sort(key=collate.key)
-# Equivalently but slower,
-strings.sort(cmp=collate.cmp)
License
-------
-icu/_ucol.pyx:
+icu/_icu.pyx:
Copyright (c) 2004 Zope Corporation and Contributors.
All Rights Reserved.