summaryrefslogtreecommitdiff
path: root/textproc/py-python-bidi/pkg-descr
blob: 693e7390a3de14db09aa9971920da05e27dffd37 (plain) (blame)
1
2
3
4
5
6
The python-bidi library provides bi-directional (BiDi) layout algorithms
for Python. It offers a wrapper for the unicode-bidi Rust crate.

This library is used to correctly display text that mixes left-to-right
and right-to-left scripts. It also includes a command-line utility called
`pybidi` for running the display algorithm.