The textproc/py-pyuca port
py3-pyuca-1.2p0 – unicode collation algorithm (cvsweb github mirror)
Description
This is a Python implementation of the Unicode Collation Algorithm which can be used to order non-English strings. The core of the algorithm involves multi-level comparison. For example, ``café`` comes before ``caff`` because at the primary level, the accent is ignored and the first word is treated as if it were ``cafe``. The secondary level (which considers accents) only applies then to words that are equivalent at the primary level.WWW: http://github.com/jtauber/pyuca
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Files
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/METADATA
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/RECORD
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/WHEEL
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/licenses/
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/licenses/LICENSE
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/licenses/LICENSE-allkeys
- /usr/local/lib/python3.12/site-packages/pyuca-1.2.dist-info/top_level.txt
- /usr/local/lib/python3.12/site-packages/pyuca/
- /usr/local/lib/python3.12/site-packages/pyuca/__init__.py
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/__init__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/__init__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/collator.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/collator.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/trie.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/trie.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/utils.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/__pycache__/utils.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/pyuca/allkeys-10.0.0.txt
- /usr/local/lib/python3.12/site-packages/pyuca/allkeys-5.2.0.txt
- /usr/local/lib/python3.12/site-packages/pyuca/allkeys-6.3.0.txt
- /usr/local/lib/python3.12/site-packages/pyuca/allkeys-8.0.0.txt
- /usr/local/lib/python3.12/site-packages/pyuca/allkeys-9.0.0.txt
- /usr/local/lib/python3.12/site-packages/pyuca/collator.py
- /usr/local/lib/python3.12/site-packages/pyuca/trie.py
- /usr/local/lib/python3.12/site-packages/pyuca/utils.py