Metadata-Version: 2.1
Name: flask-babel
Version: 4.0.0
Summary: Adds i18n/l10n support for Flask applications.
Home-page: 
License: BSD-3-Clause
Author: Armin Ronacher
Maintainer: Tyler Kennedy
Maintainer-email: tk@tkte.ch
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Babel (>=2.12)
Requires-Dist: Flask (>=2.0)
Requires-Dist: Jinja2 (>=3.1)
Requires-Dist: pytz (>=2022.7)
Project-URL: Documentation, 
Project-URL: Repository, 
Description-Content-Type: text/markdown

# Flask Babel

![Tests](
[![PyPI](

Implements i18n and l10n support for Flask. This is based on the Python
[babel][] and [pytz][] modules.

## Documentation

The latest documentation is available [here][docs].

[babel]: 
[pytz]: 
[docs]: 
[semver]: 

