METADATA 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Metadata-Version: 2.4
  2. Name: babel
  3. Version: 2.18.0
  4. Summary: Internationalization utilities
  5. Home-page: https://babel.pocoo.org/
  6. Author: Armin Ronacher
  7. Author-email: armin.ronacher@active-4.com
  8. Maintainer: Aarni Koskela
  9. Maintainer-email: akx@iki.fi
  10. License: BSD-3-Clause
  11. Project-URL: Source, https://github.com/python-babel/babel
  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
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3 :: Only
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Programming Language :: Python :: 3.10
  23. Classifier: Programming Language :: Python :: 3.11
  24. Classifier: Programming Language :: Python :: 3.12
  25. Classifier: Programming Language :: Python :: 3.13
  26. Classifier: Programming Language :: Python :: 3.14
  27. Classifier: Programming Language :: Python :: Implementation :: CPython
  28. Classifier: Programming Language :: Python :: Implementation :: PyPy
  29. Classifier: Topic :: Software Development :: Internationalization
  30. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  31. Requires-Python: >=3.8
  32. License-File: LICENSE
  33. Requires-Dist: pytz>=2015.7; python_version < "3.9"
  34. Provides-Extra: dev
  35. Requires-Dist: tzdata; sys_platform == "win32" and extra == "dev"
  36. Requires-Dist: backports.zoneinfo; python_version < "3.9" and extra == "dev"
  37. Requires-Dist: freezegun~=1.0; extra == "dev"
  38. Requires-Dist: jinja2>=3.0; extra == "dev"
  39. Requires-Dist: pytest-cov; extra == "dev"
  40. Requires-Dist: pytest>=6.0; extra == "dev"
  41. Requires-Dist: pytz; extra == "dev"
  42. Requires-Dist: setuptools; extra == "dev"
  43. Dynamic: author
  44. Dynamic: author-email
  45. Dynamic: classifier
  46. Dynamic: description
  47. Dynamic: home-page
  48. Dynamic: license
  49. Dynamic: license-file
  50. Dynamic: maintainer
  51. Dynamic: maintainer-email
  52. Dynamic: project-url
  53. Dynamic: provides-extra
  54. Dynamic: requires-dist
  55. Dynamic: requires-python
  56. Dynamic: summary
  57. A collection of tools for internationalizing Python applications.