File: usage.rst

package info (click to toggle)
python-bidi 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: python: 946; makefile: 148
file content (12 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
========
Usage
========

To use Python BiDi in a project::

.. code-block:: python

    from bidi import algorithm

    some_string = 'your string goes here'
    result = algorithm.get_display(some_string)