Picture-Puzzle-website/venv/Lib/site-packages/Flask_BabelEx-0.9.4.dist-info/METADATA

50 lines
1.5 KiB
Plaintext

Metadata-Version: 2.1
Name: Flask-BabelEx
Version: 0.9.4
Summary: Adds i18n/l10n support to Flask applications
Home-page: http://github.com/mrjoes/flask-babelex
Author: Serge S. Koval
Author-email: serge.koval+github@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask
Requires-Dist: Babel (>=1.0)
Requires-Dist: speaklater (>=1.2)
Requires-Dist: Jinja2 (>=2.5)
Flask-BabelEx
-------------
Adds i18n/l10n support to Flask applications with the help of the
`Babel`_ library.
This is fork of official Flask-Babel extension with following features:
1. It is possible to use multiple language catalogs in one Flask application;
2. Localization domains: your extension can package localization file(s) and use them
if necessary;
3. Does not reload localizations for each request.
Links
`````
* `documentation <http://packages.python.org/Flask-BabelEx>`_
* `development version
<http://github.com/mrjoes/flask-babelex/zipball/master#egg=Flask-BabelEx-dev>`_
* `original Flask-Babel extension <https://pypi.python.org/pypi/Flask-Babel>`_.
.. _Babel: http://babel.edgewall.org/