..
    This file is part of flufl.i18n.

    flufl.i18n is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, version 3 of the License.

    flufl.i18n 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 GNU Lesser General Public
    License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with flufl.i18n.  If not, see <http://www.gnu.org/licenses/>.

flufl.i18n
**********

The `flufl.i18n` library provides a convenient API for managing translation
contexts in Python application.  It provides facilities not only for
single-context applications like command line scripts, but also more
sophisticated management of multiple-context applications such as Internet
servers.

.. toctree::

    docs/readme.txt
    NEWS.txt


Importable
==========

The flufl.i18n package is importable, and has a version number.

    >>> import flufl.i18n
    >>> print 'VERSION:', flufl.i18n.__version__
    VERSION: ...
