aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-python-bidi/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-python-bidi/pkg-descr')
-rw-r--r--textproc/py-python-bidi/pkg-descr8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/py-python-bidi/pkg-descr b/textproc/py-python-bidi/pkg-descr
index 9c49a1712032..693e7390a3de 100644
--- a/textproc/py-python-bidi/pkg-descr
+++ b/textproc/py-python-bidi/pkg-descr
@@ -1,2 +1,6 @@
-Bi-directional (BiDi) layout implementation in pure python.
-It contains library and command line utility pybidi.
+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.