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