Metadata-Version: 2.1
Name: flufl.i18n
Version: 4.1.1
Summary: A high level API for internationalizing Python libraries and applications
Keywords: i18n,internationalization
Author-Email: Barry Warsaw <barry@python.org>
License: Apache-2.0
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
Project-URL: Home page, https://flufli18n.readthedocs.io
Project-URL: Documentation, https://flufli18n.readthedocs.io
Project-URL: Source code, https://gitlab.com/warsaw/flufl.i18n.git
Project-URL: Bug tracker, https://gitlab.com/warsaw/flufl.i18n/issues
Requires-Python: >=3.7
Requires-Dist: typing_extensions; python_version < "3.8"
Requires-Dist: atpublic>=2.3
Description-Content-Type: text/x-rst

==========
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-2022 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/
 * PyPI: https://pypi.python.org/pypi/flufl.i18n
