.. pytextseg documentation master file. ========================= pytextseg's documentation ========================= The pytextseg package provides functions to wrap plain texts: :func:`fill` and :func:`wrap` are Unicode-aware alternatives for those of :mod:`textwrap` standard module; :func:`fold` and :func:`unfold` are functions mainly focus on plain text messages such as e-mail. It also provides lower level interfaces for text segmentation: :class:`LineBreak` class for line breaking; :class:`GCStr` class for grapheme cluster segmentation. .. toctree:: :maxdepth: 3 install doc custom notes back glossary changes * :ref:`genindex` * :ref:`modindex` * :ref:`search` * :ref:`glossary`