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