Metadata-Version: 1.0
Name: flufl.i18n
Version: 0.4
Summary: ..
Home-page: https://launchpad.net/flufl.i18n
Author: Barry Warsaw
Author-email: barry@python.org
License: LGPL v3
Download-URL: https://launchpad.net/flufl.i18n/+download
Description: ..
        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
        **********
        
        This is an example Sphinx_ `Table of contents`_.  If you add files to the docs
        directory, you should probably improve it.
        
        .. toctree::
        :glob:
        
        *
        docs/*
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree
        
        Importable
        ==========
        
        The flufl.i18n package is importable, and has a version number.
        
        >>> import flufl.i18n
        >>> print 'VERSION:', flufl.i18n.__version__
        VERSION: ...
        
        =====================
        NEWS for flufl.i18n
        =====================
        
        0.3 (2009-11-15)
        ================
        
        - Initial release; refactored from Mailman 3.
        
Platform: UNKNOWN
