Metadata-Version: 2.1
Name: flask-babel
Version: 3.0.1
Summary: Adds i18n/l10n support fo Flask applications.
Home-page: None
Author: Armin Ronacher
Author-email: None
Maintainer: Tyler Kennedy
Maintainer-email: tk@tkte.ch
Requires-Python: >=3.7,<4.0
License-File: LICENSE

# Flask Babel

![Tests](https://github.com/python-babel/flask-babel/workflows/Tests/badge.svg?branch=master)
[![PyPI](https://img.shields.io/pypi/v/flask-babel.svg?maxAge=2592000)](https://pypi.python.org/pypi/Flask-Babel)

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]: https://github.com/python-babel/babel
[pytz]: https://pypi.python.org/pypi/pytz/
[docs]: https://python-babel.github.io/flask-babel/
[semver]: https://semver.org/
