METADATA 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.1
  2. Name: tzdata
  3. Version: 2024.1
  4. Summary: Provider of IANA time zone data
  5. Home-page: https://github.com/python/tzdata
  6. Author: Python Software Foundation
  7. Author-email: datetime-sig@python.org
  8. License: Apache-2.0
  9. Project-URL: Bug Reports, https://github.com/python/tzdata/issues
  10. Project-URL: Source, https://github.com/python/tzdata
  11. Project-URL: Documentation, https://tzdata.readthedocs.io
  12. Classifier: Development Status :: 4 - Beta
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Apache Software License
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 3
  17. Requires-Python: >=2
  18. Description-Content-Type: text/x-rst
  19. License-File: LICENSE
  20. License-File: licenses/LICENSE_APACHE
  21. tzdata: Python package providing IANA time zone data
  22. ====================================================
  23. This is a Python package containing ``zic``-compiled binaries for the IANA time
  24. zone database. It is intended to be a fallback for systems that do not have
  25. system time zone data installed (or don't have it installed in a standard
  26. location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
  27. This repository generates a ``pip``-installable package, published on PyPI as
  28. `tzdata <https://pypi.org/project/tzdata>`_.
  29. For more information, see `the documentation <https://tzdata.readthedocs.io>`_.