diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-13 19:39:51 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-13 19:39:51 +0000 |
commit | c9c43d75cab8221f8a04179e202a924c132a37eb (patch) | |
tree | 258cc4052a03acc43838595dc9fb1c6d13ca9e42 /textproc/py-python-bidi/pkg-descr | |
parent | tortoisehg depends on the pygments module, not the pygmentize command (diff) |
New port: textproc/py-python-bidi: Pure python implementation of the BiDi layout algorithm
See https://github.com/MeirKriheli/python-bidi
Approved by: tcberner (mentor)
Diffstat (limited to 'textproc/py-python-bidi/pkg-descr')
-rw-r--r-- | textproc/py-python-bidi/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-python-bidi/pkg-descr b/textproc/py-python-bidi/pkg-descr new file mode 100644 index 000000000000..4e27cb04e19b --- /dev/null +++ b/textproc/py-python-bidi/pkg-descr @@ -0,0 +1,4 @@ +Bi-directional (BiDi) layout implementation in pure python. +It contains library and command line utility pybidi. + +WWW: https://github.com/MeirKriheli/python-bidi |