Having strings containing CJK characters left-, right-justified or centered gracefully.
Project description
cjkjust
Having strings containing CJK characters left-, right-justified or centered gracefully.
Installation
pip install cjkjust
Functions
is_wide(char) -> bool
: returns whether a characterchar
is widecjklen(string) -> int
: returns the display width of astring
containing CJK characterscjkljust(string, width: int, fillbyte=' ')
: hasstring
left-justifiedcjkrjust(string, width: int, fillbyte=' ')
: hasstring
right-justifiedcjkcenter(string, width: int, fillbyte=' ')
: hasstring
centered
Caveat: <TAB>
in string
ruins the print-out.
Examples
import cjkjust
# right-justify a column of strings
print(cjkjust.cjkrjust('hello 世界', 20))
print(cjkjust.cjkrjust('你好world', 20))
print(cjkjust.cjkrjust('again and again', 20))
Optional dependency
wcwidth
: if installed, 0-width characters will also be well handled incjkljust
,cjkrjust
, andcjkcenter
It can be installed along with cjkjust
by:
pip install cjkjust[allchars]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cjkjust-0.1.2.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file cjkjust-0.1.2.tar.gz
.
File metadata
- Download URL: cjkjust-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d87155ace359b523ea67f99488b6f9316458a6f5e3bffd8bf10be6bbac41163 |
|
MD5 | b07e66825605ef0e2311c62525ea4a72 |
|
BLAKE2b-256 | 62207fbe12516054154f3815c34a95ff9d143800eda0f4ee1938e95fd4830d8a |
File details
Details for the file cjkjust-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: cjkjust-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 322b58669780709f584cc9b0bdeedb4562ce0078aa2c5cbb6899846d6072feb2 |
|
MD5 | 56deae3dc025176b9e7a4dd491ddfd80 |
|
BLAKE2b-256 | 55fa19a98de49500ef5553f7ed7cb8b0db8d0b22d9c934c5754aa7846b46d203 |