METADATA 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Metadata-Version: 2.1
  2. Name: tzdata
  3. Version: 2021.5
  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. Platform: UNKNOWN
  13. Classifier: Development Status :: 4 - Beta
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: Apache Software License
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 3
  18. Requires-Python: >=2
  19. Description-Content-Type: text/x-rst
  20. License-File: LICENSE
  21. License-File: licenses/LICENSE_APACHE
  22. tzdata: Python package providing IANA time zone data
  23. ====================================================
  24. This is a Python package containing ``zic``-compiled binaries for the IANA time
  25. zone database. It is intended to be a fallback for systems that do not have
  26. system time zone data installed (or don't have it installed in a standard
  27. location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
  28. This repository generates a ``pip``-installable package, published on PyPI as
  29. `tzdata <https://pypi.org/project/tzdata>`_.
  30. For more information, see `the documentation <https://tzdata.readthedocs.io>`_.