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