File: PKG-INFO

package info (click to toggle)
flask-babelex 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: python: 557; makefile: 123
file content (43 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (2)
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
Metadata-Version: 1.1
Name: Flask-BabelEx
Version: 0.9.3
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
Description: 
        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/
        
        
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