Tibetan Sorting Tool
Project description
Python port of BDRC's JS Library to sort Tibetan
This is a Python port of tibetan-sort-js.
Installation
`pip3 install tibetan_sort`
API
sort_list
Sorts a list of strings using the compare()
method.
Parameters
a
list list of strings to be sorted
Returns sorted list.
compare
Compares two strings in Tibetan Unicode. The behavior is undefined if the arguments are not strings. Doesn't work well with non-Tibetan strings.
Parameters
a
string first string to be compared.b
string second string to be compared.
Returns number 0 if equivalent, 1 if a > b, -1 if a < b
Release history
See change log.
Maintainance
Build the source dist:
rm -rf dist/
python3 setup.py clean sdist
and upload on twine (version >= 1.11.0
) with:
python3 -m twine upload dist/*
Credits
License
The code is Copyright 2017-2019 Buddhist Digital Resource Center, and is provided under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tibetan_sort-0.2.0.tar.gz
(4.5 kB
view details)
File details
Details for the file tibetan_sort-0.2.0.tar.gz
.
File metadata
- Download URL: tibetan_sort-0.2.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56f718e220e6b6575b2f332f2f8d2b0818571780973e07f483f90239b6e89c27 |
|
MD5 | 20ba38a80d05298eb455b436602504b0 |
|
BLAKE2b-256 | b0c9dd4df8faff76b26ad7e3a71554fe55a707a4305d511f59ad3860c4b7847f |