PKG-INFO
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Metadata-Version: 2.1
Name: Flask-Babel
Version: 2.0.0
Summary: Adds i18n/l10n support to Flask applications
Home-page: http://github.com/python-babel/flask-babel
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
Maintainer: Tyler Kennedy
Maintainer-email: tk@tkte.ch
License: BSD
Description: # Flask Babel

[](https://pypi.python.org/pypi/Flask-Babel)
Implements i18n and l10n support for Flask. This is based on the Python
[babel][] module as well as [pytz][] both of which are installed automatically
for you if you install this library.
# Documention
The latest documentation is available [here][docs].
[babel]: https://github.com/python-babel/babel
[pytz]: https://pypi.python.org/pypi/pytz/
[docs]: https://flask-babel.tkte.ch/
[semver]: https://semver.org/
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Description-Content-Type: text/markdown
Provides-Extra: dev