=========
pytextseg
=========

The pytextseg package provides functions fill() and wrap(), Unicode-aware
alternatives for those of textwrap standard module.  It also provides
classes LineBreak and GCStr, lower level interfaces for text segmentation.

:Notice: This is development release.  You might not want to use it on 
         production system.

Install
=======

See INSTALL_.

.. _INSTALL: http://packages.python.org/pytextseg/install.html

For Other Language
==================

Perl
    Unicode-LineBreak: http://search.cpan.org/dist/Unicode-LineBreak/

License
=======

pytextseg - Unicode Text Segmentation Package for Python.

Copyright (C) 2012 by Hatuka*nezumi - IKEDA Soji.

This file is part of the pytextseg package.  This program is free
software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
later version.  This program is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
COPYING file for more details.

Author
======

Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.

