Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/INSTALLER +1 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/LICENSE +20 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/METADATA +105 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/RECORD +49 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/REQUESTED +0 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/WHEEL +5 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/entry_points.txt +2 -0
- lib/python3.10/site-packages/anyio-4.9.0.dist-info/top_level.txt +1 -0
- lib/python3.10/site-packages/markupsafe/__init__.py +395 -0
- lib/python3.10/site-packages/markupsafe/_native.py +8 -0
- lib/python3.10/site-packages/markupsafe/_speedups.c +204 -0
- lib/python3.10/site-packages/markupsafe/_speedups.cpython-310-x86_64-linux-gnu.so +0 -0
- lib/python3.10/site-packages/markupsafe/_speedups.pyi +1 -0
- lib/python3.10/site-packages/markupsafe/py.typed +0 -0
- lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/AUTHORS +7 -0
- lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/LICENSE.eigen +373 -0
- lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/RECORD +14 -0
- lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/REQUESTED +0 -0
- lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/WHEEL +6 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/INSTALLER +1 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/LICENSE.txt +0 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/METADATA +86 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/NOTICE.txt +84 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/RECORD +772 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/REQUESTED +0 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/WHEEL +5 -0
- lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/top_level.txt +2 -0
- lib/python3.10/site-packages/pyasn1_modules/pem.py +58 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc4043.py +43 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc4357.py +477 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc4476.py +93 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc5639.py +49 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc6210.py +42 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc6482.py +74 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc7191.py +261 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc7296.py +32 -0
- lib/python3.10/site-packages/pyasn1_modules/rfc8410.py +43 -0
- lib/python3.10/site-packages/pytz/__init__.py +1554 -0
- lib/python3.10/site-packages/pytz/exceptions.py +59 -0
- lib/python3.10/site-packages/pytz/lazy.py +172 -0
- lib/python3.10/site-packages/pytz/reference.py +140 -0
- lib/python3.10/site-packages/pytz/tzfile.py +133 -0
- lib/python3.10/site-packages/pytz/tzinfo.py +580 -0
- lib/python3.10/site-packages/pytz/zoneinfo/Japan +0 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/INSTALLER +1 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/LICENSE +201 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/METADATA +334 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/RECORD +12 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/REQUESTED +0 -0
- lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/WHEEL +6 -0
lib/python3.10/site-packages/anyio-4.9.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The MIT License (MIT)
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2018 Alex Grönholm
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 6 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 7 |
+
the Software without restriction, including without limitation the rights to
|
| 8 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
| 9 |
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
| 10 |
+
subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
| 17 |
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
| 18 |
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
| 19 |
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
| 20 |
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.2
|
| 2 |
+
Name: anyio
|
| 3 |
+
Version: 4.9.0
|
| 4 |
+
Summary: High level compatibility layer for multiple asynchronous event loop implementations
|
| 5 |
+
Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
|
| 6 |
+
License: MIT
|
| 7 |
+
Project-URL: Documentation, https://anyio.readthedocs.io/en/latest/
|
| 8 |
+
Project-URL: Changelog, https://anyio.readthedocs.io/en/stable/versionhistory.html
|
| 9 |
+
Project-URL: Source code, https://github.com/agronholm/anyio
|
| 10 |
+
Project-URL: Issue tracker, https://github.com/agronholm/anyio/issues
|
| 11 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 12 |
+
Classifier: Intended Audience :: Developers
|
| 13 |
+
Classifier: License :: OSI Approved :: MIT License
|
| 14 |
+
Classifier: Framework :: AnyIO
|
| 15 |
+
Classifier: Typing :: Typed
|
| 16 |
+
Classifier: Programming Language :: Python
|
| 17 |
+
Classifier: Programming Language :: Python :: 3
|
| 18 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 19 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 20 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 22 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 23 |
+
Requires-Python: >=3.9
|
| 24 |
+
Description-Content-Type: text/x-rst
|
| 25 |
+
License-File: LICENSE
|
| 26 |
+
Requires-Dist: exceptiongroup>=1.0.2; python_version < "3.11"
|
| 27 |
+
Requires-Dist: idna>=2.8
|
| 28 |
+
Requires-Dist: sniffio>=1.1
|
| 29 |
+
Requires-Dist: typing_extensions>=4.5; python_version < "3.13"
|
| 30 |
+
Provides-Extra: trio
|
| 31 |
+
Requires-Dist: trio>=0.26.1; extra == "trio"
|
| 32 |
+
Provides-Extra: test
|
| 33 |
+
Requires-Dist: anyio[trio]; extra == "test"
|
| 34 |
+
Requires-Dist: blockbuster>=1.5.23; extra == "test"
|
| 35 |
+
Requires-Dist: coverage[toml]>=7; extra == "test"
|
| 36 |
+
Requires-Dist: exceptiongroup>=1.2.0; extra == "test"
|
| 37 |
+
Requires-Dist: hypothesis>=4.0; extra == "test"
|
| 38 |
+
Requires-Dist: psutil>=5.9; extra == "test"
|
| 39 |
+
Requires-Dist: pytest>=7.0; extra == "test"
|
| 40 |
+
Requires-Dist: trustme; extra == "test"
|
| 41 |
+
Requires-Dist: truststore>=0.9.1; python_version >= "3.10" and extra == "test"
|
| 42 |
+
Requires-Dist: uvloop>=0.21; (platform_python_implementation == "CPython" and platform_system != "Windows" and python_version < "3.14") and extra == "test"
|
| 43 |
+
Provides-Extra: doc
|
| 44 |
+
Requires-Dist: packaging; extra == "doc"
|
| 45 |
+
Requires-Dist: Sphinx~=8.2; extra == "doc"
|
| 46 |
+
Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
| 47 |
+
Requires-Dist: sphinx-autodoc-typehints>=1.2.0; extra == "doc"
|
| 48 |
+
|
| 49 |
+
.. image:: https://github.com/agronholm/anyio/actions/workflows/test.yml/badge.svg
|
| 50 |
+
:target: https://github.com/agronholm/anyio/actions/workflows/test.yml
|
| 51 |
+
:alt: Build Status
|
| 52 |
+
.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master
|
| 53 |
+
:target: https://coveralls.io/github/agronholm/anyio?branch=master
|
| 54 |
+
:alt: Code Coverage
|
| 55 |
+
.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest
|
| 56 |
+
:target: https://anyio.readthedocs.io/en/latest/?badge=latest
|
| 57 |
+
:alt: Documentation
|
| 58 |
+
.. image:: https://badges.gitter.im/gitterHQ/gitter.svg
|
| 59 |
+
:target: https://gitter.im/python-trio/AnyIO
|
| 60 |
+
:alt: Gitter chat
|
| 61 |
+
|
| 62 |
+
AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio_ or
|
| 63 |
+
trio_. It implements trio-like `structured concurrency`_ (SC) on top of asyncio and works in harmony
|
| 64 |
+
with the native SC of trio itself.
|
| 65 |
+
|
| 66 |
+
Applications and libraries written against AnyIO's API will run unmodified on either asyncio_ or
|
| 67 |
+
trio_. AnyIO can also be adopted into a library or application incrementally – bit by bit, no full
|
| 68 |
+
refactoring necessary. It will blend in with the native libraries of your chosen backend.
|
| 69 |
+
|
| 70 |
+
Documentation
|
| 71 |
+
-------------
|
| 72 |
+
|
| 73 |
+
View full documentation at: https://anyio.readthedocs.io/
|
| 74 |
+
|
| 75 |
+
Features
|
| 76 |
+
--------
|
| 77 |
+
|
| 78 |
+
AnyIO offers the following functionality:
|
| 79 |
+
|
| 80 |
+
* Task groups (nurseries_ in trio terminology)
|
| 81 |
+
* High-level networking (TCP, UDP and UNIX sockets)
|
| 82 |
+
|
| 83 |
+
* `Happy eyeballs`_ algorithm for TCP connections (more robust than that of asyncio on Python
|
| 84 |
+
3.8)
|
| 85 |
+
* async/await style UDP sockets (unlike asyncio where you still have to use Transports and
|
| 86 |
+
Protocols)
|
| 87 |
+
|
| 88 |
+
* A versatile API for byte streams and object streams
|
| 89 |
+
* Inter-task synchronization and communication (locks, conditions, events, semaphores, object
|
| 90 |
+
streams)
|
| 91 |
+
* Worker threads
|
| 92 |
+
* Subprocesses
|
| 93 |
+
* Asynchronous file I/O (using worker threads)
|
| 94 |
+
* Signal handling
|
| 95 |
+
|
| 96 |
+
AnyIO also comes with its own pytest_ plugin which also supports asynchronous fixtures.
|
| 97 |
+
It even works with the popular Hypothesis_ library.
|
| 98 |
+
|
| 99 |
+
.. _asyncio: https://docs.python.org/3/library/asyncio.html
|
| 100 |
+
.. _trio: https://github.com/python-trio/trio
|
| 101 |
+
.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency
|
| 102 |
+
.. _nurseries: https://trio.readthedocs.io/en/stable/reference-core.html#nurseries-and-spawning
|
| 103 |
+
.. _Happy eyeballs: https://en.wikipedia.org/wiki/Happy_Eyeballs
|
| 104 |
+
.. _pytest: https://docs.pytest.org/en/latest/
|
| 105 |
+
.. _Hypothesis: https://hypothesis.works/
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
anyio-4.9.0.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 2 |
+
anyio-4.9.0.dist-info/LICENSE,sha256=U2GsncWPLvX9LpsJxoKXwX8ElQkJu8gCO9uC6s8iwrA,1081
|
| 3 |
+
anyio-4.9.0.dist-info/METADATA,sha256=vvkWPXXTbrpTCFK7zdcYwQcSQhx6Q4qITM9t_PEQCrY,4682
|
| 4 |
+
anyio-4.9.0.dist-info/RECORD,,
|
| 5 |
+
anyio-4.9.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
anyio-4.9.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
| 7 |
+
anyio-4.9.0.dist-info/entry_points.txt,sha256=_d6Yu6uiaZmNe0CydowirE9Cmg7zUL2g08tQpoS3Qvc,39
|
| 8 |
+
anyio-4.9.0.dist-info/top_level.txt,sha256=QglSMiWX8_5dpoVAEIHdEYzvqFMdSYWmCj6tYw2ITkQ,6
|
| 9 |
+
anyio/__init__.py,sha256=t8bZuNXa5ncwXBaNKbv48BDgZt48RT_zCEtrnPmjNU8,4993
|
| 10 |
+
anyio/_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 11 |
+
anyio/_backends/_asyncio.py,sha256=AT1oaTfCE-9YFxooMlvld2yDqY5U2A-ANMcBDh9eRfI,93455
|
| 12 |
+
anyio/_backends/_trio.py,sha256=HVfDqRGQ7Xj3JfTcYdgzmC7pZEplqU4NOO5kxNNSZnk,40429
|
| 13 |
+
anyio/_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 14 |
+
anyio/_core/_asyncio_selector_thread.py,sha256=2PdxFM3cs02Kp6BSppbvmRT7q7asreTW5FgBxEsflBo,5626
|
| 15 |
+
anyio/_core/_eventloop.py,sha256=t_tAwBFPjF8jrZGjlJ6bbYy6KA3bjsbZxV9mvh9t1i0,4695
|
| 16 |
+
anyio/_core/_exceptions.py,sha256=RlPRlwastdmfDPoskdXNO6SI8_l3fclA2wtW6cokU9I,3503
|
| 17 |
+
anyio/_core/_fileio.py,sha256=qFZhkLIz0cGXluvih_vcPUTucgq8UFVgsTCtYbijZIg,23340
|
| 18 |
+
anyio/_core/_resources.py,sha256=NbmU5O5UX3xEyACnkmYX28Fmwdl-f-ny0tHym26e0w0,435
|
| 19 |
+
anyio/_core/_signals.py,sha256=vulT1M1xdLYtAR-eY5TamIgaf1WTlOwOrMGwswlTTr8,905
|
| 20 |
+
anyio/_core/_sockets.py,sha256=5Okc_UThGDEN9KCnsIhqWPRHBNuSy6b4NmG1i51TVF4,27150
|
| 21 |
+
anyio/_core/_streams.py,sha256=OnaKgoDD-FcMSwLvkoAUGP51sG2ZdRvMpxt9q2w1gYA,1804
|
| 22 |
+
anyio/_core/_subprocesses.py,sha256=EXm5igL7dj55iYkPlbYVAqtbqxJxjU-6OndSTIx9SRg,8047
|
| 23 |
+
anyio/_core/_synchronization.py,sha256=DwUh8Tl6cG_UMVC_GyzPoC_U9BpfDfjMl9SINSxcZN4,20320
|
| 24 |
+
anyio/_core/_tasks.py,sha256=f3CuWwo06cCZ6jaOv-JHFKWkgpgf2cvaF25Oh4augMA,4757
|
| 25 |
+
anyio/_core/_tempfile.py,sha256=s-_ucacXbxBH5Bo5eo65lN0lPwZQd5B8yNN_9nARpCM,19696
|
| 26 |
+
anyio/_core/_testing.py,sha256=YUGwA5cgFFbUTv4WFd7cv_BSVr4ryTtPp8owQA3JdWE,2118
|
| 27 |
+
anyio/_core/_typedattr.py,sha256=P4ozZikn3-DbpoYcvyghS_FOYAgbmUxeoU8-L_07pZM,2508
|
| 28 |
+
anyio/abc/__init__.py,sha256=c2OQbTCS_fQowviMXanLPh8m29ccwkXmpDr7uyNZYOo,2652
|
| 29 |
+
anyio/abc/_eventloop.py,sha256=UmL8DZCvQTgxzmyBZcGm9kWj9VQY8BMWueLh5S8yWN4,9682
|
| 30 |
+
anyio/abc/_resources.py,sha256=DrYvkNN1hH6Uvv5_5uKySvDsnknGVDe8FCKfko0VtN8,783
|
| 31 |
+
anyio/abc/_sockets.py,sha256=KhWtJxan8jpBXKwPaFeQzI4iRXdFaOIn0HXtDZnaO7U,6262
|
| 32 |
+
anyio/abc/_streams.py,sha256=He_JpkAW2g5veOzcUq0XsRC2nId_i35L-d8cs7Uj1ZQ,6598
|
| 33 |
+
anyio/abc/_subprocesses.py,sha256=cumAPJTktOQtw63IqG0lDpyZqu_l1EElvQHMiwJgL08,2067
|
| 34 |
+
anyio/abc/_tasks.py,sha256=yJWbMwowvqjlAX4oJ3l9Is1w-zwynr2lX1Z02AWJqsY,3080
|
| 35 |
+
anyio/abc/_testing.py,sha256=tBJUzkSfOXJw23fe8qSJ03kJlShOYjjaEyFB6k6MYT8,1821
|
| 36 |
+
anyio/from_thread.py,sha256=MbXHZpgM9wgsRkbGhMNMomEGYj7Y_QYq6a5BZ3c5Ev8,17478
|
| 37 |
+
anyio/lowlevel.py,sha256=nkgmW--SdxGVp0cmLUYazjkigveRm5HY7-gW8Bpp9oY,4169
|
| 38 |
+
anyio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 39 |
+
anyio/pytest_plugin.py,sha256=qXNwk9Pa7hPQKWocgLl9qijqKGMkGzdH2wJa-jPkGUM,9375
|
| 40 |
+
anyio/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 41 |
+
anyio/streams/buffered.py,sha256=UCldKC168YuLvT7n3HtNPnQ2iWAMSTYQWbZvzLwMwkM,4500
|
| 42 |
+
anyio/streams/file.py,sha256=6uoTNb5KbMoj-6gS3_xrrL8uZN8Q4iIvOS1WtGyFfKw,4383
|
| 43 |
+
anyio/streams/memory.py,sha256=o1OVVx0OooteTTe2GytJreum93Ucuw5s4cAsr3X0-Ag,10560
|
| 44 |
+
anyio/streams/stapled.py,sha256=U09pCrmOw9kkNhe6tKopsm1QIMT1lFTFvtb-A7SIe4k,4302
|
| 45 |
+
anyio/streams/text.py,sha256=6x8w8xlfCZKTUWQoJiMPoMhSSJFUBRKgoBNSBtbd9yg,5094
|
| 46 |
+
anyio/streams/tls.py,sha256=HxzpVmUgo8SUSIBass_lvef1pAI1uRSrnysM3iEGzl4,13199
|
| 47 |
+
anyio/to_interpreter.py,sha256=UhuNCIucCRN7ZtyJg35Mlamzs1JpgDvK4xnL4TDWrAo,6527
|
| 48 |
+
anyio/to_process.py,sha256=ZvruelRM-HNmqDaql4sdNODg2QD_uSlwSCxnV4OhsfQ,9595
|
| 49 |
+
anyio/to_thread.py,sha256=WM2JQ2MbVsd5D5CM08bQiTwzZIvpsGjfH1Fy247KoDQ,2396
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/REQUESTED
ADDED
|
File without changes
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (76.0.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[pytest11]
|
| 2 |
+
anyio = anyio.pytest_plugin
|
lib/python3.10/site-packages/anyio-4.9.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
anyio
|
lib/python3.10/site-packages/markupsafe/__init__.py
ADDED
|
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import collections.abc as cabc
|
| 4 |
+
import string
|
| 5 |
+
import typing as t
|
| 6 |
+
|
| 7 |
+
try:
|
| 8 |
+
from ._speedups import _escape_inner
|
| 9 |
+
except ImportError:
|
| 10 |
+
from ._native import _escape_inner
|
| 11 |
+
|
| 12 |
+
if t.TYPE_CHECKING:
|
| 13 |
+
import typing_extensions as te
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
class _HasHTML(t.Protocol):
|
| 17 |
+
def __html__(self, /) -> str: ...
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
class _TPEscape(t.Protocol):
|
| 21 |
+
def __call__(self, s: t.Any, /) -> Markup: ...
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
def escape(s: t.Any, /) -> Markup:
|
| 25 |
+
"""Replace the characters ``&``, ``<``, ``>``, ``'``, and ``"`` in
|
| 26 |
+
the string with HTML-safe sequences. Use this if you need to display
|
| 27 |
+
text that might contain such characters in HTML.
|
| 28 |
+
|
| 29 |
+
If the object has an ``__html__`` method, it is called and the
|
| 30 |
+
return value is assumed to already be safe for HTML.
|
| 31 |
+
|
| 32 |
+
:param s: An object to be converted to a string and escaped.
|
| 33 |
+
:return: A :class:`Markup` string with the escaped text.
|
| 34 |
+
"""
|
| 35 |
+
# If the object is already a plain string, skip __html__ check and string
|
| 36 |
+
# conversion. This is the most common use case.
|
| 37 |
+
# Use type(s) instead of s.__class__ because a proxy object may be reporting
|
| 38 |
+
# the __class__ of the proxied value.
|
| 39 |
+
if type(s) is str:
|
| 40 |
+
return Markup(_escape_inner(s))
|
| 41 |
+
|
| 42 |
+
if hasattr(s, "__html__"):
|
| 43 |
+
return Markup(s.__html__())
|
| 44 |
+
|
| 45 |
+
return Markup(_escape_inner(str(s)))
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def escape_silent(s: t.Any | None, /) -> Markup:
|
| 49 |
+
"""Like :func:`escape` but treats ``None`` as the empty string.
|
| 50 |
+
Useful with optional values, as otherwise you get the string
|
| 51 |
+
``'None'`` when the value is ``None``.
|
| 52 |
+
|
| 53 |
+
>>> escape(None)
|
| 54 |
+
Markup('None')
|
| 55 |
+
>>> escape_silent(None)
|
| 56 |
+
Markup('')
|
| 57 |
+
"""
|
| 58 |
+
if s is None:
|
| 59 |
+
return Markup()
|
| 60 |
+
|
| 61 |
+
return escape(s)
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
def soft_str(s: t.Any, /) -> str:
|
| 65 |
+
"""Convert an object to a string if it isn't already. This preserves
|
| 66 |
+
a :class:`Markup` string rather than converting it back to a basic
|
| 67 |
+
string, so it will still be marked as safe and won't be escaped
|
| 68 |
+
again.
|
| 69 |
+
|
| 70 |
+
>>> value = escape("<User 1>")
|
| 71 |
+
>>> value
|
| 72 |
+
Markup('<User 1>')
|
| 73 |
+
>>> escape(str(value))
|
| 74 |
+
Markup('&lt;User 1&gt;')
|
| 75 |
+
>>> escape(soft_str(value))
|
| 76 |
+
Markup('<User 1>')
|
| 77 |
+
"""
|
| 78 |
+
if not isinstance(s, str):
|
| 79 |
+
return str(s)
|
| 80 |
+
|
| 81 |
+
return s
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
class Markup(str):
|
| 85 |
+
"""A string that is ready to be safely inserted into an HTML or XML
|
| 86 |
+
document, either because it was escaped or because it was marked
|
| 87 |
+
safe.
|
| 88 |
+
|
| 89 |
+
Passing an object to the constructor converts it to text and wraps
|
| 90 |
+
it to mark it safe without escaping. To escape the text, use the
|
| 91 |
+
:meth:`escape` class method instead.
|
| 92 |
+
|
| 93 |
+
>>> Markup("Hello, <em>World</em>!")
|
| 94 |
+
Markup('Hello, <em>World</em>!')
|
| 95 |
+
>>> Markup(42)
|
| 96 |
+
Markup('42')
|
| 97 |
+
>>> Markup.escape("Hello, <em>World</em>!")
|
| 98 |
+
Markup('Hello <em>World</em>!')
|
| 99 |
+
|
| 100 |
+
This implements the ``__html__()`` interface that some frameworks
|
| 101 |
+
use. Passing an object that implements ``__html__()`` will wrap the
|
| 102 |
+
output of that method, marking it safe.
|
| 103 |
+
|
| 104 |
+
>>> class Foo:
|
| 105 |
+
... def __html__(self):
|
| 106 |
+
... return '<a href="/foo">foo</a>'
|
| 107 |
+
...
|
| 108 |
+
>>> Markup(Foo())
|
| 109 |
+
Markup('<a href="/foo">foo</a>')
|
| 110 |
+
|
| 111 |
+
This is a subclass of :class:`str`. It has the same methods, but
|
| 112 |
+
escapes their arguments and returns a ``Markup`` instance.
|
| 113 |
+
|
| 114 |
+
>>> Markup("<em>%s</em>") % ("foo & bar",)
|
| 115 |
+
Markup('<em>foo & bar</em>')
|
| 116 |
+
>>> Markup("<em>Hello</em> ") + "<foo>"
|
| 117 |
+
Markup('<em>Hello</em> <foo>')
|
| 118 |
+
"""
|
| 119 |
+
|
| 120 |
+
__slots__ = ()
|
| 121 |
+
|
| 122 |
+
def __new__(
|
| 123 |
+
cls, object: t.Any = "", encoding: str | None = None, errors: str = "strict"
|
| 124 |
+
) -> te.Self:
|
| 125 |
+
if hasattr(object, "__html__"):
|
| 126 |
+
object = object.__html__()
|
| 127 |
+
|
| 128 |
+
if encoding is None:
|
| 129 |
+
return super().__new__(cls, object)
|
| 130 |
+
|
| 131 |
+
return super().__new__(cls, object, encoding, errors)
|
| 132 |
+
|
| 133 |
+
def __html__(self, /) -> te.Self:
|
| 134 |
+
return self
|
| 135 |
+
|
| 136 |
+
def __add__(self, value: str | _HasHTML, /) -> te.Self:
|
| 137 |
+
if isinstance(value, str) or hasattr(value, "__html__"):
|
| 138 |
+
return self.__class__(super().__add__(self.escape(value)))
|
| 139 |
+
|
| 140 |
+
return NotImplemented
|
| 141 |
+
|
| 142 |
+
def __radd__(self, value: str | _HasHTML, /) -> te.Self:
|
| 143 |
+
if isinstance(value, str) or hasattr(value, "__html__"):
|
| 144 |
+
return self.escape(value).__add__(self)
|
| 145 |
+
|
| 146 |
+
return NotImplemented
|
| 147 |
+
|
| 148 |
+
def __mul__(self, value: t.SupportsIndex, /) -> te.Self:
|
| 149 |
+
return self.__class__(super().__mul__(value))
|
| 150 |
+
|
| 151 |
+
def __rmul__(self, value: t.SupportsIndex, /) -> te.Self:
|
| 152 |
+
return self.__class__(super().__mul__(value))
|
| 153 |
+
|
| 154 |
+
def __mod__(self, value: t.Any, /) -> te.Self:
|
| 155 |
+
if isinstance(value, tuple):
|
| 156 |
+
# a tuple of arguments, each wrapped
|
| 157 |
+
value = tuple(_MarkupEscapeHelper(x, self.escape) for x in value)
|
| 158 |
+
elif hasattr(type(value), "__getitem__") and not isinstance(value, str):
|
| 159 |
+
# a mapping of arguments, wrapped
|
| 160 |
+
value = _MarkupEscapeHelper(value, self.escape)
|
| 161 |
+
else:
|
| 162 |
+
# a single argument, wrapped with the helper and a tuple
|
| 163 |
+
value = (_MarkupEscapeHelper(value, self.escape),)
|
| 164 |
+
|
| 165 |
+
return self.__class__(super().__mod__(value))
|
| 166 |
+
|
| 167 |
+
def __repr__(self, /) -> str:
|
| 168 |
+
return f"{self.__class__.__name__}({super().__repr__()})"
|
| 169 |
+
|
| 170 |
+
def join(self, iterable: cabc.Iterable[str | _HasHTML], /) -> te.Self:
|
| 171 |
+
return self.__class__(super().join(map(self.escape, iterable)))
|
| 172 |
+
|
| 173 |
+
def split( # type: ignore[override]
|
| 174 |
+
self, /, sep: str | None = None, maxsplit: t.SupportsIndex = -1
|
| 175 |
+
) -> list[te.Self]:
|
| 176 |
+
return [self.__class__(v) for v in super().split(sep, maxsplit)]
|
| 177 |
+
|
| 178 |
+
def rsplit( # type: ignore[override]
|
| 179 |
+
self, /, sep: str | None = None, maxsplit: t.SupportsIndex = -1
|
| 180 |
+
) -> list[te.Self]:
|
| 181 |
+
return [self.__class__(v) for v in super().rsplit(sep, maxsplit)]
|
| 182 |
+
|
| 183 |
+
def splitlines( # type: ignore[override]
|
| 184 |
+
self, /, keepends: bool = False
|
| 185 |
+
) -> list[te.Self]:
|
| 186 |
+
return [self.__class__(v) for v in super().splitlines(keepends)]
|
| 187 |
+
|
| 188 |
+
def unescape(self, /) -> str:
|
| 189 |
+
"""Convert escaped markup back into a text string. This replaces
|
| 190 |
+
HTML entities with the characters they represent.
|
| 191 |
+
|
| 192 |
+
>>> Markup("Main » <em>About</em>").unescape()
|
| 193 |
+
'Main » <em>About</em>'
|
| 194 |
+
"""
|
| 195 |
+
from html import unescape
|
| 196 |
+
|
| 197 |
+
return unescape(str(self))
|
| 198 |
+
|
| 199 |
+
def striptags(self, /) -> str:
|
| 200 |
+
""":meth:`unescape` the markup, remove tags, and normalize
|
| 201 |
+
whitespace to single spaces.
|
| 202 |
+
|
| 203 |
+
>>> Markup("Main »\t<em>About</em>").striptags()
|
| 204 |
+
'Main » About'
|
| 205 |
+
"""
|
| 206 |
+
value = str(self)
|
| 207 |
+
|
| 208 |
+
# Look for comments then tags separately. Otherwise, a comment that
|
| 209 |
+
# contains a tag would end early, leaving some of the comment behind.
|
| 210 |
+
|
| 211 |
+
# keep finding comment start marks
|
| 212 |
+
while (start := value.find("<!--")) != -1:
|
| 213 |
+
# find a comment end mark beyond the start, otherwise stop
|
| 214 |
+
if (end := value.find("-->", start)) == -1:
|
| 215 |
+
break
|
| 216 |
+
|
| 217 |
+
value = f"{value[:start]}{value[end + 3:]}"
|
| 218 |
+
|
| 219 |
+
# remove tags using the same method
|
| 220 |
+
while (start := value.find("<")) != -1:
|
| 221 |
+
if (end := value.find(">", start)) == -1:
|
| 222 |
+
break
|
| 223 |
+
|
| 224 |
+
value = f"{value[:start]}{value[end + 1:]}"
|
| 225 |
+
|
| 226 |
+
# collapse spaces
|
| 227 |
+
value = " ".join(value.split())
|
| 228 |
+
return self.__class__(value).unescape()
|
| 229 |
+
|
| 230 |
+
@classmethod
|
| 231 |
+
def escape(cls, s: t.Any, /) -> te.Self:
|
| 232 |
+
"""Escape a string. Calls :func:`escape` and ensures that for
|
| 233 |
+
subclasses the correct type is returned.
|
| 234 |
+
"""
|
| 235 |
+
rv = escape(s)
|
| 236 |
+
|
| 237 |
+
if rv.__class__ is not cls:
|
| 238 |
+
return cls(rv)
|
| 239 |
+
|
| 240 |
+
return rv # type: ignore[return-value]
|
| 241 |
+
|
| 242 |
+
def __getitem__(self, key: t.SupportsIndex | slice, /) -> te.Self:
|
| 243 |
+
return self.__class__(super().__getitem__(key))
|
| 244 |
+
|
| 245 |
+
def capitalize(self, /) -> te.Self:
|
| 246 |
+
return self.__class__(super().capitalize())
|
| 247 |
+
|
| 248 |
+
def title(self, /) -> te.Self:
|
| 249 |
+
return self.__class__(super().title())
|
| 250 |
+
|
| 251 |
+
def lower(self, /) -> te.Self:
|
| 252 |
+
return self.__class__(super().lower())
|
| 253 |
+
|
| 254 |
+
def upper(self, /) -> te.Self:
|
| 255 |
+
return self.__class__(super().upper())
|
| 256 |
+
|
| 257 |
+
def replace(self, old: str, new: str, count: t.SupportsIndex = -1, /) -> te.Self:
|
| 258 |
+
return self.__class__(super().replace(old, self.escape(new), count))
|
| 259 |
+
|
| 260 |
+
def ljust(self, width: t.SupportsIndex, fillchar: str = " ", /) -> te.Self:
|
| 261 |
+
return self.__class__(super().ljust(width, self.escape(fillchar)))
|
| 262 |
+
|
| 263 |
+
def rjust(self, width: t.SupportsIndex, fillchar: str = " ", /) -> te.Self:
|
| 264 |
+
return self.__class__(super().rjust(width, self.escape(fillchar)))
|
| 265 |
+
|
| 266 |
+
def lstrip(self, chars: str | None = None, /) -> te.Self:
|
| 267 |
+
return self.__class__(super().lstrip(chars))
|
| 268 |
+
|
| 269 |
+
def rstrip(self, chars: str | None = None, /) -> te.Self:
|
| 270 |
+
return self.__class__(super().rstrip(chars))
|
| 271 |
+
|
| 272 |
+
def center(self, width: t.SupportsIndex, fillchar: str = " ", /) -> te.Self:
|
| 273 |
+
return self.__class__(super().center(width, self.escape(fillchar)))
|
| 274 |
+
|
| 275 |
+
def strip(self, chars: str | None = None, /) -> te.Self:
|
| 276 |
+
return self.__class__(super().strip(chars))
|
| 277 |
+
|
| 278 |
+
def translate(
|
| 279 |
+
self,
|
| 280 |
+
table: cabc.Mapping[int, str | int | None], # type: ignore[override]
|
| 281 |
+
/,
|
| 282 |
+
) -> str:
|
| 283 |
+
return self.__class__(super().translate(table))
|
| 284 |
+
|
| 285 |
+
def expandtabs(self, /, tabsize: t.SupportsIndex = 8) -> te.Self:
|
| 286 |
+
return self.__class__(super().expandtabs(tabsize))
|
| 287 |
+
|
| 288 |
+
def swapcase(self, /) -> te.Self:
|
| 289 |
+
return self.__class__(super().swapcase())
|
| 290 |
+
|
| 291 |
+
def zfill(self, width: t.SupportsIndex, /) -> te.Self:
|
| 292 |
+
return self.__class__(super().zfill(width))
|
| 293 |
+
|
| 294 |
+
def casefold(self, /) -> te.Self:
|
| 295 |
+
return self.__class__(super().casefold())
|
| 296 |
+
|
| 297 |
+
def removeprefix(self, prefix: str, /) -> te.Self:
|
| 298 |
+
return self.__class__(super().removeprefix(prefix))
|
| 299 |
+
|
| 300 |
+
def removesuffix(self, suffix: str) -> te.Self:
|
| 301 |
+
return self.__class__(super().removesuffix(suffix))
|
| 302 |
+
|
| 303 |
+
def partition(self, sep: str, /) -> tuple[te.Self, te.Self, te.Self]:
|
| 304 |
+
left, sep, right = super().partition(sep)
|
| 305 |
+
cls = self.__class__
|
| 306 |
+
return cls(left), cls(sep), cls(right)
|
| 307 |
+
|
| 308 |
+
def rpartition(self, sep: str, /) -> tuple[te.Self, te.Self, te.Self]:
|
| 309 |
+
left, sep, right = super().rpartition(sep)
|
| 310 |
+
cls = self.__class__
|
| 311 |
+
return cls(left), cls(sep), cls(right)
|
| 312 |
+
|
| 313 |
+
def format(self, *args: t.Any, **kwargs: t.Any) -> te.Self:
|
| 314 |
+
formatter = EscapeFormatter(self.escape)
|
| 315 |
+
return self.__class__(formatter.vformat(self, args, kwargs))
|
| 316 |
+
|
| 317 |
+
def format_map(
|
| 318 |
+
self,
|
| 319 |
+
mapping: cabc.Mapping[str, t.Any], # type: ignore[override]
|
| 320 |
+
/,
|
| 321 |
+
) -> te.Self:
|
| 322 |
+
formatter = EscapeFormatter(self.escape)
|
| 323 |
+
return self.__class__(formatter.vformat(self, (), mapping))
|
| 324 |
+
|
| 325 |
+
def __html_format__(self, format_spec: str, /) -> te.Self:
|
| 326 |
+
if format_spec:
|
| 327 |
+
raise ValueError("Unsupported format specification for Markup.")
|
| 328 |
+
|
| 329 |
+
return self
|
| 330 |
+
|
| 331 |
+
|
| 332 |
+
class EscapeFormatter(string.Formatter):
|
| 333 |
+
__slots__ = ("escape",)
|
| 334 |
+
|
| 335 |
+
def __init__(self, escape: _TPEscape) -> None:
|
| 336 |
+
self.escape: _TPEscape = escape
|
| 337 |
+
super().__init__()
|
| 338 |
+
|
| 339 |
+
def format_field(self, value: t.Any, format_spec: str) -> str:
|
| 340 |
+
if hasattr(value, "__html_format__"):
|
| 341 |
+
rv = value.__html_format__(format_spec)
|
| 342 |
+
elif hasattr(value, "__html__"):
|
| 343 |
+
if format_spec:
|
| 344 |
+
raise ValueError(
|
| 345 |
+
f"Format specifier {format_spec} given, but {type(value)} does not"
|
| 346 |
+
" define __html_format__. A class that defines __html__ must define"
|
| 347 |
+
" __html_format__ to work with format specifiers."
|
| 348 |
+
)
|
| 349 |
+
rv = value.__html__()
|
| 350 |
+
else:
|
| 351 |
+
# We need to make sure the format spec is str here as
|
| 352 |
+
# otherwise the wrong callback methods are invoked.
|
| 353 |
+
rv = super().format_field(value, str(format_spec))
|
| 354 |
+
return str(self.escape(rv))
|
| 355 |
+
|
| 356 |
+
|
| 357 |
+
class _MarkupEscapeHelper:
|
| 358 |
+
"""Helper for :meth:`Markup.__mod__`."""
|
| 359 |
+
|
| 360 |
+
__slots__ = ("obj", "escape")
|
| 361 |
+
|
| 362 |
+
def __init__(self, obj: t.Any, escape: _TPEscape) -> None:
|
| 363 |
+
self.obj: t.Any = obj
|
| 364 |
+
self.escape: _TPEscape = escape
|
| 365 |
+
|
| 366 |
+
def __getitem__(self, key: t.Any, /) -> te.Self:
|
| 367 |
+
return self.__class__(self.obj[key], self.escape)
|
| 368 |
+
|
| 369 |
+
def __str__(self, /) -> str:
|
| 370 |
+
return str(self.escape(self.obj))
|
| 371 |
+
|
| 372 |
+
def __repr__(self, /) -> str:
|
| 373 |
+
return str(self.escape(repr(self.obj)))
|
| 374 |
+
|
| 375 |
+
def __int__(self, /) -> int:
|
| 376 |
+
return int(self.obj)
|
| 377 |
+
|
| 378 |
+
def __float__(self, /) -> float:
|
| 379 |
+
return float(self.obj)
|
| 380 |
+
|
| 381 |
+
|
| 382 |
+
def __getattr__(name: str) -> t.Any:
|
| 383 |
+
if name == "__version__":
|
| 384 |
+
import importlib.metadata
|
| 385 |
+
import warnings
|
| 386 |
+
|
| 387 |
+
warnings.warn(
|
| 388 |
+
"The '__version__' attribute is deprecated and will be removed in"
|
| 389 |
+
" MarkupSafe 3.1. Use feature detection, or"
|
| 390 |
+
' `importlib.metadata.version("markupsafe")`, instead.',
|
| 391 |
+
stacklevel=2,
|
| 392 |
+
)
|
| 393 |
+
return importlib.metadata.version("markupsafe")
|
| 394 |
+
|
| 395 |
+
raise AttributeError(name)
|
lib/python3.10/site-packages/markupsafe/_native.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
def _escape_inner(s: str, /) -> str:
|
| 2 |
+
return (
|
| 3 |
+
s.replace("&", "&")
|
| 4 |
+
.replace(">", ">")
|
| 5 |
+
.replace("<", "<")
|
| 6 |
+
.replace("'", "'")
|
| 7 |
+
.replace('"', """)
|
| 8 |
+
)
|
lib/python3.10/site-packages/markupsafe/_speedups.c
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#include <Python.h>
|
| 2 |
+
|
| 3 |
+
#define GET_DELTA(inp, inp_end, delta) \
|
| 4 |
+
while (inp < inp_end) { \
|
| 5 |
+
switch (*inp++) { \
|
| 6 |
+
case '"': \
|
| 7 |
+
case '\'': \
|
| 8 |
+
case '&': \
|
| 9 |
+
delta += 4; \
|
| 10 |
+
break; \
|
| 11 |
+
case '<': \
|
| 12 |
+
case '>': \
|
| 13 |
+
delta += 3; \
|
| 14 |
+
break; \
|
| 15 |
+
} \
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
#define DO_ESCAPE(inp, inp_end, outp) \
|
| 19 |
+
{ \
|
| 20 |
+
Py_ssize_t ncopy = 0; \
|
| 21 |
+
while (inp < inp_end) { \
|
| 22 |
+
switch (*inp) { \
|
| 23 |
+
case '"': \
|
| 24 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 25 |
+
outp += ncopy; ncopy = 0; \
|
| 26 |
+
*outp++ = '&'; \
|
| 27 |
+
*outp++ = '#'; \
|
| 28 |
+
*outp++ = '3'; \
|
| 29 |
+
*outp++ = '4'; \
|
| 30 |
+
*outp++ = ';'; \
|
| 31 |
+
break; \
|
| 32 |
+
case '\'': \
|
| 33 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 34 |
+
outp += ncopy; ncopy = 0; \
|
| 35 |
+
*outp++ = '&'; \
|
| 36 |
+
*outp++ = '#'; \
|
| 37 |
+
*outp++ = '3'; \
|
| 38 |
+
*outp++ = '9'; \
|
| 39 |
+
*outp++ = ';'; \
|
| 40 |
+
break; \
|
| 41 |
+
case '&': \
|
| 42 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 43 |
+
outp += ncopy; ncopy = 0; \
|
| 44 |
+
*outp++ = '&'; \
|
| 45 |
+
*outp++ = 'a'; \
|
| 46 |
+
*outp++ = 'm'; \
|
| 47 |
+
*outp++ = 'p'; \
|
| 48 |
+
*outp++ = ';'; \
|
| 49 |
+
break; \
|
| 50 |
+
case '<': \
|
| 51 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 52 |
+
outp += ncopy; ncopy = 0; \
|
| 53 |
+
*outp++ = '&'; \
|
| 54 |
+
*outp++ = 'l'; \
|
| 55 |
+
*outp++ = 't'; \
|
| 56 |
+
*outp++ = ';'; \
|
| 57 |
+
break; \
|
| 58 |
+
case '>': \
|
| 59 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 60 |
+
outp += ncopy; ncopy = 0; \
|
| 61 |
+
*outp++ = '&'; \
|
| 62 |
+
*outp++ = 'g'; \
|
| 63 |
+
*outp++ = 't'; \
|
| 64 |
+
*outp++ = ';'; \
|
| 65 |
+
break; \
|
| 66 |
+
default: \
|
| 67 |
+
ncopy++; \
|
| 68 |
+
} \
|
| 69 |
+
inp++; \
|
| 70 |
+
} \
|
| 71 |
+
memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
static PyObject*
|
| 75 |
+
escape_unicode_kind1(PyUnicodeObject *in)
|
| 76 |
+
{
|
| 77 |
+
Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in);
|
| 78 |
+
Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in);
|
| 79 |
+
Py_UCS1 *outp;
|
| 80 |
+
PyObject *out;
|
| 81 |
+
Py_ssize_t delta = 0;
|
| 82 |
+
|
| 83 |
+
GET_DELTA(inp, inp_end, delta);
|
| 84 |
+
if (!delta) {
|
| 85 |
+
Py_INCREF(in);
|
| 86 |
+
return (PyObject*)in;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta,
|
| 90 |
+
PyUnicode_IS_ASCII(in) ? 127 : 255);
|
| 91 |
+
if (!out)
|
| 92 |
+
return NULL;
|
| 93 |
+
|
| 94 |
+
inp = PyUnicode_1BYTE_DATA(in);
|
| 95 |
+
outp = PyUnicode_1BYTE_DATA(out);
|
| 96 |
+
DO_ESCAPE(inp, inp_end, outp);
|
| 97 |
+
return out;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
static PyObject*
|
| 101 |
+
escape_unicode_kind2(PyUnicodeObject *in)
|
| 102 |
+
{
|
| 103 |
+
Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in);
|
| 104 |
+
Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in);
|
| 105 |
+
Py_UCS2 *outp;
|
| 106 |
+
PyObject *out;
|
| 107 |
+
Py_ssize_t delta = 0;
|
| 108 |
+
|
| 109 |
+
GET_DELTA(inp, inp_end, delta);
|
| 110 |
+
if (!delta) {
|
| 111 |
+
Py_INCREF(in);
|
| 112 |
+
return (PyObject*)in;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta, 65535);
|
| 116 |
+
if (!out)
|
| 117 |
+
return NULL;
|
| 118 |
+
|
| 119 |
+
inp = PyUnicode_2BYTE_DATA(in);
|
| 120 |
+
outp = PyUnicode_2BYTE_DATA(out);
|
| 121 |
+
DO_ESCAPE(inp, inp_end, outp);
|
| 122 |
+
return out;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
static PyObject*
|
| 127 |
+
escape_unicode_kind4(PyUnicodeObject *in)
|
| 128 |
+
{
|
| 129 |
+
Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in);
|
| 130 |
+
Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in);
|
| 131 |
+
Py_UCS4 *outp;
|
| 132 |
+
PyObject *out;
|
| 133 |
+
Py_ssize_t delta = 0;
|
| 134 |
+
|
| 135 |
+
GET_DELTA(inp, inp_end, delta);
|
| 136 |
+
if (!delta) {
|
| 137 |
+
Py_INCREF(in);
|
| 138 |
+
return (PyObject*)in;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta, 1114111);
|
| 142 |
+
if (!out)
|
| 143 |
+
return NULL;
|
| 144 |
+
|
| 145 |
+
inp = PyUnicode_4BYTE_DATA(in);
|
| 146 |
+
outp = PyUnicode_4BYTE_DATA(out);
|
| 147 |
+
DO_ESCAPE(inp, inp_end, outp);
|
| 148 |
+
return out;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
static PyObject*
|
| 152 |
+
escape_unicode(PyObject *self, PyObject *s)
|
| 153 |
+
{
|
| 154 |
+
if (!PyUnicode_Check(s))
|
| 155 |
+
return NULL;
|
| 156 |
+
|
| 157 |
+
// This check is no longer needed in Python 3.12.
|
| 158 |
+
if (PyUnicode_READY(s))
|
| 159 |
+
return NULL;
|
| 160 |
+
|
| 161 |
+
switch (PyUnicode_KIND(s)) {
|
| 162 |
+
case PyUnicode_1BYTE_KIND:
|
| 163 |
+
return escape_unicode_kind1((PyUnicodeObject*) s);
|
| 164 |
+
case PyUnicode_2BYTE_KIND:
|
| 165 |
+
return escape_unicode_kind2((PyUnicodeObject*) s);
|
| 166 |
+
case PyUnicode_4BYTE_KIND:
|
| 167 |
+
return escape_unicode_kind4((PyUnicodeObject*) s);
|
| 168 |
+
}
|
| 169 |
+
assert(0); /* shouldn't happen */
|
| 170 |
+
return NULL;
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
static PyMethodDef module_methods[] = {
|
| 174 |
+
{"_escape_inner", (PyCFunction)escape_unicode, METH_O, NULL},
|
| 175 |
+
{NULL, NULL, 0, NULL} /* Sentinel */
|
| 176 |
+
};
|
| 177 |
+
|
| 178 |
+
static struct PyModuleDef module_definition = {
|
| 179 |
+
PyModuleDef_HEAD_INIT,
|
| 180 |
+
"markupsafe._speedups",
|
| 181 |
+
NULL,
|
| 182 |
+
-1,
|
| 183 |
+
module_methods,
|
| 184 |
+
NULL,
|
| 185 |
+
NULL,
|
| 186 |
+
NULL,
|
| 187 |
+
NULL
|
| 188 |
+
};
|
| 189 |
+
|
| 190 |
+
PyMODINIT_FUNC
|
| 191 |
+
PyInit__speedups(void)
|
| 192 |
+
{
|
| 193 |
+
PyObject *m = PyModule_Create(&module_definition);
|
| 194 |
+
|
| 195 |
+
if (m == NULL) {
|
| 196 |
+
return NULL;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
#ifdef Py_GIL_DISABLED
|
| 200 |
+
PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
|
| 201 |
+
#endif
|
| 202 |
+
|
| 203 |
+
return m;
|
| 204 |
+
}
|
lib/python3.10/site-packages/markupsafe/_speedups.cpython-310-x86_64-linux-gnu.so
ADDED
|
Binary file (35 kB). View file
|
|
|
lib/python3.10/site-packages/markupsafe/_speedups.pyi
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
def _escape_inner(s: str, /) -> str: ...
|
lib/python3.10/site-packages/markupsafe/py.typed
ADDED
|
File without changes
|
lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/AUTHORS
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the list of significant contributors to ml_dtypes
|
| 2 |
+
#
|
| 3 |
+
# This does not necessarily list everyone who has contributed code,
|
| 4 |
+
# especially since many employees of one corporation may be contributing.
|
| 5 |
+
# To see the full list of contributors, see the revision history in
|
| 6 |
+
# source control.
|
| 7 |
+
Google LLC
|
lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/LICENSE.eigen
ADDED
|
@@ -0,0 +1,373 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mozilla Public License Version 2.0
|
| 2 |
+
==================================
|
| 3 |
+
|
| 4 |
+
1. Definitions
|
| 5 |
+
--------------
|
| 6 |
+
|
| 7 |
+
1.1. "Contributor"
|
| 8 |
+
means each individual or legal entity that creates, contributes to
|
| 9 |
+
the creation of, or owns Covered Software.
|
| 10 |
+
|
| 11 |
+
1.2. "Contributor Version"
|
| 12 |
+
means the combination of the Contributions of others (if any) used
|
| 13 |
+
by a Contributor and that particular Contributor's Contribution.
|
| 14 |
+
|
| 15 |
+
1.3. "Contribution"
|
| 16 |
+
means Covered Software of a particular Contributor.
|
| 17 |
+
|
| 18 |
+
1.4. "Covered Software"
|
| 19 |
+
means Source Code Form to which the initial Contributor has attached
|
| 20 |
+
the notice in Exhibit A, the Executable Form of such Source Code
|
| 21 |
+
Form, and Modifications of such Source Code Form, in each case
|
| 22 |
+
including portions thereof.
|
| 23 |
+
|
| 24 |
+
1.5. "Incompatible With Secondary Licenses"
|
| 25 |
+
means
|
| 26 |
+
|
| 27 |
+
(a) that the initial Contributor has attached the notice described
|
| 28 |
+
in Exhibit B to the Covered Software; or
|
| 29 |
+
|
| 30 |
+
(b) that the Covered Software was made available under the terms of
|
| 31 |
+
version 1.1 or earlier of the License, but not also under the
|
| 32 |
+
terms of a Secondary License.
|
| 33 |
+
|
| 34 |
+
1.6. "Executable Form"
|
| 35 |
+
means any form of the work other than Source Code Form.
|
| 36 |
+
|
| 37 |
+
1.7. "Larger Work"
|
| 38 |
+
means a work that combines Covered Software with other material, in
|
| 39 |
+
a separate file or files, that is not Covered Software.
|
| 40 |
+
|
| 41 |
+
1.8. "License"
|
| 42 |
+
means this document.
|
| 43 |
+
|
| 44 |
+
1.9. "Licensable"
|
| 45 |
+
means having the right to grant, to the maximum extent possible,
|
| 46 |
+
whether at the time of the initial grant or subsequently, any and
|
| 47 |
+
all of the rights conveyed by this License.
|
| 48 |
+
|
| 49 |
+
1.10. "Modifications"
|
| 50 |
+
means any of the following:
|
| 51 |
+
|
| 52 |
+
(a) any file in Source Code Form that results from an addition to,
|
| 53 |
+
deletion from, or modification of the contents of Covered
|
| 54 |
+
Software; or
|
| 55 |
+
|
| 56 |
+
(b) any new file in Source Code Form that contains any Covered
|
| 57 |
+
Software.
|
| 58 |
+
|
| 59 |
+
1.11. "Patent Claims" of a Contributor
|
| 60 |
+
means any patent claim(s), including without limitation, method,
|
| 61 |
+
process, and apparatus claims, in any patent Licensable by such
|
| 62 |
+
Contributor that would be infringed, but for the grant of the
|
| 63 |
+
License, by the making, using, selling, offering for sale, having
|
| 64 |
+
made, import, or transfer of either its Contributions or its
|
| 65 |
+
Contributor Version.
|
| 66 |
+
|
| 67 |
+
1.12. "Secondary License"
|
| 68 |
+
means either the GNU General Public License, Version 2.0, the GNU
|
| 69 |
+
Lesser General Public License, Version 2.1, the GNU Affero General
|
| 70 |
+
Public License, Version 3.0, or any later versions of those
|
| 71 |
+
licenses.
|
| 72 |
+
|
| 73 |
+
1.13. "Source Code Form"
|
| 74 |
+
means the form of the work preferred for making modifications.
|
| 75 |
+
|
| 76 |
+
1.14. "You" (or "Your")
|
| 77 |
+
means an individual or a legal entity exercising rights under this
|
| 78 |
+
License. For legal entities, "You" includes any entity that
|
| 79 |
+
controls, is controlled by, or is under common control with You. For
|
| 80 |
+
purposes of this definition, "control" means (a) the power, direct
|
| 81 |
+
or indirect, to cause the direction or management of such entity,
|
| 82 |
+
whether by contract or otherwise, or (b) ownership of more than
|
| 83 |
+
fifty percent (50%) of the outstanding shares or beneficial
|
| 84 |
+
ownership of such entity.
|
| 85 |
+
|
| 86 |
+
2. License Grants and Conditions
|
| 87 |
+
--------------------------------
|
| 88 |
+
|
| 89 |
+
2.1. Grants
|
| 90 |
+
|
| 91 |
+
Each Contributor hereby grants You a world-wide, royalty-free,
|
| 92 |
+
non-exclusive license:
|
| 93 |
+
|
| 94 |
+
(a) under intellectual property rights (other than patent or trademark)
|
| 95 |
+
Licensable by such Contributor to use, reproduce, make available,
|
| 96 |
+
modify, display, perform, distribute, and otherwise exploit its
|
| 97 |
+
Contributions, either on an unmodified basis, with Modifications, or
|
| 98 |
+
as part of a Larger Work; and
|
| 99 |
+
|
| 100 |
+
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
| 101 |
+
for sale, have made, import, and otherwise transfer either its
|
| 102 |
+
Contributions or its Contributor Version.
|
| 103 |
+
|
| 104 |
+
2.2. Effective Date
|
| 105 |
+
|
| 106 |
+
The licenses granted in Section 2.1 with respect to any Contribution
|
| 107 |
+
become effective for each Contribution on the date the Contributor first
|
| 108 |
+
distributes such Contribution.
|
| 109 |
+
|
| 110 |
+
2.3. Limitations on Grant Scope
|
| 111 |
+
|
| 112 |
+
The licenses granted in this Section 2 are the only rights granted under
|
| 113 |
+
this License. No additional rights or licenses will be implied from the
|
| 114 |
+
distribution or licensing of Covered Software under this License.
|
| 115 |
+
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
| 116 |
+
Contributor:
|
| 117 |
+
|
| 118 |
+
(a) for any code that a Contributor has removed from Covered Software;
|
| 119 |
+
or
|
| 120 |
+
|
| 121 |
+
(b) for infringements caused by: (i) Your and any other third party's
|
| 122 |
+
modifications of Covered Software, or (ii) the combination of its
|
| 123 |
+
Contributions with other software (except as part of its Contributor
|
| 124 |
+
Version); or
|
| 125 |
+
|
| 126 |
+
(c) under Patent Claims infringed by Covered Software in the absence of
|
| 127 |
+
its Contributions.
|
| 128 |
+
|
| 129 |
+
This License does not grant any rights in the trademarks, service marks,
|
| 130 |
+
or logos of any Contributor (except as may be necessary to comply with
|
| 131 |
+
the notice requirements in Section 3.4).
|
| 132 |
+
|
| 133 |
+
2.4. Subsequent Licenses
|
| 134 |
+
|
| 135 |
+
No Contributor makes additional grants as a result of Your choice to
|
| 136 |
+
distribute the Covered Software under a subsequent version of this
|
| 137 |
+
License (see Section 10.2) or under the terms of a Secondary License (if
|
| 138 |
+
permitted under the terms of Section 3.3).
|
| 139 |
+
|
| 140 |
+
2.5. Representation
|
| 141 |
+
|
| 142 |
+
Each Contributor represents that the Contributor believes its
|
| 143 |
+
Contributions are its original creation(s) or it has sufficient rights
|
| 144 |
+
to grant the rights to its Contributions conveyed by this License.
|
| 145 |
+
|
| 146 |
+
2.6. Fair Use
|
| 147 |
+
|
| 148 |
+
This License is not intended to limit any rights You have under
|
| 149 |
+
applicable copyright doctrines of fair use, fair dealing, or other
|
| 150 |
+
equivalents.
|
| 151 |
+
|
| 152 |
+
2.7. Conditions
|
| 153 |
+
|
| 154 |
+
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
| 155 |
+
in Section 2.1.
|
| 156 |
+
|
| 157 |
+
3. Responsibilities
|
| 158 |
+
-------------------
|
| 159 |
+
|
| 160 |
+
3.1. Distribution of Source Form
|
| 161 |
+
|
| 162 |
+
All distribution of Covered Software in Source Code Form, including any
|
| 163 |
+
Modifications that You create or to which You contribute, must be under
|
| 164 |
+
the terms of this License. You must inform recipients that the Source
|
| 165 |
+
Code Form of the Covered Software is governed by the terms of this
|
| 166 |
+
License, and how they can obtain a copy of this License. You may not
|
| 167 |
+
attempt to alter or restrict the recipients' rights in the Source Code
|
| 168 |
+
Form.
|
| 169 |
+
|
| 170 |
+
3.2. Distribution of Executable Form
|
| 171 |
+
|
| 172 |
+
If You distribute Covered Software in Executable Form then:
|
| 173 |
+
|
| 174 |
+
(a) such Covered Software must also be made available in Source Code
|
| 175 |
+
Form, as described in Section 3.1, and You must inform recipients of
|
| 176 |
+
the Executable Form how they can obtain a copy of such Source Code
|
| 177 |
+
Form by reasonable means in a timely manner, at a charge no more
|
| 178 |
+
than the cost of distribution to the recipient; and
|
| 179 |
+
|
| 180 |
+
(b) You may distribute such Executable Form under the terms of this
|
| 181 |
+
License, or sublicense it under different terms, provided that the
|
| 182 |
+
license for the Executable Form does not attempt to limit or alter
|
| 183 |
+
the recipients' rights in the Source Code Form under this License.
|
| 184 |
+
|
| 185 |
+
3.3. Distribution of a Larger Work
|
| 186 |
+
|
| 187 |
+
You may create and distribute a Larger Work under terms of Your choice,
|
| 188 |
+
provided that You also comply with the requirements of this License for
|
| 189 |
+
the Covered Software. If the Larger Work is a combination of Covered
|
| 190 |
+
Software with a work governed by one or more Secondary Licenses, and the
|
| 191 |
+
Covered Software is not Incompatible With Secondary Licenses, this
|
| 192 |
+
License permits You to additionally distribute such Covered Software
|
| 193 |
+
under the terms of such Secondary License(s), so that the recipient of
|
| 194 |
+
the Larger Work may, at their option, further distribute the Covered
|
| 195 |
+
Software under the terms of either this License or such Secondary
|
| 196 |
+
License(s).
|
| 197 |
+
|
| 198 |
+
3.4. Notices
|
| 199 |
+
|
| 200 |
+
You may not remove or alter the substance of any license notices
|
| 201 |
+
(including copyright notices, patent notices, disclaimers of warranty,
|
| 202 |
+
or limitations of liability) contained within the Source Code Form of
|
| 203 |
+
the Covered Software, except that You may alter any license notices to
|
| 204 |
+
the extent required to remedy known factual inaccuracies.
|
| 205 |
+
|
| 206 |
+
3.5. Application of Additional Terms
|
| 207 |
+
|
| 208 |
+
You may choose to offer, and to charge a fee for, warranty, support,
|
| 209 |
+
indemnity or liability obligations to one or more recipients of Covered
|
| 210 |
+
Software. However, You may do so only on Your own behalf, and not on
|
| 211 |
+
behalf of any Contributor. You must make it absolutely clear that any
|
| 212 |
+
such warranty, support, indemnity, or liability obligation is offered by
|
| 213 |
+
You alone, and You hereby agree to indemnify every Contributor for any
|
| 214 |
+
liability incurred by such Contributor as a result of warranty, support,
|
| 215 |
+
indemnity or liability terms You offer. You may include additional
|
| 216 |
+
disclaimers of warranty and limitations of liability specific to any
|
| 217 |
+
jurisdiction.
|
| 218 |
+
|
| 219 |
+
4. Inability to Comply Due to Statute or Regulation
|
| 220 |
+
---------------------------------------------------
|
| 221 |
+
|
| 222 |
+
If it is impossible for You to comply with any of the terms of this
|
| 223 |
+
License with respect to some or all of the Covered Software due to
|
| 224 |
+
statute, judicial order, or regulation then You must: (a) comply with
|
| 225 |
+
the terms of this License to the maximum extent possible; and (b)
|
| 226 |
+
describe the limitations and the code they affect. Such description must
|
| 227 |
+
be placed in a text file included with all distributions of the Covered
|
| 228 |
+
Software under this License. Except to the extent prohibited by statute
|
| 229 |
+
or regulation, such description must be sufficiently detailed for a
|
| 230 |
+
recipient of ordinary skill to be able to understand it.
|
| 231 |
+
|
| 232 |
+
5. Termination
|
| 233 |
+
--------------
|
| 234 |
+
|
| 235 |
+
5.1. The rights granted under this License will terminate automatically
|
| 236 |
+
if You fail to comply with any of its terms. However, if You become
|
| 237 |
+
compliant, then the rights granted under this License from a particular
|
| 238 |
+
Contributor are reinstated (a) provisionally, unless and until such
|
| 239 |
+
Contributor explicitly and finally terminates Your grants, and (b) on an
|
| 240 |
+
ongoing basis, if such Contributor fails to notify You of the
|
| 241 |
+
non-compliance by some reasonable means prior to 60 days after You have
|
| 242 |
+
come back into compliance. Moreover, Your grants from a particular
|
| 243 |
+
Contributor are reinstated on an ongoing basis if such Contributor
|
| 244 |
+
notifies You of the non-compliance by some reasonable means, this is the
|
| 245 |
+
first time You have received notice of non-compliance with this License
|
| 246 |
+
from such Contributor, and You become compliant prior to 30 days after
|
| 247 |
+
Your receipt of the notice.
|
| 248 |
+
|
| 249 |
+
5.2. If You initiate litigation against any entity by asserting a patent
|
| 250 |
+
infringement claim (excluding declaratory judgment actions,
|
| 251 |
+
counter-claims, and cross-claims) alleging that a Contributor Version
|
| 252 |
+
directly or indirectly infringes any patent, then the rights granted to
|
| 253 |
+
You by any and all Contributors for the Covered Software under Section
|
| 254 |
+
2.1 of this License shall terminate.
|
| 255 |
+
|
| 256 |
+
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
| 257 |
+
end user license agreements (excluding distributors and resellers) which
|
| 258 |
+
have been validly granted by You or Your distributors under this License
|
| 259 |
+
prior to termination shall survive termination.
|
| 260 |
+
|
| 261 |
+
************************************************************************
|
| 262 |
+
* *
|
| 263 |
+
* 6. Disclaimer of Warranty *
|
| 264 |
+
* ------------------------- *
|
| 265 |
+
* *
|
| 266 |
+
* Covered Software is provided under this License on an "as is" *
|
| 267 |
+
* basis, without warranty of any kind, either expressed, implied, or *
|
| 268 |
+
* statutory, including, without limitation, warranties that the *
|
| 269 |
+
* Covered Software is free of defects, merchantable, fit for a *
|
| 270 |
+
* particular purpose or non-infringing. The entire risk as to the *
|
| 271 |
+
* quality and performance of the Covered Software is with You. *
|
| 272 |
+
* Should any Covered Software prove defective in any respect, You *
|
| 273 |
+
* (not any Contributor) assume the cost of any necessary servicing, *
|
| 274 |
+
* repair, or correction. This disclaimer of warranty constitutes an *
|
| 275 |
+
* essential part of this License. No use of any Covered Software is *
|
| 276 |
+
* authorized under this License except under this disclaimer. *
|
| 277 |
+
* *
|
| 278 |
+
************************************************************************
|
| 279 |
+
|
| 280 |
+
************************************************************************
|
| 281 |
+
* *
|
| 282 |
+
* 7. Limitation of Liability *
|
| 283 |
+
* -------------------------- *
|
| 284 |
+
* *
|
| 285 |
+
* Under no circumstances and under no legal theory, whether tort *
|
| 286 |
+
* (including negligence), contract, or otherwise, shall any *
|
| 287 |
+
* Contributor, or anyone who distributes Covered Software as *
|
| 288 |
+
* permitted above, be liable to You for any direct, indirect, *
|
| 289 |
+
* special, incidental, or consequential damages of any character *
|
| 290 |
+
* including, without limitation, damages for lost profits, loss of *
|
| 291 |
+
* goodwill, work stoppage, computer failure or malfunction, or any *
|
| 292 |
+
* and all other commercial damages or losses, even if such party *
|
| 293 |
+
* shall have been informed of the possibility of such damages. This *
|
| 294 |
+
* limitation of liability shall not apply to liability for death or *
|
| 295 |
+
* personal injury resulting from such party's negligence to the *
|
| 296 |
+
* extent applicable law prohibits such limitation. Some *
|
| 297 |
+
* jurisdictions do not allow the exclusion or limitation of *
|
| 298 |
+
* incidental or consequential damages, so this exclusion and *
|
| 299 |
+
* limitation may not apply to You. *
|
| 300 |
+
* *
|
| 301 |
+
************************************************************************
|
| 302 |
+
|
| 303 |
+
8. Litigation
|
| 304 |
+
-------------
|
| 305 |
+
|
| 306 |
+
Any litigation relating to this License may be brought only in the
|
| 307 |
+
courts of a jurisdiction where the defendant maintains its principal
|
| 308 |
+
place of business and such litigation shall be governed by laws of that
|
| 309 |
+
jurisdiction, without reference to its conflict-of-law provisions.
|
| 310 |
+
Nothing in this Section shall prevent a party's ability to bring
|
| 311 |
+
cross-claims or counter-claims.
|
| 312 |
+
|
| 313 |
+
9. Miscellaneous
|
| 314 |
+
----------------
|
| 315 |
+
|
| 316 |
+
This License represents the complete agreement concerning the subject
|
| 317 |
+
matter hereof. If any provision of this License is held to be
|
| 318 |
+
unenforceable, such provision shall be reformed only to the extent
|
| 319 |
+
necessary to make it enforceable. Any law or regulation which provides
|
| 320 |
+
that the language of a contract shall be construed against the drafter
|
| 321 |
+
shall not be used to construe this License against a Contributor.
|
| 322 |
+
|
| 323 |
+
10. Versions of the License
|
| 324 |
+
---------------------------
|
| 325 |
+
|
| 326 |
+
10.1. New Versions
|
| 327 |
+
|
| 328 |
+
Mozilla Foundation is the license steward. Except as provided in Section
|
| 329 |
+
10.3, no one other than the license steward has the right to modify or
|
| 330 |
+
publish new versions of this License. Each version will be given a
|
| 331 |
+
distinguishing version number.
|
| 332 |
+
|
| 333 |
+
10.2. Effect of New Versions
|
| 334 |
+
|
| 335 |
+
You may distribute the Covered Software under the terms of the version
|
| 336 |
+
of the License under which You originally received the Covered Software,
|
| 337 |
+
or under the terms of any subsequent version published by the license
|
| 338 |
+
steward.
|
| 339 |
+
|
| 340 |
+
10.3. Modified Versions
|
| 341 |
+
|
| 342 |
+
If you create software not governed by this License, and you want to
|
| 343 |
+
create a new license for such software, you may create and use a
|
| 344 |
+
modified version of this License if you rename the license and remove
|
| 345 |
+
any references to the name of the license steward (except to note that
|
| 346 |
+
such modified license differs from this License).
|
| 347 |
+
|
| 348 |
+
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
| 349 |
+
Licenses
|
| 350 |
+
|
| 351 |
+
If You choose to distribute Source Code Form that is Incompatible With
|
| 352 |
+
Secondary Licenses under the terms of this version of the License, the
|
| 353 |
+
notice described in Exhibit B of this License must be attached.
|
| 354 |
+
|
| 355 |
+
Exhibit A - Source Code Form License Notice
|
| 356 |
+
-------------------------------------------
|
| 357 |
+
|
| 358 |
+
This Source Code Form is subject to the terms of the Mozilla Public
|
| 359 |
+
License, v. 2.0. If a copy of the MPL was not distributed with this
|
| 360 |
+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
| 361 |
+
|
| 362 |
+
If it is not possible or desirable to put the notice in a particular
|
| 363 |
+
file, then You may include the notice in a location (such as a LICENSE
|
| 364 |
+
file in a relevant directory) where a recipient would be likely to look
|
| 365 |
+
for such a notice.
|
| 366 |
+
|
| 367 |
+
You may add additional accurate notices of copyright ownership.
|
| 368 |
+
|
| 369 |
+
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
| 370 |
+
---------------------------------------------------------
|
| 371 |
+
|
| 372 |
+
This Source Code Form is "Incompatible With Secondary Licenses", as
|
| 373 |
+
defined by the Mozilla Public License, v. 2.0.
|
lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ml_dtypes-0.3.2.dist-info/AUTHORS,sha256=00LxZEU-QKyuhG87XbBjmpdQvwEBgBwGfBL5pm5wWaM,301
|
| 2 |
+
ml_dtypes-0.3.2.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 3 |
+
ml_dtypes-0.3.2.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
| 4 |
+
ml_dtypes-0.3.2.dist-info/LICENSE.eigen,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
|
| 5 |
+
ml_dtypes-0.3.2.dist-info/METADATA,sha256=TpSMSPcK5pXgneuWiKLrwY5-S32D-1bY_8ZdlmWUosw,20140
|
| 6 |
+
ml_dtypes-0.3.2.dist-info/RECORD,,
|
| 7 |
+
ml_dtypes-0.3.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 8 |
+
ml_dtypes-0.3.2.dist-info/WHEEL,sha256=1FEjxEYgybphwh9S0FO9IcZ0B-NIeM2ko8OzhFZeOeQ,152
|
| 9 |
+
ml_dtypes-0.3.2.dist-info/top_level.txt,sha256=meeeNkM1LLmTU5q_0ssFs21A_42VAoES24ntCrPqASw,10
|
| 10 |
+
ml_dtypes/__init__.py,sha256=DMH_5pG1jc1Gm19q4rEIx92FCGxMVy_cenCoGAu4cVQ,1629
|
| 11 |
+
ml_dtypes/_finfo.py,sha256=R9gJc0o0ySMctUwmALdxrc5Vpw8Q-bQDn3EHYRBgy-Q,13506
|
| 12 |
+
ml_dtypes/_iinfo.py,sha256=m7pmBGkCrvW8FyZOML2cqHq-xR_16_S26MZi854dPZY,1589
|
| 13 |
+
ml_dtypes/_ml_dtypes_ext.cpython-310-x86_64-linux-gnu.so,sha256=VJryT5U3a6mjHPk47LgFhlKhPRv5kE9K3D9Z6Lj1Pzg,10352280
|
| 14 |
+
ml_dtypes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/REQUESTED
ADDED
|
File without changes
|
lib/python3.10/site-packages/ml_dtypes-0.3.2.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.42.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp310-cp310-manylinux2014_x86_64
|
| 6 |
+
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/LICENSE.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/METADATA
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: pyarrow
|
| 3 |
+
Version: 19.0.1
|
| 4 |
+
Summary: Python library for Apache Arrow
|
| 5 |
+
Maintainer-email: Apache Arrow Developers <dev@arrow.apache.org>
|
| 6 |
+
License: Apache Software License
|
| 7 |
+
Project-URL: Homepage, https://arrow.apache.org/
|
| 8 |
+
Project-URL: Documentation, https://arrow.apache.org/docs/python
|
| 9 |
+
Project-URL: Repository, https://github.com/apache/arrow
|
| 10 |
+
Project-URL: Issues, https://github.com/apache/arrow/issues
|
| 11 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
| 12 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 13 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 14 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 15 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 16 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 17 |
+
Requires-Python: >=3.9
|
| 18 |
+
Description-Content-Type: text/markdown
|
| 19 |
+
License-File: ../LICENSE.txt
|
| 20 |
+
License-File: ../NOTICE.txt
|
| 21 |
+
Provides-Extra: test
|
| 22 |
+
Requires-Dist: pytest ; extra == 'test'
|
| 23 |
+
Requires-Dist: hypothesis ; extra == 'test'
|
| 24 |
+
Requires-Dist: cffi ; extra == 'test'
|
| 25 |
+
Requires-Dist: pytz ; extra == 'test'
|
| 26 |
+
Requires-Dist: pandas ; extra == 'test'
|
| 27 |
+
|
| 28 |
+
<!---
|
| 29 |
+
Licensed to the Apache Software Foundation (ASF) under one
|
| 30 |
+
or more contributor license agreements. See the NOTICE file
|
| 31 |
+
distributed with this work for additional information
|
| 32 |
+
regarding copyright ownership. The ASF licenses this file
|
| 33 |
+
to you under the Apache License, Version 2.0 (the
|
| 34 |
+
"License"); you may not use this file except in compliance
|
| 35 |
+
with the License. You may obtain a copy of the License at
|
| 36 |
+
|
| 37 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 38 |
+
|
| 39 |
+
Unless required by applicable law or agreed to in writing,
|
| 40 |
+
software distributed under the License is distributed on an
|
| 41 |
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
| 42 |
+
KIND, either express or implied. See the License for the
|
| 43 |
+
specific language governing permissions and limitations
|
| 44 |
+
under the License.
|
| 45 |
+
-->
|
| 46 |
+
|
| 47 |
+
## Python library for Apache Arrow
|
| 48 |
+
|
| 49 |
+
[](https://pypi.org/project/pyarrow/) [](https://anaconda.org/conda-forge/pyarrow)
|
| 50 |
+
|
| 51 |
+
This library provides a Python API for functionality provided by the Arrow C++
|
| 52 |
+
libraries, along with tools for Arrow integration and interoperability with
|
| 53 |
+
pandas, NumPy, and other software in the Python ecosystem.
|
| 54 |
+
|
| 55 |
+
## Installing
|
| 56 |
+
|
| 57 |
+
Across platforms, you can install a recent version of pyarrow with the conda
|
| 58 |
+
package manager:
|
| 59 |
+
|
| 60 |
+
```shell
|
| 61 |
+
conda install pyarrow -c conda-forge
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
On Linux, macOS, and Windows, you can also install binary wheels from PyPI with
|
| 65 |
+
pip:
|
| 66 |
+
|
| 67 |
+
```shell
|
| 68 |
+
pip install pyarrow
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
If you encounter any issues importing the pip wheels on Windows, you may need
|
| 72 |
+
to install the [Visual C++ Redistributable for Visual Studio 2015][6].
|
| 73 |
+
|
| 74 |
+
## Development
|
| 75 |
+
|
| 76 |
+
See [Python Development][2] in the documentation subproject.
|
| 77 |
+
|
| 78 |
+
### Building the documentation
|
| 79 |
+
|
| 80 |
+
See [documentation build instructions][1] in the documentation subproject.
|
| 81 |
+
|
| 82 |
+
[1]: https://github.com/apache/arrow/blob/main/docs/source/developers/documentation.rst
|
| 83 |
+
[2]: https://github.com/apache/arrow/blob/main/docs/source/developers/python.rst
|
| 84 |
+
[3]: https://github.com/pandas-dev/pandas
|
| 85 |
+
[5]: https://arrow.apache.org/docs/latest/python/benchmarks.html
|
| 86 |
+
[6]: https://www.microsoft.com/en-us/download/details.aspx?id=48145
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/NOTICE.txt
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache Arrow
|
| 2 |
+
Copyright 2016-2024 The Apache Software Foundation
|
| 3 |
+
|
| 4 |
+
This product includes software developed at
|
| 5 |
+
The Apache Software Foundation (http://www.apache.org/).
|
| 6 |
+
|
| 7 |
+
This product includes software from the SFrame project (BSD, 3-clause).
|
| 8 |
+
* Copyright (C) 2015 Dato, Inc.
|
| 9 |
+
* Copyright (c) 2009 Carnegie Mellon University.
|
| 10 |
+
|
| 11 |
+
This product includes software from the Feather project (Apache 2.0)
|
| 12 |
+
https://github.com/wesm/feather
|
| 13 |
+
|
| 14 |
+
This product includes software from the DyND project (BSD 2-clause)
|
| 15 |
+
https://github.com/libdynd
|
| 16 |
+
|
| 17 |
+
This product includes software from the LLVM project
|
| 18 |
+
* distributed under the University of Illinois Open Source
|
| 19 |
+
|
| 20 |
+
This product includes software from the google-lint project
|
| 21 |
+
* Copyright (c) 2009 Google Inc. All rights reserved.
|
| 22 |
+
|
| 23 |
+
This product includes software from the mman-win32 project
|
| 24 |
+
* Copyright https://code.google.com/p/mman-win32/
|
| 25 |
+
* Licensed under the MIT License;
|
| 26 |
+
|
| 27 |
+
This product includes software from the LevelDB project
|
| 28 |
+
* Copyright (c) 2011 The LevelDB Authors. All rights reserved.
|
| 29 |
+
* Use of this source code is governed by a BSD-style license that can be
|
| 30 |
+
* Moved from Kudu http://github.com/cloudera/kudu
|
| 31 |
+
|
| 32 |
+
This product includes software from the CMake project
|
| 33 |
+
* Copyright 2001-2009 Kitware, Inc.
|
| 34 |
+
* Copyright 2012-2014 Continuum Analytics, Inc.
|
| 35 |
+
* All rights reserved.
|
| 36 |
+
|
| 37 |
+
This product includes software from https://github.com/matthew-brett/multibuild (BSD 2-clause)
|
| 38 |
+
* Copyright (c) 2013-2016, Matt Terry and Matthew Brett; all rights reserved.
|
| 39 |
+
|
| 40 |
+
This product includes software from the Ibis project (Apache 2.0)
|
| 41 |
+
* Copyright (c) 2015 Cloudera, Inc.
|
| 42 |
+
* https://github.com/cloudera/ibis
|
| 43 |
+
|
| 44 |
+
This product includes software from Dremio (Apache 2.0)
|
| 45 |
+
* Copyright (C) 2017-2018 Dremio Corporation
|
| 46 |
+
* https://github.com/dremio/dremio-oss
|
| 47 |
+
|
| 48 |
+
This product includes software from Google Guava (Apache 2.0)
|
| 49 |
+
* Copyright (C) 2007 The Guava Authors
|
| 50 |
+
* https://github.com/google/guava
|
| 51 |
+
|
| 52 |
+
This product include software from CMake (BSD 3-Clause)
|
| 53 |
+
* CMake - Cross Platform Makefile Generator
|
| 54 |
+
* Copyright 2000-2019 Kitware, Inc. and Contributors
|
| 55 |
+
|
| 56 |
+
The web site includes files generated by Jekyll.
|
| 57 |
+
|
| 58 |
+
--------------------------------------------------------------------------------
|
| 59 |
+
|
| 60 |
+
This product includes code from Apache Kudu, which includes the following in
|
| 61 |
+
its NOTICE file:
|
| 62 |
+
|
| 63 |
+
Apache Kudu
|
| 64 |
+
Copyright 2016 The Apache Software Foundation
|
| 65 |
+
|
| 66 |
+
This product includes software developed at
|
| 67 |
+
The Apache Software Foundation (http://www.apache.org/).
|
| 68 |
+
|
| 69 |
+
Portions of this software were developed at
|
| 70 |
+
Cloudera, Inc (http://www.cloudera.com/).
|
| 71 |
+
|
| 72 |
+
--------------------------------------------------------------------------------
|
| 73 |
+
|
| 74 |
+
This product includes code from Apache ORC, which includes the following in
|
| 75 |
+
its NOTICE file:
|
| 76 |
+
|
| 77 |
+
Apache ORC
|
| 78 |
+
Copyright 2013-2019 The Apache Software Foundation
|
| 79 |
+
|
| 80 |
+
This product includes software developed by The Apache Software
|
| 81 |
+
Foundation (http://www.apache.org/).
|
| 82 |
+
|
| 83 |
+
This product includes software developed by Hewlett-Packard:
|
| 84 |
+
(c) Copyright [2014-2015] Hewlett-Packard Development Company, L.P
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/RECORD
ADDED
|
@@ -0,0 +1,772 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pyarrow-19.0.1.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 2 |
+
pyarrow-19.0.1.dist-info/LICENSE.txt,sha256=Ip2-KeThNE6VFy9vOkJ37A2lx4UMsDiXxH86JLevzgg,110423
|
| 3 |
+
pyarrow-19.0.1.dist-info/METADATA,sha256=EgoXyOAG0uHz9AcThf0LXwm5wXtgAEPdKLAGB_sCJlw,3292
|
| 4 |
+
pyarrow-19.0.1.dist-info/NOTICE.txt,sha256=ti6iQmQtOhjx4psMH-CCQVppQ_4VjuIrSM_zdi81QAk,3032
|
| 5 |
+
pyarrow-19.0.1.dist-info/RECORD,,
|
| 6 |
+
pyarrow-19.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 7 |
+
pyarrow-19.0.1.dist-info/WHEEL,sha256=7fIOuxOvQdM3WcnNr5qDe310YKFXhPxz6MdvYC4bKQg,113
|
| 8 |
+
pyarrow-19.0.1.dist-info/top_level.txt,sha256=Zuk_c1WeinXdMz20fXlEtGC67zfKOWuwU8adpEEU_nI,18
|
| 9 |
+
pyarrow/__init__.pxd,sha256=Wnar1phFqM_ZHnZmtbuqm6wJHsXlBoYKhV7Qmo2jUHA,2195
|
| 10 |
+
pyarrow/__init__.py,sha256=8eizEp9avDHVfocI_YGNiI0uHpD2trTr-HnGzQYPP0I,18343
|
| 11 |
+
pyarrow/_acero.cpython-310-x86_64-linux-gnu.so,sha256=9XZf_tOeaxK8ZSRhJbkiB5tb1877639yH7gCclqS4V8,326104
|
| 12 |
+
pyarrow/_acero.pxd,sha256=5ish_GgGWvit4ebhzoZil7b-m0r2RuG5JwYoxsH34FI,1440
|
| 13 |
+
pyarrow/_acero.pyx,sha256=56orFsG2ksoP4C0DPIa-ruQxQRCC489lYlHkGJIh1zY,21301
|
| 14 |
+
pyarrow/_azurefs.cpython-310-x86_64-linux-gnu.so,sha256=_UZOiFDnuUhrkyJnSeDBsr9Ns0V6-A7G6lXGWnXxnNw,106720
|
| 15 |
+
pyarrow/_azurefs.pyx,sha256=ezGU_z3kIw2r14YAB4yogaxMssJXikcxajz4dZSez1k,5909
|
| 16 |
+
pyarrow/_compute.cpython-310-x86_64-linux-gnu.so,sha256=6tYhuC-42nJzbMdAaB1WEfw_hP87p2s6zpuIDc5Z_NU,1341568
|
| 17 |
+
pyarrow/_compute.pxd,sha256=nmjgwV2KCGFfxZj5ruDwM4oH1ITqF0rDQS0yDvcaXBA,1949
|
| 18 |
+
pyarrow/_compute.pyx,sha256=x02Wd7ZJE91I2O3bT--t0eITZkLZLrr9hIkHSiCD6do,107266
|
| 19 |
+
pyarrow/_compute_docstrings.py,sha256=7Vg8jt1aCsWrpTxsdqR7gY6M0faxXNX31c1RZdq9CFw,1707
|
| 20 |
+
pyarrow/_csv.cpython-310-x86_64-linux-gnu.so,sha256=eWfTCJGI59ScgiTiM75uPq_Qj_OKRMQdZHDQdzJ6Wj4,362600
|
| 21 |
+
pyarrow/_csv.pxd,sha256=1Zk3Zpvvhy-Tb7c79Aqd4e7bBM21kc1JxWJkl02Y4DE,1638
|
| 22 |
+
pyarrow/_csv.pyx,sha256=aqWLHgfZ-nrqKHfVVVXeGbtY2ZChE6Oi9qIa5jP4m1M,54705
|
| 23 |
+
pyarrow/_cuda.pxd,sha256=VzhM6j9dpNgrABlvFJKoMpRC0As55im-M3tgPTOuwEk,1922
|
| 24 |
+
pyarrow/_cuda.pyx,sha256=YSlswn4Tj1H24SL_iPIGqT3v3JmofE7NwCunuOLMNwY,35136
|
| 25 |
+
pyarrow/_dataset.cpython-310-x86_64-linux-gnu.so,sha256=TlvNHf5NFdQZFuN6_tWMkPl5EzvDq17A7SVsD7qyBJA,1095408
|
| 26 |
+
pyarrow/_dataset.pxd,sha256=Ag9rUhoBySU6ba3wFLeuZyWMJnz9VkAf9TQEzWG4hUU,4944
|
| 27 |
+
pyarrow/_dataset.pyx,sha256=0s49JhLHOgYYc5z8cXdwcMrJpOPclfcd4dh9DgbRYpc,158842
|
| 28 |
+
pyarrow/_dataset_orc.cpython-310-x86_64-linux-gnu.so,sha256=ZtXvVzrnGtr6ACdzzjVDEj1PEJUh_irUay5aROJxO9Q,79976
|
| 29 |
+
pyarrow/_dataset_orc.pyx,sha256=JSFoRI0pfHtL2jeIuPg5TJHodcfuCNYmj_iEZ4xY87w,1499
|
| 30 |
+
pyarrow/_dataset_parquet.cpython-310-x86_64-linux-gnu.so,sha256=HSSOaS6UBoFxUZbd3a3OjteYlNTAPL7wAypbibIsoD4,369496
|
| 31 |
+
pyarrow/_dataset_parquet.pxd,sha256=y-3iKehyB_eB_oeqjtt4aQRbUpVGVN1oUMFGIY13brE,1572
|
| 32 |
+
pyarrow/_dataset_parquet.pyx,sha256=x_VvTpuF9vxfAAUGkLZrr0N_TCxYWlqMahlkg0201gQ,38916
|
| 33 |
+
pyarrow/_dataset_parquet_encryption.cpython-310-x86_64-linux-gnu.so,sha256=dcqGNZu5EojLPaR2610q053ihZaeWvqxtKK15XzhaSI,122184
|
| 34 |
+
pyarrow/_dataset_parquet_encryption.pyx,sha256=p7LDNUsp3jMVcWDcbOFp8a3CYJjASVPI_tfATpY-ePg,7229
|
| 35 |
+
pyarrow/_dlpack.pxi,sha256=clw0FkGoyZMEtUU8zPpO_DMtl2X-27kb2UtyhQuIc1s,1832
|
| 36 |
+
pyarrow/_feather.cpython-310-x86_64-linux-gnu.so,sha256=Hgg4Ya3mRAm-ohq6DzQ7HjF8rnXDleya26ZRkhNECzs,115680
|
| 37 |
+
pyarrow/_feather.pyx,sha256=DWQI4U0uAWE1ZYUwPreBPJg1TGLEGmF3wPEIRL-PhPw,3773
|
| 38 |
+
pyarrow/_flight.cpython-310-x86_64-linux-gnu.so,sha256=Z97g_EV9cp5D4YMxBYykTsR-RtLkFXLx7etlFMCON_E,1319304
|
| 39 |
+
pyarrow/_flight.pyx,sha256=YEHQPtbvYUlq1gWbpq9ijd-j5DHjWFJ3GFnacmdFyNM,114136
|
| 40 |
+
pyarrow/_fs.cpython-310-x86_64-linux-gnu.so,sha256=EAy2RJdAavdkrc_EakHCHRssFlamULFEEze8T89MiWk,500480
|
| 41 |
+
pyarrow/_fs.pxd,sha256=SmHS31eyYU7VUZlVuP613HKgpd7bENnQGApvX_g2Lfw,2439
|
| 42 |
+
pyarrow/_fs.pyx,sha256=MjDANZDAaHHz1nryL-rxSaKtuPoe_qRWEfbaAlOE0PY,52479
|
| 43 |
+
pyarrow/_gcsfs.cpython-310-x86_64-linux-gnu.so,sha256=jPr9gx0EXp2v61rezw-lCHz_t_GFmJ7B_3oAJh97KVw,133496
|
| 44 |
+
pyarrow/_gcsfs.pyx,sha256=fa1QmTQII9sFKtjtfeZPQfTEntAh3IGyJJ1w116OCA4,9121
|
| 45 |
+
pyarrow/_generated_version.py,sha256=DaPWDx9zwJv8Im89QSff5-giHF9ZO7FOjjkbN73ULwI,413
|
| 46 |
+
pyarrow/_hdfs.cpython-310-x86_64-linux-gnu.so,sha256=rmPQhG0o9kjTCOOG8vx-9fdMvM-Sv-UNdaaadXWJcB0,131824
|
| 47 |
+
pyarrow/_hdfs.pyx,sha256=HA0KkZa6aVRmwg3ku3U7lZo_8COn1cLwylfc6nEJUlg,5885
|
| 48 |
+
pyarrow/_json.cpython-310-x86_64-linux-gnu.so,sha256=Yn5qKHU4P6qJCaiLEkeA6ZW6ljTtLj5Xfnr-fCzZP_g,113536
|
| 49 |
+
pyarrow/_json.pxd,sha256=tECTP14M12-b_ja5QI3snQbd0uWPWmmC9FwkWq23Vg0,1206
|
| 50 |
+
pyarrow/_json.pyx,sha256=RmaWaSTG61u2Qcmc_fLsTns_awLJDls3_SdlaCAg53Y,9860
|
| 51 |
+
pyarrow/_orc.cpython-310-x86_64-linux-gnu.so,sha256=nbqK2uQBxsp5KXQbEjQIVJ055hz36um1HMtaom8HBfQ,208992
|
| 52 |
+
pyarrow/_orc.pxd,sha256=6hL0cq1RufqQD-B_bV3ne1rhu2g-h4rDOFNQsSb6qps,5689
|
| 53 |
+
pyarrow/_orc.pyx,sha256=Pn7r4dzagWaqMf8rymbXBIWisxonBaStZgXCi7pfrZI,15556
|
| 54 |
+
pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so,sha256=RWuOog0LEHzgLbTusg0rngIfdAEr-pTvXaN_ABchESU,605704
|
| 55 |
+
pyarrow/_parquet.pxd,sha256=bLdSgSZg1bn-ZsQbAKOWH44esooFHQOiO9wqmrQuvn4,26805
|
| 56 |
+
pyarrow/_parquet.pyx,sha256=2nis3nkR7N-t-sTR7LaQrKo20EmRJzDDO8yZ9TUFXOA,74392
|
| 57 |
+
pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so,sha256=xDEt6fhUEVlKiRZl_lzBMHo0do3sQMX4kMRhwJ2d44o,285336
|
| 58 |
+
pyarrow/_parquet_encryption.pxd,sha256=1vQnkyS1rLrSNMlmuW62PxkOmCsYpzC60L9mqD0_LYc,2586
|
| 59 |
+
pyarrow/_parquet_encryption.pyx,sha256=CaTiq5EjTVGYQnxDEmpYcItSBiEencV-pNEu-lBAiOk,18625
|
| 60 |
+
pyarrow/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so,sha256=qWvzRA0IBL6Swu8vngcJ5PoPXfTRIBIKZQ8No3AVq_k,89712
|
| 61 |
+
pyarrow/_pyarrow_cpp_tests.pxd,sha256=nPyRmNtFbOUvSXCwegAApQFfh8UI_K9Hq5dN4oPAxdo,1199
|
| 62 |
+
pyarrow/_pyarrow_cpp_tests.pyx,sha256=gLeMzB9RWodZgXEpipX65_0aqWu12SjMld0JZmZVRP0,1753
|
| 63 |
+
pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so,sha256=4ZK2Q1WMch3aFOTnwcD_QIqaA0ay8Fo9vU3FJWwfXhs,231872
|
| 64 |
+
pyarrow/_s3fs.pyx,sha256=5FysopSDVe8OmTObvTtSm8AVcGOB7zFE0LRKreHoDoE,19706
|
| 65 |
+
pyarrow/_substrait.cpython-310-x86_64-linux-gnu.so,sha256=Ld9oxUEDxpA13D2--pEDOU9ojdAKJBVgirh_24OwQT4,219768
|
| 66 |
+
pyarrow/_substrait.pyx,sha256=fZT496mzp1ssSKIzqtmPeGBKeYq5f0vm8cWlWqaC408,15666
|
| 67 |
+
pyarrow/acero.py,sha256=dUbxRMvwscdyGJqK_RNDRwcEndgn_RjvsI4hyC5Hvzs,15332
|
| 68 |
+
pyarrow/array.pxi,sha256=haWfEg86jGKrbZEPiK0dDTKcYBqnI7SHFDYudsMgiRg,152394
|
| 69 |
+
pyarrow/benchmark.pxi,sha256=DYXdu-jMSH7XcTohbc8x8NiKRLtpX9IULfY20ohkffA,869
|
| 70 |
+
pyarrow/benchmark.py,sha256=k9Z3yQyoojpYz4lTA6DkCfqT6fPG3N2fJtsHKjpbYFo,856
|
| 71 |
+
pyarrow/builder.pxi,sha256=9QE4KAiA4JpA7-2JLgX3xo32jRtuWZ3YqC-T9GzUVDc,4634
|
| 72 |
+
pyarrow/cffi.py,sha256=hEcrPH9KeG6NES3ZCpSbOVYhOgDOuBB_2LgMMucgw-8,2396
|
| 73 |
+
pyarrow/compat.pxi,sha256=Sq5c3CKq0uj5aDyOoHHkPEO_VsSpZ90JRaL2rAKHk5I,1920
|
| 74 |
+
pyarrow/compute.py,sha256=53CkbhbAbZhM4NgxitaXjkY8O8idNMclhhmbUbAxgus,23540
|
| 75 |
+
pyarrow/config.pxi,sha256=E6QOFjdlw3H1a5BOAevYNJJEmmm6FblfaaeyspnWBWw,3092
|
| 76 |
+
pyarrow/conftest.py,sha256=afosSyVsVRsJdDXRXOFQEyj4qVO39OtZYVb_wbvvadU,9811
|
| 77 |
+
pyarrow/csv.py,sha256=S6tm31Bra9HPf9IsYwBLltZBLMvNzypWfeCLySsjmds,974
|
| 78 |
+
pyarrow/cuda.py,sha256=j--8HcBAm5Ib-kbhK4d2M6SVQmDWkr7Mt5fnwU2LzdQ,1087
|
| 79 |
+
pyarrow/dataset.py,sha256=q5wx2c8CJYaAvdJyfSO2h2SzfALqN4XMz-4uGoV31qk,40303
|
| 80 |
+
pyarrow/device.pxi,sha256=CtVBXp68zNXrrPwehh56igfLsMSlYRo5rWFcKkEP_gY,5569
|
| 81 |
+
pyarrow/error.pxi,sha256=Wj7-NGUfdvlEwAwd8Ta_JqRC8IUOUpm_PmpvizCFvfY,8909
|
| 82 |
+
pyarrow/feather.py,sha256=9rWL-TYK_qc0FW3vIyYyd6Xt86ApJWLqo-2cK3F5vGQ,9959
|
| 83 |
+
pyarrow/flight.py,sha256=HLB04A0SZ35MZJumPIuBu5I2dpetjEc-CGMEdjQeQRQ,2177
|
| 84 |
+
pyarrow/fs.py,sha256=M-cSbS2bBR4MwbJqpz9Q7VxHY8fa89StEw2J0XMMF7E,14899
|
| 85 |
+
pyarrow/gandiva.pyx,sha256=bF23rkq6e45i-CePDZeTy9iFwoeg8ElrNjz9VK97QRs,24503
|
| 86 |
+
pyarrow/include/arrow/acero/accumulation_queue.h,sha256=SolyqgTMANZ87SSNpgGFnnsj5raGjay0wjRcwbnCbB0,5892
|
| 87 |
+
pyarrow/include/arrow/acero/aggregate_node.h,sha256=9HdFxR6tzSfx_UaUHZtS1I2FCbm3PvfF8FdekVpBO34,2155
|
| 88 |
+
pyarrow/include/arrow/acero/api.h,sha256=fRuKEHbKDYWRCwSHLc7vSD-6mQavyOsztluCR7evFCk,1151
|
| 89 |
+
pyarrow/include/arrow/acero/asof_join_node.h,sha256=Ko6r1wDjxg01FE9-xKkttx7WzCAzf43GxbpvGHgKZp8,1490
|
| 90 |
+
pyarrow/include/arrow/acero/backpressure_handler.h,sha256=CsSWRenrtbZYiNnf-cdYCgMLmu5KUAPUKNKMDWttoD4,2810
|
| 91 |
+
pyarrow/include/arrow/acero/benchmark_util.h,sha256=T5bNabF1TDAp28S7V_vt_VIDn6l5Be0zOVCHhcTcFf8,1943
|
| 92 |
+
pyarrow/include/arrow/acero/bloom_filter.h,sha256=bFzzAzQrs9ePp2tCPQIuk1Oa9gG_Nyp72M_HM0dhakM,11978
|
| 93 |
+
pyarrow/include/arrow/acero/exec_plan.h,sha256=U0KA3tnNvVb75G0XQFLVbGzXCGdddGyRhW3zMa8oWJc,35909
|
| 94 |
+
pyarrow/include/arrow/acero/hash_join.h,sha256=Ji0k5z778QtNQ0MwU6xBP6z7ajLk79Va-vgCqrlApso,3003
|
| 95 |
+
pyarrow/include/arrow/acero/hash_join_dict.h,sha256=_BKJmK3Z_KdJuYHh4KQCuT_1rXlUohrtEgGLtEJ4fgQ,15360
|
| 96 |
+
pyarrow/include/arrow/acero/hash_join_node.h,sha256=FXT-aeXL7nNTuV75f9oXgdGyqMK_72GnqGUm9cmBnko,4378
|
| 97 |
+
pyarrow/include/arrow/acero/map_node.h,sha256=Bd1HcW0N5azoIVth2ATeHxgTKd9XmmEkz42YBNw5eK0,2628
|
| 98 |
+
pyarrow/include/arrow/acero/options.h,sha256=w1cAGvRtp1qrK_9g9NbvzQLC26MAg_uFgakvl5d6LWU,37418
|
| 99 |
+
pyarrow/include/arrow/acero/order_by_impl.h,sha256=dQqplP-AZWPZRKio8LmTjYWlCYz9VmW-usUrtaLpd_w,1691
|
| 100 |
+
pyarrow/include/arrow/acero/partition_util.h,sha256=Q-YoDSOt5iDoRxg7ZQ81d44RBYfbNgO1kIg6CsE0tAc,7438
|
| 101 |
+
pyarrow/include/arrow/acero/pch.h,sha256=8VXXI10rUHzlQiAthx-yjHMQCpGL3dgAiVaGzTubPPE,1094
|
| 102 |
+
pyarrow/include/arrow/acero/query_context.h,sha256=D364aGRS3uWe8lgYqCNRjVvs5sKetLOOXzACdp5GZeg,6212
|
| 103 |
+
pyarrow/include/arrow/acero/schema_util.h,sha256=KA_hV2xy2TRccMyksSzQrdH9_rdGo3tQyHOIvrWWYBQ,7961
|
| 104 |
+
pyarrow/include/arrow/acero/task_util.h,sha256=6pqILuYfcVwt9HqVhRfXFVJoOC-Q_dtk8mQ5SxjgwbY,3706
|
| 105 |
+
pyarrow/include/arrow/acero/test_nodes.h,sha256=xKeLWZZC8iokveVXPjseO1MOvWMcby-0xiMISy0qw8E,2877
|
| 106 |
+
pyarrow/include/arrow/acero/time_series_util.h,sha256=W9yzoaTGkB2jtYm8w2CYknSw1EjMbsdTfmEuuL2zMtk,1210
|
| 107 |
+
pyarrow/include/arrow/acero/tpch_node.h,sha256=l3zocxHTfGmXTjywJxwoXCIk9tjzURgWdYKSgSk8DAQ,2671
|
| 108 |
+
pyarrow/include/arrow/acero/type_fwd.h,sha256=4zLhtLJf_7MSXgrhQIZVGeLxjT7JrEDAn9yW75DTFlc,1103
|
| 109 |
+
pyarrow/include/arrow/acero/util.h,sha256=byhMEj5XoAUy-93AjLrx_p9_iUZdYn5uJ_cDkCJQt5Q,6121
|
| 110 |
+
pyarrow/include/arrow/acero/visibility.h,sha256=E-4G2O4F2YabXnFNJYnsI2VbVoKBtO7AXqh_SPuJi6k,1616
|
| 111 |
+
pyarrow/include/arrow/adapters/orc/adapter.h,sha256=G5SSGGYMSREILC43kqL5fqo94c4tKgukitO15m217tY,11031
|
| 112 |
+
pyarrow/include/arrow/adapters/orc/options.h,sha256=FMxda5YSskRrB6h9FvcAuMxl5qdavWrNYHPlanjtk48,3696
|
| 113 |
+
pyarrow/include/arrow/adapters/tensorflow/convert.h,sha256=ZGFAodnwTJK0ZoXfgYJdjgi_F4vfEhI9E87zejxVb6E,3465
|
| 114 |
+
pyarrow/include/arrow/api.h,sha256=Gs6HiRBYU5N7-a79hjTl9WMSda551XdUKpWthFY2v1s,2491
|
| 115 |
+
pyarrow/include/arrow/array.h,sha256=P5oW6hvD2j97bLaSTE4_UHuV6Y38DTwJVww3Eb3xdTQ,1981
|
| 116 |
+
pyarrow/include/arrow/array/array_base.h,sha256=czxtw9UEgH8UldkhezR2am9K7GRZjWTrXMkX8TL5dwU,12147
|
| 117 |
+
pyarrow/include/arrow/array/array_binary.h,sha256=JvtB8DoR0_tqfSFS_9nMRrJ39lt1cTm5yXh-DLkhqjU,11247
|
| 118 |
+
pyarrow/include/arrow/array/array_decimal.h,sha256=xRfrZ1IFO09EmkHEolCwrJ4lsXjLo5DXdfH5_v2gSyw,3105
|
| 119 |
+
pyarrow/include/arrow/array/array_dict.h,sha256=6AMbSnZoMj-nhQhZhG4RNnxy9VVPk2DvZjVblwIUhgY,7611
|
| 120 |
+
pyarrow/include/arrow/array/array_nested.h,sha256=xySiF5b1ab97GifKMx6FuYZWb2_6e3YvSMfOORGe3J4,37605
|
| 121 |
+
pyarrow/include/arrow/array/array_primitive.h,sha256=_U8_pTHg-aHY5jaSFjHZ4hqRPXdYiyKTpr2y3OcJcdg,8184
|
| 122 |
+
pyarrow/include/arrow/array/array_run_end.h,sha256=4zs3tcUrIgDOhSEOywJ1vGY2lsH-5QuEBn87mxnDbi8,5101
|
| 123 |
+
pyarrow/include/arrow/array/builder_adaptive.h,sha256=92DpiIZDXSI_yOrMftj7P60zlCLjNmwfGM5ubdbXWM4,6861
|
| 124 |
+
pyarrow/include/arrow/array/builder_base.h,sha256=CP9kS8pDFd4XyJQdgIlBp3pTIX9mND1Lvh85re4IC8w,13723
|
| 125 |
+
pyarrow/include/arrow/array/builder_binary.h,sha256=01BrSwkFQNAEy4FVYi8Esbd2CaeyxN04GDUoXsQUFhU,32718
|
| 126 |
+
pyarrow/include/arrow/array/builder_decimal.h,sha256=DFxyFlpzWRZS9zdBhsjII5fFUOMY9bXHn3EIrIvmOMo,5051
|
| 127 |
+
pyarrow/include/arrow/array/builder_dict.h,sha256=FZjvCRIDmVuwmzx_HCcDK6ZjNoZKCEsSV-fGI0K974Y,27899
|
| 128 |
+
pyarrow/include/arrow/array/builder_nested.h,sha256=1In_M8pjkaqTuvNZlbGXWGID33CW2eBhy4in0oZsavA,31231
|
| 129 |
+
pyarrow/include/arrow/array/builder_primitive.h,sha256=2cXeRS4yY04CzAPCNobFYIrkQErlKy6v01v6VepHNsk,20926
|
| 130 |
+
pyarrow/include/arrow/array/builder_run_end.h,sha256=SZIdsUKK1qAc9pdonPGf0A_aikZHcxxzicezRGR5hLs,11416
|
| 131 |
+
pyarrow/include/arrow/array/builder_time.h,sha256=8M2ifZnDgujSItXKsevyBdtM6Iky3ImyeIdAqZV3fec,2548
|
| 132 |
+
pyarrow/include/arrow/array/builder_union.h,sha256=8BF532sAMc7JxWIbSN-yX6Z9fqY9jmmsIa054DPvbWE,10144
|
| 133 |
+
pyarrow/include/arrow/array/concatenate.h,sha256=wBy-CBTz9MeRCmcnfXGvkXnvSRApvPOcfCf64A42ys8,2059
|
| 134 |
+
pyarrow/include/arrow/array/data.h,sha256=lAkZych3ue1xy542ZWSGP6ZS_iB6z8W4qBw-IzrPJ6E,25160
|
| 135 |
+
pyarrow/include/arrow/array/diff.h,sha256=bYNKy2oLAxtt6VYDWvCfq2bnJTVNjG5KMTsGl-gT_kM,3344
|
| 136 |
+
pyarrow/include/arrow/array/statistics.h,sha256=7iNUdm9vOdoN2gDor-AUdAwYcAzTuhZjs-fOpBnaTIQ,5325
|
| 137 |
+
pyarrow/include/arrow/array/util.h,sha256=qVHvCaVlALz8WJwAjyMwsBm5J2iN89CSgj7NpmmqlkI,3652
|
| 138 |
+
pyarrow/include/arrow/array/validate.h,sha256=JdDb3XJg4TmAfpv_zgu2ITfL2H9no10TQit-HPj9Myw,1710
|
| 139 |
+
pyarrow/include/arrow/buffer.h,sha256=EfXDyFegRdva4rv4nf0jtErnIrt9_FWoXSHk6OPk_G8,23092
|
| 140 |
+
pyarrow/include/arrow/buffer_builder.h,sha256=tXWILwHW0MKpve7NIU2ElElPY0y0ooISa82Dq6UdhVU,17371
|
| 141 |
+
pyarrow/include/arrow/builder.h,sha256=mBxMko271lJ7Xbku0hCixj943Yx-d2i4Q5Hm2WfwiGM,1546
|
| 142 |
+
pyarrow/include/arrow/c/abi.h,sha256=GCjxzmA2jNWQ0ZWVkQ-hnbCbMHKPikO1-JkzYj96cnY,20318
|
| 143 |
+
pyarrow/include/arrow/c/bridge.h,sha256=6e6ZoIsG-pE8FQ5aU4nRJ71vVL3U9k697g7PYKDsVz4,21789
|
| 144 |
+
pyarrow/include/arrow/c/dlpack.h,sha256=_HIa9AKR2mwbhf1aChIpMF_XDpFrPaf58Lt3fVxWRWc,1817
|
| 145 |
+
pyarrow/include/arrow/c/dlpack_abi.h,sha256=mjp9WWq8qv6gkGirT4y0o3BL_ZI9VyHQpJ5aEpPFetI,9920
|
| 146 |
+
pyarrow/include/arrow/c/helpers.h,sha256=f0Q519PwoliFHpxsHp-QvbP6fpVMN2Ha35Tk-RBK6Ws,6279
|
| 147 |
+
pyarrow/include/arrow/chunk_resolver.h,sha256=oVm7DpbWRmjJhexj_h6BtispCBxFZPIHK1kl9goBGG8,12841
|
| 148 |
+
pyarrow/include/arrow/chunked_array.h,sha256=z6LA9OB3uhtmn7ZZe5wfi3Am3icVQ-L_e8s3KEMuq18,10647
|
| 149 |
+
pyarrow/include/arrow/compare.h,sha256=U5craXnXACCUzQ8HmGYyhTehNrOezcVUP1ABAlxI62E,5555
|
| 150 |
+
pyarrow/include/arrow/compute/api.h,sha256=IQKXz_6YBBfHKOkuqkXIh9ZTZYyVgq7aEBTIzMkZEiI,2071
|
| 151 |
+
pyarrow/include/arrow/compute/api_aggregate.h,sha256=cgXomjDDHoAK_ddzyH1NSqWAewzEYPD7qJBj4x5Rkhk,17173
|
| 152 |
+
pyarrow/include/arrow/compute/api_scalar.h,sha256=18S7h2X0e1UasI3Z0E6IXd91jghwassd_QNXKubkmFY,69411
|
| 153 |
+
pyarrow/include/arrow/compute/api_vector.h,sha256=6jxDvg_Zz14_63SfVlWnfUff135kls1aGGK_d9h3bj8,29122
|
| 154 |
+
pyarrow/include/arrow/compute/cast.h,sha256=Xw9j03AIAMU_hZiqk9d2ZD4xTmESkfXaDsuZkiTypLs,4245
|
| 155 |
+
pyarrow/include/arrow/compute/exec.h,sha256=0ZAA9_tzcQEr364sjJ3SwgTtURTwtCjRLzo_LOdn960,17969
|
| 156 |
+
pyarrow/include/arrow/compute/expression.h,sha256=llX_81uUIyJ8vPmP8-2mAippyw4cVNhCGfqHRY37FOM,11184
|
| 157 |
+
pyarrow/include/arrow/compute/function.h,sha256=krTXaLowvT1cKhecs70urPQcx74vQCJ4jswtBE4Xs5A,16345
|
| 158 |
+
pyarrow/include/arrow/compute/function_options.h,sha256=Q9rjkXPrU9-Xi64_fMLPbBbW_byhjJFsvHppP1CumdA,3088
|
| 159 |
+
pyarrow/include/arrow/compute/kernel.h,sha256=ywsxF87w2eI4li8be7Wiua5bXp0NYhMb7LS8IzPFO3U,31406
|
| 160 |
+
pyarrow/include/arrow/compute/ordering.h,sha256=8Vw3VzDi1mGgVwKGQZakz9TVj0A40wxcL13EvuqNVjU,4129
|
| 161 |
+
pyarrow/include/arrow/compute/registry.h,sha256=x7LHiaNEVvZ0VUssZFsasB52Z1AxRflkdI5tR1hhzqc,4837
|
| 162 |
+
pyarrow/include/arrow/compute/row/grouper.h,sha256=m-XUADUbpC2wSYmea8rFMbooh0gJQtdTBoF81ywhhjY,7319
|
| 163 |
+
pyarrow/include/arrow/compute/type_fwd.h,sha256=-O63QUbsxWws8TBi55x6u9FweUSSOOfizhE4pTczLd4,1537
|
| 164 |
+
pyarrow/include/arrow/compute/util.h,sha256=eF_BX2aftTa3qUJwaZA3QGTajrDv4nf6HKXs6dOmjug,8863
|
| 165 |
+
pyarrow/include/arrow/config.h,sha256=8liyKI0CJO0G-Fz5I--QjIAwh0m4hosfyAOwvVVs0sU,3044
|
| 166 |
+
pyarrow/include/arrow/csv/api.h,sha256=LbwWhPyIsi_73hvsSr77RNR9uUxrVyXM__hp7QcSom0,907
|
| 167 |
+
pyarrow/include/arrow/csv/chunker.h,sha256=nTs8hdy4D3Nz3oZWm2JMuA02noY_0pWRYWq_RptqzHY,1171
|
| 168 |
+
pyarrow/include/arrow/csv/column_builder.h,sha256=7oa9YCg2Uc2mB7ExHIyYIvbdt555qLXiU0y4FepkISU,2890
|
| 169 |
+
pyarrow/include/arrow/csv/column_decoder.h,sha256=10idcPJE2V_TbvgjzPqmFy1dd_qSGWvu9eDkenTuCz0,2358
|
| 170 |
+
pyarrow/include/arrow/csv/converter.h,sha256=cjtnz_hZFxm_dWjAMjr1iqqk1egXI2Yb8Bd0xC8md5E,2789
|
| 171 |
+
pyarrow/include/arrow/csv/invalid_row.h,sha256=gTHjEbjkpee6syLGA8hFY7spx1ROMJmtMcwhXv21x5Q,1889
|
| 172 |
+
pyarrow/include/arrow/csv/options.h,sha256=_HkjSoiAPW77z5AHVVnTa452y1KfJgnXWXz2NoPPAYw,7980
|
| 173 |
+
pyarrow/include/arrow/csv/parser.h,sha256=8PplRh3Qxckk8VPyM70P_f1MBb4WMGnNVpoeJ9kOdHU,8616
|
| 174 |
+
pyarrow/include/arrow/csv/reader.h,sha256=416pt3yNQsgn4RhIyRMsmSJmvv1sw3ouQotubXG91gQ,4606
|
| 175 |
+
pyarrow/include/arrow/csv/test_common.h,sha256=uEYzw8EROvd1QMBQ98d4MaZ7BqMlw2e0flAyz-du0Z4,1972
|
| 176 |
+
pyarrow/include/arrow/csv/type_fwd.h,sha256=ptVbengmY_a7Yz1w0SKmKL16yyw9yEeym0Q0cnRCSV4,984
|
| 177 |
+
pyarrow/include/arrow/csv/writer.h,sha256=Y1zErZ5H1r2QzjAta3TXpFrdl2btoardCF8USCAGtGg,3549
|
| 178 |
+
pyarrow/include/arrow/dataset/api.h,sha256=p7i-bncJLhmfBkfjJWS7684vD9Lke1m6tb7HQq7Tpn4,1322
|
| 179 |
+
pyarrow/include/arrow/dataset/dataset.h,sha256=sDkJg42vSE05FwRmYi9pes3jD9932X3J8cyYZ3SY2jI,19830
|
| 180 |
+
pyarrow/include/arrow/dataset/dataset_writer.h,sha256=TQV75b_UigfGjIpBnPk8teOncM5WroKfKV15oicBRRY,4589
|
| 181 |
+
pyarrow/include/arrow/dataset/discovery.h,sha256=x7-5NBAyEeQWGlWanJDLZAoWksKiMwM96tlDx_M6n5c,11236
|
| 182 |
+
pyarrow/include/arrow/dataset/file_base.h,sha256=2oe5v8Qy6v_UthJavg9rjU_WuQvwXcJengWwc3sWLqk,20203
|
| 183 |
+
pyarrow/include/arrow/dataset/file_csv.h,sha256=7PlvQW_2FJ5RRN-VH4-OBw5cZ6nkd0KE0sj1TQvCZeo,5016
|
| 184 |
+
pyarrow/include/arrow/dataset/file_ipc.h,sha256=6-btvXhflZsAH90T3wMkwzZkte6T4ixzeCEUn_5uYW8,4083
|
| 185 |
+
pyarrow/include/arrow/dataset/file_json.h,sha256=sPjOeMOtbZZbvOivnOdb4MvYKHltpTnY8fONkhB9PZs,3523
|
| 186 |
+
pyarrow/include/arrow/dataset/file_orc.h,sha256=P7nAD9nacVngDEjH8ChQRt0AQmDg4Z1wBx360LDOoSg,2452
|
| 187 |
+
pyarrow/include/arrow/dataset/file_parquet.h,sha256=bzArl0XrmtTNvWhs6YTkLFxtD8TLbTIJwYmWz3YRm38,16708
|
| 188 |
+
pyarrow/include/arrow/dataset/parquet_encryption_config.h,sha256=Upo0k5MijZaMaRZjPp5Xg8TRt1p8Zwh2c2tdimjVe1A,3425
|
| 189 |
+
pyarrow/include/arrow/dataset/partition.h,sha256=3wrNekD_-fPO1YW91Za-T4muCfQeAX7SZRIcsCN_czI,16815
|
| 190 |
+
pyarrow/include/arrow/dataset/pch.h,sha256=iAE_PbVtKHfhygz7Ox9Z2nlhsIrfageGixGKjlzNRvg,1194
|
| 191 |
+
pyarrow/include/arrow/dataset/plan.h,sha256=IjuR9K2sWD85_2HpVVoJ-3YUCq--UPblHU46exX5qRg,1181
|
| 192 |
+
pyarrow/include/arrow/dataset/projector.h,sha256=KfZijq09Ht0Z2cJHsrjg-sE3SiZ4TKainflReK-39cg,1135
|
| 193 |
+
pyarrow/include/arrow/dataset/scanner.h,sha256=9Ats-ejc6exp3alGUhq0Sw8fww3kJj4ssi8FOKK7SDk,24598
|
| 194 |
+
pyarrow/include/arrow/dataset/type_fwd.h,sha256=YOUSRwdNAlXJ7meFLolpAFQ_mSlObs2F81zcOy0DoI4,3170
|
| 195 |
+
pyarrow/include/arrow/dataset/visibility.h,sha256=ckmf_sEI0WBo4W7DIgH1QrOq82skOHtoksl9B3yYvzU,1586
|
| 196 |
+
pyarrow/include/arrow/datum.h,sha256=XYaZ_URrAtVqHMq-_2YtXk_ETeQ4yZWLVAnsi-k2Mac,11511
|
| 197 |
+
pyarrow/include/arrow/device.h,sha256=mLz99tb74VdjxXtKt6RZCYKJQ8TYz93uaCFJ1ZiItMw,15344
|
| 198 |
+
pyarrow/include/arrow/device_allocation_type_set.h,sha256=ynoZ-XyFlOAjh01PU-R11mE_EOxuw3xzc94v5OXa0u4,3306
|
| 199 |
+
pyarrow/include/arrow/engine/api.h,sha256=ORM0M5KQeurjEG8Eoa5IeV_ZgKBRPlWyicyv3ORWkAY,886
|
| 200 |
+
pyarrow/include/arrow/engine/pch.h,sha256=8VXXI10rUHzlQiAthx-yjHMQCpGL3dgAiVaGzTubPPE,1094
|
| 201 |
+
pyarrow/include/arrow/engine/substrait/api.h,sha256=W9NB1RAm0ZVxztRXYA-GD7H8XLQNXFoYT7TdGFHoNTE,1079
|
| 202 |
+
pyarrow/include/arrow/engine/substrait/extension_set.h,sha256=FE6cceycuQv7CCe_Fl4t6tIMRyfoJfWClUhSvHgcm90,21552
|
| 203 |
+
pyarrow/include/arrow/engine/substrait/extension_types.h,sha256=x5ZIuynNh6WFt3wRjW--zUsuC3SeDLk1qRg9_xhswWM,3075
|
| 204 |
+
pyarrow/include/arrow/engine/substrait/options.h,sha256=dtvUty_zoDmcFwVflppiDzelYkeOhCO74uRF6izQSzk,5820
|
| 205 |
+
pyarrow/include/arrow/engine/substrait/relation.h,sha256=V3VKFlDdE61e1OS8LbJiwvm5w0uq5bzBLhKqmgmKaws,2385
|
| 206 |
+
pyarrow/include/arrow/engine/substrait/serde.h,sha256=mjxfuFo4aPhCiwefpKAJMIlknF4UOHSr6gWU__1SwCc,16528
|
| 207 |
+
pyarrow/include/arrow/engine/substrait/test_plan_builder.h,sha256=REFa79D1AOIIjp2Iez73iw5gEnzG9Rac9t8WwiGLsuI,3003
|
| 208 |
+
pyarrow/include/arrow/engine/substrait/test_util.h,sha256=IHZeYrk50Sx9anJfC25DWP6XesItKEywDWUqvUJcjEQ,1517
|
| 209 |
+
pyarrow/include/arrow/engine/substrait/type_fwd.h,sha256=P9YRjAQpSgoIjDC0siYyxoQzcPVo3r9y85qjiMtudBs,1028
|
| 210 |
+
pyarrow/include/arrow/engine/substrait/util.h,sha256=_dRiQBaIMWNbsYG7kuXhs3dMk4dI63-pM0uSxYPOvgE,3570
|
| 211 |
+
pyarrow/include/arrow/engine/substrait/visibility.h,sha256=GRzH6U-UCPT8d60cywOkFfcanPSgiZKCDP6X2rIpbMs,1740
|
| 212 |
+
pyarrow/include/arrow/extension/bool8.h,sha256=VsHTtVyrqk6UKgvifad7LouuieoAZuZs_uVvegdGq4Q,2145
|
| 213 |
+
pyarrow/include/arrow/extension/fixed_shape_tensor.h,sha256=VOqvTSnwDIvnhbstYX5nnqWfhtZ7MaD-lSF89BEqlhE,5610
|
| 214 |
+
pyarrow/include/arrow/extension/json.h,sha256=gnJSzCVni_oJKxKMoSNBwsuBg1BJzk_goGIE_uTSMJY,2109
|
| 215 |
+
pyarrow/include/arrow/extension/opaque.h,sha256=uMVqSScey_13Ho6V86vfkuoByZni9ufh5BGKgX4bTZk,2920
|
| 216 |
+
pyarrow/include/arrow/extension/uuid.h,sha256=E_Bnp5KNKSxVuvdhQHjYT-0HKa9mzVPbSAQjuZ9N3Pc,2278
|
| 217 |
+
pyarrow/include/arrow/extension_type.h,sha256=YUvUzPz-0QiG-jOjs__TfyPEpsHWGkGO5PMVG1vMjkY,6639
|
| 218 |
+
pyarrow/include/arrow/filesystem/api.h,sha256=Xgy2GOZtBVwDjTaXPDyPPlS9Bwt9gjWXm5I_QbyRbFo,1383
|
| 219 |
+
pyarrow/include/arrow/filesystem/azurefs.h,sha256=M-7jR8AqyPu8uTXbw4INLb9RsZKrPmZlPO7T7MskQ_8,15299
|
| 220 |
+
pyarrow/include/arrow/filesystem/filesystem.h,sha256=H7MEX1259aVrWMsgsWX26tuCEPSJF-iI51J3sKsYec0,29585
|
| 221 |
+
pyarrow/include/arrow/filesystem/filesystem_library.h,sha256=axaof-G9GxBjzXhRIt4azB7HB8VJ49MtGYsL7pSO0A0,1725
|
| 222 |
+
pyarrow/include/arrow/filesystem/gcsfs.h,sha256=AKMBJlhYg7dlFdyWvGFRUmfA7QdQ8X_6gA6RqPKn6RU,10477
|
| 223 |
+
pyarrow/include/arrow/filesystem/hdfs.h,sha256=Jn91pjfk6RMx-MuAWsEAKLTyKQ7bDPNA5jMEVzafSgc,4133
|
| 224 |
+
pyarrow/include/arrow/filesystem/localfs.h,sha256=eIhPrpABheQz21WE845ULleTk83e4EtJnES4jALW6mM,4972
|
| 225 |
+
pyarrow/include/arrow/filesystem/mockfs.h,sha256=kohu7s9s9xtd75sGTE2K_rsHW89swDOtSSSFxBixMcc,4768
|
| 226 |
+
pyarrow/include/arrow/filesystem/path_util.h,sha256=hrDVHk4F9M7oGABB4x2wKfQMjSlSAIS0IaLVv2jHrl4,5698
|
| 227 |
+
pyarrow/include/arrow/filesystem/s3_test_util.h,sha256=22B600fr84Gq4rGALdidIP0IzDs9G3aOqkLN4y-6xrI,2962
|
| 228 |
+
pyarrow/include/arrow/filesystem/s3fs.h,sha256=V-Sx7dW2THttjOcxTPAiD-5C-VkSAgp18GnOcHv1890,17923
|
| 229 |
+
pyarrow/include/arrow/filesystem/test_util.h,sha256=kgT3WgKvG2acNpiXWQqVL1c6Uhfmzg1m9h6o1nh3dKg,11729
|
| 230 |
+
pyarrow/include/arrow/filesystem/type_fwd.h,sha256=zztDER55Wbt4rVnkd-ReeDO-YnrpemftFeFtZ7ZGidY,1462
|
| 231 |
+
pyarrow/include/arrow/flight/api.h,sha256=YotLTQn-KCl6y5BIg8coEFZ9n7PMtJ02ly7Pc5gmX7U,1257
|
| 232 |
+
pyarrow/include/arrow/flight/client.h,sha256=NtFquWOaafBcmdIB4en9ua5xSEJaCBkC1ZHhAU_Gg60,17798
|
| 233 |
+
pyarrow/include/arrow/flight/client_auth.h,sha256=a3Dkm_jPOuqzNsDA4eejuMUwCEBMavM8uS7w81ihbRY,2216
|
| 234 |
+
pyarrow/include/arrow/flight/client_cookie_middleware.h,sha256=5zkCP2SxMFQuTX8N9NHxOve5J_ef2rFO6-xY4Tfnygk,1204
|
| 235 |
+
pyarrow/include/arrow/flight/client_middleware.h,sha256=aAZwCahuiBhP85iMPe7xNWvidBR9KeHGto2YAqJioI4,2948
|
| 236 |
+
pyarrow/include/arrow/flight/client_tracing_middleware.h,sha256=d0sTmUOfq5M9FMliIKK-flJkR6-7r69NjU2TpxhfqWo,1217
|
| 237 |
+
pyarrow/include/arrow/flight/middleware.h,sha256=JPQd8JnIVcwjTH6yOBck4BWR-WV95fpnAdhHyEYvfKE,2254
|
| 238 |
+
pyarrow/include/arrow/flight/otel_logging.h,sha256=riS9sZM2C3mH6VMbESizJ6lGmudqdJhfdCY9_cJJqMA,1139
|
| 239 |
+
pyarrow/include/arrow/flight/pch.h,sha256=Dp2nrZ3t_KPjm0cIMyu913BbCorJG5rmbtpfyDN09bo,1192
|
| 240 |
+
pyarrow/include/arrow/flight/platform.h,sha256=1ZfzVaollAZosGyH_1JvzEA8iNR0hi9cUGz5eyLT1zc,1209
|
| 241 |
+
pyarrow/include/arrow/flight/server.h,sha256=GAcV0-THuBuj-bXfwqYrZ1P2bwZgKQSJLbu8ToltRvU,13185
|
| 242 |
+
pyarrow/include/arrow/flight/server_auth.h,sha256=zKQ8lvkMBuMYiIfT1sU0MPXqVPQikaOS3npBgytcaKk,5429
|
| 243 |
+
pyarrow/include/arrow/flight/server_middleware.h,sha256=ITKjCNTT2qnX7JeqWdaweC_QpCX_ytW9PFucQYmPkFo,4317
|
| 244 |
+
pyarrow/include/arrow/flight/server_tracing_middleware.h,sha256=zR0FFZYGwAAqhzVhPVDjyXfZda9zmLteqauwA5dgR_w,2186
|
| 245 |
+
pyarrow/include/arrow/flight/test_auth_handlers.h,sha256=XkvMWucv9GQjlt2ttvYxshym4kUubUdMh-timlQIt1I,3315
|
| 246 |
+
pyarrow/include/arrow/flight/test_definitions.h,sha256=U_HhBnNdNZmojraYzICBmBvuef0bTT5eYzFXp8iGFzc,13110
|
| 247 |
+
pyarrow/include/arrow/flight/test_flight_server.h,sha256=SbRhZP0U4ILnbg7lYQvGeXmvPM_B6bai12FTM_HD4RQ,3930
|
| 248 |
+
pyarrow/include/arrow/flight/test_util.h,sha256=E0OlDLwcknevKf4LzzqdU3jfxUMV_mcIJxy4U_up77Q,6860
|
| 249 |
+
pyarrow/include/arrow/flight/transport.h,sha256=ZDXc-f8o00TFWESwsGU1My7rR9OfM3X7OZjDcGXTwIA,12181
|
| 250 |
+
pyarrow/include/arrow/flight/transport_server.h,sha256=iVdXmrb2pemh4o6BxwvB7OZAV4UeoWrbhe4ePZ5Pi4s,5268
|
| 251 |
+
pyarrow/include/arrow/flight/type_fwd.h,sha256=tQFAM3QNKPdzB4VqUGdEUFjNPYXVZLApwGnSus2GQx8,1797
|
| 252 |
+
pyarrow/include/arrow/flight/types.h,sha256=E0HxptiVr1UBZ1XcKJVZitzMTCCyvM2sCGPrpq6xQBI,46681
|
| 253 |
+
pyarrow/include/arrow/flight/types_async.h,sha256=3nIQqwCYO4Ir3Mt2bG7BNntXxuNHYQNNpz-Yl3EaFTQ,2599
|
| 254 |
+
pyarrow/include/arrow/flight/visibility.h,sha256=N1k74cwyRvOaYFa_tCjdgUjiSdPBhmy20UuVGu0wTg0,1596
|
| 255 |
+
pyarrow/include/arrow/io/api.h,sha256=Pn4jZSTsLW8MAlMyXUokmJdupX54u154GYI5AvD5ByA,996
|
| 256 |
+
pyarrow/include/arrow/io/buffered.h,sha256=PHaMwCMaXu3vAjhDpZMC2xt5hKooJXVeMffhoDzTxNc,5912
|
| 257 |
+
pyarrow/include/arrow/io/caching.h,sha256=AAjoyKwQ06m2XiglFS6Ch_cdg2p4-wkA7GakGI_eX1E,6708
|
| 258 |
+
pyarrow/include/arrow/io/compressed.h,sha256=3JxIOo1q8VhjIErfwVM5ZLVkwwQKXd-FT5517j58etA,3774
|
| 259 |
+
pyarrow/include/arrow/io/concurrency.h,sha256=SmIr0OWCgMUR3j9ngVbjMJhWOUrU15jQf_jz2rUw7r4,7934
|
| 260 |
+
pyarrow/include/arrow/io/file.h,sha256=-ZEklW1Q0sj3pYCQLQ1ebirKd3s2GI3vUEIszFr8mVU,7625
|
| 261 |
+
pyarrow/include/arrow/io/hdfs.h,sha256=2s3f49ggAYgSCsX5SoqnomwsXd24_IZhW-VSBJclqTg,8559
|
| 262 |
+
pyarrow/include/arrow/io/interfaces.h,sha256=QIBHTJUobEkwcqnKMT_GEKu5ArzpeGmK-8v7z4qGHIQ,13428
|
| 263 |
+
pyarrow/include/arrow/io/memory.h,sha256=htc3MmEbEvwc28bLjCtTtt9QcYp-10WKLmX0V9TnwRM,7048
|
| 264 |
+
pyarrow/include/arrow/io/mman.h,sha256=qoLBAGFcvpYTy96Ga7FNWDJKT3uhxpFAF3hbXIaDSiY,4111
|
| 265 |
+
pyarrow/include/arrow/io/slow.h,sha256=8-ZjQJq49EQJ4esQ6qHHjlKCeZNg4BSND7ire-ZtLYQ,3942
|
| 266 |
+
pyarrow/include/arrow/io/stdio.h,sha256=dqMTHoJbmiXcyNa2fN60tSWQsx0GPphZVCLdGiZNt8I,2095
|
| 267 |
+
pyarrow/include/arrow/io/test_common.h,sha256=Rj8mwgcUkzksrlBALiAldtr_6JGHJFLh2SztGVkRiSA,2112
|
| 268 |
+
pyarrow/include/arrow/io/transform.h,sha256=W9XWonw69VymQAaQptfW7jD-6ry7VCpfPXlkB7aZzOE,1890
|
| 269 |
+
pyarrow/include/arrow/io/type_fwd.h,sha256=Pi7EFpFvBXsFN1xKOyZjTSP95xNDs6W5hxb5GucoVVE,2315
|
| 270 |
+
pyarrow/include/arrow/ipc/api.h,sha256=olkdu82mTS8hmwD53DBJJL6QQ0YBplhs-s-m4uOInSQ,1007
|
| 271 |
+
pyarrow/include/arrow/ipc/dictionary.h,sha256=UTjZPIG8mLZOk9IW2QnR9RZGr1npexZOp103fv-O70E,6104
|
| 272 |
+
pyarrow/include/arrow/ipc/feather.h,sha256=uCnxwO7eUH18kJ-lWz9IWwSj6AjfejqqLdoifJ-UBDo,4918
|
| 273 |
+
pyarrow/include/arrow/ipc/json_simple.h,sha256=IjFjx6Z7h_WLXt1paVIJboUOTR5GFBhWUhCbm_m9lNk,2455
|
| 274 |
+
pyarrow/include/arrow/ipc/message.h,sha256=KtMCbIC2J4-5iyPG5Sijqu_MALxiuKWBYZhGnw0jxOQ,20011
|
| 275 |
+
pyarrow/include/arrow/ipc/options.h,sha256=X2BbCaQ03S1uqedgLRbvLyfb1PHZ7WGRBjDLLCbQMGE,6888
|
| 276 |
+
pyarrow/include/arrow/ipc/reader.h,sha256=NqdrqqAEItO1ecYUINRO7-qhKlYy-CHSJKGI2hdXlRQ,24106
|
| 277 |
+
pyarrow/include/arrow/ipc/test_common.h,sha256=_kWOR_-YKtilcCIWK6I4WYo8fcRt6eBMfxEM4kDtY20,6351
|
| 278 |
+
pyarrow/include/arrow/ipc/type_fwd.h,sha256=Ty8ET7nLI4JJeTqDMyP0pEH9QVj9xs7BpJkZrnrpaPY,1440
|
| 279 |
+
pyarrow/include/arrow/ipc/util.h,sha256=wTkfC9YFKZlAAjyzlmQVZcW90oOj_JatjDN4qz0IxHg,1414
|
| 280 |
+
pyarrow/include/arrow/ipc/writer.h,sha256=hum8E_orkG_X38vgyfyKhGbyvcLJ3AkXEykyBjAXIYg,18870
|
| 281 |
+
pyarrow/include/arrow/json/api.h,sha256=XRW1fP43zVqwy1yabaKctNK9MDZqnxkoHDH1fx5B3Y4,879
|
| 282 |
+
pyarrow/include/arrow/json/chunked_builder.h,sha256=DDuMwrImMECw6Mhfncn2xMOjkFcKUV1O1597_fSFSAs,2365
|
| 283 |
+
pyarrow/include/arrow/json/chunker.h,sha256=dkZOcxsF1Q3ek58P7IoA8f3lQyBQpFvGSFeynNV2Olc,1119
|
| 284 |
+
pyarrow/include/arrow/json/converter.h,sha256=3lXsP3BSdpLPIkFAJnYW9vP8BbX3neVYR_W0zFKClQ0,3134
|
| 285 |
+
pyarrow/include/arrow/json/object_parser.h,sha256=Y_6Oceya06aUyeo-1k047dm2-JUMJa2_w9iyZ-goIRQ,1627
|
| 286 |
+
pyarrow/include/arrow/json/object_writer.h,sha256=UrIrjCkIz7Q5n_FpV5NNPD96gHHdTkvTJaekuGBHwTo,1428
|
| 287 |
+
pyarrow/include/arrow/json/options.h,sha256=EypQgDwLZQbrPnAh45nSPfpGGYrxvLgfp1eAG_l0p3Q,2227
|
| 288 |
+
pyarrow/include/arrow/json/parser.h,sha256=3oIzO5kUs2Takc7t_d5mH7bp1uIcc1M-qbuHmPoSI34,3383
|
| 289 |
+
pyarrow/include/arrow/json/rapidjson_defs.h,sha256=lBJlfuYWIeQQ8awPd3bk4jJc81efr_KzKwG8Klw7t1s,1474
|
| 290 |
+
pyarrow/include/arrow/json/reader.h,sha256=KNO9dCyc2RZs7WxUSEW7bpCYBh_h1C3U52YHYxBnP0M,5212
|
| 291 |
+
pyarrow/include/arrow/json/test_common.h,sha256=YiiY_jswpp7Nu6IW1Y2lBhqWSFRoNaNEy1jHd5qkYHQ,10874
|
| 292 |
+
pyarrow/include/arrow/json/type_fwd.h,sha256=o9aigB5losknJFFei1k25pDVYZgkC2elmRMX1C6aTjo,942
|
| 293 |
+
pyarrow/include/arrow/memory_pool.h,sha256=SjPtWz1tx6Lotr2WeOKCCIw9NQc50Zjez3yzgfr7SDw,11064
|
| 294 |
+
pyarrow/include/arrow/memory_pool_test.h,sha256=qv7csk6hZiO2ELFF-1yukpppjETDDX0nuBFBbPFHtMU,3350
|
| 295 |
+
pyarrow/include/arrow/pch.h,sha256=MaR9bqy2cFZDbjq8Aekq9Gh1vzLTlWZOSHu-GhWP1g8,1286
|
| 296 |
+
pyarrow/include/arrow/pretty_print.h,sha256=ZDlroPRr9_ryCk7h_rjA8pL7BNgaJQ9HnRb2PZU63lg,5529
|
| 297 |
+
pyarrow/include/arrow/python/api.h,sha256=W76VAxYqOxi9BHJddji1B62CmaWDFuBhqI65YOhUnGQ,1222
|
| 298 |
+
pyarrow/include/arrow/python/arrow_to_pandas.h,sha256=jUBEUMKXw70oJdMlgkSf6HitaNweQcc7hxI75_C9WSI,5561
|
| 299 |
+
pyarrow/include/arrow/python/async.h,sha256=C0f8YYmgwBGgDau4xEFsdjukiZB4YvpylETHEZryHOo,2352
|
| 300 |
+
pyarrow/include/arrow/python/benchmark.h,sha256=f-kzyMOlPKDse2bcLWhyMrDEMZrG_JHAPpDJgGW0bXU,1192
|
| 301 |
+
pyarrow/include/arrow/python/common.h,sha256=yjljfJK1f7slZ7DBQ4LTo_pob70zioswJNWazy0p-uM,14412
|
| 302 |
+
pyarrow/include/arrow/python/csv.h,sha256=QxU3B-Hv_RsoEcMGS9-1434ugouL2ygC64Lq6FgviNM,1397
|
| 303 |
+
pyarrow/include/arrow/python/datetime.h,sha256=Bny_THGi2tyUeHxcOuw01O7hNE8B_gave5ABAZQtwTQ,7931
|
| 304 |
+
pyarrow/include/arrow/python/decimal.h,sha256=K9ScmzSa7XCuuwpXKnq0GPbRDTuRU5yXfWr9zGtOchc,6362
|
| 305 |
+
pyarrow/include/arrow/python/deserialize.h,sha256=Q4L1qPCra8-Wzl6oLm44cPOUMVuK1FX01LeGzwNUtK4,4260
|
| 306 |
+
pyarrow/include/arrow/python/extension_type.h,sha256=0gzb42y_mbw4fsYs3u8cwPFLBRlG-kkHQLgbvGtrY0U,3181
|
| 307 |
+
pyarrow/include/arrow/python/filesystem.h,sha256=FG0AcLekqaDf9IQPqKixAfIcY_ZLgIKP5NvvXdtBVUM,5126
|
| 308 |
+
pyarrow/include/arrow/python/flight.h,sha256=PzZhVa9DiT8GUB5_s5gXRBoYR9RLPq4Uy6QA7RRWOpo,14382
|
| 309 |
+
pyarrow/include/arrow/python/gdb.h,sha256=H-qvM-nU8a_3Z5tk8PvppTwQtBMSZhQKQIVgRAsRfFg,972
|
| 310 |
+
pyarrow/include/arrow/python/helpers.h,sha256=jVNFEbvJXmCceJti3J3-MnZkNlJoynQNq334tt29bbs,5489
|
| 311 |
+
pyarrow/include/arrow/python/inference.h,sha256=FUFvB4Zy7V-tueXdmbDcqTeLK4xj5GZEeRW5yhiJlsU,2038
|
| 312 |
+
pyarrow/include/arrow/python/io.h,sha256=4jGnodpSUlnVqAVh9fWId7H4WldlLPkXyroABpdaW6w,3858
|
| 313 |
+
pyarrow/include/arrow/python/ipc.h,sha256=SZbw6jCCqLiLNCY3k632GmwHeD_r_xrDS0dhqV49VhY,2259
|
| 314 |
+
pyarrow/include/arrow/python/iterators.h,sha256=Ugfm3JvetAH0l-oAjjpZfhrUBqRimVMaw4-xusvqLSg,7327
|
| 315 |
+
pyarrow/include/arrow/python/lib.h,sha256=aWAOSlSScduvc3gGO6aSAWcNBl2QECWEdQAZb6mIl_U,4631
|
| 316 |
+
pyarrow/include/arrow/python/lib_api.h,sha256=4oiKWmdhyjn5OxDSBamrukHpWwQbUioDR7X82dhgdXs,19487
|
| 317 |
+
pyarrow/include/arrow/python/numpy_convert.h,sha256=y13eHwfe1lJKzadoTr2-GyX6xPsE6Z7FN31s7PN-2Rk,4870
|
| 318 |
+
pyarrow/include/arrow/python/numpy_init.h,sha256=FniVHP7W2YBlenoMYhQrODvoqqvDMSls2JANGtNPQts,999
|
| 319 |
+
pyarrow/include/arrow/python/numpy_interop.h,sha256=rI6ek8JTOYtjo7gEADSDBS6QuAOHa2A0YQPZ2GeypFw,3418
|
| 320 |
+
pyarrow/include/arrow/python/numpy_to_arrow.h,sha256=z9KapsuoOSpWILPt9bea7GR4BL6AQ28T6DUO0mSkh3k,2760
|
| 321 |
+
pyarrow/include/arrow/python/parquet_encryption.h,sha256=Mc8tZ8gIfkH0AckNiIOt6hesP_MVKeKhcytT24ZOLdQ,4861
|
| 322 |
+
pyarrow/include/arrow/python/pch.h,sha256=vkbgStQjq820YeHlXBPdzQ-W9LyzJrTGfMBpnMMqahk,1129
|
| 323 |
+
pyarrow/include/arrow/python/platform.h,sha256=XYS5IqiMUejxN2COzu60Zs8b_wAaGTBw4M-zKVqqs5U,1422
|
| 324 |
+
pyarrow/include/arrow/python/pyarrow.h,sha256=TK3BtD9n3QKOQ9dX3LXbQc0hu9alWcufV0O93iQW7B0,2761
|
| 325 |
+
pyarrow/include/arrow/python/pyarrow_api.h,sha256=7l0G4-_m9yALYoifsY8Z6qh3HHD0PgkpVSgCn_JaGU4,867
|
| 326 |
+
pyarrow/include/arrow/python/pyarrow_lib.h,sha256=-70_Ckj3_0ImlzaXSJOE_d3w9pGM66lXiGPyln9c96Y,863
|
| 327 |
+
pyarrow/include/arrow/python/python_test.h,sha256=ea32mM20uHySlygi9MtVxr26O-ydTZHCUQIlxaIMjT4,1195
|
| 328 |
+
pyarrow/include/arrow/python/python_to_arrow.h,sha256=BoVytf6P7PBYXyznchElKZSFvEsFyimB-tLFdw0AUNo,2521
|
| 329 |
+
pyarrow/include/arrow/python/serialize.h,sha256=HVBhIKgc7A4YOmwYfjE2Hqj1Yxl9suCJb940KxrVcrs,4630
|
| 330 |
+
pyarrow/include/arrow/python/type_traits.h,sha256=B_NsRT_hZG8D91sTcihJyKF5SrslPcFmj12QfbpHuLI,10093
|
| 331 |
+
pyarrow/include/arrow/python/udf.h,sha256=de3R8PhNJO5lT9oCqRxe8e2_SE3jBpHOkwbNqCrlgjQ,3104
|
| 332 |
+
pyarrow/include/arrow/python/vendored/pythoncapi_compat.h,sha256=bzMnlHTCfjk5DQRIxwytunYh5aQxU3iSElaaDyNnAY8,40900
|
| 333 |
+
pyarrow/include/arrow/python/visibility.h,sha256=hwJw5sGrWJckQkNaAuLe4Tf-VDjQbXknyzNOVgZI3FI,1381
|
| 334 |
+
pyarrow/include/arrow/record_batch.h,sha256=_ApzCQ4CTMRGUBM2IFd6bM08SqxDUySlPwL1NB87tyg,18541
|
| 335 |
+
pyarrow/include/arrow/result.h,sha256=8V2_O8iqZBxi0b4B9fc9pDH4-YqXvrdQi10ryIsY3yM,18185
|
| 336 |
+
pyarrow/include/arrow/scalar.h,sha256=7SguSvJ4wohjqV-FSKboC1pgaFVB09dNfkMz36JjcM8,36543
|
| 337 |
+
pyarrow/include/arrow/sparse_tensor.h,sha256=dd6eQmCjfCmmI76hgsC37R-qPJ11IMhafVaxSo2XJFs,25205
|
| 338 |
+
pyarrow/include/arrow/status.h,sha256=BY0B-zFu83czvc0bvBFkJ96bWjZ1DxJFK1nYrgBg2kQ,16401
|
| 339 |
+
pyarrow/include/arrow/stl.h,sha256=MtEWXG3x1YYNi7xPdDOGVRqpnLVvNQFiE_ZJAsPFJ1g,19343
|
| 340 |
+
pyarrow/include/arrow/stl_allocator.h,sha256=TBbvjbuQIH9y88FI2SaqAL7pOIt3wZ1xMKwXqeKNiJE,4956
|
| 341 |
+
pyarrow/include/arrow/stl_iterator.h,sha256=RelNQrADHupKWTuFBCCkqVlyuGHXU3yB6gcsDpQpra8,9953
|
| 342 |
+
pyarrow/include/arrow/table.h,sha256=UoixXGk5S1ckV35utXjbA-KUBQrSeqvfrhSmk22k760,14647
|
| 343 |
+
pyarrow/include/arrow/table_builder.h,sha256=LRcLCL2iUrj6vF4f9AjPswVjqtqlMw7z_8VBAfUJeCo,3763
|
| 344 |
+
pyarrow/include/arrow/tensor.h,sha256=mgPkJ5f5ngl0qDkeYf-uk-BtX7Gyr-0DUuX1qB6YadE,9093
|
| 345 |
+
pyarrow/include/arrow/tensor/converter.h,sha256=RZq0Try_kiZ085_d_CvhewMsd57InGb2TCeiveaf-Oo,2891
|
| 346 |
+
pyarrow/include/arrow/testing/async_test_util.h,sha256=IrHWfPeIyhrgeTGHUPLt92LdsofmFX6khjngWsZv3dY,2262
|
| 347 |
+
pyarrow/include/arrow/testing/builder.h,sha256=4x0bWOedaVomWU0m7dF99irOv3flR-_p-IMofTDZtwo,8556
|
| 348 |
+
pyarrow/include/arrow/testing/executor_util.h,sha256=38_rF-V_9zF1ttJMspkPiI-34VU1RDjg1ADBS8lUFHk,1885
|
| 349 |
+
pyarrow/include/arrow/testing/extension_type.h,sha256=5l_28-SdoO0r6r-nVqkXsfSRFWTLTPgOFEpXzZiqh6U,7430
|
| 350 |
+
pyarrow/include/arrow/testing/fixed_width_test_util.h,sha256=g6yB7RkziU7HEhNJnxOhkn2nE5HeXaFX3tbBX3q9_sE,3091
|
| 351 |
+
pyarrow/include/arrow/testing/future_util.h,sha256=qIhi417OGMWSMUSDHjkGTYd-ihZbqw8ZSIRwJ01vbKg,6246
|
| 352 |
+
pyarrow/include/arrow/testing/generator.h,sha256=h9Kw9GfDnCHDLl7IsEgaLCi8UDu7R6MHL7Au2TWfMVc,12024
|
| 353 |
+
pyarrow/include/arrow/testing/gtest_compat.h,sha256=0NqH39my7m1FMpsrQYnxQx4bdEE10SCXZaysN6yjQFA,1311
|
| 354 |
+
pyarrow/include/arrow/testing/gtest_util.h,sha256=jnVGbM53nnXO433aUNmZHlMyiQ1ftENITLbtqRF6R08,24496
|
| 355 |
+
pyarrow/include/arrow/testing/matchers.h,sha256=3ys7UI6YpFeMvFCgjmF_VWn1w7Hzhqbr2c-_EuJBpnU,16852
|
| 356 |
+
pyarrow/include/arrow/testing/math.h,sha256=YRoNVZVreF1j8G1G8oaaFzeK7VGYA2Q25j10gFN_hTA,1210
|
| 357 |
+
pyarrow/include/arrow/testing/pch.h,sha256=wKPN4rZnVcQbmpn02Sx5tSa7-MEhpUR1w-YJ6drtyRM,1164
|
| 358 |
+
pyarrow/include/arrow/testing/process.h,sha256=AzPW3Lh2R4sTm-RUUi4Od3aSba9zoLcS_zHBxztv4zI,1372
|
| 359 |
+
pyarrow/include/arrow/testing/random.h,sha256=UMxioQORvoZOsodZM6T-ujza5WuYKwAndbvnOImDsqQ,37046
|
| 360 |
+
pyarrow/include/arrow/testing/uniform_real.h,sha256=-G_2J9cvevoCtB55vsCsWtJkMUHLIMyOwdT6G8ZW45Y,2970
|
| 361 |
+
pyarrow/include/arrow/testing/util.h,sha256=xECPSXF8LbS9FWDLIivrJMXpjMU0Tf-vZ6YMpto3mYQ,5582
|
| 362 |
+
pyarrow/include/arrow/testing/visibility.h,sha256=-wjc00QIhygXJa7tknbIL685AQ1wnyCPr-EtVzkzmq0,1606
|
| 363 |
+
pyarrow/include/arrow/type.h,sha256=yxS8FpeY8eK4cjiSc0nBPdKAF8CRnu7cpR0VX_BCY74,96772
|
| 364 |
+
pyarrow/include/arrow/type_fwd.h,sha256=X-drEwMCZXh5xt83ilfNvRK7f5nyEXZnd2ST4NUAffs,23504
|
| 365 |
+
pyarrow/include/arrow/type_traits.h,sha256=zaZta7_fhYMUOlPGt267_8uArMw56OVeXdEhqvqo9ek,55028
|
| 366 |
+
pyarrow/include/arrow/util/algorithm.h,sha256=045EVzsC9rThlRVFaCoBmmtWZmFy5y28PR9yapn9sXY,1229
|
| 367 |
+
pyarrow/include/arrow/util/align_util.h,sha256=DG2L24KReTiU8nFpXLigbflkKouKWTPUf6osQs6mxiY,10669
|
| 368 |
+
pyarrow/include/arrow/util/aligned_storage.h,sha256=e0pCTBZ9hn9VAVTnENubbEii_witF73xUeBZNIQd73I,4254
|
| 369 |
+
pyarrow/include/arrow/util/async_generator.h,sha256=dMfy3t58k9zQ82LeD002LZT0uEce_QWoDRfwjIapwKk,77704
|
| 370 |
+
pyarrow/include/arrow/util/async_generator_fwd.h,sha256=Y7EZ4VXdvqp7DnzG5I6rTt123_8kQhAgYIOhNcLvBdA,1737
|
| 371 |
+
pyarrow/include/arrow/util/async_util.h,sha256=1nnAJZ22iK7wSzmvZDo3PMhuWqJIt2qKdlXzTyhoCK4,19759
|
| 372 |
+
pyarrow/include/arrow/util/base64.h,sha256=qzcBE98cg8Tx5iPJAvQ4Pdf2yc6R2r-4yGJS1_DEIeY,1095
|
| 373 |
+
pyarrow/include/arrow/util/basic_decimal.h,sha256=Q2zfksUdYc92TL8po81I_aQOmwHTwZGPjqXvJM7cgek,33569
|
| 374 |
+
pyarrow/include/arrow/util/benchmark_util.h,sha256=SG3gfwE-wGNZAwpL3TvffnSiZGM2cztV5xRBnbqy2Mw,7641
|
| 375 |
+
pyarrow/include/arrow/util/binary_view_util.h,sha256=-sFAQX9cnfWmmZJo8stFX5vkJki7T2UloAvDzYO0MN8,4625
|
| 376 |
+
pyarrow/include/arrow/util/bit_block_counter.h,sha256=iSIemzizxVokwC0Ze6SjSi-al_nrP2ViXF6JPoIVUWc,20162
|
| 377 |
+
pyarrow/include/arrow/util/bit_run_reader.h,sha256=IWDww6Dm8OFsCRlJ0hEpJKiHMK3nUM3pqbd09mZhcIQ,16616
|
| 378 |
+
pyarrow/include/arrow/util/bit_util.h,sha256=S0TbReZet8MpPFZk9wjfYzfKpkBquthkkFk2QtxzB7U,12108
|
| 379 |
+
pyarrow/include/arrow/util/bitmap.h,sha256=qDoNl-S8QFoZ220HsAtAN-s-Xm5JcnjOXNOGdaIssL0,17462
|
| 380 |
+
pyarrow/include/arrow/util/bitmap_builders.h,sha256=28rjB9AGwG-VMzuen9FARssdMul0RJx2ZmPFQL9SV1E,1596
|
| 381 |
+
pyarrow/include/arrow/util/bitmap_generate.h,sha256=m6ZsNwx1GhsEktQr63NxXHQkX2B7Nti011XYsPg2xfo,3661
|
| 382 |
+
pyarrow/include/arrow/util/bitmap_ops.h,sha256=87_SXoqmVPRC6umXFitektDCIeI8yOalYWUonzdWjt8,10750
|
| 383 |
+
pyarrow/include/arrow/util/bitmap_reader.h,sha256=pLrMDWhVo-Qb3V1mLASAz_aI6QZxDHRr37EtqxqGd9E,8353
|
| 384 |
+
pyarrow/include/arrow/util/bitmap_visit.h,sha256=myn8k66VrvZnL6R6VW6IDPTfO68VxjbJ8Up5IuSjFL4,3470
|
| 385 |
+
pyarrow/include/arrow/util/bitmap_writer.h,sha256=a4goXhLlY0qcfvYxbfbGD_HZ8Au1wFcbV1tVF3BPaXs,9383
|
| 386 |
+
pyarrow/include/arrow/util/bitset_stack.h,sha256=D49IZZSzZOM2hqh6b-fT0vgRISf1mQnl4oG5nnLBZ4A,2776
|
| 387 |
+
pyarrow/include/arrow/util/bpacking.h,sha256=qiiYXgZLWZcYX6sm75_vBQ6qpHtS1AwasL59YQL2Ptk,1175
|
| 388 |
+
pyarrow/include/arrow/util/bpacking64_default.h,sha256=q7kf_BW62k45v1qMtnJtLIPk8VtJIALc5nXkYmISy3w,196990
|
| 389 |
+
pyarrow/include/arrow/util/bpacking_avx2.h,sha256=ymQJGQc54W3zbrSoktjbAcBnWwbq_SphiXLLI-G6fHg,1009
|
| 390 |
+
pyarrow/include/arrow/util/bpacking_avx512.h,sha256=Z_rAQpiKJEH-9QSHUXpbDmZiAgIm7CPCHfPnwlIZDAE,1011
|
| 391 |
+
pyarrow/include/arrow/util/bpacking_default.h,sha256=nDi4g5JdyWwXa_J3EqE22bG9R4G7Czd6W75F9spRU5U,103760
|
| 392 |
+
pyarrow/include/arrow/util/bpacking_neon.h,sha256=vE-V4E8dpqSjk7dq8kagD07-nhRQKGvcYMhc_dE4nqg,1009
|
| 393 |
+
pyarrow/include/arrow/util/byte_size.h,sha256=Pd2c_3a0IeSOUevhPIlXNkDmgoB06g4c9YCsuRwwSKM,3997
|
| 394 |
+
pyarrow/include/arrow/util/cancel.h,sha256=SgAy5S0TBISnCypp4R_OI-jPUQ997qtsLOSdXo8l5bM,3659
|
| 395 |
+
pyarrow/include/arrow/util/checked_cast.h,sha256=SR9Qg8NuLSBJw2w1UfgeGvCfT8k7wrbN7BzADQOZfAU,2076
|
| 396 |
+
pyarrow/include/arrow/util/compare.h,sha256=OLrSSyllkY4Sv00IK-37A2d68gr4OwnWJsxn1aF9xTU,1982
|
| 397 |
+
pyarrow/include/arrow/util/compression.h,sha256=fvlURoWJsgO8Hr6Xs_VNaqiOatmIGn9ktVUkYv7pIu4,8427
|
| 398 |
+
pyarrow/include/arrow/util/concurrent_map.h,sha256=wMi9WDHfRuJ_aSFgcJPpsVwGJ9vIJ5agaZ3rVUlwGe4,1775
|
| 399 |
+
pyarrow/include/arrow/util/config.h,sha256=GrUtAhdzwMzsPKIKCbJnaz9VKb6rGjgiAnTiBtTEgg8,2269
|
| 400 |
+
pyarrow/include/arrow/util/converter.h,sha256=PILfos6VlnLK6fOFMfLIUhiKl3o1dJo9T4HJXeR7V5E,14637
|
| 401 |
+
pyarrow/include/arrow/util/counting_semaphore.h,sha256=iXHYagqi_-ay73T1uPmv7pG334SY34DUQLSdtD_4_tA,2251
|
| 402 |
+
pyarrow/include/arrow/util/cpu_info.h,sha256=MqLdJabBZkzDjiScaQ7if9dmoAGvXT2QavGoGkho3lU,3964
|
| 403 |
+
pyarrow/include/arrow/util/crc32.h,sha256=4gN0M-SRnxaGKci2ATPbMWZG2TG3YULXjaTpadV0Udk,1337
|
| 404 |
+
pyarrow/include/arrow/util/debug.h,sha256=CPB_oDOuZ_u89e9wM8bGn88mGvClgfa7UDxDph6v9sY,971
|
| 405 |
+
pyarrow/include/arrow/util/decimal.h,sha256=ozY_pRsBgftG73qz0KKEPchFQ5HRTb5oxCcTIdWEL7g,20831
|
| 406 |
+
pyarrow/include/arrow/util/delimiting.h,sha256=JYe9YcWMeFT_ISuojx_VgVqOYLvZ2TiiR2sNn-WdeBQ,7317
|
| 407 |
+
pyarrow/include/arrow/util/dict_util.h,sha256=HipvAVlQ1Q6zNneu9tYOwVUv6NLklBu2IfZ1eoeSpVg,986
|
| 408 |
+
pyarrow/include/arrow/util/dispatch.h,sha256=g6R9w8asCTRyDTFoxUipvdOeh6Ye_FvZBGP6Zwg2t3M,3235
|
| 409 |
+
pyarrow/include/arrow/util/double_conversion.h,sha256=23QU2TFX4hpBZnoqMDyTKxZoH7mU9qkY2vkF1KL8bW4,1243
|
| 410 |
+
pyarrow/include/arrow/util/endian.h,sha256=jp4QoQ9r2vb-oigrlb9AhQW7Lxgxjj7desQjzkEre7g,8176
|
| 411 |
+
pyarrow/include/arrow/util/float16.h,sha256=V6OYyvMTybRWJWhNfjP-NsrrxBMPiDkA-7RWkfBVZSA,7230
|
| 412 |
+
pyarrow/include/arrow/util/formatting.h,sha256=782wKN6ZKlHO7cQLC8CKCF9STixvLGjXrp_CwRqXyVs,22554
|
| 413 |
+
pyarrow/include/arrow/util/functional.h,sha256=4ljKXSWX3G_lBT2BfLXuG44pzZwVKeaojpLWCniqKyc,5612
|
| 414 |
+
pyarrow/include/arrow/util/future.h,sha256=tsSVDEH2dhXKyvIKl6R9BVBolpPdZXoRRf2-YRbtdxg,32296
|
| 415 |
+
pyarrow/include/arrow/util/hash_util.h,sha256=CjiNVPUJPxXvVJy7ys79aIb7YB6Bm-5nTJAR4DHsxcs,1918
|
| 416 |
+
pyarrow/include/arrow/util/hashing.h,sha256=S88jTTQ5k23L7NOSqESp-_KFvHS_fg0GyfiF9NAwvV8,33214
|
| 417 |
+
pyarrow/include/arrow/util/int_util.h,sha256=zTOAq57M4pUe469WpnW6I5hNtxe3vGRHlZWhngA1DzM,4859
|
| 418 |
+
pyarrow/include/arrow/util/int_util_overflow.h,sha256=AtvkG7v3-1gVzW5SrFrdVkYuXFtT76_nxrKtzIbz_9U,4895
|
| 419 |
+
pyarrow/include/arrow/util/io_util.h,sha256=U6VTCh0yKUmYPaw2oG-CllJd4J02Gce6b0qTfqFi9E4,13709
|
| 420 |
+
pyarrow/include/arrow/util/iterator.h,sha256=osTT6Fc063yUfHC260uHmPhBcPjfncMwiCObdtYsaAg,18098
|
| 421 |
+
pyarrow/include/arrow/util/key_value_metadata.h,sha256=wjU6uQGcSmy-YFqMs6rwLP7E4X-0IFBjPrWZstistzQ,3590
|
| 422 |
+
pyarrow/include/arrow/util/launder.h,sha256=C3rNBRh4reuUp8YuRdGQU95WPc8vl4bAY-z5LXgDiuA,1046
|
| 423 |
+
pyarrow/include/arrow/util/list_util.h,sha256=_OmtsDqe-mnZ_7tVWxB2yHdgCJhpiME_RP3nXHzKbdI,2028
|
| 424 |
+
pyarrow/include/arrow/util/logger.h,sha256=p9i4dNgne36LWpFmNSYBYgTQ4kFSao20dJ40LgRRZKQ,6693
|
| 425 |
+
pyarrow/include/arrow/util/logging.h,sha256=eY1sZ1QCcvy5lpJwfOCL2rtRgLjc8V8yDf9usSa9-d4,9694
|
| 426 |
+
pyarrow/include/arrow/util/macros.h,sha256=dqnFiDUrFUyqHyNP4xEr54WgaAEXX8gE4ZG7-i3nfZQ,9336
|
| 427 |
+
pyarrow/include/arrow/util/map.h,sha256=KbKB3QNc3aWR_0YU1S7aF9fdI0VCABGxEF1VES2oOqU,2476
|
| 428 |
+
pyarrow/include/arrow/util/math_constants.h,sha256=2sfWoVc8syHz8X26XgBmejzXStl7hmvKiOh9622oUZA,1112
|
| 429 |
+
pyarrow/include/arrow/util/memory.h,sha256=qsxFgvj_wozO5OxIs6fHdcam7aifpozqc1aE81P91Yo,1566
|
| 430 |
+
pyarrow/include/arrow/util/mutex.h,sha256=n4bsrHK2Q8zbYsQEyNaFqNu__vvqgwo1AfrLLCxfkpU,2554
|
| 431 |
+
pyarrow/include/arrow/util/parallel.h,sha256=_43wTVSrtJwOkRt3KJcJF1DyYHwhoWbWPsrAswftP-Q,3817
|
| 432 |
+
pyarrow/include/arrow/util/pcg_random.h,sha256=nbXowfCJFiy4GjVfF9I8VvB6fxkyR5zNB1FKdnFsYTQ,1252
|
| 433 |
+
pyarrow/include/arrow/util/prefetch.h,sha256=vaE4FPdscbtO0cPbzl8F1PzB1NDO18ytYlEmZCHDjHs,1251
|
| 434 |
+
pyarrow/include/arrow/util/print.h,sha256=X0CfuWzDkq8CNHaEUH3I27Yi4v_zdoOo7sdrTad8Wr0,2444
|
| 435 |
+
pyarrow/include/arrow/util/queue.h,sha256=X9vRZQX3YL_a2Lzwe-zcNNHguR7FoGYmD-Q0THqsCBM,1017
|
| 436 |
+
pyarrow/include/arrow/util/range.h,sha256=yhe5pJiZIiLUO8tYr408Y9yEsFrFd7FrBMeTL2hAOKY,8526
|
| 437 |
+
pyarrow/include/arrow/util/ree_util.h,sha256=waTBOQfwWGHhoAYHTyyhUnM2BSwOqsof_H_akHvUgno,22395
|
| 438 |
+
pyarrow/include/arrow/util/regex.h,sha256=Tj92CttOh2HxS0EKQ_9-sxMBAsQrDOUKNP0ngIJFdP8,1742
|
| 439 |
+
pyarrow/include/arrow/util/rows_to_batches.h,sha256=PZNoLeMCfJJdeHVvUny0UHc5AtS0hctUCi7zUztJpeE,7120
|
| 440 |
+
pyarrow/include/arrow/util/simd.h,sha256=PpKm-aWpZYIYP0NnyGrQceOO9m3_7JbN4uro0IhIT9w,1679
|
| 441 |
+
pyarrow/include/arrow/util/small_vector.h,sha256=dDNNMFpNdtIbxLP3L-h_bv3A8raYv4IVuyLEzUVMgck,14421
|
| 442 |
+
pyarrow/include/arrow/util/sort.h,sha256=cXZvBN_EcXkN5j0xhX2oNisbChT2QKXP9KzDgjXW2_M,2466
|
| 443 |
+
pyarrow/include/arrow/util/spaced.h,sha256=790FFCTdZA-z6qKuEJM5_wG24SqTTVtyj7PKnLBe7_Q,3567
|
| 444 |
+
pyarrow/include/arrow/util/span.h,sha256=1edvehJ567sQfZn4gGvn4kcVpLAJU9raXHbqE_dDpZQ,4298
|
| 445 |
+
pyarrow/include/arrow/util/stopwatch.h,sha256=ADGbEEU1x-fvp_NsIdTHH5BW0b9jDB8rTAj1WOgkClc,1401
|
| 446 |
+
pyarrow/include/arrow/util/string.h,sha256=hYtg4d3kGQBHdd0vGuKJTlVeueCCgfyD3iq-feMA3p8,5756
|
| 447 |
+
pyarrow/include/arrow/util/string_builder.h,sha256=EGT0azRF4dB1cQowm2fruwSRjPbuHt5h0jna8JWyTwk,2653
|
| 448 |
+
pyarrow/include/arrow/util/task_group.h,sha256=fI330NoJT8u84AEUA6pSxWrE7UBKn2LaM4DfPFoalqA,4362
|
| 449 |
+
pyarrow/include/arrow/util/tdigest.h,sha256=L6nSj-FVlYLtwKJ94WX9qps9YU6Yg-e3xwP6C0qE7pw,3058
|
| 450 |
+
pyarrow/include/arrow/util/test_common.h,sha256=ZniLT8TvAUdCE2T2YrtlDKdwDNPBpT5e9V1EiPHH9LU,2837
|
| 451 |
+
pyarrow/include/arrow/util/thread_pool.h,sha256=4ztLwkJHQJQmTmqwy8IGDmAo8X4N-o3qi6f91agzkkQ,24426
|
| 452 |
+
pyarrow/include/arrow/util/time.h,sha256=4Xi8JzaYlWFxVaenmCJ7orMgu4cuKELvbtMiszuJHUA,2988
|
| 453 |
+
pyarrow/include/arrow/util/tracing.h,sha256=sVfC_Rj2gwkWKVSKT0l0FOO5c2EGsfYwlkZX4d9ncxA,1286
|
| 454 |
+
pyarrow/include/arrow/util/trie.h,sha256=WBvryYO2sNdoPc-UB-XmQ3WzSed79qIsSg7YWCrvwNY,7121
|
| 455 |
+
pyarrow/include/arrow/util/type_fwd.h,sha256=aC3ZZR2FniFUR3InlZDXH8dknZKvmM0RBocHwFKU_Us,1521
|
| 456 |
+
pyarrow/include/arrow/util/type_traits.h,sha256=F0Gdg_3faM0MmZBOXOspRzUwuxnjKbFaVpJiTEaOXGU,1731
|
| 457 |
+
pyarrow/include/arrow/util/ubsan.h,sha256=m18PxnY-B0x4twewjyNt2UUy5qHntiolMnWC0JkkTmM,2817
|
| 458 |
+
pyarrow/include/arrow/util/union_util.h,sha256=PSssBiw-v-PDen_q75c6OkNO5PwyIPhGbf9PMJj7P2M,1211
|
| 459 |
+
pyarrow/include/arrow/util/unreachable.h,sha256=O1TG4ozCYT3_xvDpJouKWrlFADIEpIemQ28y4DqIwu4,1070
|
| 460 |
+
pyarrow/include/arrow/util/uri.h,sha256=D24zebazFcrKGt7iGpkcGQ87DuF-2AbjPKVkDlq9Nuk,3886
|
| 461 |
+
pyarrow/include/arrow/util/utf8.h,sha256=flGZ786kHo33Xg_zw0zVA9GAT8jYdPUHTVhIPHGjOj8,2031
|
| 462 |
+
pyarrow/include/arrow/util/value_parsing.h,sha256=ypbnIIxfFDfDmELinEiS2RYSkeabYDAfuKPW5YsmfRw,29995
|
| 463 |
+
pyarrow/include/arrow/util/vector.h,sha256=w1lxZG3CU0gq2ZrByeU8QX2A0JeTtooGdaZONUsVlfs,5697
|
| 464 |
+
pyarrow/include/arrow/util/visibility.h,sha256=DFEdl8TCr30r3b7vlpgzJIiA5NsK7eW9UmeL47PgcLk,2835
|
| 465 |
+
pyarrow/include/arrow/util/windows_compatibility.h,sha256=Chme9fWRqYRzfIbLw7V_yeiIWd3F4dFeG6ImHHr4Xqw,1255
|
| 466 |
+
pyarrow/include/arrow/util/windows_fixup.h,sha256=hjoh6zvB8u8OVUQqLtdcrmohMzoAoLy6XJFLxcfFhK0,1435
|
| 467 |
+
pyarrow/include/arrow/vendored/ProducerConsumerQueue.h,sha256=Bz1ks3NDgXXLfT8TMUkE38RpMOSwKRRtwU1e37Y1CUw,6101
|
| 468 |
+
pyarrow/include/arrow/vendored/datetime.h,sha256=tsFbz8LKBFzRzTEOAKZyWRbdFLfnCnZRCK9Tyi1PANs,1103
|
| 469 |
+
pyarrow/include/arrow/vendored/datetime/date.h,sha256=WNhAT0LIHIl-5t27CT4NjHZxQFl9TANLlGTjlUfHPaE,237812
|
| 470 |
+
pyarrow/include/arrow/vendored/datetime/ios.h,sha256=Qnu0iuy2-ein9KkVoSL1t71_W_VFZkdjDVsOnYTnP38,1641
|
| 471 |
+
pyarrow/include/arrow/vendored/datetime/tz.h,sha256=m5JJv7LE7Vukp8h50r90sCfbOSAD2bMVIVQUUxNZeDQ,85347
|
| 472 |
+
pyarrow/include/arrow/vendored/datetime/tz_private.h,sha256=pDkKXYdzfzQ5uh-jcUhURBLqHo00t0UnlimUdiM53Cs,10706
|
| 473 |
+
pyarrow/include/arrow/vendored/datetime/visibility.h,sha256=VCGKzhQOgL1zwGXKl_7lLULfSy0OsPt8FLWHwA4sOtU,1002
|
| 474 |
+
pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h,sha256=imGhcg0RywMsFNMYTqp6rlXw2HZCIAla8SC_n92gCqE,4358
|
| 475 |
+
pyarrow/include/arrow/vendored/double-conversion/bignum.h,sha256=RnQ2CPL8Pt6fVCGh_8VDF11e_GyrrwO0IH0uMnTcsEs,5949
|
| 476 |
+
pyarrow/include/arrow/vendored/double-conversion/cached-powers.h,sha256=jjwfR3bue7mNlE5lbTrFR2KlgjRew2OkmjBa7oQO0Qg,3079
|
| 477 |
+
pyarrow/include/arrow/vendored/double-conversion/diy-fp.h,sha256=J-RgqH27jspT5Ubth9pTA9NAZH6e7n1OVhxModgi8Sc,5088
|
| 478 |
+
pyarrow/include/arrow/vendored/double-conversion/double-conversion.h,sha256=J1Tl5-8aFY0A9SnaA9z5Q90jnMxw55illPIuE-jdD5Q,1804
|
| 479 |
+
pyarrow/include/arrow/vendored/double-conversion/double-to-string.h,sha256=C-tKRi0IuLycXgS6CC1oiFkCroOo_-AO0VOjmfe0tlE,23925
|
| 480 |
+
pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h,sha256=ZAho25fqeP3t2RM0XgqfhTBXQIIicACLpdyHHMRX3JU,4122
|
| 481 |
+
pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h,sha256=HLnpxkHjKldm-FBiDRbADYljJBSYbQGP4Gz-sVbiSJU,2828
|
| 482 |
+
pyarrow/include/arrow/vendored/double-conversion/ieee.h,sha256=CVKA9RXSjv4ZygqDHMiF-H2hUh3QHQvp1GZYC3MAhkE,15281
|
| 483 |
+
pyarrow/include/arrow/vendored/double-conversion/string-to-double.h,sha256=Ul6b-2R0pjUaAWNM3Ki4kH933LqrW6_XfPz4BSiE2v8,10906
|
| 484 |
+
pyarrow/include/arrow/vendored/double-conversion/strtod.h,sha256=6xCRm47vmcghYJug5mhhTVbsZ3m3Y6tQfMehEyVZNx0,3096
|
| 485 |
+
pyarrow/include/arrow/vendored/double-conversion/utils.h,sha256=wFRb5cGABiNoUSCnvKmdv_KIMcBtX1PX89tPFfvgbQI,15614
|
| 486 |
+
pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp,sha256=FEYzq8NFxPfdJyLs4kVtTBLkaD6iO71INz9EJnaxTdc,19784
|
| 487 |
+
pyarrow/include/arrow/vendored/pcg/pcg_random.hpp,sha256=7TaV3nZhcwpf6XxlZ6cod1GaW5gm-iUn67t2fiMPNbA,73501
|
| 488 |
+
pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp,sha256=r8exMtH21S8pjizyZZvP8Q8lAdxkKF22ZEiurSTFtzM,28411
|
| 489 |
+
pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h,sha256=9KphJ9gRtDT9DXR9iZ7aS23xa2T8tLmLsFEJMg0pLDQ,3081
|
| 490 |
+
pyarrow/include/arrow/vendored/portable-snippets/safe-math.h,sha256=q9yWh34bsFu1vSqLTuI3n_cIU4TlY98Lk1elxKHvZP0,48167
|
| 491 |
+
pyarrow/include/arrow/vendored/strptime.h,sha256=q1IZi5CvyUp_PNzbQ4_XLroAV24VEovBEz2TkpwUJ9c,1212
|
| 492 |
+
pyarrow/include/arrow/vendored/xxhash.h,sha256=MUwtyzu7xjkx9mBcS65SaDcCK7tgeqQgj-KYEMxcHWc,844
|
| 493 |
+
pyarrow/include/arrow/vendored/xxhash/xxhash.h,sha256=videnbIaUDw38kaDzbSQjyNwo-NauW4CxOpz3I45nEM,253096
|
| 494 |
+
pyarrow/include/arrow/visit_array_inline.h,sha256=XuQjuME8XZeJp7W86YuCsuoVVgmG1NulXAA0KJkmmB0,2446
|
| 495 |
+
pyarrow/include/arrow/visit_data_inline.h,sha256=4MkdFVsrjhMyTDNrScQtOYV_nwzqR2ddSS2yYnbyLt0,12460
|
| 496 |
+
pyarrow/include/arrow/visit_scalar_inline.h,sha256=KvNY0j8nE9gs_805LXMV3ATgvxvUqW4UeKpXUxR3rMA,2419
|
| 497 |
+
pyarrow/include/arrow/visit_type_inline.h,sha256=45aoF8APn8hm909nLBngls669o2yKCn24WlL5XdDpa4,4397
|
| 498 |
+
pyarrow/include/arrow/visitor.h,sha256=NKos98j54uY9tdXzctI_n_nwFRrXNOwanxLDqDZONw4,8690
|
| 499 |
+
pyarrow/include/arrow/visitor_generate.h,sha256=n2YKZW-5hY7ICQSwEUBZIYh2eg9ZoTfD54XRd9OlNDo,3324
|
| 500 |
+
pyarrow/include/parquet/api/io.h,sha256=Ricq0d2R4QXHiGZCbjxZ_0F_QmKq0IrfTidNu5NoXPI,847
|
| 501 |
+
pyarrow/include/parquet/api/reader.h,sha256=vnM5XDPn1TVsDJk4SDgb3ZU2Ta4vdrRzCpDWO90rYHk,1204
|
| 502 |
+
pyarrow/include/parquet/api/schema.h,sha256=KsNJ529pEh7bGUa0rLUCcfanI9rW2uSTirgpvKq0hdc,855
|
| 503 |
+
pyarrow/include/parquet/api/writer.h,sha256=UJZbY8QGVRMtAmozzjoM9TnI4gssqlNFUKCXBw2IfuI,1007
|
| 504 |
+
pyarrow/include/parquet/arrow/reader.h,sha256=9euD9hYg2xk7awQJDoKoDMNg2NhZOMc6OR3pu9XPYIw,17411
|
| 505 |
+
pyarrow/include/parquet/arrow/schema.h,sha256=Mi56ul7itNS6NDbMpKOJCufjHVqaSY5_rbsNRNLE560,6204
|
| 506 |
+
pyarrow/include/parquet/arrow/test_util.h,sha256=oyaIkVk3Js9_LL5jEbXbzKIaCiXMtcBaeQkmtEMt37Q,20573
|
| 507 |
+
pyarrow/include/parquet/arrow/writer.h,sha256=XicHPFeGb92AcsNRDblJ7V4Hmst2qSPGYYT9MTSNNmI,7095
|
| 508 |
+
pyarrow/include/parquet/benchmark_util.h,sha256=RhFvoDBVyfd5Sv0fm9JO4JrXWJRGYYmIIrHXi0cSJP0,1756
|
| 509 |
+
pyarrow/include/parquet/bloom_filter.h,sha256=TC3OxK0J2v6tHxT_Bbw7mlYtM0603KXgBoHRvmzM9aA,14999
|
| 510 |
+
pyarrow/include/parquet/bloom_filter_reader.h,sha256=63kpHYKs5TPrbRamkBLZsDYbD-I9UeVhF-R8d7JHeLg,2892
|
| 511 |
+
pyarrow/include/parquet/column_page.h,sha256=7w2hQDqkIhqpHLRh2LHk0ujnuknSPHVtuvJ21LS--n0,6942
|
| 512 |
+
pyarrow/include/parquet/column_reader.h,sha256=3QwlHlpiS5e5jtWmI_kRmD4jrrC8ljfpqF0ilf5JgNI,19299
|
| 513 |
+
pyarrow/include/parquet/column_scanner.h,sha256=HecBvh-z0n_1HJsD-GIdcGHQAvDOHKlLzppB9RBsD9s,8863
|
| 514 |
+
pyarrow/include/parquet/column_writer.h,sha256=Y9VN1eJtsYmQVhpL9UPiWGrHbgSDbDds19Z1nv_yfOA,12294
|
| 515 |
+
pyarrow/include/parquet/encoding.h,sha256=PYEOY6eK6n4Jh7UH63GvnkcVTwaEmua2kPCADmGliAU,16607
|
| 516 |
+
pyarrow/include/parquet/encryption/crypto_factory.h,sha256=RT4iznr6uvSIPbUzh_7s6Cexe8uMbQkzgrjCTGYBC6I,7057
|
| 517 |
+
pyarrow/include/parquet/encryption/encryption.h,sha256=bHJ7USckzezXfydqjJstljcjuR15r8U6zh8z3IoINCo,19842
|
| 518 |
+
pyarrow/include/parquet/encryption/file_key_material_store.h,sha256=YzAVO3M2H5v5Fz2b_WlmB3GE5wVbMEnFTL3S9XPH6k0,2200
|
| 519 |
+
pyarrow/include/parquet/encryption/file_key_unwrapper.h,sha256=pB30St8lGEaEAxNcwnDnlGtATTvc1muMzNOusfgqzT8,4635
|
| 520 |
+
pyarrow/include/parquet/encryption/file_key_wrapper.h,sha256=d2W4xICbSRAy7aPe5RKahhPhiJDfvxHY_v_lifq7wqY,3762
|
| 521 |
+
pyarrow/include/parquet/encryption/file_system_key_material_store.h,sha256=9H1ey0O3LL4dg9VVeFLNxlZ7Vr263JVaZHKVSu4s8MI,3573
|
| 522 |
+
pyarrow/include/parquet/encryption/key_encryption_key.h,sha256=0c3ZrRud2vrCu5z513ocyPYxlsP2kg1fQ8m0Jqr701g,2232
|
| 523 |
+
pyarrow/include/parquet/encryption/key_material.h,sha256=kPTSIuRFYOnH4BCPIB33zG9hp5D2Ba-5kZVlq3rFnRI,6221
|
| 524 |
+
pyarrow/include/parquet/encryption/key_metadata.h,sha256=Pc0nA9LW3Fc9NLMMxz7osbw8si2jSiOVTES-J-9R0y0,4003
|
| 525 |
+
pyarrow/include/parquet/encryption/key_toolkit.h,sha256=HPabI8qFnIMgxZYhHgXCzYV0LU1c5yJ16xjUx21I9b0,4577
|
| 526 |
+
pyarrow/include/parquet/encryption/kms_client.h,sha256=D34pVHzkCbWqKnPIBYfs6cONxmuYzyLSS9-C52ZFhz0,3151
|
| 527 |
+
pyarrow/include/parquet/encryption/kms_client_factory.h,sha256=VZ97CMgDQxx5oZWFGprjXsaM1hZ0wNudPmFU1_lniAc,1293
|
| 528 |
+
pyarrow/include/parquet/encryption/local_wrap_kms_client.h,sha256=XZxkEct0-Tv93VDpda9sDou1kp9qkTKMxr36bpVcI8s,3954
|
| 529 |
+
pyarrow/include/parquet/encryption/test_encryption_util.h,sha256=zIGeULeTOCU1N-XYHdvIppth5wnnTYEwf2h-OuTcQZQ,5209
|
| 530 |
+
pyarrow/include/parquet/encryption/test_in_memory_kms.h,sha256=jYc5WPsrh_wcaaaWcjf23Gbiye3a_bdg2royUfukWEs,3521
|
| 531 |
+
pyarrow/include/parquet/encryption/two_level_cache_with_expiration.h,sha256=cuHbX9gBWWyd0IPXNVjMmHxjPw7omYTns4If4YhBgSM,5075
|
| 532 |
+
pyarrow/include/parquet/encryption/type_fwd.h,sha256=dL8snyUwNjhTQE2FQ2dXAUjTboEXhH2JOehQovHfixc,955
|
| 533 |
+
pyarrow/include/parquet/exception.h,sha256=yc5A3iMqM9P59hnjuY8VXUIoF_JvbZVPHM6_wPtg4cI,5599
|
| 534 |
+
pyarrow/include/parquet/file_reader.h,sha256=Z1RiOP74Y9tMv7kZ7FWX05IR05qzgSOTRKrY71pLOJE,11185
|
| 535 |
+
pyarrow/include/parquet/file_writer.h,sha256=6fK6Mn-MdiQ-J4oo8BTi_eVVVshlffoQiJzFaLRrqco,9343
|
| 536 |
+
pyarrow/include/parquet/hasher.h,sha256=HSY1EjPD2xx_dB9HtAg-lXL7hB4j9MDE0cAlR7u0NOc,5227
|
| 537 |
+
pyarrow/include/parquet/level_comparison.h,sha256=5z4fUJJPWq9W60l2CsAI7T7E2auGYD7m0fpR5rfLmsw,1306
|
| 538 |
+
pyarrow/include/parquet/level_comparison_inc.h,sha256=r20_6Rv5L7UmFGJ68f-JaZ5hLXb87wvZa80hZNQoF-I,2494
|
| 539 |
+
pyarrow/include/parquet/level_conversion.h,sha256=OsuqK1xiUnEnOLPKwfm9X-pXTaXRMlDIkj3lwGb2ggI,9432
|
| 540 |
+
pyarrow/include/parquet/level_conversion_inc.h,sha256=0r2Gfd_FMidLGFC_a8kgpC9bnUt2-IBbAn9QbQFTrTo,14161
|
| 541 |
+
pyarrow/include/parquet/metadata.h,sha256=WR3ZDqJM21Jn1fk9k8B4lrxmn2aqXLWpZO9w5tyTKpo,20634
|
| 542 |
+
pyarrow/include/parquet/page_index.h,sha256=AqvLT6M81jY13YbpX-s-hOzCVz0AGNkZJ9om3_tp4Vk,17307
|
| 543 |
+
pyarrow/include/parquet/parquet_version.h,sha256=TVv89r2MMqGNwa9bPNUOUN0kHs5Gb7n9EMm579nZkE4,1164
|
| 544 |
+
pyarrow/include/parquet/pch.h,sha256=zIdkjZS4kuFYra3woGMjmvYXCwB4IaXdpm_nR5Nz8hk,1249
|
| 545 |
+
pyarrow/include/parquet/platform.h,sha256=VS0zEUC4d37LQmlQLQZ5aHNaiwRf8QrxixXdWf73m5Q,3898
|
| 546 |
+
pyarrow/include/parquet/printer.h,sha256=hXqzwuj5p1oKY2awZkVOq7qXx-Rsoo6QPH1oTE94AHU,1548
|
| 547 |
+
pyarrow/include/parquet/properties.h,sha256=B1l5hn6THai15MSmw1ZtSKTEWXsRrEDqYyiYwX9sXM8,48632
|
| 548 |
+
pyarrow/include/parquet/schema.h,sha256=CjZh2i9WN5VeoDbLqy7M1AZtopZ43_C9blWG3OT2IfU,18222
|
| 549 |
+
pyarrow/include/parquet/size_statistics.h,sha256=Ahr8qyIVre8U_JVRLHL0BbSoYpdJjo2OUeE1UD4I1tw,4327
|
| 550 |
+
pyarrow/include/parquet/statistics.h,sha256=0sk7koXslu-KuVC6CsTiFVD1Fu_ZWPD_FLhcXALas_g,15176
|
| 551 |
+
pyarrow/include/parquet/stream_reader.h,sha256=1WmN0vYCqTz1Lwb_Di4xPWTE-VbCQQuzZralSpWQm3U,8791
|
| 552 |
+
pyarrow/include/parquet/stream_writer.h,sha256=nw_v3nhrL682ozZ2KZKVkHnOsjwexbmBXTV2CKcq4YQ,7505
|
| 553 |
+
pyarrow/include/parquet/test_util.h,sha256=gkJoOl_N4cG3L56uXVJi1RLiDVBl73yX01Dkx2Plt9g,31180
|
| 554 |
+
pyarrow/include/parquet/type_fwd.h,sha256=NYplsPswBbYq5n-UjXc2kArnmFtJrRj5d1TIVnn6I5I,3267
|
| 555 |
+
pyarrow/include/parquet/types.h,sha256=IFbKlP0aZzW8Cn4U0QCIGboVb8hOnD6UvSGi6EqpvvE,25482
|
| 556 |
+
pyarrow/include/parquet/windows_compatibility.h,sha256=xIEGHW354URgdIP9A4V303TJL8A1IkCEvp08bMKsHTU,897
|
| 557 |
+
pyarrow/include/parquet/windows_fixup.h,sha256=DpyWCywx8YIqouun6BJcgMrHFMTCBgowWdJ1mnJnQ2s,1052
|
| 558 |
+
pyarrow/include/parquet/xxhasher.h,sha256=QAa7ZE7S3UFtU_Voz3oi3YclIYhbhviJkafLOYgiuWg,2074
|
| 559 |
+
pyarrow/includes/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 560 |
+
pyarrow/includes/common.pxd,sha256=8v66QsHwEIfW6cMZA8Mv4E5dq-_ycXCUJ_u6UXbg9Ds,5689
|
| 561 |
+
pyarrow/includes/libarrow.pxd,sha256=pq8fAPP354E6tW6-qHEeL-7ECIm1X9sPt7N6GCQsT4A,116315
|
| 562 |
+
pyarrow/includes/libarrow_acero.pxd,sha256=c84RdYfIuFWW_36-1RELJsowfQwXhgUxbdC_xKQyFCI,5298
|
| 563 |
+
pyarrow/includes/libarrow_cuda.pxd,sha256=0fRcHbCZY_gFdwIXIElnpGvTxeA5xVxZH1-vwZh16SM,4942
|
| 564 |
+
pyarrow/includes/libarrow_dataset.pxd,sha256=WssZKf33Gn6dXAxtE5-TVcIqPtJGCb0uFETn3WYWDB8,17024
|
| 565 |
+
pyarrow/includes/libarrow_dataset_parquet.pxd,sha256=4me_u82JiInHNRvoazLXUTOO5sxVnyCk-BdfsYQZyWQ,4536
|
| 566 |
+
pyarrow/includes/libarrow_feather.pxd,sha256=MTJUDQbfKP8Ir700Fobl7xcbjX7WcrsUV4mxFXlfwn0,2140
|
| 567 |
+
pyarrow/includes/libarrow_flight.pxd,sha256=HNhM1PcKcFk1hmlbqIm1ocyv_EUb2B6jG9QwiGD1HF8,25111
|
| 568 |
+
pyarrow/includes/libarrow_fs.pxd,sha256=jG1sBGyTkU3X_XZKBMC-n3YsY8Po_2dIQdXyK9vXtHY,14973
|
| 569 |
+
pyarrow/includes/libarrow_python.pxd,sha256=Fs9hNJZ-_fdVmqkNu3zGRUXy8Azt6_zniX_p1SKqM64,12387
|
| 570 |
+
pyarrow/includes/libarrow_substrait.pxd,sha256=PtgwVFqsCQBzCHzK-VqhQOdTyU9J4SziQ_lnxRwChfs,4061
|
| 571 |
+
pyarrow/includes/libgandiva.pxd,sha256=FLBd99IeU67Db9SnHS7oe6FgBZ1aIHuRc0pOiDv7hQc,11538
|
| 572 |
+
pyarrow/includes/libparquet_encryption.pxd,sha256=fi3QrLpHN1_IaYRXvVMJdIgp7F_6aaLu1owP0I3BD5g,5898
|
| 573 |
+
pyarrow/interchange/__init__.py,sha256=DH0bwbKpdjD1WCW1VinnXEuVLY098uHKkirv7DFc9JM,845
|
| 574 |
+
pyarrow/interchange/buffer.py,sha256=NF_GU1uQ6INqHqCwzY6XQQqRxKDh6znEeDHiRqaEIQ0,3359
|
| 575 |
+
pyarrow/interchange/column.py,sha256=afU794n3H7yf4gDQDuFLbtyDlgVnLk9iZ6sugb0h8_4,19370
|
| 576 |
+
pyarrow/interchange/dataframe.py,sha256=tmSMmBvBAc-ZSUzE8tBNbvQLHuuxLuBkMkK6KYwtS8M,8405
|
| 577 |
+
pyarrow/interchange/from_dataframe.py,sha256=JfkP4wuY_9x76H6RDtmsOzs6B6qe-1WS7zxpKeD481s,19709
|
| 578 |
+
pyarrow/io.pxi,sha256=JJbw69rqeJ6Hj0s_HZeGuhO4lAbmJ6AcB3s8KywOa0I,86617
|
| 579 |
+
pyarrow/ipc.pxi,sha256=Reakb_rHbBipOr9QPEC0D2jBvQ87ORpVb5kasDdeY_4,41081
|
| 580 |
+
pyarrow/ipc.py,sha256=Hb3qCPKRr_wth5u4WrkZHJyAZmIK5SoVSezfBOI97Ww,10107
|
| 581 |
+
pyarrow/json.py,sha256=N9Y7_3TSrOEDy2OrmgQ8UKqUPMx1Bm9dYgot-brJ8Xw,858
|
| 582 |
+
pyarrow/jvm.py,sha256=tzAsIrMSCIeNAtSC8lZWjQS0rq7kjaQDPlePDmvpqDw,9593
|
| 583 |
+
pyarrow/lib.cpython-310-x86_64-linux-gnu.so,sha256=8CIvAaENn7h_MSnHMHoKj5lf_-r_N728--mw-QtfhYs,4855112
|
| 584 |
+
pyarrow/lib.h,sha256=aWAOSlSScduvc3gGO6aSAWcNBl2QECWEdQAZb6mIl_U,4631
|
| 585 |
+
pyarrow/lib.pxd,sha256=yeAGPAh5ydW-mgb8Ijaj_MJ0dzxhAuy4RF7gwVcYsBM,18383
|
| 586 |
+
pyarrow/lib.pyx,sha256=sObLt9zELSeQZkyL373L9yHo2quhly_uAhNIXzaS9fA,6080
|
| 587 |
+
pyarrow/lib_api.h,sha256=4oiKWmdhyjn5OxDSBamrukHpWwQbUioDR7X82dhgdXs,19487
|
| 588 |
+
pyarrow/libarrow.so.1900,sha256=_l0_Z0616aIG128DyxAbASe5gZ8Gdq6GnqULbMinrrQ,64745512
|
| 589 |
+
pyarrow/libarrow_acero.so.1900,sha256=aYN7gHqMT-tzpI_-RfeeYLlmXX4QLUAWT9oQ_j5KnTc,2113216
|
| 590 |
+
pyarrow/libarrow_dataset.so.1900,sha256=RKLP2312jQjn1L1y1qA1IQdBIno2mEk8jlJoUQIJHKM,2763416
|
| 591 |
+
pyarrow/libarrow_flight.so.1900,sha256=5qZGdzsArCxZH2wfABPXlbffm4_ghchb9xgJpdEVjWE,20274688
|
| 592 |
+
pyarrow/libarrow_python.so,sha256=J5wGCYwCEwtXhB6l7pwOnCHwHICNrNA6h9eI9Z7k56c,2891072
|
| 593 |
+
pyarrow/libarrow_python.so.1900,sha256=J5wGCYwCEwtXhB6l7pwOnCHwHICNrNA6h9eI9Z7k56c,2891072
|
| 594 |
+
pyarrow/libarrow_python.so.1900.1.0,sha256=J5wGCYwCEwtXhB6l7pwOnCHwHICNrNA6h9eI9Z7k56c,2891072
|
| 595 |
+
pyarrow/libarrow_python_flight.so,sha256=L8U0sciEnikox4EDh18ZajvUh8TDaqvF-4FcWjXbRhQ,118208
|
| 596 |
+
pyarrow/libarrow_python_flight.so.1900,sha256=L8U0sciEnikox4EDh18ZajvUh8TDaqvF-4FcWjXbRhQ,118208
|
| 597 |
+
pyarrow/libarrow_python_flight.so.1900.1.0,sha256=L8U0sciEnikox4EDh18ZajvUh8TDaqvF-4FcWjXbRhQ,118208
|
| 598 |
+
pyarrow/libarrow_python_parquet_encryption.so,sha256=46DLyIOsBknn5bbamljUA5xxV0WRe5GroIUPAEluuZs,37432
|
| 599 |
+
pyarrow/libarrow_python_parquet_encryption.so.1900,sha256=46DLyIOsBknn5bbamljUA5xxV0WRe5GroIUPAEluuZs,37432
|
| 600 |
+
pyarrow/libarrow_python_parquet_encryption.so.1900.1.0,sha256=46DLyIOsBknn5bbamljUA5xxV0WRe5GroIUPAEluuZs,37432
|
| 601 |
+
pyarrow/libarrow_substrait.so.1900,sha256=iY-zFnKClxrS7Sle2LJDuxY5WBeRATj2w28-vIhRIVU,5346184
|
| 602 |
+
pyarrow/libparquet.so.1900,sha256=MkmXrEQlZK91cOIICmnBxDppwS2IHd_pMWfk0D2JRMo,11104016
|
| 603 |
+
pyarrow/memory.pxi,sha256=9AVMENxqaV0Ndf9tYSiakunEpMRRCZNT9d-PnrY8r14,8229
|
| 604 |
+
pyarrow/orc.py,sha256=IjjeGAEZl0KhHvwy3YsSGfTWlx7Ilb54P0tFKPvwcfk,12618
|
| 605 |
+
pyarrow/pandas-shim.pxi,sha256=LtVztf56Fhy7VzWwBuEBQbWUphezlby7AoSnPU9QSX8,8796
|
| 606 |
+
pyarrow/pandas_compat.py,sha256=rET2AFVwh90BjQAh4D0wgA0a8UJ6JluH7JPir2Z2_Go,45740
|
| 607 |
+
pyarrow/parquet/__init__.py,sha256=4W64CbvwvO60tG58nfNtyCwMVCfuPumtu82p-kiGPaE,822
|
| 608 |
+
pyarrow/parquet/core.py,sha256=SA1zMIm-0cnTPMCjgWe_Bu6bFbjBbTWBpfYauGcHpW8,90440
|
| 609 |
+
pyarrow/parquet/encryption.py,sha256=-XW7Qcbl-jQhpZsR610uQ8-z9ZVE_NL045Jdnp1TZ9M,1153
|
| 610 |
+
pyarrow/public-api.pxi,sha256=G6tk0gOWMBoQaQGo4lyp0OLSkqEZqMhB0z27MoQR3rU,14064
|
| 611 |
+
pyarrow/scalar.pxi,sha256=h0aq_Q1mJN7gCynehZfnt1maz5hmAyCPqCV857L_n-4,36603
|
| 612 |
+
pyarrow/src/arrow/python/CMakeLists.txt,sha256=D4Ypror_508aAd_juYkrS9Qu2maeirK4QXzwGEZEj0M,855
|
| 613 |
+
pyarrow/src/arrow/python/api.h,sha256=W76VAxYqOxi9BHJddji1B62CmaWDFuBhqI65YOhUnGQ,1222
|
| 614 |
+
pyarrow/src/arrow/python/arrow_to_pandas.cc,sha256=Ba4TDYQdWVSpeeZ_IY3-b6ZWOcnQmn3cvBeTDe9n7Y0,95354
|
| 615 |
+
pyarrow/src/arrow/python/arrow_to_pandas.h,sha256=jUBEUMKXw70oJdMlgkSf6HitaNweQcc7hxI75_C9WSI,5561
|
| 616 |
+
pyarrow/src/arrow/python/arrow_to_python_internal.h,sha256=nQXPZTL3xa4Sm-a-Gv-8bpFs-qAOZHkqWmA_m-dSLVw,1740
|
| 617 |
+
pyarrow/src/arrow/python/async.h,sha256=C0f8YYmgwBGgDau4xEFsdjukiZB4YvpylETHEZryHOo,2352
|
| 618 |
+
pyarrow/src/arrow/python/benchmark.cc,sha256=z6qYRx4qMuNXPaC8fuPJlQd92aosMN85u1aD50R1-UU,1293
|
| 619 |
+
pyarrow/src/arrow/python/benchmark.h,sha256=f-kzyMOlPKDse2bcLWhyMrDEMZrG_JHAPpDJgGW0bXU,1192
|
| 620 |
+
pyarrow/src/arrow/python/common.cc,sha256=_9ozIRo_WTDWovBKqOVyX28d0IttHvwW9MG-PkTzmKc,7591
|
| 621 |
+
pyarrow/src/arrow/python/common.h,sha256=yjljfJK1f7slZ7DBQ4LTo_pob70zioswJNWazy0p-uM,14412
|
| 622 |
+
pyarrow/src/arrow/python/csv.cc,sha256=ql5AY76AqiFksWsrmzSl551k5s9vS8YcmypM2A9rhw8,1803
|
| 623 |
+
pyarrow/src/arrow/python/csv.h,sha256=QxU3B-Hv_RsoEcMGS9-1434ugouL2ygC64Lq6FgviNM,1397
|
| 624 |
+
pyarrow/src/arrow/python/datetime.cc,sha256=_VKRKeyFqR7Xzay2wazcveb7mgOv8K37ebMomNY__lQ,23001
|
| 625 |
+
pyarrow/src/arrow/python/datetime.h,sha256=Bny_THGi2tyUeHxcOuw01O7hNE8B_gave5ABAZQtwTQ,7931
|
| 626 |
+
pyarrow/src/arrow/python/decimal.cc,sha256=Raz7kMa9N5y2gmSIM0XDkIUl6TTvWvKZquksawv0LN0,9592
|
| 627 |
+
pyarrow/src/arrow/python/decimal.h,sha256=K9ScmzSa7XCuuwpXKnq0GPbRDTuRU5yXfWr9zGtOchc,6362
|
| 628 |
+
pyarrow/src/arrow/python/deserialize.cc,sha256=ogtBX7OzGuDvyj_LepFkaG7m53-wenf3duG0WF8Ooa0,19185
|
| 629 |
+
pyarrow/src/arrow/python/deserialize.h,sha256=Q4L1qPCra8-Wzl6oLm44cPOUMVuK1FX01LeGzwNUtK4,4260
|
| 630 |
+
pyarrow/src/arrow/python/extension_type.cc,sha256=eU5P7pufWjcEcmVeOyu1jtEZ08AWd9tkTSMfx8ph0rQ,6860
|
| 631 |
+
pyarrow/src/arrow/python/extension_type.h,sha256=0gzb42y_mbw4fsYs3u8cwPFLBRlG-kkHQLgbvGtrY0U,3181
|
| 632 |
+
pyarrow/src/arrow/python/filesystem.cc,sha256=0twavI91TE20Otq5kkVUwnN5sindU_mBWoVAvz1ZMgI,6152
|
| 633 |
+
pyarrow/src/arrow/python/filesystem.h,sha256=FG0AcLekqaDf9IQPqKixAfIcY_ZLgIKP5NvvXdtBVUM,5126
|
| 634 |
+
pyarrow/src/arrow/python/flight.cc,sha256=j3tbzVopONkqHTg-gZ1q_-Wv8_l2AbrdNF5c9lvoESg,14092
|
| 635 |
+
pyarrow/src/arrow/python/flight.h,sha256=PzZhVa9DiT8GUB5_s5gXRBoYR9RLPq4Uy6QA7RRWOpo,14382
|
| 636 |
+
pyarrow/src/arrow/python/gdb.cc,sha256=Z0WLBYHWBzc4uExNG7nWJeRnUBAVSqo_DFpKYry0aAE,22667
|
| 637 |
+
pyarrow/src/arrow/python/gdb.h,sha256=H-qvM-nU8a_3Z5tk8PvppTwQtBMSZhQKQIVgRAsRfFg,972
|
| 638 |
+
pyarrow/src/arrow/python/helpers.cc,sha256=zrrUI56RGrZ8VBzR2dJFJoRq7L6chlX7289HK7tjoOA,16627
|
| 639 |
+
pyarrow/src/arrow/python/helpers.h,sha256=jVNFEbvJXmCceJti3J3-MnZkNlJoynQNq334tt29bbs,5489
|
| 640 |
+
pyarrow/src/arrow/python/inference.cc,sha256=Gm-lOXDzqcbef6gdgCQa5eXPuh8uvYqz9iUjKS2_yO4,24350
|
| 641 |
+
pyarrow/src/arrow/python/inference.h,sha256=FUFvB4Zy7V-tueXdmbDcqTeLK4xj5GZEeRW5yhiJlsU,2038
|
| 642 |
+
pyarrow/src/arrow/python/io.cc,sha256=ZARQCv4WQmHDQrA1dlNZt6mJuPhyK8wNuGm7zoL6V78,11936
|
| 643 |
+
pyarrow/src/arrow/python/io.h,sha256=4jGnodpSUlnVqAVh9fWId7H4WldlLPkXyroABpdaW6w,3858
|
| 644 |
+
pyarrow/src/arrow/python/ipc.cc,sha256=3D9iMbOFHlhNXX4432wsfbfjWvDryZWgdA0Ak19V_8Q,4472
|
| 645 |
+
pyarrow/src/arrow/python/ipc.h,sha256=SZbw6jCCqLiLNCY3k632GmwHeD_r_xrDS0dhqV49VhY,2259
|
| 646 |
+
pyarrow/src/arrow/python/iterators.h,sha256=Ugfm3JvetAH0l-oAjjpZfhrUBqRimVMaw4-xusvqLSg,7327
|
| 647 |
+
pyarrow/src/arrow/python/numpy_convert.cc,sha256=166BIW7zVTRMKogxLUuhV4e5jOevmonvRtXDydNujgc,21194
|
| 648 |
+
pyarrow/src/arrow/python/numpy_convert.h,sha256=y13eHwfe1lJKzadoTr2-GyX6xPsE6Z7FN31s7PN-2Rk,4870
|
| 649 |
+
pyarrow/src/arrow/python/numpy_init.cc,sha256=cJKOH946T7VCcB-gVIoGgfbWTrbj3FPkI4TgnsLTf7s,1178
|
| 650 |
+
pyarrow/src/arrow/python/numpy_init.h,sha256=FniVHP7W2YBlenoMYhQrODvoqqvDMSls2JANGtNPQts,999
|
| 651 |
+
pyarrow/src/arrow/python/numpy_internal.h,sha256=F9p-hzTKCIhRqgtZbsoyPox7RR85YcEw6FYkFF8KqfM,5314
|
| 652 |
+
pyarrow/src/arrow/python/numpy_interop.h,sha256=rI6ek8JTOYtjo7gEADSDBS6QuAOHa2A0YQPZ2GeypFw,3418
|
| 653 |
+
pyarrow/src/arrow/python/numpy_to_arrow.cc,sha256=55-VSQlg10MAZTR0G3I7maErexO8-FDk_27SYdvVlk8,30238
|
| 654 |
+
pyarrow/src/arrow/python/numpy_to_arrow.h,sha256=z9KapsuoOSpWILPt9bea7GR4BL6AQ28T6DUO0mSkh3k,2760
|
| 655 |
+
pyarrow/src/arrow/python/parquet_encryption.cc,sha256=RNupwaySaVHKX_iCYOPK0yJWkTUpqbrpbCW2duWJ3kU,3567
|
| 656 |
+
pyarrow/src/arrow/python/parquet_encryption.h,sha256=Mc8tZ8gIfkH0AckNiIOt6hesP_MVKeKhcytT24ZOLdQ,4861
|
| 657 |
+
pyarrow/src/arrow/python/pch.h,sha256=vkbgStQjq820YeHlXBPdzQ-W9LyzJrTGfMBpnMMqahk,1129
|
| 658 |
+
pyarrow/src/arrow/python/platform.h,sha256=XYS5IqiMUejxN2COzu60Zs8b_wAaGTBw4M-zKVqqs5U,1422
|
| 659 |
+
pyarrow/src/arrow/python/pyarrow.cc,sha256=Pul4lmF7n5Q9cSzgBSvPArWfZY_qDyAq1a_tyMIQGRA,3677
|
| 660 |
+
pyarrow/src/arrow/python/pyarrow.h,sha256=TK3BtD9n3QKOQ9dX3LXbQc0hu9alWcufV0O93iQW7B0,2761
|
| 661 |
+
pyarrow/src/arrow/python/pyarrow_api.h,sha256=7l0G4-_m9yALYoifsY8Z6qh3HHD0PgkpVSgCn_JaGU4,867
|
| 662 |
+
pyarrow/src/arrow/python/pyarrow_lib.h,sha256=-70_Ckj3_0ImlzaXSJOE_d3w9pGM66lXiGPyln9c96Y,863
|
| 663 |
+
pyarrow/src/arrow/python/python_test.cc,sha256=Jg35rRR7BtXOS1012RFOdLViFlVC3zlXV--w8aEzf8I,32397
|
| 664 |
+
pyarrow/src/arrow/python/python_test.h,sha256=ea32mM20uHySlygi9MtVxr26O-ydTZHCUQIlxaIMjT4,1195
|
| 665 |
+
pyarrow/src/arrow/python/python_to_arrow.cc,sha256=Ia4vNdbiZ7v5okvBKHmKmrXba7m5jWqkoakNVLSjJeA,47535
|
| 666 |
+
pyarrow/src/arrow/python/python_to_arrow.h,sha256=BoVytf6P7PBYXyznchElKZSFvEsFyimB-tLFdw0AUNo,2521
|
| 667 |
+
pyarrow/src/arrow/python/serialize.cc,sha256=FOAsdyfRETe_bCSxC1vc3-oq9Rs9SsU4kDQFTwrdvQM,32667
|
| 668 |
+
pyarrow/src/arrow/python/serialize.h,sha256=HVBhIKgc7A4YOmwYfjE2Hqj1Yxl9suCJb940KxrVcrs,4630
|
| 669 |
+
pyarrow/src/arrow/python/type_traits.h,sha256=B_NsRT_hZG8D91sTcihJyKF5SrslPcFmj12QfbpHuLI,10093
|
| 670 |
+
pyarrow/src/arrow/python/udf.cc,sha256=69DuHRjV6rUAbZqkWEKEUG3ODuHg9ym52lnH7A_lM5Y,29814
|
| 671 |
+
pyarrow/src/arrow/python/udf.h,sha256=de3R8PhNJO5lT9oCqRxe8e2_SE3jBpHOkwbNqCrlgjQ,3104
|
| 672 |
+
pyarrow/src/arrow/python/vendored/CMakeLists.txt,sha256=02XvDJAdKiajCEBOmnMKBpmzbRU7FPkNdlNXtw0-A24,837
|
| 673 |
+
pyarrow/src/arrow/python/vendored/pythoncapi_compat.h,sha256=bzMnlHTCfjk5DQRIxwytunYh5aQxU3iSElaaDyNnAY8,40900
|
| 674 |
+
pyarrow/src/arrow/python/visibility.h,sha256=hwJw5sGrWJckQkNaAuLe4Tf-VDjQbXknyzNOVgZI3FI,1381
|
| 675 |
+
pyarrow/substrait.py,sha256=yOMgCb-A5XW9t2DKgutRydDHpFvQkiNNq6ZIu0hIUB8,1230
|
| 676 |
+
pyarrow/table.pxi,sha256=TaThZeSXhoO_hAqGpxEFBVXfkeuea-ULMfdaVzzC7aU,205518
|
| 677 |
+
pyarrow/tensor.pxi,sha256=CXlMcTRWh_n_FTzIIx8SpHCmYlV0IBA69toQ-3Evs5o,42071
|
| 678 |
+
pyarrow/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 679 |
+
pyarrow/tests/arrow_16597.py,sha256=DNb41h9E3ITGvAJJu86i5SfsKrwstQJ0E5gT_bpTS_k,1354
|
| 680 |
+
pyarrow/tests/arrow_39313.py,sha256=0pyBixoX38fldTPO1Vwshi_H0XBACrz8esYoL4o71KI,1431
|
| 681 |
+
pyarrow/tests/arrow_7980.py,sha256=tZKb_tRLfxHaosDk9Yu2GLEsJjMaruXD5CKhbK_6Hq8,1094
|
| 682 |
+
pyarrow/tests/bound_function_visit_strings.pyx,sha256=vDEFoNYR8BWNkCntKDuBUT8sXNRBex_5G2bFKogr1Bs,2026
|
| 683 |
+
pyarrow/tests/conftest.py,sha256=JvdZgiYNJNeE6yLVyRFOoGjVbfrl4c-kAlEPzBIiGM8,10500
|
| 684 |
+
pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather,sha256=qzcc7Bo4OWBXYsyyKdDJwdTRstMqB1Zz0GiGYtndBnE,594
|
| 685 |
+
pyarrow/tests/data/orc/README.md,sha256=_4X5XszZqQtWAVEz5N1Va4VyyayGQgNDKrcdMX2Ib4s,932
|
| 686 |
+
pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz,sha256=xLjAXd-3scx3DCyeAsmxTO3dv1cj9KRvYopKe5rQNiI,50
|
| 687 |
+
pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc,sha256=zj0579dQBXhF7JuB-ZphkmQ81ybLo6Ca4zPV4HXoImY,523
|
| 688 |
+
pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz,sha256=kLxmwMVHtfzpHqBztFjfY_PTCloaXpfHq9DDDszb8Wk,323
|
| 689 |
+
pyarrow/tests/data/orc/TestOrcFile.test1.orc,sha256=A4JxgMCffTkz9-XT1QT1tg2TlYZRRz1g7iIMmqzovqA,1711
|
| 690 |
+
pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz,sha256=oWf7eBR3ZtOA91OTvdeQJYos1an56msGsJwhGOan3lo,182453
|
| 691 |
+
pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc,sha256=nYsVYhUGGOL80gHj37si_vX0dh8QhIMSeU4sHjNideM,30941
|
| 692 |
+
pyarrow/tests/data/orc/decimal.jsn.gz,sha256=kTEyYdPDAASFUX8Niyry5mRDF-Y-LsrhSAjbu453mvA,19313
|
| 693 |
+
pyarrow/tests/data/orc/decimal.orc,sha256=W5cV2WdLy4OrSTnd_Qv5ntphG4TcB-MyG4UpRFwSxJY,16337
|
| 694 |
+
pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet,sha256=YPGUXtw-TsOPbiNDieZHobNp3or7nHhAxJGjmIDAyqE,3948
|
| 695 |
+
pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet,sha256=7sebZgpfdcP37QksT3FhDL6vOA9gR6GBaq44NCVtOYw,2012
|
| 696 |
+
pyarrow/tests/data/parquet/v0.7.1.parquet,sha256=vmdzhIzpBbmRkq3Gjww7KqurfSFNtQuSpSIDeQVmqys,4372
|
| 697 |
+
pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet,sha256=VGgSjqihCRtdBxlUcfP5s3BSR7aUQKukW-bGgJLf_HY,4008
|
| 698 |
+
pyarrow/tests/extensions.pyx,sha256=05S652zNGxwMFwuyMbP0RP4VNJLSMlzvoxH8iYIvSNk,3054
|
| 699 |
+
pyarrow/tests/interchange/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
| 700 |
+
pyarrow/tests/interchange/test_conversion.py,sha256=23e5tpKBL-ekA5uWpM6-f6HVPF937Hnzfune0Ty9moo,18609
|
| 701 |
+
pyarrow/tests/interchange/test_interchange_spec.py,sha256=5hwwCG6f7yf72PfUG0iLIk2bARsZU5EJeRjDxSQrkKI,9320
|
| 702 |
+
pyarrow/tests/pandas_examples.py,sha256=RFKCW-Rn0Qz-ncd4pZWWSeUoPq63kemE3lFiVdv2dBs,5115
|
| 703 |
+
pyarrow/tests/pandas_threaded_import.py,sha256=b_ubLr5dj4dWJht9552qc3S3Yt3fQQgaUH6208oZvHg,1429
|
| 704 |
+
pyarrow/tests/parquet/__init__.py,sha256=dKsXU9M-sJyz2wYIuqwsKM9meOlK_qY6qhmQzIvEpCE,931
|
| 705 |
+
pyarrow/tests/parquet/common.py,sha256=-kckaOVj9P9BvL1vlvyHlsPUtysBoAYVL98Nwc9wmGo,5894
|
| 706 |
+
pyarrow/tests/parquet/conftest.py,sha256=mJNQal0VYsGFhHglhSt-F9CYHy_i8hB8MXaq3SxFBvk,3082
|
| 707 |
+
pyarrow/tests/parquet/encryption.py,sha256=Oi3QbixApvWGoGImiW7PAjR28cTQqlRXZKMI3O7E4UY,2521
|
| 708 |
+
pyarrow/tests/parquet/test_basic.py,sha256=SdLPuZ02NaBUEtpr18SzA90I7pK-WRMM1r3ApbQI5ps,36492
|
| 709 |
+
pyarrow/tests/parquet/test_compliant_nested_type.py,sha256=Lz7tCPrSpv9GrKPMS-eu1LehsCTwz7KdUdCYJ8tF8dE,3901
|
| 710 |
+
pyarrow/tests/parquet/test_data_types.py,sha256=YIHx23xY5GLuJ2BhVb4OarHs1K29oRbQE-igfzMESoc,16080
|
| 711 |
+
pyarrow/tests/parquet/test_dataset.py,sha256=UhjjQGO2kki9Q50zush0VGU3OMXHZncL_3uEQse4Lx8,42218
|
| 712 |
+
pyarrow/tests/parquet/test_datetime.py,sha256=A3ZaRj88u0IrlhCNp2KY_A8txrb7y2pKPgEVvI7e7bU,16398
|
| 713 |
+
pyarrow/tests/parquet/test_encryption.py,sha256=XMVlIcEurlzcPN2rlaNqbdZbGhF9hjz5ZhWY5Bz4Fxo,22099
|
| 714 |
+
pyarrow/tests/parquet/test_metadata.py,sha256=0sbEUEEal4dEczJHk77KzCk3q9P_1JD61Ayw6HBXFzo,27158
|
| 715 |
+
pyarrow/tests/parquet/test_pandas.py,sha256=dXXcaRBZXIt2HervJLC1gCxDLlhxu6MM_M3gxcaV1Rw,22821
|
| 716 |
+
pyarrow/tests/parquet/test_parquet_file.py,sha256=xm5ZUCf5xmpKh7s5nTIrEiis53mfv2NqZWVRiYOTfAg,9909
|
| 717 |
+
pyarrow/tests/parquet/test_parquet_writer.py,sha256=xwedRwRYtw5n_OMhLPGnJurcvlo4ooROsSalYL-ZVCM,11733
|
| 718 |
+
pyarrow/tests/pyarrow_cython_example.pyx,sha256=fx6zT1bUb2-cDnwKoG71K3ozpmrNJ53kKQHHJTExGz8,2115
|
| 719 |
+
pyarrow/tests/read_record_batch.py,sha256=9Y0X0h03hUXwOKZz7jBBZSwgIrjxT-FkWIw6pu38Frc,953
|
| 720 |
+
pyarrow/tests/strategies.py,sha256=ksEfxpT9Bn89V5pj9Xt2WgIAdDhqTMAqfrONozhBXSs,14226
|
| 721 |
+
pyarrow/tests/test_acero.py,sha256=jgSkIAGhrVffShaD0ZAm50sY-f4u9jfjCimK8ezUbbA,15003
|
| 722 |
+
pyarrow/tests/test_adhoc_memory_leak.py,sha256=Pn4PcIbOBRtSJuz9Ar_ocubco0QOMZ-eAE9Bs7Wp4mA,1453
|
| 723 |
+
pyarrow/tests/test_array.py,sha256=rBp6X77MyM1H7RZjSqqANMqfdV_JoeVOH24g6tI0dF8,140539
|
| 724 |
+
pyarrow/tests/test_builder.py,sha256=zNEcslLwyb40oYbG7lInQcI81QHMKDOzi1zthw1Je7c,2803
|
| 725 |
+
pyarrow/tests/test_cffi.py,sha256=Fbs1dFCxdnvXYLgO5oaxm_h8KV3vefE9jc3nI1JZNxw,26385
|
| 726 |
+
pyarrow/tests/test_compute.py,sha256=F8E03IdPEhGBMseLb2OsRt_zb90DFeIBj-6OQ4-9Wq8,143316
|
| 727 |
+
pyarrow/tests/test_convert_builtin.py,sha256=Hh1Ti08oBBPXfEQ-196rH_LjHYGvuzyxVDu54lKsGm0,80992
|
| 728 |
+
pyarrow/tests/test_cpp_internals.py,sha256=Xg4CUB6zohQkcYG64Lj_Uf2BscI27Vv0JC_CqNkDQuE,2006
|
| 729 |
+
pyarrow/tests/test_csv.py,sha256=GKNYAGis5TsiDJMIu0L6bH2_cIOpWDviRwxCfPN9Pv8,77313
|
| 730 |
+
pyarrow/tests/test_cuda.py,sha256=qCbVbYOokzpEef-e0_Fus36xQR9Y---9MLCYquI3shE,36163
|
| 731 |
+
pyarrow/tests/test_cuda_numba_interop.py,sha256=iHP_FE4sWbsKwNNXRcYnVozp3Wd1o0Mg6BDymx710G4,8794
|
| 732 |
+
pyarrow/tests/test_cython.py,sha256=IJVELKXBD89xoCcxscMfUpwvkk9SL_kNT4cccLjDww4,7115
|
| 733 |
+
pyarrow/tests/test_dataset.py,sha256=hvVGYRUpqk42DQvpJ4AHrNwkH-zgw4Gzj-npd1TqtkU,212891
|
| 734 |
+
pyarrow/tests/test_dataset_encryption.py,sha256=mA8ipIlOBSA4eKc6xnRz-IFyM7fu_kIQ5FV2r4vE2rs,7593
|
| 735 |
+
pyarrow/tests/test_deprecations.py,sha256=W_rneq4jC6zqCNoGhBDf1F28Q-0LHI7YKLgtsbV6LHM,891
|
| 736 |
+
pyarrow/tests/test_device.py,sha256=qe9Wiwo-XVazt9pdxyqQJUz6fNR0jTs9CHiyaoppNA4,2550
|
| 737 |
+
pyarrow/tests/test_dlpack.py,sha256=kknsGN0BsmfALJeb8F9Wr4--3rZOaqkZKQwLTjCwgpE,4968
|
| 738 |
+
pyarrow/tests/test_exec_plan.py,sha256=pjOkSaWeqjN6celKxUEH3tBGXLh8kKbmSSsvKOWsbQQ,10096
|
| 739 |
+
pyarrow/tests/test_extension_type.py,sha256=DnlYadsbh0LniL9szlrWIXR-OOTQKCp3f-v2iyBRWlc,67422
|
| 740 |
+
pyarrow/tests/test_feather.py,sha256=UciZ-CHwiQcXZkJDNfHElEzcDjv10yRzLAg8kar35Xs,25235
|
| 741 |
+
pyarrow/tests/test_flight.py,sha256=IY513fq087F27zUVVV5flCYRangN7N_tQp8VRpu3X80,92326
|
| 742 |
+
pyarrow/tests/test_flight_async.py,sha256=kP2wIrUz1HIbrr4CE0SxSg4Zc56ta3xX6EdibAI2yVM,2848
|
| 743 |
+
pyarrow/tests/test_fs.py,sha256=n-RuiqvfK9zWkmmuhHLSZp3v5pRR1f258YKB6R5DsdI,65418
|
| 744 |
+
pyarrow/tests/test_gandiva.py,sha256=AEf9ln-j5MmIMQ0JTQPhnZwbNh82ynSURsWPaKaNing,15623
|
| 745 |
+
pyarrow/tests/test_gdb.py,sha256=OJzMfZtev3YOKJBm2QxnE-q-9-exy2JLhxpiVhY3T_0,44938
|
| 746 |
+
pyarrow/tests/test_io.py,sha256=T9Vdg1rPGjdAp7nd5U9TAc3mN0N4oWvlG-F8TKmMVS4,63768
|
| 747 |
+
pyarrow/tests/test_ipc.py,sha256=JPW2Q3pXKi8Y4adbCkpGZeNjdP8C6Ot1TqapinKeO_Q,42746
|
| 748 |
+
pyarrow/tests/test_json.py,sha256=DwLaNDKlr_HosnT_hDJW2lB3pBhctkVzJ25EezPa23A,13236
|
| 749 |
+
pyarrow/tests/test_jvm.py,sha256=pIrHUgnDdmwDoLgM2TFvdgfcEJTGtBGsPgzYIRU6jYY,15507
|
| 750 |
+
pyarrow/tests/test_memory.py,sha256=3ZJrdf2t9joaozoXolwY4425H80x1smR3LXLbKpFUCY,8866
|
| 751 |
+
pyarrow/tests/test_misc.py,sha256=A4_0gQ7VisziNelWa78loDsWQ79Y6_Z5XSM7R1IzJA8,7325
|
| 752 |
+
pyarrow/tests/test_orc.py,sha256=tihT87eP8MF24CDH3FMCH7vFd1Iq8i8kr7H8_UjRgQA,21184
|
| 753 |
+
pyarrow/tests/test_pandas.py,sha256=nCM-F3Kp_2RZjREq76tQSYQJcUZDmo5O7e84odoTEjs,192049
|
| 754 |
+
pyarrow/tests/test_scalars.py,sha256=cKsl6QSB68aKTcHRI_sVXXonA-OgIOrkGjW3iAEIDT4,27654
|
| 755 |
+
pyarrow/tests/test_schema.py,sha256=MiwSK5EOY5UKAydoGqjAbZQNFlv5oRI4givLYHV52EI,21871
|
| 756 |
+
pyarrow/tests/test_sparse_tensor.py,sha256=6Hp-X6PLqcUzTZCRSB-TyaAWR7ZyWf5YsWuZgixmd64,17500
|
| 757 |
+
pyarrow/tests/test_strategies.py,sha256=HEL8T94h8VyukGKNRVAW_RyQ3m36REc2P4q2BQZ_PfY,1811
|
| 758 |
+
pyarrow/tests/test_substrait.py,sha256=rsLPNlDPDAxZ1OIu-LAINSD4q_UZJhOvtTzPfXjrWM8,32223
|
| 759 |
+
pyarrow/tests/test_table.py,sha256=RObVx2lqIFd36GwAyPenXXUxVwUagGPmImij9-cYFqU,121752
|
| 760 |
+
pyarrow/tests/test_tensor.py,sha256=LYSEYGUjtdnsbL0WAir9jFindo-r0bLySiDA1uAXL8E,6643
|
| 761 |
+
pyarrow/tests/test_types.py,sha256=Vc8vp_9xG-o1PFLpALrZTi6HcU6eDqWd7CYmTOElpAA,43838
|
| 762 |
+
pyarrow/tests/test_udf.py,sha256=WA9E5skUqh7uMr_zH3rQ11LRx0SK2G3WO8HjVHGWyQY,29792
|
| 763 |
+
pyarrow/tests/test_util.py,sha256=ozTlooHBMOP3nbX5b3dG2aanrXwxXHx1giicm0QQyPM,5030
|
| 764 |
+
pyarrow/tests/test_without_numpy.py,sha256=ysbB-jML318I04ViQT4Ok7iMg1cI-NU8kguPu-FTSl4,1855
|
| 765 |
+
pyarrow/tests/util.py,sha256=YeH8RovBtKY4L1SJqcOOObEZx0Yf6HSpkkq4xJdKL5U,13275
|
| 766 |
+
pyarrow/tests/wsgi_examples.py,sha256=vQIDb5989sRVLsELw-fRHhfX-dE96sTl5J2lEuEKup8,1348
|
| 767 |
+
pyarrow/types.pxi,sha256=JnuyyzuJbxOuu1DFpxm9_wFoRZIYN19AmmKNb1sBoMM,166489
|
| 768 |
+
pyarrow/types.py,sha256=M-fGpHFc-OyTDT_IiG_9l5PO2H7A2iynbiSxk6Zv8bM,7492
|
| 769 |
+
pyarrow/util.py,sha256=ARlwfZFK6sMKGNG2V9HcG0EC0LGHHImB9AMhoWUI4nI,8640
|
| 770 |
+
pyarrow/vendored/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
| 771 |
+
pyarrow/vendored/docscrape.py,sha256=phTjwuzoO5hB88QerZk3uGu9c5OrZwjFzI7vEIIbCUQ,22975
|
| 772 |
+
pyarrow/vendored/version.py,sha256=5-Vo4Q3kPJrm1DSGusnMlTxuA8ynI4hAryApBd6MnpQ,14345
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/REQUESTED
ADDED
|
File without changes
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (72.1.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_28_x86_64
|
| 5 |
+
|
lib/python3.10/site-packages/pyarrow-19.0.1.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__dummy__
|
| 2 |
+
pyarrow
|
lib/python3.10/site-packages/pyasn1_modules/pem.py
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
|
| 5 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 6 |
+
#
|
| 7 |
+
import base64
|
| 8 |
+
|
| 9 |
+
stSpam, stHam, stDump = 0, 1, 2
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# The markers parameters is in form ('start1', 'stop1'), ('start2', 'stop2')...
|
| 13 |
+
# Return is (marker-index, substrate)
|
| 14 |
+
def readPemBlocksFromFile(fileObj, *markers):
|
| 15 |
+
startMarkers = dict(map(lambda x: (x[1], x[0]),
|
| 16 |
+
enumerate(map(lambda y: y[0], markers))))
|
| 17 |
+
stopMarkers = dict(map(lambda x: (x[1], x[0]),
|
| 18 |
+
enumerate(map(lambda y: y[1], markers))))
|
| 19 |
+
idx = -1
|
| 20 |
+
substrate = ''
|
| 21 |
+
certLines = []
|
| 22 |
+
state = stSpam
|
| 23 |
+
while True:
|
| 24 |
+
certLine = fileObj.readline()
|
| 25 |
+
if not certLine:
|
| 26 |
+
break
|
| 27 |
+
certLine = certLine.strip()
|
| 28 |
+
if state == stSpam:
|
| 29 |
+
if certLine in startMarkers:
|
| 30 |
+
certLines = []
|
| 31 |
+
idx = startMarkers[certLine]
|
| 32 |
+
state = stHam
|
| 33 |
+
continue
|
| 34 |
+
if state == stHam:
|
| 35 |
+
if certLine in stopMarkers and stopMarkers[certLine] == idx:
|
| 36 |
+
state = stDump
|
| 37 |
+
else:
|
| 38 |
+
certLines.append(certLine)
|
| 39 |
+
if state == stDump:
|
| 40 |
+
substrate = ''.encode().join([base64.b64decode(x.encode()) for x in certLines])
|
| 41 |
+
break
|
| 42 |
+
return idx, substrate
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
# Backward compatibility routine
|
| 46 |
+
def readPemFromFile(fileObj,
|
| 47 |
+
startMarker='-----BEGIN CERTIFICATE-----',
|
| 48 |
+
endMarker='-----END CERTIFICATE-----'):
|
| 49 |
+
idx, substrate = readPemBlocksFromFile(fileObj, (startMarker, endMarker))
|
| 50 |
+
return substrate
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
def readBase64fromText(text):
|
| 54 |
+
return base64.b64decode(text.encode())
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
def readBase64FromFile(fileObj):
|
| 58 |
+
return readBase64fromText(fileObj.read())
|
lib/python3.10/site-packages/pyasn1_modules/rfc4043.py
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# Internet X.509 Public Key Infrastructure Permanent Identifier
|
| 10 |
+
#
|
| 11 |
+
# ASN.1 source from:
|
| 12 |
+
# https://www.rfc-editor.org/rfc/rfc4043.txt
|
| 13 |
+
#
|
| 14 |
+
|
| 15 |
+
from pyasn1.type import char
|
| 16 |
+
from pyasn1.type import namedtype
|
| 17 |
+
from pyasn1.type import univ
|
| 18 |
+
|
| 19 |
+
from pyasn1_modules import rfc5280
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
id_pkix = univ.ObjectIdentifier((1, 3, 6, 1, 5, 5, 7, ))
|
| 23 |
+
|
| 24 |
+
id_on = id_pkix + (8, )
|
| 25 |
+
|
| 26 |
+
id_on_permanentIdentifier = id_on + (3, )
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
class PermanentIdentifier(univ.Sequence):
|
| 30 |
+
componentType = namedtype.NamedTypes(
|
| 31 |
+
namedtype.OptionalNamedType('identifierValue', char.UTF8String()),
|
| 32 |
+
namedtype.OptionalNamedType('assigner', univ.ObjectIdentifier())
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
# Map of Other Name OIDs to Other Name is added to the
|
| 37 |
+
# ones that are in rfc5280.py
|
| 38 |
+
|
| 39 |
+
_anotherNameMapUpdate = {
|
| 40 |
+
id_on_permanentIdentifier: PermanentIdentifier(),
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc4357.py
ADDED
|
@@ -0,0 +1,477 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# Additional Cryptographic Algorithms for Use with GOST 28147-89,
|
| 10 |
+
# GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94 Algorithms
|
| 11 |
+
#
|
| 12 |
+
# ASN.1 source from:
|
| 13 |
+
# https://www.rfc-editor.org/rfc/rfc4357.txt
|
| 14 |
+
# https://www.rfc-editor.org/errata/eid5927
|
| 15 |
+
# https://www.rfc-editor.org/errata/eid5928
|
| 16 |
+
#
|
| 17 |
+
|
| 18 |
+
from pyasn1.type import constraint
|
| 19 |
+
from pyasn1.type import namedtype
|
| 20 |
+
from pyasn1.type import namedval
|
| 21 |
+
from pyasn1.type import tag
|
| 22 |
+
from pyasn1.type import univ
|
| 23 |
+
|
| 24 |
+
from pyasn1_modules import rfc5280
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
# Import from RFC 5280
|
| 28 |
+
|
| 29 |
+
AlgorithmIdentifier = rfc5280.AlgorithmIdentifier
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
# Object Identifiers
|
| 33 |
+
|
| 34 |
+
id_CryptoPro = univ.ObjectIdentifier((1, 2, 643, 2, 2,))
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
id_CryptoPro_modules = id_CryptoPro + (1, 1,)
|
| 38 |
+
|
| 39 |
+
id_CryptoPro_extensions = id_CryptoPro + (34,)
|
| 40 |
+
|
| 41 |
+
id_CryptoPro_policyIds = id_CryptoPro + (38,)
|
| 42 |
+
|
| 43 |
+
id_CryptoPro_policyQt = id_CryptoPro + (39,)
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
cryptographic_Gost_Useful_Definitions = id_CryptoPro_modules + (0, 1,)
|
| 47 |
+
|
| 48 |
+
gostR3411_94_DigestSyntax = id_CryptoPro_modules + (1, 1,)
|
| 49 |
+
|
| 50 |
+
gostR3410_94_PKISyntax = id_CryptoPro_modules + (2, 1,)
|
| 51 |
+
|
| 52 |
+
gostR3410_94_SignatureSyntax = id_CryptoPro_modules + (3, 1,)
|
| 53 |
+
|
| 54 |
+
gost28147_89_EncryptionSyntax = id_CryptoPro_modules + (4, 1,)
|
| 55 |
+
|
| 56 |
+
gostR3410_EncryptionSyntax = id_CryptoPro_modules + (5, 2,)
|
| 57 |
+
|
| 58 |
+
gost28147_89_ParamSetSyntax = id_CryptoPro_modules + (6, 1,)
|
| 59 |
+
|
| 60 |
+
gostR3411_94_ParamSetSyntax = id_CryptoPro_modules + (7, 1,)
|
| 61 |
+
|
| 62 |
+
gostR3410_94_ParamSetSyntax = id_CryptoPro_modules + (8, 1, 1)
|
| 63 |
+
|
| 64 |
+
gostR3410_2001_PKISyntax = id_CryptoPro_modules + (9, 1,)
|
| 65 |
+
|
| 66 |
+
gostR3410_2001_SignatureSyntax = id_CryptoPro_modules + (10, 1,)
|
| 67 |
+
|
| 68 |
+
gostR3410_2001_ParamSetSyntax = id_CryptoPro_modules + (12, 1,)
|
| 69 |
+
|
| 70 |
+
gost_CryptoPro_ExtendedKeyUsage = id_CryptoPro_modules + (13, 1,)
|
| 71 |
+
|
| 72 |
+
gost_CryptoPro_PrivateKey = id_CryptoPro_modules + (14, 1,)
|
| 73 |
+
|
| 74 |
+
gost_CryptoPro_PKIXCMP = id_CryptoPro_modules + (15, 1,)
|
| 75 |
+
|
| 76 |
+
gost_CryptoPro_TLS = id_CryptoPro_modules + (16, 1,)
|
| 77 |
+
|
| 78 |
+
gost_CryptoPro_Policy = id_CryptoPro_modules + (17, 1,)
|
| 79 |
+
|
| 80 |
+
gost_CryptoPro_Constants = id_CryptoPro_modules + (18, 1,)
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
id_CryptoPro_algorithms = id_CryptoPro
|
| 84 |
+
|
| 85 |
+
id_GostR3411_94_with_GostR3410_2001 = id_CryptoPro_algorithms + (3,)
|
| 86 |
+
|
| 87 |
+
id_GostR3411_94_with_GostR3410_94 = id_CryptoPro_algorithms + (4,)
|
| 88 |
+
|
| 89 |
+
id_GostR3411_94 = id_CryptoPro_algorithms + (9,)
|
| 90 |
+
|
| 91 |
+
id_Gost28147_89_None_KeyMeshing = id_CryptoPro_algorithms + (14, 0,)
|
| 92 |
+
|
| 93 |
+
id_Gost28147_89_CryptoPro_KeyMeshing = id_CryptoPro_algorithms + (14, 1,)
|
| 94 |
+
|
| 95 |
+
id_GostR3410_2001 = id_CryptoPro_algorithms + (19,)
|
| 96 |
+
|
| 97 |
+
id_GostR3410_94 = id_CryptoPro_algorithms + (20,)
|
| 98 |
+
|
| 99 |
+
id_Gost28147_89 = id_CryptoPro_algorithms + (21,)
|
| 100 |
+
|
| 101 |
+
id_Gost28147_89_MAC = id_CryptoPro_algorithms + (22,)
|
| 102 |
+
|
| 103 |
+
id_CryptoPro_hashes = id_CryptoPro_algorithms + (30,)
|
| 104 |
+
|
| 105 |
+
id_CryptoPro_encrypts = id_CryptoPro_algorithms + (31,)
|
| 106 |
+
|
| 107 |
+
id_CryptoPro_signs = id_CryptoPro_algorithms + (32,)
|
| 108 |
+
|
| 109 |
+
id_CryptoPro_exchanges = id_CryptoPro_algorithms + (33,)
|
| 110 |
+
|
| 111 |
+
id_CryptoPro_ecc_signs = id_CryptoPro_algorithms + (35,)
|
| 112 |
+
|
| 113 |
+
id_CryptoPro_ecc_exchanges = id_CryptoPro_algorithms + (36,)
|
| 114 |
+
|
| 115 |
+
id_CryptoPro_private_keys = id_CryptoPro_algorithms + (37,)
|
| 116 |
+
|
| 117 |
+
id_CryptoPro_pkixcmp_infos = id_CryptoPro_algorithms + (41,)
|
| 118 |
+
|
| 119 |
+
id_CryptoPro_audit_service_types = id_CryptoPro_algorithms + (42,)
|
| 120 |
+
|
| 121 |
+
id_CryptoPro_audit_record_types = id_CryptoPro_algorithms + (43,)
|
| 122 |
+
|
| 123 |
+
id_CryptoPro_attributes = id_CryptoPro_algorithms + (44,)
|
| 124 |
+
|
| 125 |
+
id_CryptoPro_name_service_types = id_CryptoPro_algorithms + (45,)
|
| 126 |
+
|
| 127 |
+
id_GostR3410_2001DH = id_CryptoPro_algorithms + (98,)
|
| 128 |
+
|
| 129 |
+
id_GostR3410_94DH = id_CryptoPro_algorithms + (99,)
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
id_Gost28147_89_TestParamSet = id_CryptoPro_encrypts + (0,)
|
| 133 |
+
|
| 134 |
+
id_Gost28147_89_CryptoPro_A_ParamSet = id_CryptoPro_encrypts + (1,)
|
| 135 |
+
|
| 136 |
+
id_Gost28147_89_CryptoPro_B_ParamSet = id_CryptoPro_encrypts + (2,)
|
| 137 |
+
|
| 138 |
+
id_Gost28147_89_CryptoPro_C_ParamSet = id_CryptoPro_encrypts + (3,)
|
| 139 |
+
|
| 140 |
+
id_Gost28147_89_CryptoPro_D_ParamSet = id_CryptoPro_encrypts + (4,)
|
| 141 |
+
|
| 142 |
+
id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet = id_CryptoPro_encrypts + (5,)
|
| 143 |
+
|
| 144 |
+
id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet = id_CryptoPro_encrypts + (6,)
|
| 145 |
+
|
| 146 |
+
id_Gost28147_89_CryptoPro_RIC_1_ParamSet = id_CryptoPro_encrypts + (7,)
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
id_GostR3410_2001_TestParamSet = id_CryptoPro_ecc_signs + (0,)
|
| 150 |
+
|
| 151 |
+
id_GostR3410_2001_CryptoPro_A_ParamSet = id_CryptoPro_ecc_signs + (1,)
|
| 152 |
+
|
| 153 |
+
id_GostR3410_2001_CryptoPro_B_ParamSet = id_CryptoPro_ecc_signs + (2,)
|
| 154 |
+
|
| 155 |
+
id_GostR3410_2001_CryptoPro_C_ParamSet = id_CryptoPro_ecc_signs + (3,)
|
| 156 |
+
|
| 157 |
+
|
| 158 |
+
id_GostR3410_2001_CryptoPro_XchA_ParamSet = id_CryptoPro_ecc_exchanges + (0,)
|
| 159 |
+
|
| 160 |
+
id_GostR3410_2001_CryptoPro_XchB_ParamSet = id_CryptoPro_ecc_exchanges + (1,)
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
id_GostR3410_94_TestParamSet = id_CryptoPro_signs + (0,)
|
| 164 |
+
|
| 165 |
+
id_GostR3410_94_CryptoPro_A_ParamSet = id_CryptoPro_signs + (2,)
|
| 166 |
+
|
| 167 |
+
id_GostR3410_94_CryptoPro_B_ParamSet = id_CryptoPro_signs + (3,)
|
| 168 |
+
|
| 169 |
+
id_GostR3410_94_CryptoPro_C_ParamSet = id_CryptoPro_signs + (4,)
|
| 170 |
+
|
| 171 |
+
id_GostR3410_94_CryptoPro_D_ParamSet = id_CryptoPro_signs + (5,)
|
| 172 |
+
|
| 173 |
+
|
| 174 |
+
id_GostR3410_94_CryptoPro_XchA_ParamSet = id_CryptoPro_exchanges + (1,)
|
| 175 |
+
|
| 176 |
+
id_GostR3410_94_CryptoPro_XchB_ParamSet = id_CryptoPro_exchanges + (2,)
|
| 177 |
+
|
| 178 |
+
id_GostR3410_94_CryptoPro_XchC_ParamSet = id_CryptoPro_exchanges + (3,)
|
| 179 |
+
|
| 180 |
+
|
| 181 |
+
id_GostR3410_94_a = id_GostR3410_94 + (1,)
|
| 182 |
+
|
| 183 |
+
id_GostR3410_94_aBis = id_GostR3410_94 + (2,)
|
| 184 |
+
|
| 185 |
+
id_GostR3410_94_b = id_GostR3410_94 + (3,)
|
| 186 |
+
|
| 187 |
+
id_GostR3410_94_bBis = id_GostR3410_94 + (4,)
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
id_GostR3411_94_TestParamSet = id_CryptoPro_hashes + (0,)
|
| 191 |
+
|
| 192 |
+
id_GostR3411_94_CryptoProParamSet = id_CryptoPro_hashes + (1,)
|
| 193 |
+
|
| 194 |
+
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
class Gost28147_89_ParamSet(univ.ObjectIdentifier):
|
| 198 |
+
pass
|
| 199 |
+
|
| 200 |
+
Gost28147_89_ParamSet.subtypeSpec = constraint.SingleValueConstraint(
|
| 201 |
+
id_Gost28147_89_TestParamSet,
|
| 202 |
+
id_Gost28147_89_CryptoPro_A_ParamSet,
|
| 203 |
+
id_Gost28147_89_CryptoPro_B_ParamSet,
|
| 204 |
+
id_Gost28147_89_CryptoPro_C_ParamSet,
|
| 205 |
+
id_Gost28147_89_CryptoPro_D_ParamSet,
|
| 206 |
+
id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet,
|
| 207 |
+
id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet,
|
| 208 |
+
id_Gost28147_89_CryptoPro_RIC_1_ParamSet
|
| 209 |
+
)
|
| 210 |
+
|
| 211 |
+
|
| 212 |
+
class Gost28147_89_BlobParameters(univ.Sequence):
|
| 213 |
+
pass
|
| 214 |
+
|
| 215 |
+
Gost28147_89_BlobParameters.componentType = namedtype.NamedTypes(
|
| 216 |
+
namedtype.NamedType('encryptionParamSet', Gost28147_89_ParamSet())
|
| 217 |
+
)
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
class Gost28147_89_MAC(univ.OctetString):
|
| 221 |
+
pass
|
| 222 |
+
|
| 223 |
+
Gost28147_89_MAC.subtypeSpec = constraint.ValueSizeConstraint(1, 4)
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
class Gost28147_89_Key(univ.OctetString):
|
| 227 |
+
pass
|
| 228 |
+
|
| 229 |
+
Gost28147_89_Key.subtypeSpec = constraint.ValueSizeConstraint(32, 32)
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
class Gost28147_89_EncryptedKey(univ.Sequence):
|
| 233 |
+
pass
|
| 234 |
+
|
| 235 |
+
Gost28147_89_EncryptedKey.componentType = namedtype.NamedTypes(
|
| 236 |
+
namedtype.NamedType('encryptedKey', Gost28147_89_Key()),
|
| 237 |
+
namedtype.OptionalNamedType('maskKey', Gost28147_89_Key().subtype(
|
| 238 |
+
implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
|
| 239 |
+
namedtype.NamedType('macKey', Gost28147_89_MAC())
|
| 240 |
+
)
|
| 241 |
+
|
| 242 |
+
|
| 243 |
+
class Gost28147_89_IV(univ.OctetString):
|
| 244 |
+
pass
|
| 245 |
+
|
| 246 |
+
Gost28147_89_IV.subtypeSpec = constraint.ValueSizeConstraint(8, 8)
|
| 247 |
+
|
| 248 |
+
|
| 249 |
+
class Gost28147_89_UZ(univ.OctetString):
|
| 250 |
+
pass
|
| 251 |
+
|
| 252 |
+
Gost28147_89_UZ.subtypeSpec = constraint.ValueSizeConstraint(64, 64)
|
| 253 |
+
|
| 254 |
+
|
| 255 |
+
class Gost28147_89_ParamSetParameters(univ.Sequence):
|
| 256 |
+
pass
|
| 257 |
+
|
| 258 |
+
Gost28147_89_ParamSetParameters.componentType = namedtype.NamedTypes(
|
| 259 |
+
namedtype.NamedType('eUZ', Gost28147_89_UZ()),
|
| 260 |
+
namedtype.NamedType('mode',
|
| 261 |
+
univ.Integer(namedValues=namedval.NamedValues(
|
| 262 |
+
('gost28147-89-CNT', 0),
|
| 263 |
+
('gost28147-89-CFB', 1),
|
| 264 |
+
('cryptoPro-CBC', 2)
|
| 265 |
+
))),
|
| 266 |
+
namedtype.NamedType('shiftBits',
|
| 267 |
+
univ.Integer(namedValues=namedval.NamedValues(
|
| 268 |
+
('gost28147-89-block', 64)
|
| 269 |
+
))),
|
| 270 |
+
namedtype.NamedType('keyMeshing', AlgorithmIdentifier())
|
| 271 |
+
)
|
| 272 |
+
|
| 273 |
+
|
| 274 |
+
class Gost28147_89_Parameters(univ.Sequence):
|
| 275 |
+
pass
|
| 276 |
+
|
| 277 |
+
Gost28147_89_Parameters.componentType = namedtype.NamedTypes(
|
| 278 |
+
namedtype.NamedType('iv', Gost28147_89_IV()),
|
| 279 |
+
namedtype.NamedType('encryptionParamSet', Gost28147_89_ParamSet())
|
| 280 |
+
)
|
| 281 |
+
|
| 282 |
+
|
| 283 |
+
class GostR3410_2001_CertificateSignature(univ.BitString):
|
| 284 |
+
pass
|
| 285 |
+
|
| 286 |
+
GostR3410_2001_CertificateSignature.subtypeSpec=constraint.ValueSizeConstraint(256, 512)
|
| 287 |
+
|
| 288 |
+
|
| 289 |
+
class GostR3410_2001_ParamSetParameters(univ.Sequence):
|
| 290 |
+
pass
|
| 291 |
+
|
| 292 |
+
GostR3410_2001_ParamSetParameters.componentType = namedtype.NamedTypes(
|
| 293 |
+
namedtype.NamedType('a', univ.Integer()),
|
| 294 |
+
namedtype.NamedType('b', univ.Integer()),
|
| 295 |
+
namedtype.NamedType('p', univ.Integer()),
|
| 296 |
+
namedtype.NamedType('q', univ.Integer()),
|
| 297 |
+
namedtype.NamedType('x', univ.Integer()),
|
| 298 |
+
namedtype.NamedType('y', univ.Integer())
|
| 299 |
+
)
|
| 300 |
+
|
| 301 |
+
|
| 302 |
+
class GostR3410_2001_PublicKey(univ.OctetString):
|
| 303 |
+
pass
|
| 304 |
+
|
| 305 |
+
GostR3410_2001_PublicKey.subtypeSpec = constraint.ValueSizeConstraint(64, 64)
|
| 306 |
+
|
| 307 |
+
|
| 308 |
+
class GostR3410_2001_PublicKeyParameters(univ.Sequence):
|
| 309 |
+
pass
|
| 310 |
+
|
| 311 |
+
GostR3410_2001_PublicKeyParameters.componentType = namedtype.NamedTypes(
|
| 312 |
+
namedtype.NamedType('publicKeyParamSet', univ.ObjectIdentifier().subtype(
|
| 313 |
+
subtypeSpec=constraint.SingleValueConstraint(
|
| 314 |
+
id_GostR3410_2001_TestParamSet,
|
| 315 |
+
id_GostR3410_2001_CryptoPro_A_ParamSet,
|
| 316 |
+
id_GostR3410_2001_CryptoPro_B_ParamSet,
|
| 317 |
+
id_GostR3410_2001_CryptoPro_C_ParamSet,
|
| 318 |
+
id_GostR3410_2001_CryptoPro_XchA_ParamSet,
|
| 319 |
+
id_GostR3410_2001_CryptoPro_XchB_ParamSet
|
| 320 |
+
))),
|
| 321 |
+
namedtype.NamedType('digestParamSet', univ.ObjectIdentifier().subtype(
|
| 322 |
+
subtypeSpec=constraint.SingleValueConstraint(
|
| 323 |
+
id_GostR3411_94_TestParamSet,
|
| 324 |
+
id_GostR3411_94_CryptoProParamSet
|
| 325 |
+
))),
|
| 326 |
+
namedtype.DefaultedNamedType('encryptionParamSet',
|
| 327 |
+
Gost28147_89_ParamSet().subtype(value=id_Gost28147_89_CryptoPro_A_ParamSet
|
| 328 |
+
))
|
| 329 |
+
)
|
| 330 |
+
|
| 331 |
+
|
| 332 |
+
class GostR3410_94_CertificateSignature(univ.BitString):
|
| 333 |
+
pass
|
| 334 |
+
|
| 335 |
+
GostR3410_94_CertificateSignature.subtypeSpec = constraint.ValueSizeConstraint(256, 512)
|
| 336 |
+
|
| 337 |
+
|
| 338 |
+
class GostR3410_94_ParamSetParameters_t(univ.Integer):
|
| 339 |
+
pass
|
| 340 |
+
|
| 341 |
+
GostR3410_94_ParamSetParameters_t.subtypeSpec = constraint.SingleValueConstraint(512, 1024)
|
| 342 |
+
|
| 343 |
+
|
| 344 |
+
class GostR3410_94_ParamSetParameters(univ.Sequence):
|
| 345 |
+
pass
|
| 346 |
+
|
| 347 |
+
GostR3410_94_ParamSetParameters.componentType = namedtype.NamedTypes(
|
| 348 |
+
namedtype.NamedType('t', GostR3410_94_ParamSetParameters_t()),
|
| 349 |
+
namedtype.NamedType('p', univ.Integer()),
|
| 350 |
+
namedtype.NamedType('q', univ.Integer()),
|
| 351 |
+
namedtype.NamedType('a', univ.Integer()),
|
| 352 |
+
namedtype.OptionalNamedType('validationAlgorithm', AlgorithmIdentifier())
|
| 353 |
+
)
|
| 354 |
+
|
| 355 |
+
|
| 356 |
+
class GostR3410_94_PublicKey(univ.OctetString):
|
| 357 |
+
pass
|
| 358 |
+
|
| 359 |
+
GostR3410_94_PublicKey.subtypeSpec = constraint.ConstraintsUnion(
|
| 360 |
+
constraint.ValueSizeConstraint(64, 64),
|
| 361 |
+
constraint.ValueSizeConstraint(128, 128)
|
| 362 |
+
)
|
| 363 |
+
|
| 364 |
+
|
| 365 |
+
class GostR3410_94_PublicKeyParameters(univ.Sequence):
|
| 366 |
+
pass
|
| 367 |
+
|
| 368 |
+
GostR3410_94_PublicKeyParameters.componentType = namedtype.NamedTypes(
|
| 369 |
+
namedtype.NamedType('publicKeyParamSet', univ.ObjectIdentifier().subtype(
|
| 370 |
+
subtypeSpec=constraint.SingleValueConstraint(
|
| 371 |
+
id_GostR3410_94_TestParamSet,
|
| 372 |
+
id_GostR3410_94_CryptoPro_A_ParamSet,
|
| 373 |
+
id_GostR3410_94_CryptoPro_B_ParamSet,
|
| 374 |
+
id_GostR3410_94_CryptoPro_C_ParamSet,
|
| 375 |
+
id_GostR3410_94_CryptoPro_D_ParamSet,
|
| 376 |
+
id_GostR3410_94_CryptoPro_XchA_ParamSet,
|
| 377 |
+
id_GostR3410_94_CryptoPro_XchB_ParamSet,
|
| 378 |
+
id_GostR3410_94_CryptoPro_XchC_ParamSet
|
| 379 |
+
))),
|
| 380 |
+
namedtype.NamedType('digestParamSet', univ.ObjectIdentifier().subtype(
|
| 381 |
+
subtypeSpec=constraint.SingleValueConstraint(
|
| 382 |
+
id_GostR3411_94_TestParamSet,
|
| 383 |
+
id_GostR3411_94_CryptoProParamSet
|
| 384 |
+
))),
|
| 385 |
+
namedtype.DefaultedNamedType('encryptionParamSet',
|
| 386 |
+
Gost28147_89_ParamSet().subtype(value=id_Gost28147_89_CryptoPro_A_ParamSet
|
| 387 |
+
))
|
| 388 |
+
)
|
| 389 |
+
|
| 390 |
+
|
| 391 |
+
class GostR3410_94_ValidationBisParameters_c(univ.Integer):
|
| 392 |
+
pass
|
| 393 |
+
|
| 394 |
+
GostR3410_94_ValidationBisParameters_c.subtypeSpec = constraint.ValueRangeConstraint(0, 4294967295)
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
class GostR3410_94_ValidationBisParameters(univ.Sequence):
|
| 398 |
+
pass
|
| 399 |
+
|
| 400 |
+
GostR3410_94_ValidationBisParameters.componentType = namedtype.NamedTypes(
|
| 401 |
+
namedtype.NamedType('x0', GostR3410_94_ValidationBisParameters_c()),
|
| 402 |
+
namedtype.NamedType('c', GostR3410_94_ValidationBisParameters_c()),
|
| 403 |
+
namedtype.OptionalNamedType('d', univ.Integer())
|
| 404 |
+
)
|
| 405 |
+
|
| 406 |
+
|
| 407 |
+
class GostR3410_94_ValidationParameters_c(univ.Integer):
|
| 408 |
+
pass
|
| 409 |
+
|
| 410 |
+
GostR3410_94_ValidationParameters_c.subtypeSpec = constraint.ValueRangeConstraint(0, 65535)
|
| 411 |
+
|
| 412 |
+
|
| 413 |
+
class GostR3410_94_ValidationParameters(univ.Sequence):
|
| 414 |
+
pass
|
| 415 |
+
|
| 416 |
+
GostR3410_94_ValidationParameters.componentType = namedtype.NamedTypes(
|
| 417 |
+
namedtype.NamedType('x0', GostR3410_94_ValidationParameters_c()),
|
| 418 |
+
namedtype.NamedType('c', GostR3410_94_ValidationParameters_c()),
|
| 419 |
+
namedtype.OptionalNamedType('d', univ.Integer())
|
| 420 |
+
)
|
| 421 |
+
|
| 422 |
+
|
| 423 |
+
class GostR3411_94_Digest(univ.OctetString):
|
| 424 |
+
pass
|
| 425 |
+
|
| 426 |
+
GostR3411_94_Digest.subtypeSpec = constraint.ValueSizeConstraint(32, 32)
|
| 427 |
+
|
| 428 |
+
|
| 429 |
+
class GostR3411_94_DigestParameters(univ.ObjectIdentifier):
|
| 430 |
+
pass
|
| 431 |
+
|
| 432 |
+
GostR3411_94_DigestParameters.subtypeSpec = constraint.ConstraintsUnion(
|
| 433 |
+
constraint.SingleValueConstraint(id_GostR3411_94_TestParamSet),
|
| 434 |
+
constraint.SingleValueConstraint(id_GostR3411_94_CryptoProParamSet),
|
| 435 |
+
)
|
| 436 |
+
|
| 437 |
+
|
| 438 |
+
class GostR3411_94_ParamSetParameters(univ.Sequence):
|
| 439 |
+
pass
|
| 440 |
+
|
| 441 |
+
GostR3411_94_ParamSetParameters.componentType = namedtype.NamedTypes(
|
| 442 |
+
namedtype.NamedType('hUZ', Gost28147_89_UZ()),
|
| 443 |
+
namedtype.NamedType('h0', GostR3411_94_Digest())
|
| 444 |
+
)
|
| 445 |
+
|
| 446 |
+
|
| 447 |
+
# Update the Algorithm Identifier map in rfc5280.py
|
| 448 |
+
|
| 449 |
+
_algorithmIdentifierMapUpdate = {
|
| 450 |
+
id_Gost28147_89: Gost28147_89_Parameters(),
|
| 451 |
+
id_Gost28147_89_TestParamSet: Gost28147_89_ParamSetParameters(),
|
| 452 |
+
id_Gost28147_89_CryptoPro_A_ParamSet: Gost28147_89_ParamSetParameters(),
|
| 453 |
+
id_Gost28147_89_CryptoPro_B_ParamSet: Gost28147_89_ParamSetParameters(),
|
| 454 |
+
id_Gost28147_89_CryptoPro_C_ParamSet: Gost28147_89_ParamSetParameters(),
|
| 455 |
+
id_Gost28147_89_CryptoPro_D_ParamSet: Gost28147_89_ParamSetParameters(),
|
| 456 |
+
id_Gost28147_89_CryptoPro_KeyMeshing: univ.Null(""),
|
| 457 |
+
id_Gost28147_89_None_KeyMeshing: univ.Null(""),
|
| 458 |
+
id_GostR3410_94: GostR3410_94_PublicKeyParameters(),
|
| 459 |
+
id_GostR3410_94_TestParamSet: GostR3410_94_ParamSetParameters(),
|
| 460 |
+
id_GostR3410_94_CryptoPro_A_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 461 |
+
id_GostR3410_94_CryptoPro_B_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 462 |
+
id_GostR3410_94_CryptoPro_C_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 463 |
+
id_GostR3410_94_CryptoPro_D_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 464 |
+
id_GostR3410_94_CryptoPro_XchA_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 465 |
+
id_GostR3410_94_CryptoPro_XchB_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 466 |
+
id_GostR3410_94_CryptoPro_XchC_ParamSet: GostR3410_94_ParamSetParameters(),
|
| 467 |
+
id_GostR3410_94_a: GostR3410_94_ValidationParameters(),
|
| 468 |
+
id_GostR3410_94_aBis: GostR3410_94_ValidationBisParameters(),
|
| 469 |
+
id_GostR3410_94_b: GostR3410_94_ValidationParameters(),
|
| 470 |
+
id_GostR3410_94_bBis: GostR3410_94_ValidationBisParameters(),
|
| 471 |
+
id_GostR3410_2001: univ.Null(""),
|
| 472 |
+
id_GostR3411_94: univ.Null(""),
|
| 473 |
+
id_GostR3411_94_TestParamSet: GostR3411_94_ParamSetParameters(),
|
| 474 |
+
id_GostR3411_94_CryptoProParamSet: GostR3411_94_ParamSetParameters(),
|
| 475 |
+
}
|
| 476 |
+
|
| 477 |
+
rfc5280.algorithmIdentifierMap.update(_algorithmIdentifierMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc4476.py
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# Attribute Certificate Policies Extension
|
| 10 |
+
#
|
| 11 |
+
# ASN.1 source from:
|
| 12 |
+
# https://www.rfc-editor.org/rfc/rfc4476.txt
|
| 13 |
+
#
|
| 14 |
+
|
| 15 |
+
from pyasn1.type import char
|
| 16 |
+
from pyasn1.type import constraint
|
| 17 |
+
from pyasn1.type import namedtype
|
| 18 |
+
from pyasn1.type import univ
|
| 19 |
+
|
| 20 |
+
from pyasn1_modules import rfc5280
|
| 21 |
+
|
| 22 |
+
MAX = float('inf')
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# Imports from RFC 5280
|
| 26 |
+
|
| 27 |
+
PolicyQualifierId = rfc5280.PolicyQualifierId
|
| 28 |
+
|
| 29 |
+
PolicyQualifierInfo = rfc5280.PolicyQualifierInfo
|
| 30 |
+
|
| 31 |
+
UserNotice = rfc5280.UserNotice
|
| 32 |
+
|
| 33 |
+
id_pkix = rfc5280.id_pkix
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
# Object Identifiers
|
| 37 |
+
|
| 38 |
+
id_pe = id_pkix + (1,)
|
| 39 |
+
|
| 40 |
+
id_pe_acPolicies = id_pe + (15,)
|
| 41 |
+
|
| 42 |
+
id_qt = id_pkix + (2,)
|
| 43 |
+
|
| 44 |
+
id_qt_acps = id_qt + (4,)
|
| 45 |
+
|
| 46 |
+
id_qt_acunotice = id_qt + (5,)
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
# Attribute Certificate Policies Extension
|
| 50 |
+
|
| 51 |
+
class ACUserNotice(UserNotice):
|
| 52 |
+
pass
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
class ACPSuri(char.IA5String):
|
| 56 |
+
pass
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
class AcPolicyId(univ.ObjectIdentifier):
|
| 60 |
+
pass
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
class PolicyInformation(univ.Sequence):
|
| 64 |
+
componentType = namedtype.NamedTypes(
|
| 65 |
+
namedtype.NamedType('policyIdentifier', AcPolicyId()),
|
| 66 |
+
namedtype.OptionalNamedType('policyQualifiers',
|
| 67 |
+
univ.SequenceOf(componentType=PolicyQualifierInfo()).subtype(
|
| 68 |
+
subtypeSpec=constraint.ValueSizeConstraint(1, MAX)))
|
| 69 |
+
)
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
class AcPoliciesSyntax(univ.SequenceOf):
|
| 73 |
+
componentType = PolicyInformation()
|
| 74 |
+
subtypeSpec = constraint.ValueSizeConstraint(1, MAX)
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
# Update the policy qualifier map in rfc5280.py
|
| 78 |
+
|
| 79 |
+
_policyQualifierInfoMapUpdate = {
|
| 80 |
+
id_qt_acps: ACPSuri(),
|
| 81 |
+
id_qt_acunotice: UserNotice(),
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
rfc5280.policyQualifierInfoMap.update(_policyQualifierInfoMapUpdate)
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
# Update the certificate extension map in rfc5280.py
|
| 88 |
+
|
| 89 |
+
_certificateExtensionsMapUpdate = {
|
| 90 |
+
id_pe_acPolicies: AcPoliciesSyntax(),
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
rfc5280.certificateExtensionsMap.update(_certificateExtensionsMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc5639.py
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is being contributed to pyasn1-modules software.
|
| 2 |
+
#
|
| 3 |
+
# Created by Russ Housley.
|
| 4 |
+
#
|
| 5 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 6 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 7 |
+
#
|
| 8 |
+
# Elliptic Curve Cryptography Brainpool Standard Curves
|
| 9 |
+
#
|
| 10 |
+
# ASN.1 source from:
|
| 11 |
+
# https://www.rfc-editor.org/rfc/rfc5639.txt
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
from pyasn1.type import univ
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
ecStdCurvesAndGeneration = univ.ObjectIdentifier((1, 3, 36, 3, 3, 2, 8,))
|
| 18 |
+
|
| 19 |
+
ellipticCurve = ecStdCurvesAndGeneration + (1,)
|
| 20 |
+
|
| 21 |
+
versionOne = ellipticCurve + (1,)
|
| 22 |
+
|
| 23 |
+
brainpoolP160r1 = versionOne + (1,)
|
| 24 |
+
|
| 25 |
+
brainpoolP160t1 = versionOne + (2,)
|
| 26 |
+
|
| 27 |
+
brainpoolP192r1 = versionOne + (3,)
|
| 28 |
+
|
| 29 |
+
brainpoolP192t1 = versionOne + (4,)
|
| 30 |
+
|
| 31 |
+
brainpoolP224r1 = versionOne + (5,)
|
| 32 |
+
|
| 33 |
+
brainpoolP224t1 = versionOne + (6,)
|
| 34 |
+
|
| 35 |
+
brainpoolP256r1 = versionOne + (7,)
|
| 36 |
+
|
| 37 |
+
brainpoolP256t1 = versionOne + (8,)
|
| 38 |
+
|
| 39 |
+
brainpoolP320r1 = versionOne + (9,)
|
| 40 |
+
|
| 41 |
+
brainpoolP320t1 = versionOne + (10,)
|
| 42 |
+
|
| 43 |
+
brainpoolP384r1 = versionOne + (11,)
|
| 44 |
+
|
| 45 |
+
brainpoolP384t1 = versionOne + (12,)
|
| 46 |
+
|
| 47 |
+
brainpoolP512r1 = versionOne + (13,)
|
| 48 |
+
|
| 49 |
+
brainpoolP512t1 = versionOne + (14,)
|
lib/python3.10/site-packages/pyasn1_modules/rfc6210.py
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Created by Russ Housley.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# Experiment for Hash Functions with Parameters in the CMS
|
| 10 |
+
#
|
| 11 |
+
# ASN.1 source from:
|
| 12 |
+
# https://www.rfc-editor.org/rfc/rfc6210.txt
|
| 13 |
+
#
|
| 14 |
+
|
| 15 |
+
from pyasn1.type import constraint
|
| 16 |
+
from pyasn1.type import univ
|
| 17 |
+
|
| 18 |
+
from pyasn1_modules import rfc5280
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
id_alg_MD5_XOR_EXPERIMENT = univ.ObjectIdentifier('1.2.840.113549.1.9.16.3.13')
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
class MD5_XOR_EXPERIMENT(univ.OctetString):
|
| 25 |
+
pass
|
| 26 |
+
|
| 27 |
+
MD5_XOR_EXPERIMENT.subtypeSpec = constraint.ValueSizeConstraint(64, 64)
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
mda_xor_md5_EXPERIMENT = rfc5280.AlgorithmIdentifier()
|
| 31 |
+
mda_xor_md5_EXPERIMENT['algorithm'] = id_alg_MD5_XOR_EXPERIMENT
|
| 32 |
+
mda_xor_md5_EXPERIMENT['parameters'] = MD5_XOR_EXPERIMENT()
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
# Map of Algorithm Identifier OIDs to Parameters added to the
|
| 36 |
+
# ones that are in rfc5280.py.
|
| 37 |
+
|
| 38 |
+
_algorithmIdentifierMapUpdate = {
|
| 39 |
+
id_alg_MD5_XOR_EXPERIMENT: MD5_XOR_EXPERIMENT(),
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
rfc5280.algorithmIdentifierMap.update(_algorithmIdentifierMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc6482.py
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is part of pyasn1-modules software.
|
| 3 |
+
#
|
| 4 |
+
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# RPKI Route Origin Authorizations (ROAs)
|
| 10 |
+
#
|
| 11 |
+
# ASN.1 source from:
|
| 12 |
+
# https://www.rfc-editor.org/rfc/rfc6482.txt
|
| 13 |
+
# https://www.rfc-editor.org/errata/eid5881
|
| 14 |
+
#
|
| 15 |
+
|
| 16 |
+
from pyasn1.type import constraint
|
| 17 |
+
from pyasn1.type import namedtype
|
| 18 |
+
from pyasn1.type import tag
|
| 19 |
+
from pyasn1.type import univ
|
| 20 |
+
|
| 21 |
+
from pyasn1_modules import rfc5652
|
| 22 |
+
|
| 23 |
+
MAX = float('inf')
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
id_ct_routeOriginAuthz = univ.ObjectIdentifier('1.2.840.113549.1.9.16.1.24')
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
class ASID(univ.Integer):
|
| 30 |
+
pass
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
class IPAddress(univ.BitString):
|
| 34 |
+
pass
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
class ROAIPAddress(univ.Sequence):
|
| 38 |
+
componentType = namedtype.NamedTypes(
|
| 39 |
+
namedtype.NamedType('address', IPAddress()),
|
| 40 |
+
namedtype.OptionalNamedType('maxLength', univ.Integer())
|
| 41 |
+
)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
class ROAIPAddressFamily(univ.Sequence):
|
| 45 |
+
componentType = namedtype.NamedTypes(
|
| 46 |
+
namedtype.NamedType('addressFamily',
|
| 47 |
+
univ.OctetString().subtype(
|
| 48 |
+
subtypeSpec=constraint.ValueSizeConstraint(2, 3))),
|
| 49 |
+
namedtype.NamedType('addresses',
|
| 50 |
+
univ.SequenceOf(componentType=ROAIPAddress()).subtype(
|
| 51 |
+
subtypeSpec=constraint.ValueSizeConstraint(1, MAX)))
|
| 52 |
+
)
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
class RouteOriginAttestation(univ.Sequence):
|
| 56 |
+
componentType = namedtype.NamedTypes(
|
| 57 |
+
namedtype.DefaultedNamedType('version',
|
| 58 |
+
univ.Integer().subtype(explicitTag=tag.Tag(
|
| 59 |
+
tag.tagClassContext, tag.tagFormatSimple, 0)).subtype(value=0)),
|
| 60 |
+
namedtype.NamedType('asID', ASID()),
|
| 61 |
+
namedtype.NamedType('ipAddrBlocks',
|
| 62 |
+
univ.SequenceOf(componentType=ROAIPAddressFamily()).subtype(
|
| 63 |
+
subtypeSpec=constraint.ValueSizeConstraint(1, MAX)))
|
| 64 |
+
)
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
# Map of Content Type OIDs to Content Types added to the
|
| 68 |
+
# ones that are in rfc5652.py
|
| 69 |
+
|
| 70 |
+
_cmsContentTypesMapUpdate = {
|
| 71 |
+
id_ct_routeOriginAuthz: RouteOriginAttestation(),
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
rfc5652.cmsContentTypesMap.update(_cmsContentTypesMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc7191.py
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is being contributed to of pyasn1-modules software.
|
| 2 |
+
#
|
| 3 |
+
# Created by Russ Housley without assistance from the asn1ate tool.
|
| 4 |
+
# Modified by Russ Housley to add support for opentypes.
|
| 5 |
+
#
|
| 6 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 7 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 8 |
+
#
|
| 9 |
+
# CMS Key Package Receipt and Error Content Types
|
| 10 |
+
#
|
| 11 |
+
# ASN.1 source from:
|
| 12 |
+
# https://www.rfc-editor.org/rfc/rfc7191.txt
|
| 13 |
+
|
| 14 |
+
from pyasn1.type import constraint
|
| 15 |
+
from pyasn1.type import namedtype
|
| 16 |
+
from pyasn1.type import namedval
|
| 17 |
+
from pyasn1.type import opentype
|
| 18 |
+
from pyasn1.type import tag
|
| 19 |
+
from pyasn1.type import univ
|
| 20 |
+
|
| 21 |
+
from pyasn1_modules import rfc5280
|
| 22 |
+
from pyasn1_modules import rfc5652
|
| 23 |
+
|
| 24 |
+
MAX = float('inf')
|
| 25 |
+
|
| 26 |
+
DistinguishedName = rfc5280.DistinguishedName
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
# SingleAttribute is the same as Attribute in RFC 5652, except that the
|
| 30 |
+
# attrValues SET must have one and only one member
|
| 31 |
+
|
| 32 |
+
class AttributeValue(univ.Any):
|
| 33 |
+
pass
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
class AttributeValues(univ.SetOf):
|
| 37 |
+
pass
|
| 38 |
+
|
| 39 |
+
AttributeValues.componentType = AttributeValue()
|
| 40 |
+
AttributeValues.sizeSpec = univ.Set.sizeSpec + constraint.ValueSizeConstraint(1, 1)
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
class SingleAttribute(univ.Sequence):
|
| 44 |
+
pass
|
| 45 |
+
|
| 46 |
+
SingleAttribute.componentType = namedtype.NamedTypes(
|
| 47 |
+
namedtype.NamedType('attrType', univ.ObjectIdentifier()),
|
| 48 |
+
namedtype.NamedType('attrValues', AttributeValues(),
|
| 49 |
+
openType=opentype.OpenType('attrType', rfc5652.cmsAttributesMap)
|
| 50 |
+
)
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
# SIR Entity Name
|
| 55 |
+
|
| 56 |
+
class SIREntityNameType(univ.ObjectIdentifier):
|
| 57 |
+
pass
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
class SIREntityNameValue(univ.Any):
|
| 61 |
+
pass
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
class SIREntityName(univ.Sequence):
|
| 65 |
+
pass
|
| 66 |
+
|
| 67 |
+
SIREntityName.componentType = namedtype.NamedTypes(
|
| 68 |
+
namedtype.NamedType('sirenType', SIREntityNameType()),
|
| 69 |
+
namedtype.NamedType('sirenValue', univ.OctetString())
|
| 70 |
+
# CONTAINING the DER-encoded SIREntityNameValue
|
| 71 |
+
)
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
class SIREntityNames(univ.SequenceOf):
|
| 75 |
+
pass
|
| 76 |
+
|
| 77 |
+
SIREntityNames.componentType = SIREntityName()
|
| 78 |
+
SIREntityNames.sizeSpec=constraint.ValueSizeConstraint(1, MAX)
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
id_dn = univ.ObjectIdentifier('2.16.840.1.101.2.1.16.0')
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
class siren_dn(SIREntityName):
|
| 85 |
+
def __init__(self):
|
| 86 |
+
SIREntityName.__init__(self)
|
| 87 |
+
self['sirenType'] = id_dn
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
# Key Package Error CMS Content Type
|
| 91 |
+
|
| 92 |
+
class EnumeratedErrorCode(univ.Enumerated):
|
| 93 |
+
pass
|
| 94 |
+
|
| 95 |
+
# Error codes with values <= 33 are aligned with RFC 5934
|
| 96 |
+
EnumeratedErrorCode.namedValues = namedval.NamedValues(
|
| 97 |
+
('decodeFailure', 1),
|
| 98 |
+
('badContentInfo', 2),
|
| 99 |
+
('badSignedData', 3),
|
| 100 |
+
('badEncapContent', 4),
|
| 101 |
+
('badCertificate', 5),
|
| 102 |
+
('badSignerInfo', 6),
|
| 103 |
+
('badSignedAttrs', 7),
|
| 104 |
+
('badUnsignedAttrs', 8),
|
| 105 |
+
('missingContent', 9),
|
| 106 |
+
('noTrustAnchor', 10),
|
| 107 |
+
('notAuthorized', 11),
|
| 108 |
+
('badDigestAlgorithm', 12),
|
| 109 |
+
('badSignatureAlgorithm', 13),
|
| 110 |
+
('unsupportedKeySize', 14),
|
| 111 |
+
('unsupportedParameters', 15),
|
| 112 |
+
('signatureFailure', 16),
|
| 113 |
+
('insufficientMemory', 17),
|
| 114 |
+
('incorrectTarget', 23),
|
| 115 |
+
('missingSignature', 29),
|
| 116 |
+
('resourcesBusy', 30),
|
| 117 |
+
('versionNumberMismatch', 31),
|
| 118 |
+
('revokedCertificate', 33),
|
| 119 |
+
('ambiguousDecrypt', 60),
|
| 120 |
+
('noDecryptKey', 61),
|
| 121 |
+
('badEncryptedData', 62),
|
| 122 |
+
('badEnvelopedData', 63),
|
| 123 |
+
('badAuthenticatedData', 64),
|
| 124 |
+
('badAuthEnvelopedData', 65),
|
| 125 |
+
('badKeyAgreeRecipientInfo', 66),
|
| 126 |
+
('badKEKRecipientInfo', 67),
|
| 127 |
+
('badEncryptContent', 68),
|
| 128 |
+
('badEncryptAlgorithm', 69),
|
| 129 |
+
('missingCiphertext', 70),
|
| 130 |
+
('decryptFailure', 71),
|
| 131 |
+
('badMACAlgorithm', 72),
|
| 132 |
+
('badAuthAttrs', 73),
|
| 133 |
+
('badUnauthAttrs', 74),
|
| 134 |
+
('invalidMAC', 75),
|
| 135 |
+
('mismatchedDigestAlg', 76),
|
| 136 |
+
('missingCertificate', 77),
|
| 137 |
+
('tooManySigners', 78),
|
| 138 |
+
('missingSignedAttributes', 79),
|
| 139 |
+
('derEncodingNotUsed', 80),
|
| 140 |
+
('missingContentHints', 81),
|
| 141 |
+
('invalidAttributeLocation', 82),
|
| 142 |
+
('badMessageDigest', 83),
|
| 143 |
+
('badKeyPackage', 84),
|
| 144 |
+
('badAttributes', 85),
|
| 145 |
+
('attributeComparisonFailure', 86),
|
| 146 |
+
('unsupportedSymmetricKeyPackage', 87),
|
| 147 |
+
('unsupportedAsymmetricKeyPackage', 88),
|
| 148 |
+
('constraintViolation', 89),
|
| 149 |
+
('ambiguousDefaultValue', 90),
|
| 150 |
+
('noMatchingRecipientInfo', 91),
|
| 151 |
+
('unsupportedKeyWrapAlgorithm', 92),
|
| 152 |
+
('badKeyTransRecipientInfo', 93),
|
| 153 |
+
('other', 127)
|
| 154 |
+
)
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
class ErrorCodeChoice(univ.Choice):
|
| 158 |
+
pass
|
| 159 |
+
|
| 160 |
+
ErrorCodeChoice.componentType = namedtype.NamedTypes(
|
| 161 |
+
namedtype.NamedType('enum', EnumeratedErrorCode()),
|
| 162 |
+
namedtype.NamedType('oid', univ.ObjectIdentifier())
|
| 163 |
+
)
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
class KeyPkgID(univ.OctetString):
|
| 167 |
+
pass
|
| 168 |
+
|
| 169 |
+
|
| 170 |
+
class KeyPkgIdentifier(univ.Choice):
|
| 171 |
+
pass
|
| 172 |
+
|
| 173 |
+
KeyPkgIdentifier.componentType = namedtype.NamedTypes(
|
| 174 |
+
namedtype.NamedType('pkgID', KeyPkgID()),
|
| 175 |
+
namedtype.NamedType('attribute', SingleAttribute())
|
| 176 |
+
)
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
class KeyPkgVersion(univ.Integer):
|
| 180 |
+
pass
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
KeyPkgVersion.namedValues = namedval.NamedValues(
|
| 184 |
+
('v1', 1),
|
| 185 |
+
('v2', 2)
|
| 186 |
+
)
|
| 187 |
+
|
| 188 |
+
KeyPkgVersion.subtypeSpec = constraint.ValueRangeConstraint(1, 65535)
|
| 189 |
+
|
| 190 |
+
|
| 191 |
+
id_ct_KP_keyPackageError = univ.ObjectIdentifier('2.16.840.1.101.2.1.2.78.6')
|
| 192 |
+
|
| 193 |
+
class KeyPackageError(univ.Sequence):
|
| 194 |
+
pass
|
| 195 |
+
|
| 196 |
+
KeyPackageError.componentType = namedtype.NamedTypes(
|
| 197 |
+
namedtype.DefaultedNamedType('version', KeyPkgVersion().subtype(value='v2')),
|
| 198 |
+
namedtype.OptionalNamedType('errorOf', KeyPkgIdentifier().subtype(
|
| 199 |
+
implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
|
| 200 |
+
namedtype.NamedType('errorBy', SIREntityName()),
|
| 201 |
+
namedtype.NamedType('errorCode', ErrorCodeChoice())
|
| 202 |
+
)
|
| 203 |
+
|
| 204 |
+
|
| 205 |
+
# Key Package Receipt CMS Content Type
|
| 206 |
+
|
| 207 |
+
id_ct_KP_keyPackageReceipt = univ.ObjectIdentifier('2.16.840.1.101.2.1.2.78.3')
|
| 208 |
+
|
| 209 |
+
class KeyPackageReceipt(univ.Sequence):
|
| 210 |
+
pass
|
| 211 |
+
|
| 212 |
+
KeyPackageReceipt.componentType = namedtype.NamedTypes(
|
| 213 |
+
namedtype.DefaultedNamedType('version', KeyPkgVersion().subtype(value='v2')),
|
| 214 |
+
namedtype.NamedType('receiptOf', KeyPkgIdentifier()),
|
| 215 |
+
namedtype.NamedType('receivedBy', SIREntityName())
|
| 216 |
+
)
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
# Key Package Receipt Request Attribute
|
| 220 |
+
|
| 221 |
+
class KeyPkgReceiptReq(univ.Sequence):
|
| 222 |
+
pass
|
| 223 |
+
|
| 224 |
+
KeyPkgReceiptReq.componentType = namedtype.NamedTypes(
|
| 225 |
+
namedtype.DefaultedNamedType('encryptReceipt', univ.Boolean().subtype(value=0)),
|
| 226 |
+
namedtype.OptionalNamedType('receiptsFrom', SIREntityNames().subtype(
|
| 227 |
+
implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
|
| 228 |
+
namedtype.NamedType('receiptsTo', SIREntityNames())
|
| 229 |
+
)
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
id_aa_KP_keyPkgIdAndReceiptReq = univ.ObjectIdentifier('2.16.840.1.101.2.1.5.65')
|
| 233 |
+
|
| 234 |
+
class KeyPkgIdentifierAndReceiptReq(univ.Sequence):
|
| 235 |
+
pass
|
| 236 |
+
|
| 237 |
+
KeyPkgIdentifierAndReceiptReq.componentType = namedtype.NamedTypes(
|
| 238 |
+
namedtype.NamedType('pkgID', KeyPkgID()),
|
| 239 |
+
namedtype.OptionalNamedType('receiptReq', KeyPkgReceiptReq())
|
| 240 |
+
)
|
| 241 |
+
|
| 242 |
+
|
| 243 |
+
# Map of Attribute Type OIDs to Attributes are added to
|
| 244 |
+
# the ones that are in rfc5652.py
|
| 245 |
+
|
| 246 |
+
_cmsAttributesMapUpdate = {
|
| 247 |
+
id_aa_KP_keyPkgIdAndReceiptReq: KeyPkgIdentifierAndReceiptReq(),
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
rfc5652.cmsAttributesMap.update(_cmsAttributesMapUpdate)
|
| 251 |
+
|
| 252 |
+
|
| 253 |
+
# Map of CMC Content Type OIDs to CMC Content Types are added to
|
| 254 |
+
# the ones that are in rfc5652.py
|
| 255 |
+
|
| 256 |
+
_cmsContentTypesMapUpdate = {
|
| 257 |
+
id_ct_KP_keyPackageError: KeyPackageError(),
|
| 258 |
+
id_ct_KP_keyPackageReceipt: KeyPackageReceipt(),
|
| 259 |
+
}
|
| 260 |
+
|
| 261 |
+
rfc5652.cmsContentTypesMap.update(_cmsContentTypesMapUpdate)
|
lib/python3.10/site-packages/pyasn1_modules/rfc7296.py
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is being contributed to pyasn1-modules software.
|
| 2 |
+
#
|
| 3 |
+
# Created by Russ Housley.
|
| 4 |
+
#
|
| 5 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 6 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 7 |
+
#
|
| 8 |
+
# IKEv2 Certificate Bundle
|
| 9 |
+
#
|
| 10 |
+
# ASN.1 source from:
|
| 11 |
+
# https://www.rfc-editor.org/rfc/rfc7296.txt
|
| 12 |
+
|
| 13 |
+
from pyasn1.type import namedtype
|
| 14 |
+
from pyasn1.type import tag
|
| 15 |
+
from pyasn1.type import univ
|
| 16 |
+
|
| 17 |
+
from pyasn1_modules import rfc5280
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
class CertificateOrCRL(univ.Choice):
|
| 21 |
+
pass
|
| 22 |
+
|
| 23 |
+
CertificateOrCRL.componentType = namedtype.NamedTypes(
|
| 24 |
+
namedtype.NamedType('cert', rfc5280.Certificate().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
|
| 25 |
+
namedtype.NamedType('crl', rfc5280.CertificateList().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
|
| 26 |
+
)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
class CertificateBundle(univ.SequenceOf):
|
| 30 |
+
pass
|
| 31 |
+
|
| 32 |
+
CertificateBundle.componentType = CertificateOrCRL()
|
lib/python3.10/site-packages/pyasn1_modules/rfc8410.py
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is being contributed to pyasn1-modules software.
|
| 2 |
+
#
|
| 3 |
+
# Created by Russ Housley.
|
| 4 |
+
#
|
| 5 |
+
# Copyright (c) 2019, Vigil Security, LLC
|
| 6 |
+
# License: http://snmplabs.com/pyasn1/license.html
|
| 7 |
+
#
|
| 8 |
+
# Algorithm Identifiers for Ed25519, Ed448, X25519, and X448
|
| 9 |
+
#
|
| 10 |
+
# ASN.1 source from:
|
| 11 |
+
# https://www.rfc-editor.org/rfc/rfc8410.txt
|
| 12 |
+
|
| 13 |
+
from pyasn1.type import univ
|
| 14 |
+
from pyasn1_modules import rfc3565
|
| 15 |
+
from pyasn1_modules import rfc4055
|
| 16 |
+
from pyasn1_modules import rfc5280
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
class SignatureAlgorithmIdentifier(rfc5280.AlgorithmIdentifier):
|
| 20 |
+
pass
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
class KeyEncryptionAlgorithmIdentifier(rfc5280.AlgorithmIdentifier):
|
| 24 |
+
pass
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
class CurvePrivateKey(univ.OctetString):
|
| 28 |
+
pass
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
id_X25519 = univ.ObjectIdentifier('1.3.101.110')
|
| 32 |
+
|
| 33 |
+
id_X448 = univ.ObjectIdentifier('1.3.101.111')
|
| 34 |
+
|
| 35 |
+
id_Ed25519 = univ.ObjectIdentifier('1.3.101.112')
|
| 36 |
+
|
| 37 |
+
id_Ed448 = univ.ObjectIdentifier('1.3.101.113')
|
| 38 |
+
|
| 39 |
+
id_sha512 = rfc4055.id_sha512
|
| 40 |
+
|
| 41 |
+
id_aes128_wrap = rfc3565.id_aes128_wrap
|
| 42 |
+
|
| 43 |
+
id_aes256_wrap = rfc3565.id_aes256_wrap
|
lib/python3.10/site-packages/pytz/__init__.py
ADDED
|
@@ -0,0 +1,1554 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''
|
| 2 |
+
datetime.tzinfo timezone definitions generated from the
|
| 3 |
+
Olson timezone database:
|
| 4 |
+
|
| 5 |
+
ftp://elsie.nci.nih.gov/pub/tz*.tar.gz
|
| 6 |
+
|
| 7 |
+
See the datetime section of the Python Library Reference for information
|
| 8 |
+
on how to use these modules.
|
| 9 |
+
'''
|
| 10 |
+
|
| 11 |
+
import sys
|
| 12 |
+
import datetime
|
| 13 |
+
import os.path
|
| 14 |
+
|
| 15 |
+
from pytz.exceptions import AmbiguousTimeError
|
| 16 |
+
from pytz.exceptions import InvalidTimeError
|
| 17 |
+
from pytz.exceptions import NonExistentTimeError
|
| 18 |
+
from pytz.exceptions import UnknownTimeZoneError
|
| 19 |
+
from pytz.lazy import LazyDict, LazyList, LazySet # noqa
|
| 20 |
+
from pytz.tzinfo import unpickler, BaseTzInfo
|
| 21 |
+
from pytz.tzfile import build_tzinfo
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
# The IANA (nee Olson) database is updated several times a year.
|
| 25 |
+
OLSON_VERSION = '2025a'
|
| 26 |
+
VERSION = '2025.1' # pip compatible version number.
|
| 27 |
+
__version__ = VERSION
|
| 28 |
+
|
| 29 |
+
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
|
| 30 |
+
|
| 31 |
+
__all__ = [
|
| 32 |
+
'timezone', 'utc', 'country_timezones', 'country_names',
|
| 33 |
+
'AmbiguousTimeError', 'InvalidTimeError',
|
| 34 |
+
'NonExistentTimeError', 'UnknownTimeZoneError',
|
| 35 |
+
'all_timezones', 'all_timezones_set',
|
| 36 |
+
'common_timezones', 'common_timezones_set',
|
| 37 |
+
'BaseTzInfo', 'FixedOffset',
|
| 38 |
+
]
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
if sys.version_info[0] > 2: # Python 3.x
|
| 42 |
+
|
| 43 |
+
# Python 3.x doesn't have unicode(), making writing code
|
| 44 |
+
# for Python 2.3 and Python 3.x a pain.
|
| 45 |
+
unicode = str
|
| 46 |
+
|
| 47 |
+
def ascii(s):
|
| 48 |
+
r"""
|
| 49 |
+
>>> ascii('Hello')
|
| 50 |
+
'Hello'
|
| 51 |
+
>>> ascii('\N{TRADE MARK SIGN}') #doctest: +IGNORE_EXCEPTION_DETAIL
|
| 52 |
+
Traceback (most recent call last):
|
| 53 |
+
...
|
| 54 |
+
UnicodeEncodeError: ...
|
| 55 |
+
"""
|
| 56 |
+
if type(s) == bytes:
|
| 57 |
+
s = s.decode('ASCII')
|
| 58 |
+
else:
|
| 59 |
+
s.encode('ASCII') # Raise an exception if not ASCII
|
| 60 |
+
return s # But the string - not a byte string.
|
| 61 |
+
|
| 62 |
+
else: # Python 2.x
|
| 63 |
+
|
| 64 |
+
def ascii(s):
|
| 65 |
+
r"""
|
| 66 |
+
>>> ascii('Hello')
|
| 67 |
+
'Hello'
|
| 68 |
+
>>> ascii(u'Hello')
|
| 69 |
+
'Hello'
|
| 70 |
+
>>> ascii(u'\N{TRADE MARK SIGN}') #doctest: +IGNORE_EXCEPTION_DETAIL
|
| 71 |
+
Traceback (most recent call last):
|
| 72 |
+
...
|
| 73 |
+
UnicodeEncodeError: ...
|
| 74 |
+
"""
|
| 75 |
+
return s.encode('ASCII')
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
def open_resource(name):
|
| 79 |
+
"""Open a resource from the zoneinfo subdir for reading.
|
| 80 |
+
|
| 81 |
+
Uses the pkg_resources module if available and no standard file
|
| 82 |
+
found at the calculated location.
|
| 83 |
+
|
| 84 |
+
It is possible to specify different location for zoneinfo
|
| 85 |
+
subdir by using the PYTZ_TZDATADIR environment variable.
|
| 86 |
+
"""
|
| 87 |
+
name_parts = name.lstrip('/').split('/')
|
| 88 |
+
for part in name_parts:
|
| 89 |
+
if part == os.path.pardir or os.sep in part:
|
| 90 |
+
raise ValueError('Bad path segment: %r' % part)
|
| 91 |
+
zoneinfo_dir = os.environ.get('PYTZ_TZDATADIR', None)
|
| 92 |
+
if zoneinfo_dir is not None:
|
| 93 |
+
filename = os.path.join(zoneinfo_dir, *name_parts)
|
| 94 |
+
else:
|
| 95 |
+
filename = os.path.join(os.path.dirname(__file__),
|
| 96 |
+
'zoneinfo', *name_parts)
|
| 97 |
+
if not os.path.exists(filename):
|
| 98 |
+
# http://bugs.launchpad.net/bugs/383171 - we avoid using this
|
| 99 |
+
# unless absolutely necessary to help when a broken version of
|
| 100 |
+
# pkg_resources is installed.
|
| 101 |
+
try:
|
| 102 |
+
from pkg_resources import resource_stream
|
| 103 |
+
except ImportError:
|
| 104 |
+
resource_stream = None
|
| 105 |
+
|
| 106 |
+
if resource_stream is not None:
|
| 107 |
+
return resource_stream(__name__, 'zoneinfo/' + name)
|
| 108 |
+
return open(filename, 'rb')
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
def resource_exists(name):
|
| 112 |
+
"""Return true if the given resource exists"""
|
| 113 |
+
try:
|
| 114 |
+
if os.environ.get('PYTZ_SKIPEXISTSCHECK', ''):
|
| 115 |
+
# In "standard" distributions, we can assume that
|
| 116 |
+
# all the listed timezones are present. As an
|
| 117 |
+
# import-speed optimization, you can set the
|
| 118 |
+
# PYTZ_SKIPEXISTSCHECK flag to skip checking
|
| 119 |
+
# for the presence of the resource file on disk.
|
| 120 |
+
return True
|
| 121 |
+
open_resource(name).close()
|
| 122 |
+
return True
|
| 123 |
+
except IOError:
|
| 124 |
+
return False
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
_tzinfo_cache = {}
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
def timezone(zone):
|
| 131 |
+
r''' Return a datetime.tzinfo implementation for the given timezone
|
| 132 |
+
|
| 133 |
+
>>> from datetime import datetime, timedelta
|
| 134 |
+
>>> utc = timezone('UTC')
|
| 135 |
+
>>> eastern = timezone('US/Eastern')
|
| 136 |
+
>>> eastern.zone
|
| 137 |
+
'US/Eastern'
|
| 138 |
+
>>> timezone(unicode('US/Eastern')) is eastern
|
| 139 |
+
True
|
| 140 |
+
>>> utc_dt = datetime(2002, 10, 27, 6, 0, 0, tzinfo=utc)
|
| 141 |
+
>>> loc_dt = utc_dt.astimezone(eastern)
|
| 142 |
+
>>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
|
| 143 |
+
>>> loc_dt.strftime(fmt)
|
| 144 |
+
'2002-10-27 01:00:00 EST (-0500)'
|
| 145 |
+
>>> (loc_dt - timedelta(minutes=10)).strftime(fmt)
|
| 146 |
+
'2002-10-27 00:50:00 EST (-0500)'
|
| 147 |
+
>>> eastern.normalize(loc_dt - timedelta(minutes=10)).strftime(fmt)
|
| 148 |
+
'2002-10-27 01:50:00 EDT (-0400)'
|
| 149 |
+
>>> (loc_dt + timedelta(minutes=10)).strftime(fmt)
|
| 150 |
+
'2002-10-27 01:10:00 EST (-0500)'
|
| 151 |
+
|
| 152 |
+
Raises UnknownTimeZoneError if passed an unknown zone.
|
| 153 |
+
|
| 154 |
+
>>> try:
|
| 155 |
+
... timezone('Asia/Shangri-La')
|
| 156 |
+
... except UnknownTimeZoneError:
|
| 157 |
+
... print('Unknown')
|
| 158 |
+
Unknown
|
| 159 |
+
|
| 160 |
+
>>> try:
|
| 161 |
+
... timezone(unicode('\N{TRADE MARK SIGN}'))
|
| 162 |
+
... except UnknownTimeZoneError:
|
| 163 |
+
... print('Unknown')
|
| 164 |
+
Unknown
|
| 165 |
+
|
| 166 |
+
'''
|
| 167 |
+
if zone is None:
|
| 168 |
+
raise UnknownTimeZoneError(None)
|
| 169 |
+
|
| 170 |
+
if zone.upper() == 'UTC':
|
| 171 |
+
return utc
|
| 172 |
+
|
| 173 |
+
try:
|
| 174 |
+
zone = ascii(zone)
|
| 175 |
+
except UnicodeEncodeError:
|
| 176 |
+
# All valid timezones are ASCII
|
| 177 |
+
raise UnknownTimeZoneError(zone)
|
| 178 |
+
|
| 179 |
+
zone = _case_insensitive_zone_lookup(_unmunge_zone(zone))
|
| 180 |
+
if zone not in _tzinfo_cache:
|
| 181 |
+
if zone in all_timezones_set: # noqa
|
| 182 |
+
fp = open_resource(zone)
|
| 183 |
+
try:
|
| 184 |
+
_tzinfo_cache[zone] = build_tzinfo(zone, fp)
|
| 185 |
+
finally:
|
| 186 |
+
fp.close()
|
| 187 |
+
else:
|
| 188 |
+
raise UnknownTimeZoneError(zone)
|
| 189 |
+
|
| 190 |
+
return _tzinfo_cache[zone]
|
| 191 |
+
|
| 192 |
+
|
| 193 |
+
def _unmunge_zone(zone):
|
| 194 |
+
"""Undo the time zone name munging done by older versions of pytz."""
|
| 195 |
+
return zone.replace('_plus_', '+').replace('_minus_', '-')
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
_all_timezones_lower_to_standard = None
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
def _case_insensitive_zone_lookup(zone):
|
| 202 |
+
"""case-insensitively matching timezone, else return zone unchanged"""
|
| 203 |
+
global _all_timezones_lower_to_standard
|
| 204 |
+
if _all_timezones_lower_to_standard is None:
|
| 205 |
+
_all_timezones_lower_to_standard = dict((tz.lower(), tz) for tz in _all_timezones_unchecked) # noqa
|
| 206 |
+
return _all_timezones_lower_to_standard.get(zone.lower()) or zone # noqa
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
ZERO = datetime.timedelta(0)
|
| 210 |
+
HOUR = datetime.timedelta(hours=1)
|
| 211 |
+
|
| 212 |
+
|
| 213 |
+
class UTC(BaseTzInfo):
|
| 214 |
+
"""UTC
|
| 215 |
+
|
| 216 |
+
Optimized UTC implementation. It unpickles using the single module global
|
| 217 |
+
instance defined beneath this class declaration.
|
| 218 |
+
"""
|
| 219 |
+
zone = "UTC"
|
| 220 |
+
|
| 221 |
+
_utcoffset = ZERO
|
| 222 |
+
_dst = ZERO
|
| 223 |
+
_tzname = zone
|
| 224 |
+
|
| 225 |
+
def fromutc(self, dt):
|
| 226 |
+
if dt.tzinfo is None:
|
| 227 |
+
return self.localize(dt)
|
| 228 |
+
return super(utc.__class__, self).fromutc(dt)
|
| 229 |
+
|
| 230 |
+
def utcoffset(self, dt):
|
| 231 |
+
return ZERO
|
| 232 |
+
|
| 233 |
+
def tzname(self, dt):
|
| 234 |
+
return "UTC"
|
| 235 |
+
|
| 236 |
+
def dst(self, dt):
|
| 237 |
+
return ZERO
|
| 238 |
+
|
| 239 |
+
def __reduce__(self):
|
| 240 |
+
return _UTC, ()
|
| 241 |
+
|
| 242 |
+
def localize(self, dt, is_dst=False):
|
| 243 |
+
'''Convert naive time to local time'''
|
| 244 |
+
if dt.tzinfo is not None:
|
| 245 |
+
raise ValueError('Not naive datetime (tzinfo is already set)')
|
| 246 |
+
return dt.replace(tzinfo=self)
|
| 247 |
+
|
| 248 |
+
def normalize(self, dt, is_dst=False):
|
| 249 |
+
'''Correct the timezone information on the given datetime'''
|
| 250 |
+
if dt.tzinfo is self:
|
| 251 |
+
return dt
|
| 252 |
+
if dt.tzinfo is None:
|
| 253 |
+
raise ValueError('Naive time - no tzinfo set')
|
| 254 |
+
return dt.astimezone(self)
|
| 255 |
+
|
| 256 |
+
def __repr__(self):
|
| 257 |
+
return "<UTC>"
|
| 258 |
+
|
| 259 |
+
def __str__(self):
|
| 260 |
+
return "UTC"
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
UTC = utc = UTC() # UTC is a singleton
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
def _UTC():
|
| 267 |
+
"""Factory function for utc unpickling.
|
| 268 |
+
|
| 269 |
+
Makes sure that unpickling a utc instance always returns the same
|
| 270 |
+
module global.
|
| 271 |
+
|
| 272 |
+
These examples belong in the UTC class above, but it is obscured; or in
|
| 273 |
+
the README.rst, but we are not depending on Python 2.4 so integrating
|
| 274 |
+
the README.rst examples with the unit tests is not trivial.
|
| 275 |
+
|
| 276 |
+
>>> import datetime, pickle
|
| 277 |
+
>>> dt = datetime.datetime(2005, 3, 1, 14, 13, 21, tzinfo=utc)
|
| 278 |
+
>>> naive = dt.replace(tzinfo=None)
|
| 279 |
+
>>> p = pickle.dumps(dt, 1)
|
| 280 |
+
>>> naive_p = pickle.dumps(naive, 1)
|
| 281 |
+
>>> len(p) - len(naive_p)
|
| 282 |
+
17
|
| 283 |
+
>>> new = pickle.loads(p)
|
| 284 |
+
>>> new == dt
|
| 285 |
+
True
|
| 286 |
+
>>> new is dt
|
| 287 |
+
False
|
| 288 |
+
>>> new.tzinfo is dt.tzinfo
|
| 289 |
+
True
|
| 290 |
+
>>> utc is UTC is timezone('UTC')
|
| 291 |
+
True
|
| 292 |
+
>>> utc is timezone('GMT')
|
| 293 |
+
False
|
| 294 |
+
"""
|
| 295 |
+
return utc
|
| 296 |
+
|
| 297 |
+
|
| 298 |
+
_UTC.__safe_for_unpickling__ = True
|
| 299 |
+
|
| 300 |
+
|
| 301 |
+
def _p(*args):
|
| 302 |
+
"""Factory function for unpickling pytz tzinfo instances.
|
| 303 |
+
|
| 304 |
+
Just a wrapper around tzinfo.unpickler to save a few bytes in each pickle
|
| 305 |
+
by shortening the path.
|
| 306 |
+
"""
|
| 307 |
+
return unpickler(*args)
|
| 308 |
+
|
| 309 |
+
|
| 310 |
+
_p.__safe_for_unpickling__ = True
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
class _CountryTimezoneDict(LazyDict):
|
| 314 |
+
"""Map ISO 3166 country code to a list of timezone names commonly used
|
| 315 |
+
in that country.
|
| 316 |
+
|
| 317 |
+
iso3166_code is the two letter code used to identify the country.
|
| 318 |
+
|
| 319 |
+
>>> def print_list(list_of_strings):
|
| 320 |
+
... 'We use a helper so doctests work under Python 2.3 -> 3.x'
|
| 321 |
+
... for s in list_of_strings:
|
| 322 |
+
... print(s)
|
| 323 |
+
|
| 324 |
+
>>> print_list(country_timezones['nz'])
|
| 325 |
+
Pacific/Auckland
|
| 326 |
+
Pacific/Chatham
|
| 327 |
+
>>> print_list(country_timezones['ch'])
|
| 328 |
+
Europe/Zurich
|
| 329 |
+
>>> print_list(country_timezones['CH'])
|
| 330 |
+
Europe/Zurich
|
| 331 |
+
>>> print_list(country_timezones[unicode('ch')])
|
| 332 |
+
Europe/Zurich
|
| 333 |
+
>>> print_list(country_timezones['XXX'])
|
| 334 |
+
Traceback (most recent call last):
|
| 335 |
+
...
|
| 336 |
+
KeyError: 'XXX'
|
| 337 |
+
|
| 338 |
+
Previously, this information was exposed as a function rather than a
|
| 339 |
+
dictionary. This is still supported::
|
| 340 |
+
|
| 341 |
+
>>> print_list(country_timezones('nz'))
|
| 342 |
+
Pacific/Auckland
|
| 343 |
+
Pacific/Chatham
|
| 344 |
+
"""
|
| 345 |
+
def __call__(self, iso3166_code):
|
| 346 |
+
"""Backwards compatibility."""
|
| 347 |
+
return self[iso3166_code]
|
| 348 |
+
|
| 349 |
+
def _fill(self):
|
| 350 |
+
data = {}
|
| 351 |
+
zone_tab = open_resource('zone.tab')
|
| 352 |
+
try:
|
| 353 |
+
for line in zone_tab:
|
| 354 |
+
line = line.decode('UTF-8')
|
| 355 |
+
if line.startswith('#'):
|
| 356 |
+
continue
|
| 357 |
+
code, coordinates, zone = line.split(None, 4)[:3]
|
| 358 |
+
if zone not in all_timezones_set: # noqa
|
| 359 |
+
continue
|
| 360 |
+
try:
|
| 361 |
+
data[code].append(zone)
|
| 362 |
+
except KeyError:
|
| 363 |
+
data[code] = [zone]
|
| 364 |
+
self.data = data
|
| 365 |
+
finally:
|
| 366 |
+
zone_tab.close()
|
| 367 |
+
|
| 368 |
+
|
| 369 |
+
country_timezones = _CountryTimezoneDict()
|
| 370 |
+
|
| 371 |
+
|
| 372 |
+
class _CountryNameDict(LazyDict):
|
| 373 |
+
'''Dictionary proving ISO3166 code -> English name.
|
| 374 |
+
|
| 375 |
+
>>> print(country_names['au'])
|
| 376 |
+
Australia
|
| 377 |
+
'''
|
| 378 |
+
def _fill(self):
|
| 379 |
+
data = {}
|
| 380 |
+
zone_tab = open_resource('iso3166.tab')
|
| 381 |
+
try:
|
| 382 |
+
for line in zone_tab.readlines():
|
| 383 |
+
line = line.decode('UTF-8')
|
| 384 |
+
if line.startswith('#'):
|
| 385 |
+
continue
|
| 386 |
+
code, name = line.split(None, 1)
|
| 387 |
+
data[code] = name.strip()
|
| 388 |
+
self.data = data
|
| 389 |
+
finally:
|
| 390 |
+
zone_tab.close()
|
| 391 |
+
|
| 392 |
+
|
| 393 |
+
country_names = _CountryNameDict()
|
| 394 |
+
|
| 395 |
+
|
| 396 |
+
# Time-zone info based solely on fixed offsets
|
| 397 |
+
|
| 398 |
+
class _FixedOffset(datetime.tzinfo):
|
| 399 |
+
|
| 400 |
+
zone = None # to match the standard pytz API
|
| 401 |
+
|
| 402 |
+
def __init__(self, minutes):
|
| 403 |
+
if abs(minutes) >= 1440:
|
| 404 |
+
raise ValueError("absolute offset is too large", minutes)
|
| 405 |
+
self._minutes = minutes
|
| 406 |
+
self._offset = datetime.timedelta(minutes=minutes)
|
| 407 |
+
|
| 408 |
+
def utcoffset(self, dt):
|
| 409 |
+
return self._offset
|
| 410 |
+
|
| 411 |
+
def __reduce__(self):
|
| 412 |
+
return FixedOffset, (self._minutes, )
|
| 413 |
+
|
| 414 |
+
def dst(self, dt):
|
| 415 |
+
return ZERO
|
| 416 |
+
|
| 417 |
+
def tzname(self, dt):
|
| 418 |
+
return None
|
| 419 |
+
|
| 420 |
+
def __repr__(self):
|
| 421 |
+
return 'pytz.FixedOffset(%d)' % self._minutes
|
| 422 |
+
|
| 423 |
+
def localize(self, dt, is_dst=False):
|
| 424 |
+
'''Convert naive time to local time'''
|
| 425 |
+
if dt.tzinfo is not None:
|
| 426 |
+
raise ValueError('Not naive datetime (tzinfo is already set)')
|
| 427 |
+
return dt.replace(tzinfo=self)
|
| 428 |
+
|
| 429 |
+
def normalize(self, dt, is_dst=False):
|
| 430 |
+
'''Correct the timezone information on the given datetime'''
|
| 431 |
+
if dt.tzinfo is self:
|
| 432 |
+
return dt
|
| 433 |
+
if dt.tzinfo is None:
|
| 434 |
+
raise ValueError('Naive time - no tzinfo set')
|
| 435 |
+
return dt.astimezone(self)
|
| 436 |
+
|
| 437 |
+
|
| 438 |
+
def FixedOffset(offset, _tzinfos={}):
|
| 439 |
+
"""return a fixed-offset timezone based off a number of minutes.
|
| 440 |
+
|
| 441 |
+
>>> one = FixedOffset(-330)
|
| 442 |
+
>>> one
|
| 443 |
+
pytz.FixedOffset(-330)
|
| 444 |
+
>>> str(one.utcoffset(datetime.datetime.now()))
|
| 445 |
+
'-1 day, 18:30:00'
|
| 446 |
+
>>> str(one.dst(datetime.datetime.now()))
|
| 447 |
+
'0:00:00'
|
| 448 |
+
|
| 449 |
+
>>> two = FixedOffset(1380)
|
| 450 |
+
>>> two
|
| 451 |
+
pytz.FixedOffset(1380)
|
| 452 |
+
>>> str(two.utcoffset(datetime.datetime.now()))
|
| 453 |
+
'23:00:00'
|
| 454 |
+
>>> str(two.dst(datetime.datetime.now()))
|
| 455 |
+
'0:00:00'
|
| 456 |
+
|
| 457 |
+
The datetime.timedelta must be between the range of -1 and 1 day,
|
| 458 |
+
non-inclusive.
|
| 459 |
+
|
| 460 |
+
>>> FixedOffset(1440)
|
| 461 |
+
Traceback (most recent call last):
|
| 462 |
+
...
|
| 463 |
+
ValueError: ('absolute offset is too large', 1440)
|
| 464 |
+
|
| 465 |
+
>>> FixedOffset(-1440)
|
| 466 |
+
Traceback (most recent call last):
|
| 467 |
+
...
|
| 468 |
+
ValueError: ('absolute offset is too large', -1440)
|
| 469 |
+
|
| 470 |
+
An offset of 0 is special-cased to return UTC.
|
| 471 |
+
|
| 472 |
+
>>> FixedOffset(0) is UTC
|
| 473 |
+
True
|
| 474 |
+
|
| 475 |
+
There should always be only one instance of a FixedOffset per timedelta.
|
| 476 |
+
This should be true for multiple creation calls.
|
| 477 |
+
|
| 478 |
+
>>> FixedOffset(-330) is one
|
| 479 |
+
True
|
| 480 |
+
>>> FixedOffset(1380) is two
|
| 481 |
+
True
|
| 482 |
+
|
| 483 |
+
It should also be true for pickling.
|
| 484 |
+
|
| 485 |
+
>>> import pickle
|
| 486 |
+
>>> pickle.loads(pickle.dumps(one)) is one
|
| 487 |
+
True
|
| 488 |
+
>>> pickle.loads(pickle.dumps(two)) is two
|
| 489 |
+
True
|
| 490 |
+
"""
|
| 491 |
+
if offset == 0:
|
| 492 |
+
return UTC
|
| 493 |
+
|
| 494 |
+
info = _tzinfos.get(offset)
|
| 495 |
+
if info is None:
|
| 496 |
+
# We haven't seen this one before. we need to save it.
|
| 497 |
+
|
| 498 |
+
# Use setdefault to avoid a race condition and make sure we have
|
| 499 |
+
# only one
|
| 500 |
+
info = _tzinfos.setdefault(offset, _FixedOffset(offset))
|
| 501 |
+
|
| 502 |
+
return info
|
| 503 |
+
|
| 504 |
+
|
| 505 |
+
FixedOffset.__safe_for_unpickling__ = True
|
| 506 |
+
|
| 507 |
+
|
| 508 |
+
def _test():
|
| 509 |
+
import doctest
|
| 510 |
+
sys.path.insert(0, os.pardir)
|
| 511 |
+
import pytz
|
| 512 |
+
return doctest.testmod(pytz)
|
| 513 |
+
|
| 514 |
+
|
| 515 |
+
if __name__ == '__main__':
|
| 516 |
+
_test()
|
| 517 |
+
_all_timezones_unchecked = \
|
| 518 |
+
['Africa/Abidjan',
|
| 519 |
+
'Africa/Accra',
|
| 520 |
+
'Africa/Addis_Ababa',
|
| 521 |
+
'Africa/Algiers',
|
| 522 |
+
'Africa/Asmara',
|
| 523 |
+
'Africa/Asmera',
|
| 524 |
+
'Africa/Bamako',
|
| 525 |
+
'Africa/Bangui',
|
| 526 |
+
'Africa/Banjul',
|
| 527 |
+
'Africa/Bissau',
|
| 528 |
+
'Africa/Blantyre',
|
| 529 |
+
'Africa/Brazzaville',
|
| 530 |
+
'Africa/Bujumbura',
|
| 531 |
+
'Africa/Cairo',
|
| 532 |
+
'Africa/Casablanca',
|
| 533 |
+
'Africa/Ceuta',
|
| 534 |
+
'Africa/Conakry',
|
| 535 |
+
'Africa/Dakar',
|
| 536 |
+
'Africa/Dar_es_Salaam',
|
| 537 |
+
'Africa/Djibouti',
|
| 538 |
+
'Africa/Douala',
|
| 539 |
+
'Africa/El_Aaiun',
|
| 540 |
+
'Africa/Freetown',
|
| 541 |
+
'Africa/Gaborone',
|
| 542 |
+
'Africa/Harare',
|
| 543 |
+
'Africa/Johannesburg',
|
| 544 |
+
'Africa/Juba',
|
| 545 |
+
'Africa/Kampala',
|
| 546 |
+
'Africa/Khartoum',
|
| 547 |
+
'Africa/Kigali',
|
| 548 |
+
'Africa/Kinshasa',
|
| 549 |
+
'Africa/Lagos',
|
| 550 |
+
'Africa/Libreville',
|
| 551 |
+
'Africa/Lome',
|
| 552 |
+
'Africa/Luanda',
|
| 553 |
+
'Africa/Lubumbashi',
|
| 554 |
+
'Africa/Lusaka',
|
| 555 |
+
'Africa/Malabo',
|
| 556 |
+
'Africa/Maputo',
|
| 557 |
+
'Africa/Maseru',
|
| 558 |
+
'Africa/Mbabane',
|
| 559 |
+
'Africa/Mogadishu',
|
| 560 |
+
'Africa/Monrovia',
|
| 561 |
+
'Africa/Nairobi',
|
| 562 |
+
'Africa/Ndjamena',
|
| 563 |
+
'Africa/Niamey',
|
| 564 |
+
'Africa/Nouakchott',
|
| 565 |
+
'Africa/Ouagadougou',
|
| 566 |
+
'Africa/Porto-Novo',
|
| 567 |
+
'Africa/Sao_Tome',
|
| 568 |
+
'Africa/Timbuktu',
|
| 569 |
+
'Africa/Tripoli',
|
| 570 |
+
'Africa/Tunis',
|
| 571 |
+
'Africa/Windhoek',
|
| 572 |
+
'America/Adak',
|
| 573 |
+
'America/Anchorage',
|
| 574 |
+
'America/Anguilla',
|
| 575 |
+
'America/Antigua',
|
| 576 |
+
'America/Araguaina',
|
| 577 |
+
'America/Argentina/Buenos_Aires',
|
| 578 |
+
'America/Argentina/Catamarca',
|
| 579 |
+
'America/Argentina/ComodRivadavia',
|
| 580 |
+
'America/Argentina/Cordoba',
|
| 581 |
+
'America/Argentina/Jujuy',
|
| 582 |
+
'America/Argentina/La_Rioja',
|
| 583 |
+
'America/Argentina/Mendoza',
|
| 584 |
+
'America/Argentina/Rio_Gallegos',
|
| 585 |
+
'America/Argentina/Salta',
|
| 586 |
+
'America/Argentina/San_Juan',
|
| 587 |
+
'America/Argentina/San_Luis',
|
| 588 |
+
'America/Argentina/Tucuman',
|
| 589 |
+
'America/Argentina/Ushuaia',
|
| 590 |
+
'America/Aruba',
|
| 591 |
+
'America/Asuncion',
|
| 592 |
+
'America/Atikokan',
|
| 593 |
+
'America/Atka',
|
| 594 |
+
'America/Bahia',
|
| 595 |
+
'America/Bahia_Banderas',
|
| 596 |
+
'America/Barbados',
|
| 597 |
+
'America/Belem',
|
| 598 |
+
'America/Belize',
|
| 599 |
+
'America/Blanc-Sablon',
|
| 600 |
+
'America/Boa_Vista',
|
| 601 |
+
'America/Bogota',
|
| 602 |
+
'America/Boise',
|
| 603 |
+
'America/Buenos_Aires',
|
| 604 |
+
'America/Cambridge_Bay',
|
| 605 |
+
'America/Campo_Grande',
|
| 606 |
+
'America/Cancun',
|
| 607 |
+
'America/Caracas',
|
| 608 |
+
'America/Catamarca',
|
| 609 |
+
'America/Cayenne',
|
| 610 |
+
'America/Cayman',
|
| 611 |
+
'America/Chicago',
|
| 612 |
+
'America/Chihuahua',
|
| 613 |
+
'America/Ciudad_Juarez',
|
| 614 |
+
'America/Coral_Harbour',
|
| 615 |
+
'America/Cordoba',
|
| 616 |
+
'America/Costa_Rica',
|
| 617 |
+
'America/Creston',
|
| 618 |
+
'America/Cuiaba',
|
| 619 |
+
'America/Curacao',
|
| 620 |
+
'America/Danmarkshavn',
|
| 621 |
+
'America/Dawson',
|
| 622 |
+
'America/Dawson_Creek',
|
| 623 |
+
'America/Denver',
|
| 624 |
+
'America/Detroit',
|
| 625 |
+
'America/Dominica',
|
| 626 |
+
'America/Edmonton',
|
| 627 |
+
'America/Eirunepe',
|
| 628 |
+
'America/El_Salvador',
|
| 629 |
+
'America/Ensenada',
|
| 630 |
+
'America/Fort_Nelson',
|
| 631 |
+
'America/Fort_Wayne',
|
| 632 |
+
'America/Fortaleza',
|
| 633 |
+
'America/Glace_Bay',
|
| 634 |
+
'America/Godthab',
|
| 635 |
+
'America/Goose_Bay',
|
| 636 |
+
'America/Grand_Turk',
|
| 637 |
+
'America/Grenada',
|
| 638 |
+
'America/Guadeloupe',
|
| 639 |
+
'America/Guatemala',
|
| 640 |
+
'America/Guayaquil',
|
| 641 |
+
'America/Guyana',
|
| 642 |
+
'America/Halifax',
|
| 643 |
+
'America/Havana',
|
| 644 |
+
'America/Hermosillo',
|
| 645 |
+
'America/Indiana/Indianapolis',
|
| 646 |
+
'America/Indiana/Knox',
|
| 647 |
+
'America/Indiana/Marengo',
|
| 648 |
+
'America/Indiana/Petersburg',
|
| 649 |
+
'America/Indiana/Tell_City',
|
| 650 |
+
'America/Indiana/Vevay',
|
| 651 |
+
'America/Indiana/Vincennes',
|
| 652 |
+
'America/Indiana/Winamac',
|
| 653 |
+
'America/Indianapolis',
|
| 654 |
+
'America/Inuvik',
|
| 655 |
+
'America/Iqaluit',
|
| 656 |
+
'America/Jamaica',
|
| 657 |
+
'America/Jujuy',
|
| 658 |
+
'America/Juneau',
|
| 659 |
+
'America/Kentucky/Louisville',
|
| 660 |
+
'America/Kentucky/Monticello',
|
| 661 |
+
'America/Knox_IN',
|
| 662 |
+
'America/Kralendijk',
|
| 663 |
+
'America/La_Paz',
|
| 664 |
+
'America/Lima',
|
| 665 |
+
'America/Los_Angeles',
|
| 666 |
+
'America/Louisville',
|
| 667 |
+
'America/Lower_Princes',
|
| 668 |
+
'America/Maceio',
|
| 669 |
+
'America/Managua',
|
| 670 |
+
'America/Manaus',
|
| 671 |
+
'America/Marigot',
|
| 672 |
+
'America/Martinique',
|
| 673 |
+
'America/Matamoros',
|
| 674 |
+
'America/Mazatlan',
|
| 675 |
+
'America/Mendoza',
|
| 676 |
+
'America/Menominee',
|
| 677 |
+
'America/Merida',
|
| 678 |
+
'America/Metlakatla',
|
| 679 |
+
'America/Mexico_City',
|
| 680 |
+
'America/Miquelon',
|
| 681 |
+
'America/Moncton',
|
| 682 |
+
'America/Monterrey',
|
| 683 |
+
'America/Montevideo',
|
| 684 |
+
'America/Montreal',
|
| 685 |
+
'America/Montserrat',
|
| 686 |
+
'America/Nassau',
|
| 687 |
+
'America/New_York',
|
| 688 |
+
'America/Nipigon',
|
| 689 |
+
'America/Nome',
|
| 690 |
+
'America/Noronha',
|
| 691 |
+
'America/North_Dakota/Beulah',
|
| 692 |
+
'America/North_Dakota/Center',
|
| 693 |
+
'America/North_Dakota/New_Salem',
|
| 694 |
+
'America/Nuuk',
|
| 695 |
+
'America/Ojinaga',
|
| 696 |
+
'America/Panama',
|
| 697 |
+
'America/Pangnirtung',
|
| 698 |
+
'America/Paramaribo',
|
| 699 |
+
'America/Phoenix',
|
| 700 |
+
'America/Port-au-Prince',
|
| 701 |
+
'America/Port_of_Spain',
|
| 702 |
+
'America/Porto_Acre',
|
| 703 |
+
'America/Porto_Velho',
|
| 704 |
+
'America/Puerto_Rico',
|
| 705 |
+
'America/Punta_Arenas',
|
| 706 |
+
'America/Rainy_River',
|
| 707 |
+
'America/Rankin_Inlet',
|
| 708 |
+
'America/Recife',
|
| 709 |
+
'America/Regina',
|
| 710 |
+
'America/Resolute',
|
| 711 |
+
'America/Rio_Branco',
|
| 712 |
+
'America/Rosario',
|
| 713 |
+
'America/Santa_Isabel',
|
| 714 |
+
'America/Santarem',
|
| 715 |
+
'America/Santiago',
|
| 716 |
+
'America/Santo_Domingo',
|
| 717 |
+
'America/Sao_Paulo',
|
| 718 |
+
'America/Scoresbysund',
|
| 719 |
+
'America/Shiprock',
|
| 720 |
+
'America/Sitka',
|
| 721 |
+
'America/St_Barthelemy',
|
| 722 |
+
'America/St_Johns',
|
| 723 |
+
'America/St_Kitts',
|
| 724 |
+
'America/St_Lucia',
|
| 725 |
+
'America/St_Thomas',
|
| 726 |
+
'America/St_Vincent',
|
| 727 |
+
'America/Swift_Current',
|
| 728 |
+
'America/Tegucigalpa',
|
| 729 |
+
'America/Thule',
|
| 730 |
+
'America/Thunder_Bay',
|
| 731 |
+
'America/Tijuana',
|
| 732 |
+
'America/Toronto',
|
| 733 |
+
'America/Tortola',
|
| 734 |
+
'America/Vancouver',
|
| 735 |
+
'America/Virgin',
|
| 736 |
+
'America/Whitehorse',
|
| 737 |
+
'America/Winnipeg',
|
| 738 |
+
'America/Yakutat',
|
| 739 |
+
'America/Yellowknife',
|
| 740 |
+
'Antarctica/Casey',
|
| 741 |
+
'Antarctica/Davis',
|
| 742 |
+
'Antarctica/DumontDUrville',
|
| 743 |
+
'Antarctica/Macquarie',
|
| 744 |
+
'Antarctica/Mawson',
|
| 745 |
+
'Antarctica/McMurdo',
|
| 746 |
+
'Antarctica/Palmer',
|
| 747 |
+
'Antarctica/Rothera',
|
| 748 |
+
'Antarctica/South_Pole',
|
| 749 |
+
'Antarctica/Syowa',
|
| 750 |
+
'Antarctica/Troll',
|
| 751 |
+
'Antarctica/Vostok',
|
| 752 |
+
'Arctic/Longyearbyen',
|
| 753 |
+
'Asia/Aden',
|
| 754 |
+
'Asia/Almaty',
|
| 755 |
+
'Asia/Amman',
|
| 756 |
+
'Asia/Anadyr',
|
| 757 |
+
'Asia/Aqtau',
|
| 758 |
+
'Asia/Aqtobe',
|
| 759 |
+
'Asia/Ashgabat',
|
| 760 |
+
'Asia/Ashkhabad',
|
| 761 |
+
'Asia/Atyrau',
|
| 762 |
+
'Asia/Baghdad',
|
| 763 |
+
'Asia/Bahrain',
|
| 764 |
+
'Asia/Baku',
|
| 765 |
+
'Asia/Bangkok',
|
| 766 |
+
'Asia/Barnaul',
|
| 767 |
+
'Asia/Beirut',
|
| 768 |
+
'Asia/Bishkek',
|
| 769 |
+
'Asia/Brunei',
|
| 770 |
+
'Asia/Calcutta',
|
| 771 |
+
'Asia/Chita',
|
| 772 |
+
'Asia/Choibalsan',
|
| 773 |
+
'Asia/Chongqing',
|
| 774 |
+
'Asia/Chungking',
|
| 775 |
+
'Asia/Colombo',
|
| 776 |
+
'Asia/Dacca',
|
| 777 |
+
'Asia/Damascus',
|
| 778 |
+
'Asia/Dhaka',
|
| 779 |
+
'Asia/Dili',
|
| 780 |
+
'Asia/Dubai',
|
| 781 |
+
'Asia/Dushanbe',
|
| 782 |
+
'Asia/Famagusta',
|
| 783 |
+
'Asia/Gaza',
|
| 784 |
+
'Asia/Harbin',
|
| 785 |
+
'Asia/Hebron',
|
| 786 |
+
'Asia/Ho_Chi_Minh',
|
| 787 |
+
'Asia/Hong_Kong',
|
| 788 |
+
'Asia/Hovd',
|
| 789 |
+
'Asia/Irkutsk',
|
| 790 |
+
'Asia/Istanbul',
|
| 791 |
+
'Asia/Jakarta',
|
| 792 |
+
'Asia/Jayapura',
|
| 793 |
+
'Asia/Jerusalem',
|
| 794 |
+
'Asia/Kabul',
|
| 795 |
+
'Asia/Kamchatka',
|
| 796 |
+
'Asia/Karachi',
|
| 797 |
+
'Asia/Kashgar',
|
| 798 |
+
'Asia/Kathmandu',
|
| 799 |
+
'Asia/Katmandu',
|
| 800 |
+
'Asia/Khandyga',
|
| 801 |
+
'Asia/Kolkata',
|
| 802 |
+
'Asia/Krasnoyarsk',
|
| 803 |
+
'Asia/Kuala_Lumpur',
|
| 804 |
+
'Asia/Kuching',
|
| 805 |
+
'Asia/Kuwait',
|
| 806 |
+
'Asia/Macao',
|
| 807 |
+
'Asia/Macau',
|
| 808 |
+
'Asia/Magadan',
|
| 809 |
+
'Asia/Makassar',
|
| 810 |
+
'Asia/Manila',
|
| 811 |
+
'Asia/Muscat',
|
| 812 |
+
'Asia/Nicosia',
|
| 813 |
+
'Asia/Novokuznetsk',
|
| 814 |
+
'Asia/Novosibirsk',
|
| 815 |
+
'Asia/Omsk',
|
| 816 |
+
'Asia/Oral',
|
| 817 |
+
'Asia/Phnom_Penh',
|
| 818 |
+
'Asia/Pontianak',
|
| 819 |
+
'Asia/Pyongyang',
|
| 820 |
+
'Asia/Qatar',
|
| 821 |
+
'Asia/Qostanay',
|
| 822 |
+
'Asia/Qyzylorda',
|
| 823 |
+
'Asia/Rangoon',
|
| 824 |
+
'Asia/Riyadh',
|
| 825 |
+
'Asia/Saigon',
|
| 826 |
+
'Asia/Sakhalin',
|
| 827 |
+
'Asia/Samarkand',
|
| 828 |
+
'Asia/Seoul',
|
| 829 |
+
'Asia/Shanghai',
|
| 830 |
+
'Asia/Singapore',
|
| 831 |
+
'Asia/Srednekolymsk',
|
| 832 |
+
'Asia/Taipei',
|
| 833 |
+
'Asia/Tashkent',
|
| 834 |
+
'Asia/Tbilisi',
|
| 835 |
+
'Asia/Tehran',
|
| 836 |
+
'Asia/Tel_Aviv',
|
| 837 |
+
'Asia/Thimbu',
|
| 838 |
+
'Asia/Thimphu',
|
| 839 |
+
'Asia/Tokyo',
|
| 840 |
+
'Asia/Tomsk',
|
| 841 |
+
'Asia/Ujung_Pandang',
|
| 842 |
+
'Asia/Ulaanbaatar',
|
| 843 |
+
'Asia/Ulan_Bator',
|
| 844 |
+
'Asia/Urumqi',
|
| 845 |
+
'Asia/Ust-Nera',
|
| 846 |
+
'Asia/Vientiane',
|
| 847 |
+
'Asia/Vladivostok',
|
| 848 |
+
'Asia/Yakutsk',
|
| 849 |
+
'Asia/Yangon',
|
| 850 |
+
'Asia/Yekaterinburg',
|
| 851 |
+
'Asia/Yerevan',
|
| 852 |
+
'Atlantic/Azores',
|
| 853 |
+
'Atlantic/Bermuda',
|
| 854 |
+
'Atlantic/Canary',
|
| 855 |
+
'Atlantic/Cape_Verde',
|
| 856 |
+
'Atlantic/Faeroe',
|
| 857 |
+
'Atlantic/Faroe',
|
| 858 |
+
'Atlantic/Jan_Mayen',
|
| 859 |
+
'Atlantic/Madeira',
|
| 860 |
+
'Atlantic/Reykjavik',
|
| 861 |
+
'Atlantic/South_Georgia',
|
| 862 |
+
'Atlantic/St_Helena',
|
| 863 |
+
'Atlantic/Stanley',
|
| 864 |
+
'Australia/ACT',
|
| 865 |
+
'Australia/Adelaide',
|
| 866 |
+
'Australia/Brisbane',
|
| 867 |
+
'Australia/Broken_Hill',
|
| 868 |
+
'Australia/Canberra',
|
| 869 |
+
'Australia/Currie',
|
| 870 |
+
'Australia/Darwin',
|
| 871 |
+
'Australia/Eucla',
|
| 872 |
+
'Australia/Hobart',
|
| 873 |
+
'Australia/LHI',
|
| 874 |
+
'Australia/Lindeman',
|
| 875 |
+
'Australia/Lord_Howe',
|
| 876 |
+
'Australia/Melbourne',
|
| 877 |
+
'Australia/NSW',
|
| 878 |
+
'Australia/North',
|
| 879 |
+
'Australia/Perth',
|
| 880 |
+
'Australia/Queensland',
|
| 881 |
+
'Australia/South',
|
| 882 |
+
'Australia/Sydney',
|
| 883 |
+
'Australia/Tasmania',
|
| 884 |
+
'Australia/Victoria',
|
| 885 |
+
'Australia/West',
|
| 886 |
+
'Australia/Yancowinna',
|
| 887 |
+
'Brazil/Acre',
|
| 888 |
+
'Brazil/DeNoronha',
|
| 889 |
+
'Brazil/East',
|
| 890 |
+
'Brazil/West',
|
| 891 |
+
'CET',
|
| 892 |
+
'CST6CDT',
|
| 893 |
+
'Canada/Atlantic',
|
| 894 |
+
'Canada/Central',
|
| 895 |
+
'Canada/Eastern',
|
| 896 |
+
'Canada/Mountain',
|
| 897 |
+
'Canada/Newfoundland',
|
| 898 |
+
'Canada/Pacific',
|
| 899 |
+
'Canada/Saskatchewan',
|
| 900 |
+
'Canada/Yukon',
|
| 901 |
+
'Chile/Continental',
|
| 902 |
+
'Chile/EasterIsland',
|
| 903 |
+
'Cuba',
|
| 904 |
+
'EET',
|
| 905 |
+
'EST',
|
| 906 |
+
'EST5EDT',
|
| 907 |
+
'Egypt',
|
| 908 |
+
'Eire',
|
| 909 |
+
'Etc/GMT',
|
| 910 |
+
'Etc/GMT+0',
|
| 911 |
+
'Etc/GMT+1',
|
| 912 |
+
'Etc/GMT+10',
|
| 913 |
+
'Etc/GMT+11',
|
| 914 |
+
'Etc/GMT+12',
|
| 915 |
+
'Etc/GMT+2',
|
| 916 |
+
'Etc/GMT+3',
|
| 917 |
+
'Etc/GMT+4',
|
| 918 |
+
'Etc/GMT+5',
|
| 919 |
+
'Etc/GMT+6',
|
| 920 |
+
'Etc/GMT+7',
|
| 921 |
+
'Etc/GMT+8',
|
| 922 |
+
'Etc/GMT+9',
|
| 923 |
+
'Etc/GMT-0',
|
| 924 |
+
'Etc/GMT-1',
|
| 925 |
+
'Etc/GMT-10',
|
| 926 |
+
'Etc/GMT-11',
|
| 927 |
+
'Etc/GMT-12',
|
| 928 |
+
'Etc/GMT-13',
|
| 929 |
+
'Etc/GMT-14',
|
| 930 |
+
'Etc/GMT-2',
|
| 931 |
+
'Etc/GMT-3',
|
| 932 |
+
'Etc/GMT-4',
|
| 933 |
+
'Etc/GMT-5',
|
| 934 |
+
'Etc/GMT-6',
|
| 935 |
+
'Etc/GMT-7',
|
| 936 |
+
'Etc/GMT-8',
|
| 937 |
+
'Etc/GMT-9',
|
| 938 |
+
'Etc/GMT0',
|
| 939 |
+
'Etc/Greenwich',
|
| 940 |
+
'Etc/UCT',
|
| 941 |
+
'Etc/UTC',
|
| 942 |
+
'Etc/Universal',
|
| 943 |
+
'Etc/Zulu',
|
| 944 |
+
'Europe/Amsterdam',
|
| 945 |
+
'Europe/Andorra',
|
| 946 |
+
'Europe/Astrakhan',
|
| 947 |
+
'Europe/Athens',
|
| 948 |
+
'Europe/Belfast',
|
| 949 |
+
'Europe/Belgrade',
|
| 950 |
+
'Europe/Berlin',
|
| 951 |
+
'Europe/Bratislava',
|
| 952 |
+
'Europe/Brussels',
|
| 953 |
+
'Europe/Bucharest',
|
| 954 |
+
'Europe/Budapest',
|
| 955 |
+
'Europe/Busingen',
|
| 956 |
+
'Europe/Chisinau',
|
| 957 |
+
'Europe/Copenhagen',
|
| 958 |
+
'Europe/Dublin',
|
| 959 |
+
'Europe/Gibraltar',
|
| 960 |
+
'Europe/Guernsey',
|
| 961 |
+
'Europe/Helsinki',
|
| 962 |
+
'Europe/Isle_of_Man',
|
| 963 |
+
'Europe/Istanbul',
|
| 964 |
+
'Europe/Jersey',
|
| 965 |
+
'Europe/Kaliningrad',
|
| 966 |
+
'Europe/Kiev',
|
| 967 |
+
'Europe/Kirov',
|
| 968 |
+
'Europe/Kyiv',
|
| 969 |
+
'Europe/Lisbon',
|
| 970 |
+
'Europe/Ljubljana',
|
| 971 |
+
'Europe/London',
|
| 972 |
+
'Europe/Luxembourg',
|
| 973 |
+
'Europe/Madrid',
|
| 974 |
+
'Europe/Malta',
|
| 975 |
+
'Europe/Mariehamn',
|
| 976 |
+
'Europe/Minsk',
|
| 977 |
+
'Europe/Monaco',
|
| 978 |
+
'Europe/Moscow',
|
| 979 |
+
'Europe/Nicosia',
|
| 980 |
+
'Europe/Oslo',
|
| 981 |
+
'Europe/Paris',
|
| 982 |
+
'Europe/Podgorica',
|
| 983 |
+
'Europe/Prague',
|
| 984 |
+
'Europe/Riga',
|
| 985 |
+
'Europe/Rome',
|
| 986 |
+
'Europe/Samara',
|
| 987 |
+
'Europe/San_Marino',
|
| 988 |
+
'Europe/Sarajevo',
|
| 989 |
+
'Europe/Saratov',
|
| 990 |
+
'Europe/Simferopol',
|
| 991 |
+
'Europe/Skopje',
|
| 992 |
+
'Europe/Sofia',
|
| 993 |
+
'Europe/Stockholm',
|
| 994 |
+
'Europe/Tallinn',
|
| 995 |
+
'Europe/Tirane',
|
| 996 |
+
'Europe/Tiraspol',
|
| 997 |
+
'Europe/Ulyanovsk',
|
| 998 |
+
'Europe/Uzhgorod',
|
| 999 |
+
'Europe/Vaduz',
|
| 1000 |
+
'Europe/Vatican',
|
| 1001 |
+
'Europe/Vienna',
|
| 1002 |
+
'Europe/Vilnius',
|
| 1003 |
+
'Europe/Volgograd',
|
| 1004 |
+
'Europe/Warsaw',
|
| 1005 |
+
'Europe/Zagreb',
|
| 1006 |
+
'Europe/Zaporozhye',
|
| 1007 |
+
'Europe/Zurich',
|
| 1008 |
+
'GB',
|
| 1009 |
+
'GB-Eire',
|
| 1010 |
+
'GMT',
|
| 1011 |
+
'GMT+0',
|
| 1012 |
+
'GMT-0',
|
| 1013 |
+
'GMT0',
|
| 1014 |
+
'Greenwich',
|
| 1015 |
+
'HST',
|
| 1016 |
+
'Hongkong',
|
| 1017 |
+
'Iceland',
|
| 1018 |
+
'Indian/Antananarivo',
|
| 1019 |
+
'Indian/Chagos',
|
| 1020 |
+
'Indian/Christmas',
|
| 1021 |
+
'Indian/Cocos',
|
| 1022 |
+
'Indian/Comoro',
|
| 1023 |
+
'Indian/Kerguelen',
|
| 1024 |
+
'Indian/Mahe',
|
| 1025 |
+
'Indian/Maldives',
|
| 1026 |
+
'Indian/Mauritius',
|
| 1027 |
+
'Indian/Mayotte',
|
| 1028 |
+
'Indian/Reunion',
|
| 1029 |
+
'Iran',
|
| 1030 |
+
'Israel',
|
| 1031 |
+
'Jamaica',
|
| 1032 |
+
'Japan',
|
| 1033 |
+
'Kwajalein',
|
| 1034 |
+
'Libya',
|
| 1035 |
+
'MET',
|
| 1036 |
+
'MST',
|
| 1037 |
+
'MST7MDT',
|
| 1038 |
+
'Mexico/BajaNorte',
|
| 1039 |
+
'Mexico/BajaSur',
|
| 1040 |
+
'Mexico/General',
|
| 1041 |
+
'NZ',
|
| 1042 |
+
'NZ-CHAT',
|
| 1043 |
+
'Navajo',
|
| 1044 |
+
'PRC',
|
| 1045 |
+
'PST8PDT',
|
| 1046 |
+
'Pacific/Apia',
|
| 1047 |
+
'Pacific/Auckland',
|
| 1048 |
+
'Pacific/Bougainville',
|
| 1049 |
+
'Pacific/Chatham',
|
| 1050 |
+
'Pacific/Chuuk',
|
| 1051 |
+
'Pacific/Easter',
|
| 1052 |
+
'Pacific/Efate',
|
| 1053 |
+
'Pacific/Enderbury',
|
| 1054 |
+
'Pacific/Fakaofo',
|
| 1055 |
+
'Pacific/Fiji',
|
| 1056 |
+
'Pacific/Funafuti',
|
| 1057 |
+
'Pacific/Galapagos',
|
| 1058 |
+
'Pacific/Gambier',
|
| 1059 |
+
'Pacific/Guadalcanal',
|
| 1060 |
+
'Pacific/Guam',
|
| 1061 |
+
'Pacific/Honolulu',
|
| 1062 |
+
'Pacific/Johnston',
|
| 1063 |
+
'Pacific/Kanton',
|
| 1064 |
+
'Pacific/Kiritimati',
|
| 1065 |
+
'Pacific/Kosrae',
|
| 1066 |
+
'Pacific/Kwajalein',
|
| 1067 |
+
'Pacific/Majuro',
|
| 1068 |
+
'Pacific/Marquesas',
|
| 1069 |
+
'Pacific/Midway',
|
| 1070 |
+
'Pacific/Nauru',
|
| 1071 |
+
'Pacific/Niue',
|
| 1072 |
+
'Pacific/Norfolk',
|
| 1073 |
+
'Pacific/Noumea',
|
| 1074 |
+
'Pacific/Pago_Pago',
|
| 1075 |
+
'Pacific/Palau',
|
| 1076 |
+
'Pacific/Pitcairn',
|
| 1077 |
+
'Pacific/Pohnpei',
|
| 1078 |
+
'Pacific/Ponape',
|
| 1079 |
+
'Pacific/Port_Moresby',
|
| 1080 |
+
'Pacific/Rarotonga',
|
| 1081 |
+
'Pacific/Saipan',
|
| 1082 |
+
'Pacific/Samoa',
|
| 1083 |
+
'Pacific/Tahiti',
|
| 1084 |
+
'Pacific/Tarawa',
|
| 1085 |
+
'Pacific/Tongatapu',
|
| 1086 |
+
'Pacific/Truk',
|
| 1087 |
+
'Pacific/Wake',
|
| 1088 |
+
'Pacific/Wallis',
|
| 1089 |
+
'Pacific/Yap',
|
| 1090 |
+
'Poland',
|
| 1091 |
+
'Portugal',
|
| 1092 |
+
'ROC',
|
| 1093 |
+
'ROK',
|
| 1094 |
+
'Singapore',
|
| 1095 |
+
'Turkey',
|
| 1096 |
+
'UCT',
|
| 1097 |
+
'US/Alaska',
|
| 1098 |
+
'US/Aleutian',
|
| 1099 |
+
'US/Arizona',
|
| 1100 |
+
'US/Central',
|
| 1101 |
+
'US/East-Indiana',
|
| 1102 |
+
'US/Eastern',
|
| 1103 |
+
'US/Hawaii',
|
| 1104 |
+
'US/Indiana-Starke',
|
| 1105 |
+
'US/Michigan',
|
| 1106 |
+
'US/Mountain',
|
| 1107 |
+
'US/Pacific',
|
| 1108 |
+
'US/Samoa',
|
| 1109 |
+
'UTC',
|
| 1110 |
+
'Universal',
|
| 1111 |
+
'W-SU',
|
| 1112 |
+
'WET',
|
| 1113 |
+
'Zulu']
|
| 1114 |
+
all_timezones = LazyList(
|
| 1115 |
+
tz for tz in _all_timezones_unchecked if resource_exists(tz))
|
| 1116 |
+
|
| 1117 |
+
all_timezones_set = LazySet(all_timezones)
|
| 1118 |
+
common_timezones = \
|
| 1119 |
+
['Africa/Abidjan',
|
| 1120 |
+
'Africa/Accra',
|
| 1121 |
+
'Africa/Addis_Ababa',
|
| 1122 |
+
'Africa/Algiers',
|
| 1123 |
+
'Africa/Asmara',
|
| 1124 |
+
'Africa/Bamako',
|
| 1125 |
+
'Africa/Bangui',
|
| 1126 |
+
'Africa/Banjul',
|
| 1127 |
+
'Africa/Bissau',
|
| 1128 |
+
'Africa/Blantyre',
|
| 1129 |
+
'Africa/Brazzaville',
|
| 1130 |
+
'Africa/Bujumbura',
|
| 1131 |
+
'Africa/Cairo',
|
| 1132 |
+
'Africa/Casablanca',
|
| 1133 |
+
'Africa/Ceuta',
|
| 1134 |
+
'Africa/Conakry',
|
| 1135 |
+
'Africa/Dakar',
|
| 1136 |
+
'Africa/Dar_es_Salaam',
|
| 1137 |
+
'Africa/Djibouti',
|
| 1138 |
+
'Africa/Douala',
|
| 1139 |
+
'Africa/El_Aaiun',
|
| 1140 |
+
'Africa/Freetown',
|
| 1141 |
+
'Africa/Gaborone',
|
| 1142 |
+
'Africa/Harare',
|
| 1143 |
+
'Africa/Johannesburg',
|
| 1144 |
+
'Africa/Juba',
|
| 1145 |
+
'Africa/Kampala',
|
| 1146 |
+
'Africa/Khartoum',
|
| 1147 |
+
'Africa/Kigali',
|
| 1148 |
+
'Africa/Kinshasa',
|
| 1149 |
+
'Africa/Lagos',
|
| 1150 |
+
'Africa/Libreville',
|
| 1151 |
+
'Africa/Lome',
|
| 1152 |
+
'Africa/Luanda',
|
| 1153 |
+
'Africa/Lubumbashi',
|
| 1154 |
+
'Africa/Lusaka',
|
| 1155 |
+
'Africa/Malabo',
|
| 1156 |
+
'Africa/Maputo',
|
| 1157 |
+
'Africa/Maseru',
|
| 1158 |
+
'Africa/Mbabane',
|
| 1159 |
+
'Africa/Mogadishu',
|
| 1160 |
+
'Africa/Monrovia',
|
| 1161 |
+
'Africa/Nairobi',
|
| 1162 |
+
'Africa/Ndjamena',
|
| 1163 |
+
'Africa/Niamey',
|
| 1164 |
+
'Africa/Nouakchott',
|
| 1165 |
+
'Africa/Ouagadougou',
|
| 1166 |
+
'Africa/Porto-Novo',
|
| 1167 |
+
'Africa/Sao_Tome',
|
| 1168 |
+
'Africa/Tripoli',
|
| 1169 |
+
'Africa/Tunis',
|
| 1170 |
+
'Africa/Windhoek',
|
| 1171 |
+
'America/Adak',
|
| 1172 |
+
'America/Anchorage',
|
| 1173 |
+
'America/Anguilla',
|
| 1174 |
+
'America/Antigua',
|
| 1175 |
+
'America/Araguaina',
|
| 1176 |
+
'America/Argentina/Buenos_Aires',
|
| 1177 |
+
'America/Argentina/Catamarca',
|
| 1178 |
+
'America/Argentina/Cordoba',
|
| 1179 |
+
'America/Argentina/Jujuy',
|
| 1180 |
+
'America/Argentina/La_Rioja',
|
| 1181 |
+
'America/Argentina/Mendoza',
|
| 1182 |
+
'America/Argentina/Rio_Gallegos',
|
| 1183 |
+
'America/Argentina/Salta',
|
| 1184 |
+
'America/Argentina/San_Juan',
|
| 1185 |
+
'America/Argentina/San_Luis',
|
| 1186 |
+
'America/Argentina/Tucuman',
|
| 1187 |
+
'America/Argentina/Ushuaia',
|
| 1188 |
+
'America/Aruba',
|
| 1189 |
+
'America/Asuncion',
|
| 1190 |
+
'America/Atikokan',
|
| 1191 |
+
'America/Bahia',
|
| 1192 |
+
'America/Bahia_Banderas',
|
| 1193 |
+
'America/Barbados',
|
| 1194 |
+
'America/Belem',
|
| 1195 |
+
'America/Belize',
|
| 1196 |
+
'America/Blanc-Sablon',
|
| 1197 |
+
'America/Boa_Vista',
|
| 1198 |
+
'America/Bogota',
|
| 1199 |
+
'America/Boise',
|
| 1200 |
+
'America/Cambridge_Bay',
|
| 1201 |
+
'America/Campo_Grande',
|
| 1202 |
+
'America/Cancun',
|
| 1203 |
+
'America/Caracas',
|
| 1204 |
+
'America/Cayenne',
|
| 1205 |
+
'America/Cayman',
|
| 1206 |
+
'America/Chicago',
|
| 1207 |
+
'America/Chihuahua',
|
| 1208 |
+
'America/Ciudad_Juarez',
|
| 1209 |
+
'America/Costa_Rica',
|
| 1210 |
+
'America/Creston',
|
| 1211 |
+
'America/Cuiaba',
|
| 1212 |
+
'America/Curacao',
|
| 1213 |
+
'America/Danmarkshavn',
|
| 1214 |
+
'America/Dawson',
|
| 1215 |
+
'America/Dawson_Creek',
|
| 1216 |
+
'America/Denver',
|
| 1217 |
+
'America/Detroit',
|
| 1218 |
+
'America/Dominica',
|
| 1219 |
+
'America/Edmonton',
|
| 1220 |
+
'America/Eirunepe',
|
| 1221 |
+
'America/El_Salvador',
|
| 1222 |
+
'America/Fort_Nelson',
|
| 1223 |
+
'America/Fortaleza',
|
| 1224 |
+
'America/Glace_Bay',
|
| 1225 |
+
'America/Goose_Bay',
|
| 1226 |
+
'America/Grand_Turk',
|
| 1227 |
+
'America/Grenada',
|
| 1228 |
+
'America/Guadeloupe',
|
| 1229 |
+
'America/Guatemala',
|
| 1230 |
+
'America/Guayaquil',
|
| 1231 |
+
'America/Guyana',
|
| 1232 |
+
'America/Halifax',
|
| 1233 |
+
'America/Havana',
|
| 1234 |
+
'America/Hermosillo',
|
| 1235 |
+
'America/Indiana/Indianapolis',
|
| 1236 |
+
'America/Indiana/Knox',
|
| 1237 |
+
'America/Indiana/Marengo',
|
| 1238 |
+
'America/Indiana/Petersburg',
|
| 1239 |
+
'America/Indiana/Tell_City',
|
| 1240 |
+
'America/Indiana/Vevay',
|
| 1241 |
+
'America/Indiana/Vincennes',
|
| 1242 |
+
'America/Indiana/Winamac',
|
| 1243 |
+
'America/Inuvik',
|
| 1244 |
+
'America/Iqaluit',
|
| 1245 |
+
'America/Jamaica',
|
| 1246 |
+
'America/Juneau',
|
| 1247 |
+
'America/Kentucky/Louisville',
|
| 1248 |
+
'America/Kentucky/Monticello',
|
| 1249 |
+
'America/Kralendijk',
|
| 1250 |
+
'America/La_Paz',
|
| 1251 |
+
'America/Lima',
|
| 1252 |
+
'America/Los_Angeles',
|
| 1253 |
+
'America/Lower_Princes',
|
| 1254 |
+
'America/Maceio',
|
| 1255 |
+
'America/Managua',
|
| 1256 |
+
'America/Manaus',
|
| 1257 |
+
'America/Marigot',
|
| 1258 |
+
'America/Martinique',
|
| 1259 |
+
'America/Matamoros',
|
| 1260 |
+
'America/Mazatlan',
|
| 1261 |
+
'America/Menominee',
|
| 1262 |
+
'America/Merida',
|
| 1263 |
+
'America/Metlakatla',
|
| 1264 |
+
'America/Mexico_City',
|
| 1265 |
+
'America/Miquelon',
|
| 1266 |
+
'America/Moncton',
|
| 1267 |
+
'America/Monterrey',
|
| 1268 |
+
'America/Montevideo',
|
| 1269 |
+
'America/Montserrat',
|
| 1270 |
+
'America/Nassau',
|
| 1271 |
+
'America/New_York',
|
| 1272 |
+
'America/Nome',
|
| 1273 |
+
'America/Noronha',
|
| 1274 |
+
'America/North_Dakota/Beulah',
|
| 1275 |
+
'America/North_Dakota/Center',
|
| 1276 |
+
'America/North_Dakota/New_Salem',
|
| 1277 |
+
'America/Nuuk',
|
| 1278 |
+
'America/Ojinaga',
|
| 1279 |
+
'America/Panama',
|
| 1280 |
+
'America/Paramaribo',
|
| 1281 |
+
'America/Phoenix',
|
| 1282 |
+
'America/Port-au-Prince',
|
| 1283 |
+
'America/Port_of_Spain',
|
| 1284 |
+
'America/Porto_Velho',
|
| 1285 |
+
'America/Puerto_Rico',
|
| 1286 |
+
'America/Punta_Arenas',
|
| 1287 |
+
'America/Rankin_Inlet',
|
| 1288 |
+
'America/Recife',
|
| 1289 |
+
'America/Regina',
|
| 1290 |
+
'America/Resolute',
|
| 1291 |
+
'America/Rio_Branco',
|
| 1292 |
+
'America/Santarem',
|
| 1293 |
+
'America/Santiago',
|
| 1294 |
+
'America/Santo_Domingo',
|
| 1295 |
+
'America/Sao_Paulo',
|
| 1296 |
+
'America/Scoresbysund',
|
| 1297 |
+
'America/Sitka',
|
| 1298 |
+
'America/St_Barthelemy',
|
| 1299 |
+
'America/St_Johns',
|
| 1300 |
+
'America/St_Kitts',
|
| 1301 |
+
'America/St_Lucia',
|
| 1302 |
+
'America/St_Thomas',
|
| 1303 |
+
'America/St_Vincent',
|
| 1304 |
+
'America/Swift_Current',
|
| 1305 |
+
'America/Tegucigalpa',
|
| 1306 |
+
'America/Thule',
|
| 1307 |
+
'America/Tijuana',
|
| 1308 |
+
'America/Toronto',
|
| 1309 |
+
'America/Tortola',
|
| 1310 |
+
'America/Vancouver',
|
| 1311 |
+
'America/Whitehorse',
|
| 1312 |
+
'America/Winnipeg',
|
| 1313 |
+
'America/Yakutat',
|
| 1314 |
+
'Antarctica/Casey',
|
| 1315 |
+
'Antarctica/Davis',
|
| 1316 |
+
'Antarctica/DumontDUrville',
|
| 1317 |
+
'Antarctica/Macquarie',
|
| 1318 |
+
'Antarctica/Mawson',
|
| 1319 |
+
'Antarctica/McMurdo',
|
| 1320 |
+
'Antarctica/Palmer',
|
| 1321 |
+
'Antarctica/Rothera',
|
| 1322 |
+
'Antarctica/Syowa',
|
| 1323 |
+
'Antarctica/Troll',
|
| 1324 |
+
'Antarctica/Vostok',
|
| 1325 |
+
'Arctic/Longyearbyen',
|
| 1326 |
+
'Asia/Aden',
|
| 1327 |
+
'Asia/Almaty',
|
| 1328 |
+
'Asia/Amman',
|
| 1329 |
+
'Asia/Anadyr',
|
| 1330 |
+
'Asia/Aqtau',
|
| 1331 |
+
'Asia/Aqtobe',
|
| 1332 |
+
'Asia/Ashgabat',
|
| 1333 |
+
'Asia/Atyrau',
|
| 1334 |
+
'Asia/Baghdad',
|
| 1335 |
+
'Asia/Bahrain',
|
| 1336 |
+
'Asia/Baku',
|
| 1337 |
+
'Asia/Bangkok',
|
| 1338 |
+
'Asia/Barnaul',
|
| 1339 |
+
'Asia/Beirut',
|
| 1340 |
+
'Asia/Bishkek',
|
| 1341 |
+
'Asia/Brunei',
|
| 1342 |
+
'Asia/Chita',
|
| 1343 |
+
'Asia/Colombo',
|
| 1344 |
+
'Asia/Damascus',
|
| 1345 |
+
'Asia/Dhaka',
|
| 1346 |
+
'Asia/Dili',
|
| 1347 |
+
'Asia/Dubai',
|
| 1348 |
+
'Asia/Dushanbe',
|
| 1349 |
+
'Asia/Famagusta',
|
| 1350 |
+
'Asia/Gaza',
|
| 1351 |
+
'Asia/Hebron',
|
| 1352 |
+
'Asia/Ho_Chi_Minh',
|
| 1353 |
+
'Asia/Hong_Kong',
|
| 1354 |
+
'Asia/Hovd',
|
| 1355 |
+
'Asia/Irkutsk',
|
| 1356 |
+
'Asia/Jakarta',
|
| 1357 |
+
'Asia/Jayapura',
|
| 1358 |
+
'Asia/Jerusalem',
|
| 1359 |
+
'Asia/Kabul',
|
| 1360 |
+
'Asia/Kamchatka',
|
| 1361 |
+
'Asia/Karachi',
|
| 1362 |
+
'Asia/Kathmandu',
|
| 1363 |
+
'Asia/Khandyga',
|
| 1364 |
+
'Asia/Kolkata',
|
| 1365 |
+
'Asia/Krasnoyarsk',
|
| 1366 |
+
'Asia/Kuala_Lumpur',
|
| 1367 |
+
'Asia/Kuching',
|
| 1368 |
+
'Asia/Kuwait',
|
| 1369 |
+
'Asia/Macau',
|
| 1370 |
+
'Asia/Magadan',
|
| 1371 |
+
'Asia/Makassar',
|
| 1372 |
+
'Asia/Manila',
|
| 1373 |
+
'Asia/Muscat',
|
| 1374 |
+
'Asia/Nicosia',
|
| 1375 |
+
'Asia/Novokuznetsk',
|
| 1376 |
+
'Asia/Novosibirsk',
|
| 1377 |
+
'Asia/Omsk',
|
| 1378 |
+
'Asia/Oral',
|
| 1379 |
+
'Asia/Phnom_Penh',
|
| 1380 |
+
'Asia/Pontianak',
|
| 1381 |
+
'Asia/Pyongyang',
|
| 1382 |
+
'Asia/Qatar',
|
| 1383 |
+
'Asia/Qostanay',
|
| 1384 |
+
'Asia/Qyzylorda',
|
| 1385 |
+
'Asia/Riyadh',
|
| 1386 |
+
'Asia/Sakhalin',
|
| 1387 |
+
'Asia/Samarkand',
|
| 1388 |
+
'Asia/Seoul',
|
| 1389 |
+
'Asia/Shanghai',
|
| 1390 |
+
'Asia/Singapore',
|
| 1391 |
+
'Asia/Srednekolymsk',
|
| 1392 |
+
'Asia/Taipei',
|
| 1393 |
+
'Asia/Tashkent',
|
| 1394 |
+
'Asia/Tbilisi',
|
| 1395 |
+
'Asia/Tehran',
|
| 1396 |
+
'Asia/Thimphu',
|
| 1397 |
+
'Asia/Tokyo',
|
| 1398 |
+
'Asia/Tomsk',
|
| 1399 |
+
'Asia/Ulaanbaatar',
|
| 1400 |
+
'Asia/Urumqi',
|
| 1401 |
+
'Asia/Ust-Nera',
|
| 1402 |
+
'Asia/Vientiane',
|
| 1403 |
+
'Asia/Vladivostok',
|
| 1404 |
+
'Asia/Yakutsk',
|
| 1405 |
+
'Asia/Yangon',
|
| 1406 |
+
'Asia/Yekaterinburg',
|
| 1407 |
+
'Asia/Yerevan',
|
| 1408 |
+
'Atlantic/Azores',
|
| 1409 |
+
'Atlantic/Bermuda',
|
| 1410 |
+
'Atlantic/Canary',
|
| 1411 |
+
'Atlantic/Cape_Verde',
|
| 1412 |
+
'Atlantic/Faroe',
|
| 1413 |
+
'Atlantic/Madeira',
|
| 1414 |
+
'Atlantic/Reykjavik',
|
| 1415 |
+
'Atlantic/South_Georgia',
|
| 1416 |
+
'Atlantic/St_Helena',
|
| 1417 |
+
'Atlantic/Stanley',
|
| 1418 |
+
'Australia/Adelaide',
|
| 1419 |
+
'Australia/Brisbane',
|
| 1420 |
+
'Australia/Broken_Hill',
|
| 1421 |
+
'Australia/Darwin',
|
| 1422 |
+
'Australia/Eucla',
|
| 1423 |
+
'Australia/Hobart',
|
| 1424 |
+
'Australia/Lindeman',
|
| 1425 |
+
'Australia/Lord_Howe',
|
| 1426 |
+
'Australia/Melbourne',
|
| 1427 |
+
'Australia/Perth',
|
| 1428 |
+
'Australia/Sydney',
|
| 1429 |
+
'Canada/Atlantic',
|
| 1430 |
+
'Canada/Central',
|
| 1431 |
+
'Canada/Eastern',
|
| 1432 |
+
'Canada/Mountain',
|
| 1433 |
+
'Canada/Newfoundland',
|
| 1434 |
+
'Canada/Pacific',
|
| 1435 |
+
'Europe/Amsterdam',
|
| 1436 |
+
'Europe/Andorra',
|
| 1437 |
+
'Europe/Astrakhan',
|
| 1438 |
+
'Europe/Athens',
|
| 1439 |
+
'Europe/Belgrade',
|
| 1440 |
+
'Europe/Berlin',
|
| 1441 |
+
'Europe/Bratislava',
|
| 1442 |
+
'Europe/Brussels',
|
| 1443 |
+
'Europe/Bucharest',
|
| 1444 |
+
'Europe/Budapest',
|
| 1445 |
+
'Europe/Busingen',
|
| 1446 |
+
'Europe/Chisinau',
|
| 1447 |
+
'Europe/Copenhagen',
|
| 1448 |
+
'Europe/Dublin',
|
| 1449 |
+
'Europe/Gibraltar',
|
| 1450 |
+
'Europe/Guernsey',
|
| 1451 |
+
'Europe/Helsinki',
|
| 1452 |
+
'Europe/Isle_of_Man',
|
| 1453 |
+
'Europe/Istanbul',
|
| 1454 |
+
'Europe/Jersey',
|
| 1455 |
+
'Europe/Kaliningrad',
|
| 1456 |
+
'Europe/Kirov',
|
| 1457 |
+
'Europe/Kyiv',
|
| 1458 |
+
'Europe/Lisbon',
|
| 1459 |
+
'Europe/Ljubljana',
|
| 1460 |
+
'Europe/London',
|
| 1461 |
+
'Europe/Luxembourg',
|
| 1462 |
+
'Europe/Madrid',
|
| 1463 |
+
'Europe/Malta',
|
| 1464 |
+
'Europe/Mariehamn',
|
| 1465 |
+
'Europe/Minsk',
|
| 1466 |
+
'Europe/Monaco',
|
| 1467 |
+
'Europe/Moscow',
|
| 1468 |
+
'Europe/Oslo',
|
| 1469 |
+
'Europe/Paris',
|
| 1470 |
+
'Europe/Podgorica',
|
| 1471 |
+
'Europe/Prague',
|
| 1472 |
+
'Europe/Riga',
|
| 1473 |
+
'Europe/Rome',
|
| 1474 |
+
'Europe/Samara',
|
| 1475 |
+
'Europe/San_Marino',
|
| 1476 |
+
'Europe/Sarajevo',
|
| 1477 |
+
'Europe/Saratov',
|
| 1478 |
+
'Europe/Simferopol',
|
| 1479 |
+
'Europe/Skopje',
|
| 1480 |
+
'Europe/Sofia',
|
| 1481 |
+
'Europe/Stockholm',
|
| 1482 |
+
'Europe/Tallinn',
|
| 1483 |
+
'Europe/Tirane',
|
| 1484 |
+
'Europe/Ulyanovsk',
|
| 1485 |
+
'Europe/Vaduz',
|
| 1486 |
+
'Europe/Vatican',
|
| 1487 |
+
'Europe/Vienna',
|
| 1488 |
+
'Europe/Vilnius',
|
| 1489 |
+
'Europe/Volgograd',
|
| 1490 |
+
'Europe/Warsaw',
|
| 1491 |
+
'Europe/Zagreb',
|
| 1492 |
+
'Europe/Zurich',
|
| 1493 |
+
'GMT',
|
| 1494 |
+
'Indian/Antananarivo',
|
| 1495 |
+
'Indian/Chagos',
|
| 1496 |
+
'Indian/Christmas',
|
| 1497 |
+
'Indian/Cocos',
|
| 1498 |
+
'Indian/Comoro',
|
| 1499 |
+
'Indian/Kerguelen',
|
| 1500 |
+
'Indian/Mahe',
|
| 1501 |
+
'Indian/Maldives',
|
| 1502 |
+
'Indian/Mauritius',
|
| 1503 |
+
'Indian/Mayotte',
|
| 1504 |
+
'Indian/Reunion',
|
| 1505 |
+
'Pacific/Apia',
|
| 1506 |
+
'Pacific/Auckland',
|
| 1507 |
+
'Pacific/Bougainville',
|
| 1508 |
+
'Pacific/Chatham',
|
| 1509 |
+
'Pacific/Chuuk',
|
| 1510 |
+
'Pacific/Easter',
|
| 1511 |
+
'Pacific/Efate',
|
| 1512 |
+
'Pacific/Fakaofo',
|
| 1513 |
+
'Pacific/Fiji',
|
| 1514 |
+
'Pacific/Funafuti',
|
| 1515 |
+
'Pacific/Galapagos',
|
| 1516 |
+
'Pacific/Gambier',
|
| 1517 |
+
'Pacific/Guadalcanal',
|
| 1518 |
+
'Pacific/Guam',
|
| 1519 |
+
'Pacific/Honolulu',
|
| 1520 |
+
'Pacific/Kanton',
|
| 1521 |
+
'Pacific/Kiritimati',
|
| 1522 |
+
'Pacific/Kosrae',
|
| 1523 |
+
'Pacific/Kwajalein',
|
| 1524 |
+
'Pacific/Majuro',
|
| 1525 |
+
'Pacific/Marquesas',
|
| 1526 |
+
'Pacific/Midway',
|
| 1527 |
+
'Pacific/Nauru',
|
| 1528 |
+
'Pacific/Niue',
|
| 1529 |
+
'Pacific/Norfolk',
|
| 1530 |
+
'Pacific/Noumea',
|
| 1531 |
+
'Pacific/Pago_Pago',
|
| 1532 |
+
'Pacific/Palau',
|
| 1533 |
+
'Pacific/Pitcairn',
|
| 1534 |
+
'Pacific/Pohnpei',
|
| 1535 |
+
'Pacific/Port_Moresby',
|
| 1536 |
+
'Pacific/Rarotonga',
|
| 1537 |
+
'Pacific/Saipan',
|
| 1538 |
+
'Pacific/Tahiti',
|
| 1539 |
+
'Pacific/Tarawa',
|
| 1540 |
+
'Pacific/Tongatapu',
|
| 1541 |
+
'Pacific/Wake',
|
| 1542 |
+
'Pacific/Wallis',
|
| 1543 |
+
'US/Alaska',
|
| 1544 |
+
'US/Arizona',
|
| 1545 |
+
'US/Central',
|
| 1546 |
+
'US/Eastern',
|
| 1547 |
+
'US/Hawaii',
|
| 1548 |
+
'US/Mountain',
|
| 1549 |
+
'US/Pacific',
|
| 1550 |
+
'UTC']
|
| 1551 |
+
common_timezones = LazyList(
|
| 1552 |
+
tz for tz in common_timezones if tz in all_timezones)
|
| 1553 |
+
|
| 1554 |
+
common_timezones_set = LazySet(common_timezones)
|
lib/python3.10/site-packages/pytz/exceptions.py
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''
|
| 2 |
+
Custom exceptions raised by pytz.
|
| 3 |
+
'''
|
| 4 |
+
|
| 5 |
+
__all__ = [
|
| 6 |
+
'UnknownTimeZoneError', 'InvalidTimeError', 'AmbiguousTimeError',
|
| 7 |
+
'NonExistentTimeError',
|
| 8 |
+
]
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
class Error(Exception):
|
| 12 |
+
'''Base class for all exceptions raised by the pytz library'''
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
class UnknownTimeZoneError(KeyError, Error):
|
| 16 |
+
'''Exception raised when pytz is passed an unknown timezone.
|
| 17 |
+
|
| 18 |
+
>>> isinstance(UnknownTimeZoneError(), LookupError)
|
| 19 |
+
True
|
| 20 |
+
|
| 21 |
+
This class is actually a subclass of KeyError to provide backwards
|
| 22 |
+
compatibility with code relying on the undocumented behavior of earlier
|
| 23 |
+
pytz releases.
|
| 24 |
+
|
| 25 |
+
>>> isinstance(UnknownTimeZoneError(), KeyError)
|
| 26 |
+
True
|
| 27 |
+
|
| 28 |
+
And also a subclass of pytz.exceptions.Error, as are other pytz
|
| 29 |
+
exceptions.
|
| 30 |
+
|
| 31 |
+
>>> isinstance(UnknownTimeZoneError(), Error)
|
| 32 |
+
True
|
| 33 |
+
|
| 34 |
+
'''
|
| 35 |
+
pass
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
class InvalidTimeError(Error):
|
| 39 |
+
'''Base class for invalid time exceptions.'''
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
class AmbiguousTimeError(InvalidTimeError):
|
| 43 |
+
'''Exception raised when attempting to create an ambiguous wallclock time.
|
| 44 |
+
|
| 45 |
+
At the end of a DST transition period, a particular wallclock time will
|
| 46 |
+
occur twice (once before the clocks are set back, once after). Both
|
| 47 |
+
possibilities may be correct, unless further information is supplied.
|
| 48 |
+
|
| 49 |
+
See DstTzInfo.normalize() for more info
|
| 50 |
+
'''
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
class NonExistentTimeError(InvalidTimeError):
|
| 54 |
+
'''Exception raised when attempting to create a wallclock time that
|
| 55 |
+
cannot exist.
|
| 56 |
+
|
| 57 |
+
At the start of a DST transition period, the wallclock time jumps forward.
|
| 58 |
+
The instants jumped over never occur.
|
| 59 |
+
'''
|
lib/python3.10/site-packages/pytz/lazy.py
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from threading import RLock
|
| 2 |
+
try:
|
| 3 |
+
from collections.abc import Mapping as DictMixin
|
| 4 |
+
except ImportError: # Python < 3.3
|
| 5 |
+
try:
|
| 6 |
+
from UserDict import DictMixin # Python 2
|
| 7 |
+
except ImportError: # Python 3.0-3.3
|
| 8 |
+
from collections import Mapping as DictMixin
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# With lazy loading, we might end up with multiple threads triggering
|
| 12 |
+
# it at the same time. We need a lock.
|
| 13 |
+
_fill_lock = RLock()
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
class LazyDict(DictMixin):
|
| 17 |
+
"""Dictionary populated on first use."""
|
| 18 |
+
data = None
|
| 19 |
+
|
| 20 |
+
def __getitem__(self, key):
|
| 21 |
+
if self.data is None:
|
| 22 |
+
_fill_lock.acquire()
|
| 23 |
+
try:
|
| 24 |
+
if self.data is None:
|
| 25 |
+
self._fill()
|
| 26 |
+
finally:
|
| 27 |
+
_fill_lock.release()
|
| 28 |
+
return self.data[key.upper()]
|
| 29 |
+
|
| 30 |
+
def __contains__(self, key):
|
| 31 |
+
if self.data is None:
|
| 32 |
+
_fill_lock.acquire()
|
| 33 |
+
try:
|
| 34 |
+
if self.data is None:
|
| 35 |
+
self._fill()
|
| 36 |
+
finally:
|
| 37 |
+
_fill_lock.release()
|
| 38 |
+
return key in self.data
|
| 39 |
+
|
| 40 |
+
def __iter__(self):
|
| 41 |
+
if self.data is None:
|
| 42 |
+
_fill_lock.acquire()
|
| 43 |
+
try:
|
| 44 |
+
if self.data is None:
|
| 45 |
+
self._fill()
|
| 46 |
+
finally:
|
| 47 |
+
_fill_lock.release()
|
| 48 |
+
return iter(self.data)
|
| 49 |
+
|
| 50 |
+
def __len__(self):
|
| 51 |
+
if self.data is None:
|
| 52 |
+
_fill_lock.acquire()
|
| 53 |
+
try:
|
| 54 |
+
if self.data is None:
|
| 55 |
+
self._fill()
|
| 56 |
+
finally:
|
| 57 |
+
_fill_lock.release()
|
| 58 |
+
return len(self.data)
|
| 59 |
+
|
| 60 |
+
def keys(self):
|
| 61 |
+
if self.data is None:
|
| 62 |
+
_fill_lock.acquire()
|
| 63 |
+
try:
|
| 64 |
+
if self.data is None:
|
| 65 |
+
self._fill()
|
| 66 |
+
finally:
|
| 67 |
+
_fill_lock.release()
|
| 68 |
+
return self.data.keys()
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
class LazyList(list):
|
| 72 |
+
"""List populated on first use."""
|
| 73 |
+
|
| 74 |
+
_props = [
|
| 75 |
+
'__str__', '__repr__', '__unicode__',
|
| 76 |
+
'__hash__', '__sizeof__', '__cmp__',
|
| 77 |
+
'__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__',
|
| 78 |
+
'append', 'count', 'index', 'extend', 'insert', 'pop', 'remove',
|
| 79 |
+
'reverse', 'sort', '__add__', '__radd__', '__iadd__', '__mul__',
|
| 80 |
+
'__rmul__', '__imul__', '__contains__', '__len__', '__nonzero__',
|
| 81 |
+
'__getitem__', '__setitem__', '__delitem__', '__iter__',
|
| 82 |
+
'__reversed__', '__getslice__', '__setslice__', '__delslice__']
|
| 83 |
+
|
| 84 |
+
def __new__(cls, fill_iter=None):
|
| 85 |
+
|
| 86 |
+
if fill_iter is None:
|
| 87 |
+
return list()
|
| 88 |
+
|
| 89 |
+
# We need a new class as we will be dynamically messing with its
|
| 90 |
+
# methods.
|
| 91 |
+
class LazyList(list):
|
| 92 |
+
pass
|
| 93 |
+
|
| 94 |
+
fill_iter = [fill_iter]
|
| 95 |
+
|
| 96 |
+
def lazy(name):
|
| 97 |
+
def _lazy(self, *args, **kw):
|
| 98 |
+
_fill_lock.acquire()
|
| 99 |
+
try:
|
| 100 |
+
if len(fill_iter) > 0:
|
| 101 |
+
list.extend(self, fill_iter.pop())
|
| 102 |
+
for method_name in cls._props:
|
| 103 |
+
delattr(LazyList, method_name)
|
| 104 |
+
finally:
|
| 105 |
+
_fill_lock.release()
|
| 106 |
+
return getattr(list, name)(self, *args, **kw)
|
| 107 |
+
return _lazy
|
| 108 |
+
|
| 109 |
+
for name in cls._props:
|
| 110 |
+
setattr(LazyList, name, lazy(name))
|
| 111 |
+
|
| 112 |
+
new_list = LazyList()
|
| 113 |
+
return new_list
|
| 114 |
+
|
| 115 |
+
# Not all versions of Python declare the same magic methods.
|
| 116 |
+
# Filter out properties that don't exist in this version of Python
|
| 117 |
+
# from the list.
|
| 118 |
+
LazyList._props = [prop for prop in LazyList._props if hasattr(list, prop)]
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
class LazySet(set):
|
| 122 |
+
"""Set populated on first use."""
|
| 123 |
+
|
| 124 |
+
_props = (
|
| 125 |
+
'__str__', '__repr__', '__unicode__',
|
| 126 |
+
'__hash__', '__sizeof__', '__cmp__',
|
| 127 |
+
'__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__',
|
| 128 |
+
'__contains__', '__len__', '__nonzero__',
|
| 129 |
+
'__getitem__', '__setitem__', '__delitem__', '__iter__',
|
| 130 |
+
'__sub__', '__and__', '__xor__', '__or__',
|
| 131 |
+
'__rsub__', '__rand__', '__rxor__', '__ror__',
|
| 132 |
+
'__isub__', '__iand__', '__ixor__', '__ior__',
|
| 133 |
+
'add', 'clear', 'copy', 'difference', 'difference_update',
|
| 134 |
+
'discard', 'intersection', 'intersection_update', 'isdisjoint',
|
| 135 |
+
'issubset', 'issuperset', 'pop', 'remove',
|
| 136 |
+
'symmetric_difference', 'symmetric_difference_update',
|
| 137 |
+
'union', 'update')
|
| 138 |
+
|
| 139 |
+
def __new__(cls, fill_iter=None):
|
| 140 |
+
|
| 141 |
+
if fill_iter is None:
|
| 142 |
+
return set()
|
| 143 |
+
|
| 144 |
+
class LazySet(set):
|
| 145 |
+
pass
|
| 146 |
+
|
| 147 |
+
fill_iter = [fill_iter]
|
| 148 |
+
|
| 149 |
+
def lazy(name):
|
| 150 |
+
def _lazy(self, *args, **kw):
|
| 151 |
+
_fill_lock.acquire()
|
| 152 |
+
try:
|
| 153 |
+
if len(fill_iter) > 0:
|
| 154 |
+
for i in fill_iter.pop():
|
| 155 |
+
set.add(self, i)
|
| 156 |
+
for method_name in cls._props:
|
| 157 |
+
delattr(LazySet, method_name)
|
| 158 |
+
finally:
|
| 159 |
+
_fill_lock.release()
|
| 160 |
+
return getattr(set, name)(self, *args, **kw)
|
| 161 |
+
return _lazy
|
| 162 |
+
|
| 163 |
+
for name in cls._props:
|
| 164 |
+
setattr(LazySet, name, lazy(name))
|
| 165 |
+
|
| 166 |
+
new_set = LazySet()
|
| 167 |
+
return new_set
|
| 168 |
+
|
| 169 |
+
# Not all versions of Python declare the same magic methods.
|
| 170 |
+
# Filter out properties that don't exist in this version of Python
|
| 171 |
+
# from the list.
|
| 172 |
+
LazySet._props = [prop for prop in LazySet._props if hasattr(set, prop)]
|
lib/python3.10/site-packages/pytz/reference.py
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''
|
| 2 |
+
Reference tzinfo implementations from the Python docs.
|
| 3 |
+
Used for testing against as they are only correct for the years
|
| 4 |
+
1987 to 2006. Do not use these for real code.
|
| 5 |
+
'''
|
| 6 |
+
|
| 7 |
+
from datetime import tzinfo, timedelta, datetime
|
| 8 |
+
from pytz import HOUR, ZERO, UTC
|
| 9 |
+
|
| 10 |
+
__all__ = [
|
| 11 |
+
'FixedOffset',
|
| 12 |
+
'LocalTimezone',
|
| 13 |
+
'USTimeZone',
|
| 14 |
+
'Eastern',
|
| 15 |
+
'Central',
|
| 16 |
+
'Mountain',
|
| 17 |
+
'Pacific',
|
| 18 |
+
'UTC'
|
| 19 |
+
]
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
# A class building tzinfo objects for fixed-offset time zones.
|
| 23 |
+
# Note that FixedOffset(0, "UTC") is a different way to build a
|
| 24 |
+
# UTC tzinfo object.
|
| 25 |
+
class FixedOffset(tzinfo):
|
| 26 |
+
"""Fixed offset in minutes east from UTC."""
|
| 27 |
+
|
| 28 |
+
def __init__(self, offset, name):
|
| 29 |
+
self.__offset = timedelta(minutes=offset)
|
| 30 |
+
self.__name = name
|
| 31 |
+
|
| 32 |
+
def utcoffset(self, dt):
|
| 33 |
+
return self.__offset
|
| 34 |
+
|
| 35 |
+
def tzname(self, dt):
|
| 36 |
+
return self.__name
|
| 37 |
+
|
| 38 |
+
def dst(self, dt):
|
| 39 |
+
return ZERO
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
import time as _time
|
| 43 |
+
|
| 44 |
+
STDOFFSET = timedelta(seconds=-_time.timezone)
|
| 45 |
+
if _time.daylight:
|
| 46 |
+
DSTOFFSET = timedelta(seconds=-_time.altzone)
|
| 47 |
+
else:
|
| 48 |
+
DSTOFFSET = STDOFFSET
|
| 49 |
+
|
| 50 |
+
DSTDIFF = DSTOFFSET - STDOFFSET
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
# A class capturing the platform's idea of local time.
|
| 54 |
+
class LocalTimezone(tzinfo):
|
| 55 |
+
|
| 56 |
+
def utcoffset(self, dt):
|
| 57 |
+
if self._isdst(dt):
|
| 58 |
+
return DSTOFFSET
|
| 59 |
+
else:
|
| 60 |
+
return STDOFFSET
|
| 61 |
+
|
| 62 |
+
def dst(self, dt):
|
| 63 |
+
if self._isdst(dt):
|
| 64 |
+
return DSTDIFF
|
| 65 |
+
else:
|
| 66 |
+
return ZERO
|
| 67 |
+
|
| 68 |
+
def tzname(self, dt):
|
| 69 |
+
return _time.tzname[self._isdst(dt)]
|
| 70 |
+
|
| 71 |
+
def _isdst(self, dt):
|
| 72 |
+
tt = (dt.year, dt.month, dt.day,
|
| 73 |
+
dt.hour, dt.minute, dt.second,
|
| 74 |
+
dt.weekday(), 0, -1)
|
| 75 |
+
stamp = _time.mktime(tt)
|
| 76 |
+
tt = _time.localtime(stamp)
|
| 77 |
+
return tt.tm_isdst > 0
|
| 78 |
+
|
| 79 |
+
Local = LocalTimezone()
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
def first_sunday_on_or_after(dt):
|
| 83 |
+
days_to_go = 6 - dt.weekday()
|
| 84 |
+
if days_to_go:
|
| 85 |
+
dt += timedelta(days_to_go)
|
| 86 |
+
return dt
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
# In the US, DST starts at 2am (standard time) on the first Sunday in April.
|
| 90 |
+
DSTSTART = datetime(1, 4, 1, 2)
|
| 91 |
+
# and ends at 2am (DST time; 1am standard time) on the last Sunday of Oct.
|
| 92 |
+
# which is the first Sunday on or after Oct 25.
|
| 93 |
+
DSTEND = datetime(1, 10, 25, 1)
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
# A complete implementation of current DST rules for major US time zones.
|
| 97 |
+
class USTimeZone(tzinfo):
|
| 98 |
+
|
| 99 |
+
def __init__(self, hours, reprname, stdname, dstname):
|
| 100 |
+
self.stdoffset = timedelta(hours=hours)
|
| 101 |
+
self.reprname = reprname
|
| 102 |
+
self.stdname = stdname
|
| 103 |
+
self.dstname = dstname
|
| 104 |
+
|
| 105 |
+
def __repr__(self):
|
| 106 |
+
return self.reprname
|
| 107 |
+
|
| 108 |
+
def tzname(self, dt):
|
| 109 |
+
if self.dst(dt):
|
| 110 |
+
return self.dstname
|
| 111 |
+
else:
|
| 112 |
+
return self.stdname
|
| 113 |
+
|
| 114 |
+
def utcoffset(self, dt):
|
| 115 |
+
return self.stdoffset + self.dst(dt)
|
| 116 |
+
|
| 117 |
+
def dst(self, dt):
|
| 118 |
+
if dt is None or dt.tzinfo is None:
|
| 119 |
+
# An exception may be sensible here, in one or both cases.
|
| 120 |
+
# It depends on how you want to treat them. The default
|
| 121 |
+
# fromutc() implementation (called by the default astimezone()
|
| 122 |
+
# implementation) passes a datetime with dt.tzinfo is self.
|
| 123 |
+
return ZERO
|
| 124 |
+
assert dt.tzinfo is self
|
| 125 |
+
|
| 126 |
+
# Find first Sunday in April & the last in October.
|
| 127 |
+
start = first_sunday_on_or_after(DSTSTART.replace(year=dt.year))
|
| 128 |
+
end = first_sunday_on_or_after(DSTEND.replace(year=dt.year))
|
| 129 |
+
|
| 130 |
+
# Can't compare naive to aware objects, so strip the timezone from
|
| 131 |
+
# dt first.
|
| 132 |
+
if start <= dt.replace(tzinfo=None) < end:
|
| 133 |
+
return HOUR
|
| 134 |
+
else:
|
| 135 |
+
return ZERO
|
| 136 |
+
|
| 137 |
+
Eastern = USTimeZone(-5, "Eastern", "EST", "EDT")
|
| 138 |
+
Central = USTimeZone(-6, "Central", "CST", "CDT")
|
| 139 |
+
Mountain = USTimeZone(-7, "Mountain", "MST", "MDT")
|
| 140 |
+
Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
|
lib/python3.10/site-packages/pytz/tzfile.py
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''
|
| 2 |
+
$Id: tzfile.py,v 1.8 2004/06/03 00:15:24 zenzen Exp $
|
| 3 |
+
'''
|
| 4 |
+
|
| 5 |
+
from datetime import datetime
|
| 6 |
+
from struct import unpack, calcsize
|
| 7 |
+
|
| 8 |
+
from pytz.tzinfo import StaticTzInfo, DstTzInfo, memorized_ttinfo
|
| 9 |
+
from pytz.tzinfo import memorized_datetime, memorized_timedelta
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
def _byte_string(s):
|
| 13 |
+
"""Cast a string or byte string to an ASCII byte string."""
|
| 14 |
+
return s.encode('ASCII')
|
| 15 |
+
|
| 16 |
+
_NULL = _byte_string('\0')
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
def _std_string(s):
|
| 20 |
+
"""Cast a string or byte string to an ASCII string."""
|
| 21 |
+
return str(s.decode('ASCII'))
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
def build_tzinfo(zone, fp):
|
| 25 |
+
head_fmt = '>4s c 15x 6l'
|
| 26 |
+
head_size = calcsize(head_fmt)
|
| 27 |
+
(magic, format, ttisgmtcnt, ttisstdcnt, leapcnt, timecnt,
|
| 28 |
+
typecnt, charcnt) = unpack(head_fmt, fp.read(head_size))
|
| 29 |
+
|
| 30 |
+
# Make sure it is a tzfile(5) file
|
| 31 |
+
assert magic == _byte_string('TZif'), 'Got magic %s' % repr(magic)
|
| 32 |
+
|
| 33 |
+
# Read out the transition times, localtime indices and ttinfo structures.
|
| 34 |
+
data_fmt = '>%(timecnt)dl %(timecnt)dB %(ttinfo)s %(charcnt)ds' % dict(
|
| 35 |
+
timecnt=timecnt, ttinfo='lBB' * typecnt, charcnt=charcnt)
|
| 36 |
+
data_size = calcsize(data_fmt)
|
| 37 |
+
data = unpack(data_fmt, fp.read(data_size))
|
| 38 |
+
|
| 39 |
+
# make sure we unpacked the right number of values
|
| 40 |
+
assert len(data) == 2 * timecnt + 3 * typecnt + 1
|
| 41 |
+
transitions = [memorized_datetime(trans)
|
| 42 |
+
for trans in data[:timecnt]]
|
| 43 |
+
lindexes = list(data[timecnt:2 * timecnt])
|
| 44 |
+
ttinfo_raw = data[2 * timecnt:-1]
|
| 45 |
+
tznames_raw = data[-1]
|
| 46 |
+
del data
|
| 47 |
+
|
| 48 |
+
# Process ttinfo into separate structs
|
| 49 |
+
ttinfo = []
|
| 50 |
+
tznames = {}
|
| 51 |
+
i = 0
|
| 52 |
+
while i < len(ttinfo_raw):
|
| 53 |
+
# have we looked up this timezone name yet?
|
| 54 |
+
tzname_offset = ttinfo_raw[i + 2]
|
| 55 |
+
if tzname_offset not in tznames:
|
| 56 |
+
nul = tznames_raw.find(_NULL, tzname_offset)
|
| 57 |
+
if nul < 0:
|
| 58 |
+
nul = len(tznames_raw)
|
| 59 |
+
tznames[tzname_offset] = _std_string(
|
| 60 |
+
tznames_raw[tzname_offset:nul])
|
| 61 |
+
ttinfo.append((ttinfo_raw[i],
|
| 62 |
+
bool(ttinfo_raw[i + 1]),
|
| 63 |
+
tznames[tzname_offset]))
|
| 64 |
+
i += 3
|
| 65 |
+
|
| 66 |
+
# Now build the timezone object
|
| 67 |
+
if len(ttinfo) == 1 or len(transitions) == 0:
|
| 68 |
+
ttinfo[0][0], ttinfo[0][2]
|
| 69 |
+
cls = type(zone, (StaticTzInfo,), dict(
|
| 70 |
+
zone=zone,
|
| 71 |
+
_utcoffset=memorized_timedelta(ttinfo[0][0]),
|
| 72 |
+
_tzname=ttinfo[0][2]))
|
| 73 |
+
else:
|
| 74 |
+
# Early dates use the first standard time ttinfo
|
| 75 |
+
i = 0
|
| 76 |
+
while ttinfo[i][1]:
|
| 77 |
+
i += 1
|
| 78 |
+
if ttinfo[i] == ttinfo[lindexes[0]]:
|
| 79 |
+
transitions[0] = datetime.min
|
| 80 |
+
else:
|
| 81 |
+
transitions.insert(0, datetime.min)
|
| 82 |
+
lindexes.insert(0, i)
|
| 83 |
+
|
| 84 |
+
# calculate transition info
|
| 85 |
+
transition_info = []
|
| 86 |
+
for i in range(len(transitions)):
|
| 87 |
+
inf = ttinfo[lindexes[i]]
|
| 88 |
+
utcoffset = inf[0]
|
| 89 |
+
if not inf[1]:
|
| 90 |
+
dst = 0
|
| 91 |
+
else:
|
| 92 |
+
for j in range(i - 1, -1, -1):
|
| 93 |
+
prev_inf = ttinfo[lindexes[j]]
|
| 94 |
+
if not prev_inf[1]:
|
| 95 |
+
break
|
| 96 |
+
dst = inf[0] - prev_inf[0] # dst offset
|
| 97 |
+
|
| 98 |
+
# Bad dst? Look further. DST > 24 hours happens when
|
| 99 |
+
# a timzone has moved across the international dateline.
|
| 100 |
+
if dst <= 0 or dst > 3600 * 3:
|
| 101 |
+
for j in range(i + 1, len(transitions)):
|
| 102 |
+
stdinf = ttinfo[lindexes[j]]
|
| 103 |
+
if not stdinf[1]:
|
| 104 |
+
dst = inf[0] - stdinf[0]
|
| 105 |
+
if dst > 0:
|
| 106 |
+
break # Found a useful std time.
|
| 107 |
+
|
| 108 |
+
tzname = inf[2]
|
| 109 |
+
|
| 110 |
+
# Round utcoffset and dst to the nearest minute or the
|
| 111 |
+
# datetime library will complain. Conversions to these timezones
|
| 112 |
+
# might be up to plus or minus 30 seconds out, but it is
|
| 113 |
+
# the best we can do.
|
| 114 |
+
utcoffset = int((utcoffset + 30) // 60) * 60
|
| 115 |
+
dst = int((dst + 30) // 60) * 60
|
| 116 |
+
transition_info.append(memorized_ttinfo(utcoffset, dst, tzname))
|
| 117 |
+
|
| 118 |
+
cls = type(zone, (DstTzInfo,), dict(
|
| 119 |
+
zone=zone,
|
| 120 |
+
_utc_transition_times=transitions,
|
| 121 |
+
_transition_info=transition_info))
|
| 122 |
+
|
| 123 |
+
return cls()
|
| 124 |
+
|
| 125 |
+
if __name__ == '__main__':
|
| 126 |
+
import os.path
|
| 127 |
+
from pprint import pprint
|
| 128 |
+
base = os.path.join(os.path.dirname(__file__), 'zoneinfo')
|
| 129 |
+
tz = build_tzinfo('Australia/Melbourne',
|
| 130 |
+
open(os.path.join(base, 'Australia', 'Melbourne'), 'rb'))
|
| 131 |
+
tz = build_tzinfo('US/Eastern',
|
| 132 |
+
open(os.path.join(base, 'US', 'Eastern'), 'rb'))
|
| 133 |
+
pprint(tz._utc_transition_times)
|
lib/python3.10/site-packages/pytz/tzinfo.py
ADDED
|
@@ -0,0 +1,580 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''Base classes and helpers for building zone specific tzinfo classes'''
|
| 2 |
+
|
| 3 |
+
from datetime import datetime, timedelta, tzinfo
|
| 4 |
+
from bisect import bisect_right
|
| 5 |
+
try:
|
| 6 |
+
set
|
| 7 |
+
except NameError:
|
| 8 |
+
from sets import Set as set
|
| 9 |
+
|
| 10 |
+
import pytz
|
| 11 |
+
from pytz.exceptions import AmbiguousTimeError, NonExistentTimeError
|
| 12 |
+
|
| 13 |
+
__all__ = []
|
| 14 |
+
|
| 15 |
+
_timedelta_cache = {}
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
def memorized_timedelta(seconds):
|
| 19 |
+
'''Create only one instance of each distinct timedelta'''
|
| 20 |
+
try:
|
| 21 |
+
return _timedelta_cache[seconds]
|
| 22 |
+
except KeyError:
|
| 23 |
+
delta = timedelta(seconds=seconds)
|
| 24 |
+
_timedelta_cache[seconds] = delta
|
| 25 |
+
return delta
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
_epoch = datetime(1970, 1, 1, 0, 0) # datetime.utcfromtimestamp(0)
|
| 29 |
+
_datetime_cache = {0: _epoch}
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
def memorized_datetime(seconds):
|
| 33 |
+
'''Create only one instance of each distinct datetime'''
|
| 34 |
+
try:
|
| 35 |
+
return _datetime_cache[seconds]
|
| 36 |
+
except KeyError:
|
| 37 |
+
# NB. We can't just do datetime.fromtimestamp(seconds, tz=timezone.utc).replace(tzinfo=None)
|
| 38 |
+
# as this fails with negative values under Windows (Bug #90096)
|
| 39 |
+
dt = _epoch + timedelta(seconds=seconds)
|
| 40 |
+
_datetime_cache[seconds] = dt
|
| 41 |
+
return dt
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
_ttinfo_cache = {}
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
def memorized_ttinfo(*args):
|
| 48 |
+
'''Create only one instance of each distinct tuple'''
|
| 49 |
+
try:
|
| 50 |
+
return _ttinfo_cache[args]
|
| 51 |
+
except KeyError:
|
| 52 |
+
ttinfo = (
|
| 53 |
+
memorized_timedelta(args[0]),
|
| 54 |
+
memorized_timedelta(args[1]),
|
| 55 |
+
args[2]
|
| 56 |
+
)
|
| 57 |
+
_ttinfo_cache[args] = ttinfo
|
| 58 |
+
return ttinfo
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
_notime = memorized_timedelta(0)
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
def _to_seconds(td):
|
| 65 |
+
'''Convert a timedelta to seconds'''
|
| 66 |
+
return td.seconds + td.days * 24 * 60 * 60
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
class BaseTzInfo(tzinfo):
|
| 70 |
+
# Overridden in subclass
|
| 71 |
+
_utcoffset = None
|
| 72 |
+
_tzname = None
|
| 73 |
+
zone = None
|
| 74 |
+
|
| 75 |
+
def __str__(self):
|
| 76 |
+
return self.zone
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
class StaticTzInfo(BaseTzInfo):
|
| 80 |
+
'''A timezone that has a constant offset from UTC
|
| 81 |
+
|
| 82 |
+
These timezones are rare, as most locations have changed their
|
| 83 |
+
offset at some point in their history
|
| 84 |
+
'''
|
| 85 |
+
def fromutc(self, dt):
|
| 86 |
+
'''See datetime.tzinfo.fromutc'''
|
| 87 |
+
if dt.tzinfo is not None and dt.tzinfo is not self:
|
| 88 |
+
raise ValueError('fromutc: dt.tzinfo is not self')
|
| 89 |
+
return (dt + self._utcoffset).replace(tzinfo=self)
|
| 90 |
+
|
| 91 |
+
def utcoffset(self, dt, is_dst=None):
|
| 92 |
+
'''See datetime.tzinfo.utcoffset
|
| 93 |
+
|
| 94 |
+
is_dst is ignored for StaticTzInfo, and exists only to
|
| 95 |
+
retain compatibility with DstTzInfo.
|
| 96 |
+
'''
|
| 97 |
+
return self._utcoffset
|
| 98 |
+
|
| 99 |
+
def dst(self, dt, is_dst=None):
|
| 100 |
+
'''See datetime.tzinfo.dst
|
| 101 |
+
|
| 102 |
+
is_dst is ignored for StaticTzInfo, and exists only to
|
| 103 |
+
retain compatibility with DstTzInfo.
|
| 104 |
+
'''
|
| 105 |
+
return _notime
|
| 106 |
+
|
| 107 |
+
def tzname(self, dt, is_dst=None):
|
| 108 |
+
'''See datetime.tzinfo.tzname
|
| 109 |
+
|
| 110 |
+
is_dst is ignored for StaticTzInfo, and exists only to
|
| 111 |
+
retain compatibility with DstTzInfo.
|
| 112 |
+
'''
|
| 113 |
+
return self._tzname
|
| 114 |
+
|
| 115 |
+
def localize(self, dt, is_dst=False):
|
| 116 |
+
'''Convert naive time to local time'''
|
| 117 |
+
if dt.tzinfo is not None:
|
| 118 |
+
raise ValueError('Not naive datetime (tzinfo is already set)')
|
| 119 |
+
return dt.replace(tzinfo=self)
|
| 120 |
+
|
| 121 |
+
def normalize(self, dt, is_dst=False):
|
| 122 |
+
'''Correct the timezone information on the given datetime.
|
| 123 |
+
|
| 124 |
+
This is normally a no-op, as StaticTzInfo timezones never have
|
| 125 |
+
ambiguous cases to correct:
|
| 126 |
+
|
| 127 |
+
>>> from pytz import timezone
|
| 128 |
+
>>> gmt = timezone('GMT')
|
| 129 |
+
>>> isinstance(gmt, StaticTzInfo)
|
| 130 |
+
True
|
| 131 |
+
>>> dt = datetime(2011, 5, 8, 1, 2, 3, tzinfo=gmt)
|
| 132 |
+
>>> gmt.normalize(dt) is dt
|
| 133 |
+
True
|
| 134 |
+
|
| 135 |
+
The supported method of converting between timezones is to use
|
| 136 |
+
datetime.astimezone(). Currently normalize() also works:
|
| 137 |
+
|
| 138 |
+
>>> la = timezone('America/Los_Angeles')
|
| 139 |
+
>>> dt = la.localize(datetime(2011, 5, 7, 1, 2, 3))
|
| 140 |
+
>>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
|
| 141 |
+
>>> gmt.normalize(dt).strftime(fmt)
|
| 142 |
+
'2011-05-07 08:02:03 GMT (+0000)'
|
| 143 |
+
'''
|
| 144 |
+
if dt.tzinfo is self:
|
| 145 |
+
return dt
|
| 146 |
+
if dt.tzinfo is None:
|
| 147 |
+
raise ValueError('Naive time - no tzinfo set')
|
| 148 |
+
return dt.astimezone(self)
|
| 149 |
+
|
| 150 |
+
def __repr__(self):
|
| 151 |
+
return '<StaticTzInfo %r>' % (self.zone,)
|
| 152 |
+
|
| 153 |
+
def __reduce__(self):
|
| 154 |
+
# Special pickle to zone remains a singleton and to cope with
|
| 155 |
+
# database changes.
|
| 156 |
+
return pytz._p, (self.zone,)
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
class DstTzInfo(BaseTzInfo):
|
| 160 |
+
'''A timezone that has a variable offset from UTC
|
| 161 |
+
|
| 162 |
+
The offset might change if daylight saving time comes into effect,
|
| 163 |
+
or at a point in history when the region decides to change their
|
| 164 |
+
timezone definition.
|
| 165 |
+
'''
|
| 166 |
+
# Overridden in subclass
|
| 167 |
+
|
| 168 |
+
# Sorted list of DST transition times, UTC
|
| 169 |
+
_utc_transition_times = None
|
| 170 |
+
|
| 171 |
+
# [(utcoffset, dstoffset, tzname)] corresponding to
|
| 172 |
+
# _utc_transition_times entries
|
| 173 |
+
_transition_info = None
|
| 174 |
+
|
| 175 |
+
zone = None
|
| 176 |
+
|
| 177 |
+
# Set in __init__
|
| 178 |
+
|
| 179 |
+
_tzinfos = None
|
| 180 |
+
_dst = None # DST offset
|
| 181 |
+
|
| 182 |
+
def __init__(self, _inf=None, _tzinfos=None):
|
| 183 |
+
if _inf:
|
| 184 |
+
self._tzinfos = _tzinfos
|
| 185 |
+
self._utcoffset, self._dst, self._tzname = _inf
|
| 186 |
+
else:
|
| 187 |
+
_tzinfos = {}
|
| 188 |
+
self._tzinfos = _tzinfos
|
| 189 |
+
self._utcoffset, self._dst, self._tzname = (
|
| 190 |
+
self._transition_info[0])
|
| 191 |
+
_tzinfos[self._transition_info[0]] = self
|
| 192 |
+
for inf in self._transition_info[1:]:
|
| 193 |
+
if inf not in _tzinfos:
|
| 194 |
+
_tzinfos[inf] = self.__class__(inf, _tzinfos)
|
| 195 |
+
|
| 196 |
+
def fromutc(self, dt):
|
| 197 |
+
'''See datetime.tzinfo.fromutc'''
|
| 198 |
+
if (dt.tzinfo is not None and
|
| 199 |
+
getattr(dt.tzinfo, '_tzinfos', None) is not self._tzinfos):
|
| 200 |
+
raise ValueError('fromutc: dt.tzinfo is not self')
|
| 201 |
+
dt = dt.replace(tzinfo=None)
|
| 202 |
+
idx = max(0, bisect_right(self._utc_transition_times, dt) - 1)
|
| 203 |
+
inf = self._transition_info[idx]
|
| 204 |
+
return (dt + inf[0]).replace(tzinfo=self._tzinfos[inf])
|
| 205 |
+
|
| 206 |
+
def normalize(self, dt):
|
| 207 |
+
'''Correct the timezone information on the given datetime
|
| 208 |
+
|
| 209 |
+
If date arithmetic crosses DST boundaries, the tzinfo
|
| 210 |
+
is not magically adjusted. This method normalizes the
|
| 211 |
+
tzinfo to the correct one.
|
| 212 |
+
|
| 213 |
+
To test, first we need to do some setup
|
| 214 |
+
|
| 215 |
+
>>> from pytz import timezone
|
| 216 |
+
>>> utc = timezone('UTC')
|
| 217 |
+
>>> eastern = timezone('US/Eastern')
|
| 218 |
+
>>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
|
| 219 |
+
|
| 220 |
+
We next create a datetime right on an end-of-DST transition point,
|
| 221 |
+
the instant when the wallclocks are wound back one hour.
|
| 222 |
+
|
| 223 |
+
>>> utc_dt = datetime(2002, 10, 27, 6, 0, 0, tzinfo=utc)
|
| 224 |
+
>>> loc_dt = utc_dt.astimezone(eastern)
|
| 225 |
+
>>> loc_dt.strftime(fmt)
|
| 226 |
+
'2002-10-27 01:00:00 EST (-0500)'
|
| 227 |
+
|
| 228 |
+
Now, if we subtract a few minutes from it, note that the timezone
|
| 229 |
+
information has not changed.
|
| 230 |
+
|
| 231 |
+
>>> before = loc_dt - timedelta(minutes=10)
|
| 232 |
+
>>> before.strftime(fmt)
|
| 233 |
+
'2002-10-27 00:50:00 EST (-0500)'
|
| 234 |
+
|
| 235 |
+
But we can fix that by calling the normalize method
|
| 236 |
+
|
| 237 |
+
>>> before = eastern.normalize(before)
|
| 238 |
+
>>> before.strftime(fmt)
|
| 239 |
+
'2002-10-27 01:50:00 EDT (-0400)'
|
| 240 |
+
|
| 241 |
+
The supported method of converting between timezones is to use
|
| 242 |
+
datetime.astimezone(). Currently, normalize() also works:
|
| 243 |
+
|
| 244 |
+
>>> th = timezone('Asia/Bangkok')
|
| 245 |
+
>>> am = timezone('Europe/Amsterdam')
|
| 246 |
+
>>> dt = th.localize(datetime(2011, 5, 7, 1, 2, 3))
|
| 247 |
+
>>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
|
| 248 |
+
>>> am.normalize(dt).strftime(fmt)
|
| 249 |
+
'2011-05-06 20:02:03 CEST (+0200)'
|
| 250 |
+
'''
|
| 251 |
+
if dt.tzinfo is None:
|
| 252 |
+
raise ValueError('Naive time - no tzinfo set')
|
| 253 |
+
|
| 254 |
+
# Convert dt in localtime to UTC
|
| 255 |
+
offset = dt.tzinfo._utcoffset
|
| 256 |
+
dt = dt.replace(tzinfo=None)
|
| 257 |
+
dt = dt - offset
|
| 258 |
+
# convert it back, and return it
|
| 259 |
+
return self.fromutc(dt)
|
| 260 |
+
|
| 261 |
+
def localize(self, dt, is_dst=False):
|
| 262 |
+
'''Convert naive time to local time.
|
| 263 |
+
|
| 264 |
+
This method should be used to construct localtimes, rather
|
| 265 |
+
than passing a tzinfo argument to a datetime constructor.
|
| 266 |
+
|
| 267 |
+
is_dst is used to determine the correct timezone in the ambigous
|
| 268 |
+
period at the end of daylight saving time.
|
| 269 |
+
|
| 270 |
+
>>> from pytz import timezone
|
| 271 |
+
>>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
|
| 272 |
+
>>> amdam = timezone('Europe/Amsterdam')
|
| 273 |
+
>>> dt = datetime(2004, 10, 31, 2, 0, 0)
|
| 274 |
+
>>> loc_dt1 = amdam.localize(dt, is_dst=True)
|
| 275 |
+
>>> loc_dt2 = amdam.localize(dt, is_dst=False)
|
| 276 |
+
>>> loc_dt1.strftime(fmt)
|
| 277 |
+
'2004-10-31 02:00:00 CEST (+0200)'
|
| 278 |
+
>>> loc_dt2.strftime(fmt)
|
| 279 |
+
'2004-10-31 02:00:00 CET (+0100)'
|
| 280 |
+
>>> str(loc_dt2 - loc_dt1)
|
| 281 |
+
'1:00:00'
|
| 282 |
+
|
| 283 |
+
Use is_dst=None to raise an AmbiguousTimeError for ambiguous
|
| 284 |
+
times at the end of daylight saving time
|
| 285 |
+
|
| 286 |
+
>>> try:
|
| 287 |
+
... loc_dt1 = amdam.localize(dt, is_dst=None)
|
| 288 |
+
... except AmbiguousTimeError:
|
| 289 |
+
... print('Ambiguous')
|
| 290 |
+
Ambiguous
|
| 291 |
+
|
| 292 |
+
is_dst defaults to False
|
| 293 |
+
|
| 294 |
+
>>> amdam.localize(dt) == amdam.localize(dt, False)
|
| 295 |
+
True
|
| 296 |
+
|
| 297 |
+
is_dst is also used to determine the correct timezone in the
|
| 298 |
+
wallclock times jumped over at the start of daylight saving time.
|
| 299 |
+
|
| 300 |
+
>>> pacific = timezone('US/Pacific')
|
| 301 |
+
>>> dt = datetime(2008, 3, 9, 2, 0, 0)
|
| 302 |
+
>>> ploc_dt1 = pacific.localize(dt, is_dst=True)
|
| 303 |
+
>>> ploc_dt2 = pacific.localize(dt, is_dst=False)
|
| 304 |
+
>>> ploc_dt1.strftime(fmt)
|
| 305 |
+
'2008-03-09 02:00:00 PDT (-0700)'
|
| 306 |
+
>>> ploc_dt2.strftime(fmt)
|
| 307 |
+
'2008-03-09 02:00:00 PST (-0800)'
|
| 308 |
+
>>> str(ploc_dt2 - ploc_dt1)
|
| 309 |
+
'1:00:00'
|
| 310 |
+
|
| 311 |
+
Use is_dst=None to raise a NonExistentTimeError for these skipped
|
| 312 |
+
times.
|
| 313 |
+
|
| 314 |
+
>>> try:
|
| 315 |
+
... loc_dt1 = pacific.localize(dt, is_dst=None)
|
| 316 |
+
... except NonExistentTimeError:
|
| 317 |
+
... print('Non-existent')
|
| 318 |
+
Non-existent
|
| 319 |
+
'''
|
| 320 |
+
if dt.tzinfo is not None:
|
| 321 |
+
raise ValueError('Not naive datetime (tzinfo is already set)')
|
| 322 |
+
|
| 323 |
+
# Find the two best possibilities.
|
| 324 |
+
possible_loc_dt = set()
|
| 325 |
+
for delta in [timedelta(days=-1), timedelta(days=1)]:
|
| 326 |
+
loc_dt = dt + delta
|
| 327 |
+
idx = max(0, bisect_right(
|
| 328 |
+
self._utc_transition_times, loc_dt) - 1)
|
| 329 |
+
inf = self._transition_info[idx]
|
| 330 |
+
tzinfo = self._tzinfos[inf]
|
| 331 |
+
loc_dt = tzinfo.normalize(dt.replace(tzinfo=tzinfo))
|
| 332 |
+
if loc_dt.replace(tzinfo=None) == dt:
|
| 333 |
+
possible_loc_dt.add(loc_dt)
|
| 334 |
+
|
| 335 |
+
if len(possible_loc_dt) == 1:
|
| 336 |
+
return possible_loc_dt.pop()
|
| 337 |
+
|
| 338 |
+
# If there are no possibly correct timezones, we are attempting
|
| 339 |
+
# to convert a time that never happened - the time period jumped
|
| 340 |
+
# during the start-of-DST transition period.
|
| 341 |
+
if len(possible_loc_dt) == 0:
|
| 342 |
+
# If we refuse to guess, raise an exception.
|
| 343 |
+
if is_dst is None:
|
| 344 |
+
raise NonExistentTimeError(dt)
|
| 345 |
+
|
| 346 |
+
# If we are forcing the pre-DST side of the DST transition, we
|
| 347 |
+
# obtain the correct timezone by winding the clock forward a few
|
| 348 |
+
# hours.
|
| 349 |
+
elif is_dst:
|
| 350 |
+
return self.localize(
|
| 351 |
+
dt + timedelta(hours=6), is_dst=True) - timedelta(hours=6)
|
| 352 |
+
|
| 353 |
+
# If we are forcing the post-DST side of the DST transition, we
|
| 354 |
+
# obtain the correct timezone by winding the clock back.
|
| 355 |
+
else:
|
| 356 |
+
return self.localize(
|
| 357 |
+
dt - timedelta(hours=6),
|
| 358 |
+
is_dst=False) + timedelta(hours=6)
|
| 359 |
+
|
| 360 |
+
# If we get this far, we have multiple possible timezones - this
|
| 361 |
+
# is an ambiguous case occurring during the end-of-DST transition.
|
| 362 |
+
|
| 363 |
+
# If told to be strict, raise an exception since we have an
|
| 364 |
+
# ambiguous case
|
| 365 |
+
if is_dst is None:
|
| 366 |
+
raise AmbiguousTimeError(dt)
|
| 367 |
+
|
| 368 |
+
# Filter out the possiblilities that don't match the requested
|
| 369 |
+
# is_dst
|
| 370 |
+
filtered_possible_loc_dt = [
|
| 371 |
+
p for p in possible_loc_dt if bool(p.tzinfo._dst) == is_dst
|
| 372 |
+
]
|
| 373 |
+
|
| 374 |
+
# Hopefully we only have one possibility left. Return it.
|
| 375 |
+
if len(filtered_possible_loc_dt) == 1:
|
| 376 |
+
return filtered_possible_loc_dt[0]
|
| 377 |
+
|
| 378 |
+
if len(filtered_possible_loc_dt) == 0:
|
| 379 |
+
filtered_possible_loc_dt = list(possible_loc_dt)
|
| 380 |
+
|
| 381 |
+
# If we get this far, we have in a wierd timezone transition
|
| 382 |
+
# where the clocks have been wound back but is_dst is the same
|
| 383 |
+
# in both (eg. Europe/Warsaw 1915 when they switched to CET).
|
| 384 |
+
# At this point, we just have to guess unless we allow more
|
| 385 |
+
# hints to be passed in (such as the UTC offset or abbreviation),
|
| 386 |
+
# but that is just getting silly.
|
| 387 |
+
#
|
| 388 |
+
# Choose the earliest (by UTC) applicable timezone if is_dst=True
|
| 389 |
+
# Choose the latest (by UTC) applicable timezone if is_dst=False
|
| 390 |
+
# i.e., behave like end-of-DST transition
|
| 391 |
+
dates = {} # utc -> local
|
| 392 |
+
for local_dt in filtered_possible_loc_dt:
|
| 393 |
+
utc_time = (
|
| 394 |
+
local_dt.replace(tzinfo=None) - local_dt.tzinfo._utcoffset)
|
| 395 |
+
assert utc_time not in dates
|
| 396 |
+
dates[utc_time] = local_dt
|
| 397 |
+
return dates[[min, max][not is_dst](dates)]
|
| 398 |
+
|
| 399 |
+
def utcoffset(self, dt, is_dst=None):
|
| 400 |
+
'''See datetime.tzinfo.utcoffset
|
| 401 |
+
|
| 402 |
+
The is_dst parameter may be used to remove ambiguity during DST
|
| 403 |
+
transitions.
|
| 404 |
+
|
| 405 |
+
>>> from pytz import timezone
|
| 406 |
+
>>> tz = timezone('America/St_Johns')
|
| 407 |
+
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
| 408 |
+
|
| 409 |
+
>>> str(tz.utcoffset(ambiguous, is_dst=False))
|
| 410 |
+
'-1 day, 20:30:00'
|
| 411 |
+
|
| 412 |
+
>>> str(tz.utcoffset(ambiguous, is_dst=True))
|
| 413 |
+
'-1 day, 21:30:00'
|
| 414 |
+
|
| 415 |
+
>>> try:
|
| 416 |
+
... tz.utcoffset(ambiguous)
|
| 417 |
+
... except AmbiguousTimeError:
|
| 418 |
+
... print('Ambiguous')
|
| 419 |
+
Ambiguous
|
| 420 |
+
|
| 421 |
+
'''
|
| 422 |
+
if dt is None:
|
| 423 |
+
return None
|
| 424 |
+
elif dt.tzinfo is not self:
|
| 425 |
+
dt = self.localize(dt, is_dst)
|
| 426 |
+
return dt.tzinfo._utcoffset
|
| 427 |
+
else:
|
| 428 |
+
return self._utcoffset
|
| 429 |
+
|
| 430 |
+
def dst(self, dt, is_dst=None):
|
| 431 |
+
'''See datetime.tzinfo.dst
|
| 432 |
+
|
| 433 |
+
The is_dst parameter may be used to remove ambiguity during DST
|
| 434 |
+
transitions.
|
| 435 |
+
|
| 436 |
+
>>> from pytz import timezone
|
| 437 |
+
>>> tz = timezone('America/St_Johns')
|
| 438 |
+
|
| 439 |
+
>>> normal = datetime(2009, 9, 1)
|
| 440 |
+
|
| 441 |
+
>>> str(tz.dst(normal))
|
| 442 |
+
'1:00:00'
|
| 443 |
+
>>> str(tz.dst(normal, is_dst=False))
|
| 444 |
+
'1:00:00'
|
| 445 |
+
>>> str(tz.dst(normal, is_dst=True))
|
| 446 |
+
'1:00:00'
|
| 447 |
+
|
| 448 |
+
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
| 449 |
+
|
| 450 |
+
>>> str(tz.dst(ambiguous, is_dst=False))
|
| 451 |
+
'0:00:00'
|
| 452 |
+
>>> str(tz.dst(ambiguous, is_dst=True))
|
| 453 |
+
'1:00:00'
|
| 454 |
+
>>> try:
|
| 455 |
+
... tz.dst(ambiguous)
|
| 456 |
+
... except AmbiguousTimeError:
|
| 457 |
+
... print('Ambiguous')
|
| 458 |
+
Ambiguous
|
| 459 |
+
|
| 460 |
+
'''
|
| 461 |
+
if dt is None:
|
| 462 |
+
return None
|
| 463 |
+
elif dt.tzinfo is not self:
|
| 464 |
+
dt = self.localize(dt, is_dst)
|
| 465 |
+
return dt.tzinfo._dst
|
| 466 |
+
else:
|
| 467 |
+
return self._dst
|
| 468 |
+
|
| 469 |
+
def tzname(self, dt, is_dst=None):
|
| 470 |
+
'''See datetime.tzinfo.tzname
|
| 471 |
+
|
| 472 |
+
The is_dst parameter may be used to remove ambiguity during DST
|
| 473 |
+
transitions.
|
| 474 |
+
|
| 475 |
+
>>> from pytz import timezone
|
| 476 |
+
>>> tz = timezone('America/St_Johns')
|
| 477 |
+
|
| 478 |
+
>>> normal = datetime(2009, 9, 1)
|
| 479 |
+
|
| 480 |
+
>>> tz.tzname(normal)
|
| 481 |
+
'NDT'
|
| 482 |
+
>>> tz.tzname(normal, is_dst=False)
|
| 483 |
+
'NDT'
|
| 484 |
+
>>> tz.tzname(normal, is_dst=True)
|
| 485 |
+
'NDT'
|
| 486 |
+
|
| 487 |
+
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
| 488 |
+
|
| 489 |
+
>>> tz.tzname(ambiguous, is_dst=False)
|
| 490 |
+
'NST'
|
| 491 |
+
>>> tz.tzname(ambiguous, is_dst=True)
|
| 492 |
+
'NDT'
|
| 493 |
+
>>> try:
|
| 494 |
+
... tz.tzname(ambiguous)
|
| 495 |
+
... except AmbiguousTimeError:
|
| 496 |
+
... print('Ambiguous')
|
| 497 |
+
Ambiguous
|
| 498 |
+
'''
|
| 499 |
+
if dt is None:
|
| 500 |
+
return self.zone
|
| 501 |
+
elif dt.tzinfo is not self:
|
| 502 |
+
dt = self.localize(dt, is_dst)
|
| 503 |
+
return dt.tzinfo._tzname
|
| 504 |
+
else:
|
| 505 |
+
return self._tzname
|
| 506 |
+
|
| 507 |
+
def __repr__(self):
|
| 508 |
+
if self._dst:
|
| 509 |
+
dst = 'DST'
|
| 510 |
+
else:
|
| 511 |
+
dst = 'STD'
|
| 512 |
+
if self._utcoffset > _notime:
|
| 513 |
+
return '<DstTzInfo %r %s+%s %s>' % (
|
| 514 |
+
self.zone, self._tzname, self._utcoffset, dst
|
| 515 |
+
)
|
| 516 |
+
else:
|
| 517 |
+
return '<DstTzInfo %r %s%s %s>' % (
|
| 518 |
+
self.zone, self._tzname, self._utcoffset, dst
|
| 519 |
+
)
|
| 520 |
+
|
| 521 |
+
def __reduce__(self):
|
| 522 |
+
# Special pickle to zone remains a singleton and to cope with
|
| 523 |
+
# database changes.
|
| 524 |
+
return pytz._p, (
|
| 525 |
+
self.zone,
|
| 526 |
+
_to_seconds(self._utcoffset),
|
| 527 |
+
_to_seconds(self._dst),
|
| 528 |
+
self._tzname
|
| 529 |
+
)
|
| 530 |
+
|
| 531 |
+
|
| 532 |
+
def unpickler(zone, utcoffset=None, dstoffset=None, tzname=None):
|
| 533 |
+
"""Factory function for unpickling pytz tzinfo instances.
|
| 534 |
+
|
| 535 |
+
This is shared for both StaticTzInfo and DstTzInfo instances, because
|
| 536 |
+
database changes could cause a zones implementation to switch between
|
| 537 |
+
these two base classes and we can't break pickles on a pytz version
|
| 538 |
+
upgrade.
|
| 539 |
+
"""
|
| 540 |
+
# Raises a KeyError if zone no longer exists, which should never happen
|
| 541 |
+
# and would be a bug.
|
| 542 |
+
tz = pytz.timezone(zone)
|
| 543 |
+
|
| 544 |
+
# A StaticTzInfo - just return it
|
| 545 |
+
if utcoffset is None:
|
| 546 |
+
return tz
|
| 547 |
+
|
| 548 |
+
# This pickle was created from a DstTzInfo. We need to
|
| 549 |
+
# determine which of the list of tzinfo instances for this zone
|
| 550 |
+
# to use in order to restore the state of any datetime instances using
|
| 551 |
+
# it correctly.
|
| 552 |
+
utcoffset = memorized_timedelta(utcoffset)
|
| 553 |
+
dstoffset = memorized_timedelta(dstoffset)
|
| 554 |
+
try:
|
| 555 |
+
return tz._tzinfos[(utcoffset, dstoffset, tzname)]
|
| 556 |
+
except KeyError:
|
| 557 |
+
# The particular state requested in this timezone no longer exists.
|
| 558 |
+
# This indicates a corrupt pickle, or the timezone database has been
|
| 559 |
+
# corrected violently enough to make this particular
|
| 560 |
+
# (utcoffset,dstoffset) no longer exist in the zone, or the
|
| 561 |
+
# abbreviation has been changed.
|
| 562 |
+
pass
|
| 563 |
+
|
| 564 |
+
# See if we can find an entry differing only by tzname. Abbreviations
|
| 565 |
+
# get changed from the initial guess by the database maintainers to
|
| 566 |
+
# match reality when this information is discovered.
|
| 567 |
+
for localized_tz in tz._tzinfos.values():
|
| 568 |
+
if (localized_tz._utcoffset == utcoffset and
|
| 569 |
+
localized_tz._dst == dstoffset):
|
| 570 |
+
return localized_tz
|
| 571 |
+
|
| 572 |
+
# This (utcoffset, dstoffset) information has been removed from the
|
| 573 |
+
# zone. Add it back. This might occur when the database maintainers have
|
| 574 |
+
# corrected incorrect information. datetime instances using this
|
| 575 |
+
# incorrect information will continue to do so, exactly as they were
|
| 576 |
+
# before being pickled. This is purely an overly paranoid safety net - I
|
| 577 |
+
# doubt this will ever been needed in real life.
|
| 578 |
+
inf = (utcoffset, dstoffset, tzname)
|
| 579 |
+
tz._tzinfos[inf] = tz.__class__(inf, tz._tzinfos)
|
| 580 |
+
return tz._tzinfos[inf]
|
lib/python3.10/site-packages/pytz/zoneinfo/Japan
ADDED
|
Binary file (309 Bytes). View file
|
|
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/METADATA
ADDED
|
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: tensorflow-io-gcs-filesystem
|
| 3 |
+
Version: 0.37.1
|
| 4 |
+
Summary: TensorFlow IO
|
| 5 |
+
Home-page: https://github.com/tensorflow/io
|
| 6 |
+
Download-URL: https://github.com/tensorflow/io/tags
|
| 7 |
+
Author: Google Inc.
|
| 8 |
+
Author-email: opensource@google.com
|
| 9 |
+
Project-URL: Source, https://github.com/tensorflow/io
|
| 10 |
+
Project-URL: Bug Reports, https://github.com/tensorflow/io/issues
|
| 11 |
+
Project-URL: Documentation, https://tensorflow.org/io
|
| 12 |
+
Keywords: tensorflow io machine learning
|
| 13 |
+
Classifier: Development Status :: 4 - Beta
|
| 14 |
+
Classifier: Intended Audience :: Developers
|
| 15 |
+
Classifier: Intended Audience :: Education
|
| 16 |
+
Classifier: Intended Audience :: Science/Research
|
| 17 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
| 18 |
+
Classifier: Programming Language :: Python :: 3
|
| 19 |
+
Classifier: Programming Language :: Python :: 3.7
|
| 20 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 22 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 23 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 24 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 25 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
| 26 |
+
Classifier: Topic :: Scientific/Engineering
|
| 27 |
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
| 28 |
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
| 29 |
+
Classifier: Topic :: Software Development
|
| 30 |
+
Classifier: Topic :: Software Development :: Libraries
|
| 31 |
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
| 32 |
+
Requires-Python: >=3.7, <3.13
|
| 33 |
+
Description-Content-Type: text/markdown
|
| 34 |
+
License-File: LICENSE
|
| 35 |
+
Provides-Extra: tensorflow
|
| 36 |
+
Requires-Dist: tensorflow <2.17.0,>=2.16.0 ; extra == 'tensorflow'
|
| 37 |
+
Provides-Extra: tensorflow-aarch64
|
| 38 |
+
Requires-Dist: tensorflow-aarch64 <2.17.0,>=2.16.0 ; extra == 'tensorflow-aarch64'
|
| 39 |
+
Provides-Extra: tensorflow-cpu
|
| 40 |
+
Requires-Dist: tensorflow-cpu <2.17.0,>=2.16.0 ; extra == 'tensorflow-cpu'
|
| 41 |
+
Provides-Extra: tensorflow-gpu
|
| 42 |
+
Requires-Dist: tensorflow-gpu <2.17.0,>=2.16.0 ; extra == 'tensorflow-gpu'
|
| 43 |
+
Provides-Extra: tensorflow-rocm
|
| 44 |
+
Requires-Dist: tensorflow-rocm <2.17.0,>=2.16.0 ; extra == 'tensorflow-rocm'
|
| 45 |
+
|
| 46 |
+
<div align="center">
|
| 47 |
+
<img src="https://github.com/tensorflow/community/blob/master/sigs/logos/SIGIO.png" width="60%"><br><br>
|
| 48 |
+
</div>
|
| 49 |
+
|
| 50 |
+
-----------------
|
| 51 |
+
|
| 52 |
+
# TensorFlow I/O
|
| 53 |
+
|
| 54 |
+
[](https://github.com/tensorflow/io/actions?query=branch%3Amaster)
|
| 55 |
+
[](https://pypi.org/project/tensorflow-io/)
|
| 56 |
+
[](https://github.com/tensorflow/io/blob/master/LICENSE)
|
| 57 |
+
[](https://www.tensorflow.org/io)
|
| 58 |
+
|
| 59 |
+
TensorFlow I/O is a collection of file systems and file formats that are not
|
| 60 |
+
available in TensorFlow's built-in support. A full list of supported file systems
|
| 61 |
+
and file formats by TensorFlow I/O can be found [here](https://www.tensorflow.org/io/api_docs/python/tfio).
|
| 62 |
+
|
| 63 |
+
The use of tensorflow-io is straightforward with keras. Below is an example
|
| 64 |
+
to [Get Started with TensorFlow](https://www.tensorflow.org/tutorials/quickstart/beginner) with
|
| 65 |
+
the data processing aspect replaced by tensorflow-io:
|
| 66 |
+
|
| 67 |
+
```python
|
| 68 |
+
import tensorflow as tf
|
| 69 |
+
import tensorflow_io as tfio
|
| 70 |
+
|
| 71 |
+
# Read the MNIST data into the IODataset.
|
| 72 |
+
dataset_url = "https://storage.googleapis.com/cvdf-datasets/mnist/"
|
| 73 |
+
d_train = tfio.IODataset.from_mnist(
|
| 74 |
+
dataset_url + "train-images-idx3-ubyte.gz",
|
| 75 |
+
dataset_url + "train-labels-idx1-ubyte.gz",
|
| 76 |
+
)
|
| 77 |
+
|
| 78 |
+
# Shuffle the elements of the dataset.
|
| 79 |
+
d_train = d_train.shuffle(buffer_size=1024)
|
| 80 |
+
|
| 81 |
+
# By default image data is uint8, so convert to float32 using map().
|
| 82 |
+
d_train = d_train.map(lambda x, y: (tf.image.convert_image_dtype(x, tf.float32), y))
|
| 83 |
+
|
| 84 |
+
# prepare batches the data just like any other tf.data.Dataset
|
| 85 |
+
d_train = d_train.batch(32)
|
| 86 |
+
|
| 87 |
+
# Build the model.
|
| 88 |
+
model = tf.keras.models.Sequential(
|
| 89 |
+
[
|
| 90 |
+
tf.keras.layers.Flatten(input_shape=(28, 28)),
|
| 91 |
+
tf.keras.layers.Dense(512, activation=tf.nn.relu),
|
| 92 |
+
tf.keras.layers.Dropout(0.2),
|
| 93 |
+
tf.keras.layers.Dense(10, activation=tf.nn.softmax),
|
| 94 |
+
]
|
| 95 |
+
)
|
| 96 |
+
|
| 97 |
+
# Compile the model.
|
| 98 |
+
model.compile(
|
| 99 |
+
optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"]
|
| 100 |
+
)
|
| 101 |
+
|
| 102 |
+
# Fit the model.
|
| 103 |
+
model.fit(d_train, epochs=5, steps_per_epoch=200)
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
+
In the above [MNIST](http://yann.lecun.com/exdb/mnist/) example, the URL's
|
| 107 |
+
to access the dataset files are passed directly to the `tfio.IODataset.from_mnist` API call.
|
| 108 |
+
This is due to the inherent support that `tensorflow-io` provides for `HTTP`/`HTTPS` file system,
|
| 109 |
+
thus eliminating the need for downloading and saving datasets on a local directory.
|
| 110 |
+
|
| 111 |
+
NOTE: Since `tensorflow-io` is able to detect and uncompress the MNIST dataset automatically if needed,
|
| 112 |
+
we can pass the URL's for the compressed files (gzip) to the API call as is.
|
| 113 |
+
|
| 114 |
+
Please check the official [documentation](https://www.tensorflow.org/io) for more
|
| 115 |
+
detailed and interesting usages of the package.
|
| 116 |
+
|
| 117 |
+
## Installation
|
| 118 |
+
|
| 119 |
+
### Python Package
|
| 120 |
+
|
| 121 |
+
The `tensorflow-io` Python package can be installed with pip directly using:
|
| 122 |
+
```sh
|
| 123 |
+
$ pip install tensorflow-io
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
People who are a little more adventurous can also try our nightly binaries:
|
| 127 |
+
```sh
|
| 128 |
+
$ pip install tensorflow-io-nightly
|
| 129 |
+
```
|
| 130 |
+
|
| 131 |
+
To ensure you have a version of TensorFlow that is compatible with TensorFlow-IO,
|
| 132 |
+
you can specify the `tensorflow` extra requirement during install:
|
| 133 |
+
|
| 134 |
+
```
|
| 135 |
+
pip install tensorflow-io[tensorflow]
|
| 136 |
+
```
|
| 137 |
+
|
| 138 |
+
Similar extras exist for the `tensorflow-gpu`, `tensorflow-cpu` and `tensorflow-rocm`
|
| 139 |
+
packages.
|
| 140 |
+
|
| 141 |
+
### Docker Images
|
| 142 |
+
|
| 143 |
+
In addition to the pip packages, the docker images can be used to quickly get started.
|
| 144 |
+
|
| 145 |
+
For stable builds:
|
| 146 |
+
```sh
|
| 147 |
+
$ docker pull tfsigio/tfio:latest
|
| 148 |
+
$ docker run -it --rm --name tfio-latest tfsigio/tfio:latest
|
| 149 |
+
```
|
| 150 |
+
|
| 151 |
+
For nightly builds:
|
| 152 |
+
```sh
|
| 153 |
+
$ docker pull tfsigio/tfio:nightly
|
| 154 |
+
$ docker run -it --rm --name tfio-nightly tfsigio/tfio:nightly
|
| 155 |
+
```
|
| 156 |
+
|
| 157 |
+
### R Package
|
| 158 |
+
|
| 159 |
+
Once the `tensorflow-io` Python package has been successfully installed, you
|
| 160 |
+
can install the development version of the R package from GitHub via the following:
|
| 161 |
+
```r
|
| 162 |
+
if (!require("remotes")) install.packages("remotes")
|
| 163 |
+
remotes::install_github("tensorflow/io", subdir = "R-package")
|
| 164 |
+
```
|
| 165 |
+
|
| 166 |
+
### TensorFlow Version Compatibility
|
| 167 |
+
|
| 168 |
+
To ensure compatibility with TensorFlow, it is recommended to install a matching
|
| 169 |
+
version of TensorFlow I/O according to the table below. You can find the list
|
| 170 |
+
of releases [here](https://github.com/tensorflow/io/releases).
|
| 171 |
+
|
| 172 |
+
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
|
| 173 |
+
| --- | --- | --- |
|
| 174 |
+
| 0.37.1 | 2.16.x | Jul 01, 2024 |
|
| 175 |
+
| 0.37.0 | 2.16.x | Apr 25, 2024 |
|
| 176 |
+
| 0.36.0 | 2.15.x | Feb 02, 2024 |
|
| 177 |
+
| 0.35.0 | 2.14.x | Dec 18, 2023 |
|
| 178 |
+
| 0.34.0 | 2.13.x | Sep 08, 2023 |
|
| 179 |
+
| 0.33.0 | 2.13.x | Aug 01, 2023 |
|
| 180 |
+
| 0.32.0 | 2.12.x | Mar 28, 2023 |
|
| 181 |
+
| 0.31.0 | 2.11.x | Feb 25, 2023 |
|
| 182 |
+
| 0.30.0 | 2.11.x | Jan 20, 2023 |
|
| 183 |
+
| 0.29.0 | 2.11.x | Dec 18, 2022 |
|
| 184 |
+
| 0.28.0 | 2.11.x | Nov 21, 2022 |
|
| 185 |
+
| 0.27.0 | 2.10.x | Sep 08, 2022 |
|
| 186 |
+
| 0.26.0 | 2.9.x | May 17, 2022 |
|
| 187 |
+
| 0.25.0 | 2.8.x | Apr 19, 2022 |
|
| 188 |
+
| 0.24.0 | 2.8.x | Feb 04, 2022 |
|
| 189 |
+
| 0.23.1 | 2.7.x | Dec 15, 2021 |
|
| 190 |
+
| 0.23.0 | 2.7.x | Dec 14, 2021 |
|
| 191 |
+
| 0.22.0 | 2.7.x | Nov 10, 2021 |
|
| 192 |
+
| 0.21.0 | 2.6.x | Sep 12, 2021 |
|
| 193 |
+
| 0.20.0 | 2.6.x | Aug 11, 2021 |
|
| 194 |
+
| 0.19.1 | 2.5.x | Jul 25, 2021 |
|
| 195 |
+
| 0.19.0 | 2.5.x | Jun 25, 2021 |
|
| 196 |
+
| 0.18.0 | 2.5.x | May 13, 2021 |
|
| 197 |
+
| 0.17.1 | 2.4.x | Apr 16, 2021 |
|
| 198 |
+
| 0.17.0 | 2.4.x | Dec 14, 2020 |
|
| 199 |
+
| 0.16.0 | 2.3.x | Oct 23, 2020 |
|
| 200 |
+
| 0.15.0 | 2.3.x | Aug 03, 2020 |
|
| 201 |
+
| 0.14.0 | 2.2.x | Jul 08, 2020 |
|
| 202 |
+
| 0.13.0 | 2.2.x | May 10, 2020 |
|
| 203 |
+
| 0.12.0 | 2.1.x | Feb 28, 2020 |
|
| 204 |
+
| 0.11.0 | 2.1.x | Jan 10, 2020 |
|
| 205 |
+
| 0.10.0 | 2.0.x | Dec 05, 2019 |
|
| 206 |
+
| 0.9.1 | 2.0.x | Nov 15, 2019 |
|
| 207 |
+
| 0.9.0 | 2.0.x | Oct 18, 2019 |
|
| 208 |
+
| 0.8.1 | 1.15.x | Nov 15, 2019 |
|
| 209 |
+
| 0.8.0 | 1.15.x | Oct 17, 2019 |
|
| 210 |
+
| 0.7.2 | 1.14.x | Nov 15, 2019 |
|
| 211 |
+
| 0.7.1 | 1.14.x | Oct 18, 2019 |
|
| 212 |
+
| 0.7.0 | 1.14.x | Jul 14, 2019 |
|
| 213 |
+
| 0.6.0 | 1.13.x | May 29, 2019 |
|
| 214 |
+
| 0.5.0 | 1.13.x | Apr 12, 2019 |
|
| 215 |
+
| 0.4.0 | 1.13.x | Mar 01, 2019 |
|
| 216 |
+
| 0.3.0 | 1.12.0 | Feb 15, 2019 |
|
| 217 |
+
| 0.2.0 | 1.12.0 | Jan 29, 2019 |
|
| 218 |
+
| 0.1.0 | 1.12.0 | Dec 16, 2018 |
|
| 219 |
+
|
| 220 |
+
|
| 221 |
+
## Performance Benchmarking
|
| 222 |
+
|
| 223 |
+
We use [github-pages](https://tensorflow.github.io/io/dev/bench/) to document the results of API performance benchmarks. The benchmark job is triggered on every commit to `master` branch and
|
| 224 |
+
facilitates tracking performance w.r.t commits.
|
| 225 |
+
|
| 226 |
+
## Contributing
|
| 227 |
+
|
| 228 |
+
Tensorflow I/O is a community led open source project. As such, the project
|
| 229 |
+
depends on public contributions, bug-fixes, and documentation. Please see:
|
| 230 |
+
|
| 231 |
+
- [contribution guidelines](CONTRIBUTING.md) for a guide on how to contribute.
|
| 232 |
+
- [development doc](docs/development.md) for instructions on the development environment setup.
|
| 233 |
+
- [tutorials](docs/tutorials) for a list of tutorial notebooks and instructions on how to write one.
|
| 234 |
+
|
| 235 |
+
### Build Status and CI
|
| 236 |
+
|
| 237 |
+
| Build | Status |
|
| 238 |
+
| --- | --- |
|
| 239 |
+
| Linux CPU Python 2 | [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/io/ubuntu-py2.html) |
|
| 240 |
+
| Linux CPU Python 3 | [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/io/ubuntu-py3.html) |
|
| 241 |
+
| Linux GPU Python 2| [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/io/ubuntu-gpu-py2.html) |
|
| 242 |
+
| Linux GPU Python 3| [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/io/ubuntu-gpu-py3.html) |
|
| 243 |
+
|
| 244 |
+
Because of manylinux2010 requirement, TensorFlow I/O is built with
|
| 245 |
+
Ubuntu:16.04 + Developer Toolset 7 (GCC 7.3) on Linux. Configuration
|
| 246 |
+
with Ubuntu 16.04 with Developer Toolset 7 is not exactly straightforward.
|
| 247 |
+
If the system have docker installed, then the following command
|
| 248 |
+
will automatically build manylinux2010 compatible whl package:
|
| 249 |
+
|
| 250 |
+
```sh
|
| 251 |
+
#!/usr/bin/env bash
|
| 252 |
+
|
| 253 |
+
ls dist/*
|
| 254 |
+
for f in dist/*.whl; do
|
| 255 |
+
docker run -i --rm -v $PWD:/v -w /v --net=host quay.io/pypa/manylinux2010_x86_64 bash -x -e /v/tools/build/auditwheel repair --plat manylinux2010_x86_64 $f
|
| 256 |
+
done
|
| 257 |
+
sudo chown -R $(id -nu):$(id -ng) .
|
| 258 |
+
ls wheelhouse/*
|
| 259 |
+
```
|
| 260 |
+
|
| 261 |
+
It takes some time to build, but once complete, there will be python
|
| 262 |
+
`3.5`, `3.6`, `3.7` compatible whl packages available in `wheelhouse`
|
| 263 |
+
directory.
|
| 264 |
+
|
| 265 |
+
On macOS, the same command could be used. However, the script expects `python` in shell
|
| 266 |
+
and will only generate a whl package that matches the version of `python` in shell. If
|
| 267 |
+
you want to build a whl package for a specific python then you have to alias this version
|
| 268 |
+
of python to `python` in shell. See [.github/workflows/build.yml](.github/workflows/build.yml)
|
| 269 |
+
Auditwheel step for instructions how to do that.
|
| 270 |
+
|
| 271 |
+
Note the above command is also the command we use when releasing packages for Linux and macOS.
|
| 272 |
+
|
| 273 |
+
TensorFlow I/O uses both GitHub Workflows and Google CI (Kokoro) for continuous integration.
|
| 274 |
+
GitHub Workflows is used for macOS build and test. Kokoro is used for Linux build and test.
|
| 275 |
+
Again, because of the manylinux2010 requirement, on Linux whl packages are always
|
| 276 |
+
built with Ubuntu 16.04 + Developer Toolset 7. Tests are done on a variatiy of systems
|
| 277 |
+
with different python3 versions to ensure a good coverage:
|
| 278 |
+
|
| 279 |
+
| Python | Ubuntu 18.04| Ubuntu 20.04 | macOS + osx9 | Windows-2019 |
|
| 280 |
+
| ------- | ----- | ------- | ------- | --------- |
|
| 281 |
+
| 2.7 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A |
|
| 282 |
+
| 3.7 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
| 283 |
+
| 3.8 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
| 284 |
+
|
| 285 |
+
|
| 286 |
+
TensorFlow I/O has integrations with many systems and cloud vendors such as
|
| 287 |
+
Prometheus, Apache Kafka, Apache Ignite, Google Cloud PubSub, AWS Kinesis,
|
| 288 |
+
Microsoft Azure Storage, Alibaba Cloud OSS etc.
|
| 289 |
+
|
| 290 |
+
We tried our best to test against those systems in our continuous integration
|
| 291 |
+
whenever possible. Some tests such as Prometheus, Kafka, and Ignite
|
| 292 |
+
are done with live systems, meaning we install Prometheus/Kafka/Ignite on CI machine before
|
| 293 |
+
the test is run. Some tests such as Kinesis, PubSub, and Azure Storage are done
|
| 294 |
+
through official or non-official emulators. Offline tests are also performed whenever
|
| 295 |
+
possible, though systems covered through offine tests may not have the same
|
| 296 |
+
level of coverage as live systems or emulators.
|
| 297 |
+
|
| 298 |
+
|
| 299 |
+
| | Live System | Emulator| CI Integration | Offline |
|
| 300 |
+
| ------- | ----- | ----- | ----- | ----- |
|
| 301 |
+
| Apache Kafka | :heavy_check_mark: | | :heavy_check_mark:| |
|
| 302 |
+
| Apache Ignite | :heavy_check_mark: | |:heavy_check_mark:| |
|
| 303 |
+
| Prometheus | :heavy_check_mark: | |:heavy_check_mark:| |
|
| 304 |
+
| Google PubSub | | :heavy_check_mark: |:heavy_check_mark:| |
|
| 305 |
+
| Azure Storage | | :heavy_check_mark: |:heavy_check_mark:| |
|
| 306 |
+
| AWS Kinesis | | :heavy_check_mark: |:heavy_check_mark:| |
|
| 307 |
+
| Alibaba Cloud OSS | | | | :heavy_check_mark: |
|
| 308 |
+
| Google BigTable/BigQuery | | to be added | | |
|
| 309 |
+
| Elasticsearch (experimental) | :heavy_check_mark: | |:heavy_check_mark:| |
|
| 310 |
+
| MongoDB (experimental) | :heavy_check_mark: | |:heavy_check_mark:| |
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
References for emulators:
|
| 314 |
+
- Official [PubSub Emulator](https://cloud.google.com/sdk/gcloud/reference/beta/emulators/pubsub/) by Google Cloud for Cloud PubSub.
|
| 315 |
+
- Official [Azurite Emulator](https://github.com/Azure/Azurite) by Azure for Azure Storage.
|
| 316 |
+
- None-official [LocalStack emulator](https://github.com/localstack/localstack) by LocalStack for AWS Kinesis.
|
| 317 |
+
|
| 318 |
+
|
| 319 |
+
## Community
|
| 320 |
+
|
| 321 |
+
* SIG IO [Google Group](https://groups.google.com/a/tensorflow.org/forum/#!forum/io) and mailing list: [io@tensorflow.org](io@tensorflow.org)
|
| 322 |
+
* SIG IO [Monthly Meeting Notes](https://docs.google.com/document/d/1CB51yJxns5WA4Ylv89D-a5qReiGTC0GYum6DU-9nKGo/edit)
|
| 323 |
+
* Gitter room: [tensorflow/sig-io](https://gitter.im/tensorflow/sig-io)
|
| 324 |
+
|
| 325 |
+
## Additional Information
|
| 326 |
+
|
| 327 |
+
* [Streaming Machine Learning with Tiered Storage and Without a Data Lake](https://www.confluent.io/blog/streaming-machine-learning-with-tiered-storage/) - [Kai Waehner](https://github.com/kaiwaehner)
|
| 328 |
+
* [TensorFlow with Apache Arrow Datasets](https://medium.com/tensorflow/tensorflow-with-apache-arrow-datasets-cdbcfe80a59f) - [Bryan Cutler](https://github.com/BryanCutler)
|
| 329 |
+
* [How to build a custom Dataset for Tensorflow](https://towardsdatascience.com/how-to-build-a-custom-dataset-for-tensorflow-1fe3967544d8) - [Ivelin Ivanov](https://github.com/ivelin)
|
| 330 |
+
* [TensorFlow on Apache Ignite](https://medium.com/tensorflow/tensorflow-on-apache-ignite-99f1fc60efeb) - [Anton Dmitriev](https://github.com/dmitrievanthony)
|
| 331 |
+
|
| 332 |
+
## License
|
| 333 |
+
|
| 334 |
+
[Apache License 2.0](LICENSE)
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/RECORD
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 2 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
| 3 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/METADATA,sha256=bwKZdcG9RshdhrNz5Kt2wT9jOkTCT_rFGH1_5CqcbBU,14771
|
| 4 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/RECORD,,
|
| 5 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/WHEEL,sha256=CzQQWV-lNyM92gr3iaBk8dvO35YDHRxgzkZ-dxumUIM,152
|
| 7 |
+
tensorflow_io_gcs_filesystem-0.37.1.dist-info/top_level.txt,sha256=_D7B2mO0SFfak31jmeq5hQuWnU0EKPfSjC_DmAWGnMw,29
|
| 8 |
+
tensorflow_io_gcs_filesystem/__init__.py,sha256=OPfiu9GzEKFL5sWrEOxTJA_65Pn-YMlQd4OTARJ-ej0,792
|
| 9 |
+
tensorflow_io_gcs_filesystem/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 10 |
+
tensorflow_io_gcs_filesystem/core/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 11 |
+
tensorflow_io_gcs_filesystem/core/python/ops/__init__.py,sha256=s09upE5CuuuGq7RdwDfPUWixnre5MSXA2x_hesrY_Bc,2502
|
| 12 |
+
tensorflow_io_gcs_filesystem/core/python/ops/libtensorflow_io_gcs_filesystem.so,sha256=-hcjkVZ2bfpTts2p7kOE_1vdcvYBNCxy4MQrLYmanoE,20671000
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/REQUESTED
ADDED
|
File without changes
|
lib/python3.10/site-packages/tensorflow_io_gcs_filesystem-0.37.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.43.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp310-cp310-manylinux2014_x86_64
|
| 6 |
+
|