METADATA 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Metadata-Version: 2.1
  2. Name: Flask-Babel
  3. Version: 2.0.0
  4. Summary: Adds i18n/l10n support to Flask applications
  5. Home-page: http://github.com/python-babel/flask-babel
  6. Author: Armin Ronacher
  7. Author-email: armin.ronacher@active-4.com
  8. Maintainer: Tyler Kennedy
  9. Maintainer-email: tk@tkte.ch
  10. License: BSD
  11. Platform: UNKNOWN
  12. Classifier: Development Status :: 5 - Production/Stable
  13. Classifier: Environment :: Web Environment
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Operating System :: OS Independent
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Programming Language :: Python :: Implementation :: CPython
  23. Classifier: Programming Language :: Python :: Implementation :: PyPy
  24. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  25. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  26. Description-Content-Type: text/markdown
  27. Requires-Dist: pytz
  28. Requires-Dist: Flask
  29. Requires-Dist: Babel (>=2.3)
  30. Requires-Dist: Jinja2 (>=2.5)
  31. Provides-Extra: dev
  32. Requires-Dist: pytest ; extra == 'dev'
  33. Requires-Dist: pytest-mock ; extra == 'dev'
  34. Requires-Dist: bumpversion ; extra == 'dev'
  35. Requires-Dist: ghp-import ; extra == 'dev'
  36. Requires-Dist: sphinx ; extra == 'dev'
  37. Requires-Dist: Pallets-Sphinx-Themes ; extra == 'dev'
  38. # Flask Babel
  39. ![Tests](https://github.com/python-babel/flask-babel/workflows/Tests/badge.svg?branch=master)
  40. [![PyPI](https://img.shields.io/pypi/v/flask-babel.svg?maxAge=2592000)](https://pypi.python.org/pypi/Flask-Babel)
  41. Implements i18n and l10n support for Flask. This is based on the Python
  42. [babel][] module as well as [pytz][] both of which are installed automatically
  43. for you if you install this library.
  44. # Documention
  45. The latest documentation is available [here][docs].
  46. [babel]: https://github.com/python-babel/babel
  47. [pytz]: https://pypi.python.org/pypi/pytz/
  48. [docs]: https://flask-babel.tkte.ch/
  49. [semver]: https://semver.org/