Metadata-Version: 2.1
Name: flufl.i18n
Version: 3.1.4
Summary: High level API for internationalizing Python libraries and applications.
Home-page: https://flufli18n.readthedocs.io
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache 2.0
Download-URL: https://pypi.python.org/pypi/flufl.i18n
Project-URL: Documentation, https://flufli18n.readthedocs.io
Project-URL: Source, https://gitlab.com/warsaw/flufl.i18n.git
Project-URL: Tracker, https://gitlab.com/warsaw/flufl.i18n/issues
Description: ==========
        flufl.i18n
        ==========
        
        A high level API for internationalizing Python libraries and applications.
        
        The ``flufl.i18n`` library provides a convenient API for managing translation
        contexts in Python applications.  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.
        
        
        Author
        ======
        
        ``flufl.i18n`` is Copyright (C) 2004-2021 Barry Warsaw <barry@python.org>
        
        Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
        file for details.
        
        
        Project details
        ===============
        
         * Project home: https://gitlab.com/warsaw/flufl.i18n
         * Report bugs at: https://gitlab.com/warsaw/flufl.i18n/issues
         * Code hosting: https://gitlab.com/warsaw/flufl.i18n.git
         * Documentation: https://flufli18n.readthedocs.io/
        
Keywords: internationalization i18n
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
