annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/tzdata-2025.1.dist-info/METADATA @ 69:33d812a61356

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