jpayne@68: Metadata-Version: 2.2
jpayne@68: Name: tzdata
jpayne@68: Version: 2025.1
jpayne@68: Summary: Provider of IANA time zone data
jpayne@68: Home-page: https://github.com/python/tzdata
jpayne@68: Author: Python Software Foundation
jpayne@68: Author-email: datetime-sig@python.org
jpayne@68: License: Apache-2.0
jpayne@68: Project-URL: Bug Reports, https://github.com/python/tzdata/issues
jpayne@68: Project-URL: Source, https://github.com/python/tzdata
jpayne@68: Project-URL: Documentation, https://tzdata.readthedocs.io
jpayne@68: Classifier: Development Status :: 4 - Beta
jpayne@68: Classifier: Intended Audience :: Developers
jpayne@68: Classifier: License :: OSI Approved :: Apache Software License
jpayne@68: Classifier: Programming Language :: Python :: 2
jpayne@68: Classifier: Programming Language :: Python :: 3
jpayne@68: Requires-Python: >=2
jpayne@68: Description-Content-Type: text/x-rst
jpayne@68: License-File: LICENSE
jpayne@68: License-File: licenses/LICENSE_APACHE
jpayne@68:
jpayne@68: tzdata: Python package providing IANA time zone data
jpayne@68: ====================================================
jpayne@68:
jpayne@68: This is a Python package containing ``zic``-compiled binaries for the IANA time
jpayne@68: zone database. It is intended to be a fallback for systems that do not have
jpayne@68: system time zone data installed (or don't have it installed in a standard
jpayne@68: location), as a part of `PEP 615 `_
jpayne@68:
jpayne@68: This repository generates a ``pip``-installable package, published on PyPI as
jpayne@68: `tzdata `_.
jpayne@68:
jpayne@68: For more information, see `the documentation `_.