Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- videollama2/lib/python3.10/site-packages/blobfile/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_azure.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_ops.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_xml.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/INSTALLER +1 -0
- videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/METADATA +50 -0
- videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/WHEEL +6 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/LICENSE.txt +0 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/NOTICE.txt +84 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/RECORD +925 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/REQUESTED +0 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/WHEEL +5 -0
- videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/top_level.txt +6 -0
- videollama2/lib/python3.10/site-packages/svgwrite/data/__pycache__/svgparser.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__init__.py +5 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__main__.py +4 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/__main__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/_subprocess.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/_types.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/config.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/importer.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/logging.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/server.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/_subprocess.py +84 -0
- videollama2/lib/python3.10/site-packages/uvicorn/_types.py +293 -0
- videollama2/lib/python3.10/site-packages/uvicorn/config.py +529 -0
- videollama2/lib/python3.10/site-packages/uvicorn/importer.py +34 -0
- videollama2/lib/python3.10/site-packages/uvicorn/logging.py +117 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/__init__.py +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/asyncio.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/auto.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/uvloop.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/asyncio.py +10 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/auto.py +11 -0
- videollama2/lib/python3.10/site-packages/uvicorn/loops/uvloop.py +7 -0
- videollama2/lib/python3.10/site-packages/uvicorn/main.py +589 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__init__.py +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/asgi2.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/message_logger.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/proxy_headers.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/wsgi.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/asgi2.py +15 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/message_logger.py +87 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py +70 -0
- videollama2/lib/python3.10/site-packages/uvicorn/middleware/wsgi.py +200 -0
- videollama2/lib/python3.10/site-packages/uvicorn/protocols/__init__.py +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/protocols/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/uvicorn/protocols/__pycache__/utils.cpython-310.pyc +0 -0
videollama2/lib/python3.10/site-packages/blobfile/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (1.37 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_azure.cpython-310.pyc
ADDED
|
Binary file (38.4 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_ops.cpython-310.pyc
ADDED
|
Binary file (14.5 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/blobfile/__pycache__/_xml.cpython-310.pyc
ADDED
|
Binary file (2.2 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: markdown2
|
| 3 |
+
Version: 2.5.0
|
| 4 |
+
Summary: A fast and complete Python implementation of Markdown
|
| 5 |
+
Home-page: https://github.com/trentm/python-markdown2
|
| 6 |
+
Author: Trent Mick
|
| 7 |
+
Author-email: trentm@gmail.com
|
| 8 |
+
Maintainer: Trent Mick
|
| 9 |
+
Maintainer-email: trentm@gmail.com
|
| 10 |
+
License: MIT
|
| 11 |
+
Platform: any
|
| 12 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 13 |
+
Classifier: Intended Audience :: Developers
|
| 14 |
+
Classifier: License :: OSI Approved :: MIT License
|
| 15 |
+
Classifier: Programming Language :: Python
|
| 16 |
+
Classifier: Programming Language :: Python :: 3
|
| 17 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 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: Operating System :: OS Independent
|
| 23 |
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
| 24 |
+
Classifier: Topic :: Software Development :: Documentation
|
| 25 |
+
Classifier: Topic :: Text Processing :: Filters
|
| 26 |
+
Classifier: Topic :: Text Processing :: Markup :: HTML
|
| 27 |
+
Requires-Python: >=3.8, <4
|
| 28 |
+
Provides-Extra: all
|
| 29 |
+
Requires-Dist: pygments (>=2.7.3) ; extra == 'all'
|
| 30 |
+
Requires-Dist: wavedrom ; (python_version >= "3.7") and extra == 'all'
|
| 31 |
+
Requires-Dist: latex2mathml ; (python_version >= "3.8.1") and extra == 'all'
|
| 32 |
+
Provides-Extra: code_syntax_highlighting
|
| 33 |
+
Requires-Dist: pygments (>=2.7.3) ; extra == 'code_syntax_highlighting'
|
| 34 |
+
Provides-Extra: latex
|
| 35 |
+
Requires-Dist: latex2mathml ; (python_version >= "3.8.1") and extra == 'latex'
|
| 36 |
+
Provides-Extra: wavedrom
|
| 37 |
+
Requires-Dist: wavedrom ; (python_version >= "3.7") and extra == 'wavedrom'
|
| 38 |
+
|
| 39 |
+
markdown2: A fast and complete Python implementation of Markdown.
|
| 40 |
+
|
| 41 |
+
Markdown is a text-to-HTML filter; it translates an easy-to-read /
|
| 42 |
+
easy-to-write structured text format into HTML. Markdown's text
|
| 43 |
+
format is most similar to that of plain text email, and supports
|
| 44 |
+
features such as headers, *emphasis*, code blocks, blockquotes, and
|
| 45 |
+
links. -- http://daringfireball.net/projects/markdown/
|
| 46 |
+
|
| 47 |
+
This is a fast and complete Python implementation of the Markdown
|
| 48 |
+
spec. See http://github.com/trentm/python-markdown2 for more info.
|
| 49 |
+
|
| 50 |
+
|
videollama2/lib/python3.10/site-packages/markdown2-2.5.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.37.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py2-none-any
|
| 5 |
+
Tag: py3-none-any
|
| 6 |
+
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/LICENSE.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.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
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,925 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
benchmarks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
| 2 |
+
benchmarks/__pycache__/__init__.cpython-310.pyc,,
|
| 3 |
+
benchmarks/__pycache__/array_ops.cpython-310.pyc,,
|
| 4 |
+
benchmarks/__pycache__/common.cpython-310.pyc,,
|
| 5 |
+
benchmarks/__pycache__/convert_builtins.cpython-310.pyc,,
|
| 6 |
+
benchmarks/__pycache__/convert_pandas.cpython-310.pyc,,
|
| 7 |
+
benchmarks/__pycache__/io.cpython-310.pyc,,
|
| 8 |
+
benchmarks/__pycache__/microbenchmarks.cpython-310.pyc,,
|
| 9 |
+
benchmarks/__pycache__/parquet.cpython-310.pyc,,
|
| 10 |
+
benchmarks/__pycache__/streaming.cpython-310.pyc,,
|
| 11 |
+
benchmarks/array_ops.py,sha256=egMtZ-vO097YeiXjn89iGZFRvyZqMYrdzSJ5n72ymW0,1169
|
| 12 |
+
benchmarks/common.py,sha256=8CDCTfDvEFk8CnW2uQn1oF2sQwmkksvc7FaS9idMs6c,12573
|
| 13 |
+
benchmarks/convert_builtins.py,sha256=-hZzRAc1iB53bEazyma7K87SPQ1BSUlpfEQgxJSyB6w,2658
|
| 14 |
+
benchmarks/convert_pandas.py,sha256=WL-zWtMpQ6ZfwvR-mpXSYglcFZS_OmkqVnWeuyqnIVI,3338
|
| 15 |
+
benchmarks/io.py,sha256=-tyrXAwi7IS4uUXlQNYzdmN4lv5_NEJuDRu9oxO0gmM,2674
|
| 16 |
+
benchmarks/microbenchmarks.py,sha256=lfuZPXvHQXFcXssFR8KWRE08u-oiLaihbjeqW3PSbkU,1588
|
| 17 |
+
benchmarks/parquet.py,sha256=sEwvjRhyswqzXCb88v-iSKBlfzI1vj-2JRmZTSSXD5w,4360
|
| 18 |
+
benchmarks/streaming.py,sha256=OKsfMisVyqrDTwVET0-4ymWELoOzv5AsWfwkqewFNLQ,2540
|
| 19 |
+
cmake_modules/AWSSDKVariables.cmake,sha256=WTXgQ3rTTau_CsKrM5h57Fzgc2qvFO2d0udnFGkTxkQ,11438
|
| 20 |
+
cmake_modules/BuildUtils.cmake,sha256=T3FMVPsrCkiucxy9A8eofkDVureZpyiT7ZxD2gszpqo,34431
|
| 21 |
+
cmake_modules/DefineOptions.cmake,sha256=SkhcchIFGU2sz0u7Z0iQFzkB1MTLV2ApwPM9O130rsQ,29139
|
| 22 |
+
cmake_modules/FindAWSSDKAlt.cmake,sha256=_8mlLiSO_pSEXOXXIsbu9iZjrz0lNg0xm8678-ngZW0,1874
|
| 23 |
+
cmake_modules/FindAzure.cmake,sha256=0z5v88JlUnEkC3kSYo2oYAuWTkuRsJ0lpGuVuupE45E,1628
|
| 24 |
+
cmake_modules/FindBrotliAlt.cmake,sha256=ZaTzOfnELN3obGmq4Hl0ViJS5tcg_1pGEVmYGnDjn_0,6800
|
| 25 |
+
cmake_modules/FindClangTools.cmake,sha256=P2bIDqjiZvhpnxBGkAK6VtAYzdP9q_Ji97-ag32rcJ4,4403
|
| 26 |
+
cmake_modules/FindGTestAlt.cmake,sha256=qi5GaDaKS0tsj2Xe5lWG6PlsORJl4oqCdhP3AsXcGhk,2799
|
| 27 |
+
cmake_modules/FindInferTools.cmake,sha256=RLwr8x3wZV9d0zPsggrJMpVvJH56viNSrfSAeBp1RB8,1487
|
| 28 |
+
cmake_modules/FindLLVMAlt.cmake,sha256=nHZ_hacfLY1D4jPc-u8OPj7-CzQJ7CMVoNsvmq_uDxU,4634
|
| 29 |
+
cmake_modules/FindOpenSSLAlt.cmake,sha256=4NRGMRIz1z3_ZmdkutJar3vMdOYkbSxYAeOogDlM28A,1846
|
| 30 |
+
cmake_modules/FindProtobufAlt.cmake,sha256=_Z8sTiFU4NehJXe1dtjapioPiGiaVXYo8lzOeF8_rF0,2213
|
| 31 |
+
cmake_modules/FindPython3Alt.cmake,sha256=4g-5sBtZ1CviT6-wR-NOLGrBnZv69IcuZGsV5PcFSSg,3273
|
| 32 |
+
cmake_modules/FindRapidJSONAlt.cmake,sha256=Xw6xYi6E16G2kceLou7fuICsp4RaDbxigr7nVI97-uU,3566
|
| 33 |
+
cmake_modules/FindSQLite3Alt.cmake,sha256=yKmz5zmLc054m83IBS3DI60kACDSEFAoRfvJ3W6Fs6U,1735
|
| 34 |
+
cmake_modules/FindSnappyAlt.cmake,sha256=iXX5AWL6TRBzkZnAHBz2Bji1Psxx8PLq6jbHMdJZv8o,3658
|
| 35 |
+
cmake_modules/FindThriftAlt.cmake,sha256=G8slq4uirBoJcFTMqN9LO437MPGUdJND8LjRhWFOMI0,7040
|
| 36 |
+
cmake_modules/Findc-aresAlt.cmake,sha256=SK84wV4XggFPYSpRAJyCLXseR27bC2BN3yNZuvaIzms,2741
|
| 37 |
+
cmake_modules/FindgRPCAlt.cmake,sha256=pjjPYzoeNUwC1PuRZlXZWDXTJ8YlIQjTotCC8YAd7vk,4311
|
| 38 |
+
cmake_modules/FindgflagsAlt.cmake,sha256=bia5Vr47kRkB0jsKwNlSWV_ceWJ9FGySlpz-uw5F0yg,2123
|
| 39 |
+
cmake_modules/FindglogAlt.cmake,sha256=d8IyhhbljAK0woVdXvWBguX0tECQlR3t77VYFrb1Tcs,2388
|
| 40 |
+
cmake_modules/FindjemallocAlt.cmake,sha256=P0kcwemKMBq7XJHGC8eN8vuKbYZREtJ58w3Yf0skQz4,3640
|
| 41 |
+
cmake_modules/Findlibrados.cmake,sha256=gAHrtTuQrF068aVKKxyxq0LoRzy-K4ZbOoRFDbNyw50,1463
|
| 42 |
+
cmake_modules/Findlz4Alt.cmake,sha256=gG9WsuN8jdaE4vaMLmw17MsCDx-vQsPuHlvb2UhFVv4,3474
|
| 43 |
+
cmake_modules/FindorcAlt.cmake,sha256=rpTACiCnBUx3QoJFtJ14SkkZnwHdfMu7fF3TeRZnDHk,2520
|
| 44 |
+
cmake_modules/Findre2Alt.cmake,sha256=rIJf0D5PG2kANajr9rqi6f2G7VKts4YdrL2paqlo-MY,3261
|
| 45 |
+
cmake_modules/Findutf8proc.cmake,sha256=_05xlQfs-eUn-d4nOd-7ZtmRyPoi80MA4RQEMlVKmeQ,4573
|
| 46 |
+
cmake_modules/FindzstdAlt.cmake,sha256=DdCQFYH1kbiIMrmUHafJrtgU0RvRkyWiFUX-8A9H0hc,5077
|
| 47 |
+
cmake_modules/GandivaAddBitcode.cmake,sha256=g4gCs2V04hDO-k78tLoQzht3TyNyqkICTsjNQjH9-Fo,2784
|
| 48 |
+
cmake_modules/SetupCxxFlags.cmake,sha256=1Nx0sBGIJBxp3afusx-65eLL1ImqhREpHn54myvsaLg,35176
|
| 49 |
+
cmake_modules/ThirdpartyToolchain.cmake,sha256=BqXRPr6cufoEOg8ZUoWBX7l82hFPbcvHCdZ9gWVNnRM,223122
|
| 50 |
+
cmake_modules/UseCython.cmake,sha256=X5pX9vTI9VA-IuytGIspwX7OTx0rCExu5ZUbQ1Lxx00,6782
|
| 51 |
+
cmake_modules/Usevcpkg.cmake,sha256=T30dG-UcISCK_K5LV_Zy5Umxfjt-8ZocPetxf4MYEdY,9052
|
| 52 |
+
cmake_modules/aws_sdk_cpp_generate_variables.sh,sha256=pZ2cZEo0p1NSiUvJyLMw_nHd54k1TXnpYsYp1yKR0h4,2491
|
| 53 |
+
cmake_modules/san-config.cmake,sha256=6QdvIlumbrbHFloXje2JVk-28b6BLN-r-_Nc34x8bvY,5425
|
| 54 |
+
cmake_modules/snappy.diff,sha256=W1rnw-jEq4UkfAXosqhQpPWFutEj1W0_c07HXVRM2Y4,1052
|
| 55 |
+
examples/dataset/__pycache__/write_dataset_encrypted.cpython-310.pyc,,
|
| 56 |
+
examples/dataset/write_dataset_encrypted.py,sha256=U37dIzT84Kui0yROX-PNSF5hXnHtkatBap4q14T82zc,3393
|
| 57 |
+
examples/flight/__pycache__/client.cpython-310.pyc,,
|
| 58 |
+
examples/flight/__pycache__/middleware.cpython-310.pyc,,
|
| 59 |
+
examples/flight/__pycache__/server.cpython-310.pyc,,
|
| 60 |
+
examples/flight/client.py,sha256=3wAo416_g8a2t4nQyTNyRni2lnYJHS7lMQWcYGWK7zg,6791
|
| 61 |
+
examples/flight/middleware.py,sha256=McjxRQMrax2wFJ5s3LBIed2SP0IQYUdJvGFUDOVNpzA,5409
|
| 62 |
+
examples/flight/server.py,sha256=I7tALovFvJkaNmX73e9qr1LV3GIe26vIJl7Ktl4CArk,5776
|
| 63 |
+
examples/parquet_encryption/__pycache__/sample_vault_kms_client.cpython-310.pyc,,
|
| 64 |
+
examples/parquet_encryption/sample_vault_kms_client.py,sha256=6kO2KF8WSPyQ4Dy7h3dC-0_y0SFFY7tnOoCCqyp-rms,5989
|
| 65 |
+
pyarrow-17.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 66 |
+
pyarrow-17.0.0.dist-info/LICENSE.txt,sha256=Ip2-KeThNE6VFy9vOkJ37A2lx4UMsDiXxH86JLevzgg,110423
|
| 67 |
+
pyarrow-17.0.0.dist-info/METADATA,sha256=4w3quji6bBvvYzfyWoynoM4jK39om8TLgUZ-L-RNmYk,3321
|
| 68 |
+
pyarrow-17.0.0.dist-info/NOTICE.txt,sha256=ti6iQmQtOhjx4psMH-CCQVppQ_4VjuIrSM_zdi81QAk,3032
|
| 69 |
+
pyarrow-17.0.0.dist-info/RECORD,,
|
| 70 |
+
pyarrow-17.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 71 |
+
pyarrow-17.0.0.dist-info/WHEEL,sha256=zL8QdYpn40L5zyQJMSDc8czZQHX1BqCvPZ3z2rz6kD0,114
|
| 72 |
+
pyarrow-17.0.0.dist-info/top_level.txt,sha256=o6YNEP8A-TwT0n3Icw5U4s5nr_n4ICXxaC4EVfz1wMM,60
|
| 73 |
+
pyarrow/__init__.pxd,sha256=Wnar1phFqM_ZHnZmtbuqm6wJHsXlBoYKhV7Qmo2jUHA,2195
|
| 74 |
+
pyarrow/__init__.py,sha256=0BXniZhwl0raQnpny9-YAT4_g6qOtUUGe6tBmAZ0CiY,17891
|
| 75 |
+
pyarrow/__pycache__/__init__.cpython-310.pyc,,
|
| 76 |
+
pyarrow/__pycache__/_compute_docstrings.cpython-310.pyc,,
|
| 77 |
+
pyarrow/__pycache__/_generated_version.cpython-310.pyc,,
|
| 78 |
+
pyarrow/__pycache__/acero.cpython-310.pyc,,
|
| 79 |
+
pyarrow/__pycache__/benchmark.cpython-310.pyc,,
|
| 80 |
+
pyarrow/__pycache__/cffi.cpython-310.pyc,,
|
| 81 |
+
pyarrow/__pycache__/compute.cpython-310.pyc,,
|
| 82 |
+
pyarrow/__pycache__/conftest.cpython-310.pyc,,
|
| 83 |
+
pyarrow/__pycache__/csv.cpython-310.pyc,,
|
| 84 |
+
pyarrow/__pycache__/cuda.cpython-310.pyc,,
|
| 85 |
+
pyarrow/__pycache__/dataset.cpython-310.pyc,,
|
| 86 |
+
pyarrow/__pycache__/feather.cpython-310.pyc,,
|
| 87 |
+
pyarrow/__pycache__/flight.cpython-310.pyc,,
|
| 88 |
+
pyarrow/__pycache__/fs.cpython-310.pyc,,
|
| 89 |
+
pyarrow/__pycache__/ipc.cpython-310.pyc,,
|
| 90 |
+
pyarrow/__pycache__/json.cpython-310.pyc,,
|
| 91 |
+
pyarrow/__pycache__/jvm.cpython-310.pyc,,
|
| 92 |
+
pyarrow/__pycache__/orc.cpython-310.pyc,,
|
| 93 |
+
pyarrow/__pycache__/pandas_compat.cpython-310.pyc,,
|
| 94 |
+
pyarrow/__pycache__/substrait.cpython-310.pyc,,
|
| 95 |
+
pyarrow/__pycache__/types.cpython-310.pyc,,
|
| 96 |
+
pyarrow/__pycache__/util.cpython-310.pyc,,
|
| 97 |
+
pyarrow/_acero.cpython-310-x86_64-linux-gnu.so,sha256=c4W2L1ukOUGW09lvHwgKzWDdzjNPkSLKC0qVCddQHSs,320624
|
| 98 |
+
pyarrow/_acero.pxd,sha256=5ish_GgGWvit4ebhzoZil7b-m0r2RuG5JwYoxsH34FI,1440
|
| 99 |
+
pyarrow/_acero.pyx,sha256=56orFsG2ksoP4C0DPIa-ruQxQRCC489lYlHkGJIh1zY,21301
|
| 100 |
+
pyarrow/_azurefs.cpython-310-x86_64-linux-gnu.so,sha256=SIF12KMC79AYAnSx-X_LXakPaLRVOhzlFodgm_DQ-oE,105208
|
| 101 |
+
pyarrow/_azurefs.pyx,sha256=ezGU_z3kIw2r14YAB4yogaxMssJXikcxajz4dZSez1k,5909
|
| 102 |
+
pyarrow/_compute.cpython-310-x86_64-linux-gnu.so,sha256=8xeuJwC92kOM5HmtcBgf2K-0FVE7e6zU3QD1xUpgYFo,1348256
|
| 103 |
+
pyarrow/_compute.pxd,sha256=nmjgwV2KCGFfxZj5ruDwM4oH1ITqF0rDQS0yDvcaXBA,1949
|
| 104 |
+
pyarrow/_compute.pyx,sha256=YZhUhoEL6JtHMLIe5CITFTJ5V_PXT1VcDo6_gip6vgo,107072
|
| 105 |
+
pyarrow/_compute_docstrings.py,sha256=7Vg8jt1aCsWrpTxsdqR7gY6M0faxXNX31c1RZdq9CFw,1707
|
| 106 |
+
pyarrow/_csv.cpython-310-x86_64-linux-gnu.so,sha256=lJFbQYvgU__vkB5cNo32EePjW0AH7nDvbu9wIcLkmwQ,361368
|
| 107 |
+
pyarrow/_csv.pxd,sha256=1Zk3Zpvvhy-Tb7c79Aqd4e7bBM21kc1JxWJkl02Y4DE,1638
|
| 108 |
+
pyarrow/_csv.pyx,sha256=aqWLHgfZ-nrqKHfVVVXeGbtY2ZChE6Oi9qIa5jP4m1M,54705
|
| 109 |
+
pyarrow/_cuda.pxd,sha256=VzhM6j9dpNgrABlvFJKoMpRC0As55im-M3tgPTOuwEk,1922
|
| 110 |
+
pyarrow/_cuda.pyx,sha256=gKyOLgtA6_FPuACA_EJQP7ksOduFXxJ0QZPzLb3zDBo,34652
|
| 111 |
+
pyarrow/_dataset.cpython-310-x86_64-linux-gnu.so,sha256=e1LppzMCE7MK-7_e4cIcm5ZP02yxNEctczjCXhFaD4M,1083104
|
| 112 |
+
pyarrow/_dataset.pxd,sha256=Ag9rUhoBySU6ba3wFLeuZyWMJnz9VkAf9TQEzWG4hUU,4944
|
| 113 |
+
pyarrow/_dataset.pyx,sha256=V2ZguywdiVCBy4usFIb-aYu1vrMde6rI4Xn9tqKUP8w,156370
|
| 114 |
+
pyarrow/_dataset_orc.cpython-310-x86_64-linux-gnu.so,sha256=7EfjXLDI-MS_4shgmtF1q78p18OKEuH8y99xR1M4HOQ,78472
|
| 115 |
+
pyarrow/_dataset_orc.pyx,sha256=JSFoRI0pfHtL2jeIuPg5TJHodcfuCNYmj_iEZ4xY87w,1499
|
| 116 |
+
pyarrow/_dataset_parquet.cpython-310-x86_64-linux-gnu.so,sha256=F46VR2lKpiOZvAz0TFMKdnOWtdqTREFhB7dsg7_gXQI,364184
|
| 117 |
+
pyarrow/_dataset_parquet.pxd,sha256=y-3iKehyB_eB_oeqjtt4aQRbUpVGVN1oUMFGIY13brE,1572
|
| 118 |
+
pyarrow/_dataset_parquet.pyx,sha256=x_VvTpuF9vxfAAUGkLZrr0N_TCxYWlqMahlkg0201gQ,38916
|
| 119 |
+
pyarrow/_dataset_parquet_encryption.cpython-310-x86_64-linux-gnu.so,sha256=kV6xHV0KHcfXLdxlHQLwpyG4lPDwjAzl2YH_kVvkYzI,116584
|
| 120 |
+
pyarrow/_dataset_parquet_encryption.pyx,sha256=p7LDNUsp3jMVcWDcbOFp8a3CYJjASVPI_tfATpY-ePg,7229
|
| 121 |
+
pyarrow/_dlpack.pxi,sha256=clw0FkGoyZMEtUU8zPpO_DMtl2X-27kb2UtyhQuIc1s,1832
|
| 122 |
+
pyarrow/_feather.cpython-310-x86_64-linux-gnu.so,sha256=Z5XlNhW7S11FSuN-QK80Z53XxM7Ppzc6ifisQc76tXw,114216
|
| 123 |
+
pyarrow/_feather.pyx,sha256=DWQI4U0uAWE1ZYUwPreBPJg1TGLEGmF3wPEIRL-PhPw,3773
|
| 124 |
+
pyarrow/_flight.cpython-310-x86_64-linux-gnu.so,sha256=pYJojYfIeZ1asruMu3ElyQr0YVEyCVCKG6AR7DilDHQ,1291088
|
| 125 |
+
pyarrow/_flight.pyx,sha256=siQR9YhOPLToP5dnHtkm-aCjgPfBLYq8d777RHY_MsY,110592
|
| 126 |
+
pyarrow/_fs.cpython-310-x86_64-linux-gnu.so,sha256=QSmjZ0rh2UGzcQy0MvbPhyYBsvYBJSSdA6Wn9WYinXQ,495792
|
| 127 |
+
pyarrow/_fs.pxd,sha256=SmHS31eyYU7VUZlVuP613HKgpd7bENnQGApvX_g2Lfw,2439
|
| 128 |
+
pyarrow/_fs.pyx,sha256=ZyfvmWary8XTHaCoeSYtjI-b0SK0lCsznerI8cGh4K8,52479
|
| 129 |
+
pyarrow/_gcsfs.cpython-310-x86_64-linux-gnu.so,sha256=cUVKzJ0wQrXdvFdhcyY19n8306fxGYIpylWTr-fCrhw,131960
|
| 130 |
+
pyarrow/_gcsfs.pyx,sha256=fa1QmTQII9sFKtjtfeZPQfTEntAh3IGyJJ1w116OCA4,9121
|
| 131 |
+
pyarrow/_generated_version.py,sha256=EAmfdcISxwobcG8CO8X8x1PBDMsM8FbVWbMajICCavA,413
|
| 132 |
+
pyarrow/_hdfs.cpython-310-x86_64-linux-gnu.so,sha256=LfTkiAx9BWG1L0b7HUYUcHvgHxepdSjtn-1KrmXjBrU,130312
|
| 133 |
+
pyarrow/_hdfs.pyx,sha256=HA0KkZa6aVRmwg3ku3U7lZo_8COn1cLwylfc6nEJUlg,5885
|
| 134 |
+
pyarrow/_json.cpython-310-x86_64-linux-gnu.so,sha256=_JY99i-0vxYDcrUQVym84ogQBBhuS1wjyX_tABo9y1k,107904
|
| 135 |
+
pyarrow/_json.pxd,sha256=tECTP14M12-b_ja5QI3snQbd0uWPWmmC9FwkWq23Vg0,1206
|
| 136 |
+
pyarrow/_json.pyx,sha256=RmaWaSTG61u2Qcmc_fLsTns_awLJDls3_SdlaCAg53Y,9860
|
| 137 |
+
pyarrow/_orc.cpython-310-x86_64-linux-gnu.so,sha256=BmWNUe8gZMPO72T7Uuqe7KR1eDPZYEo7BKTvH2SIfaU,204152
|
| 138 |
+
pyarrow/_orc.pxd,sha256=6hL0cq1RufqQD-B_bV3ne1rhu2g-h4rDOFNQsSb6qps,5689
|
| 139 |
+
pyarrow/_orc.pyx,sha256=Pn7r4dzagWaqMf8rymbXBIWisxonBaStZgXCi7pfrZI,15556
|
| 140 |
+
pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so,sha256=7aXzxCqq7hOSSow7kDwIgKzHER-qpSTZgSJ2qSNX9DA,599336
|
| 141 |
+
pyarrow/_parquet.pxd,sha256=ULDeR0cr-qLlPP1XsiJlMS7aZIqUn_2NW30xKQ9Lc2Y,26734
|
| 142 |
+
pyarrow/_parquet.pyx,sha256=Qs99vjOv2vlR68bL_2h9kaFryZDkTf-ITK6ZZ15n25w,73913
|
| 143 |
+
pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so,sha256=Sg1dML12WiRrLEHWnc2L9t-CzB2RRg5L_dn5Ukbhbzc,280304
|
| 144 |
+
pyarrow/_parquet_encryption.pxd,sha256=1vQnkyS1rLrSNMlmuW62PxkOmCsYpzC60L9mqD0_LYc,2586
|
| 145 |
+
pyarrow/_parquet_encryption.pyx,sha256=CaTiq5EjTVGYQnxDEmpYcItSBiEencV-pNEu-lBAiOk,18625
|
| 146 |
+
pyarrow/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so,sha256=5QIvALTWaQknFmv0koza9tBAOhHFRZ2P1MJz8l48LV0,84016
|
| 147 |
+
pyarrow/_pyarrow_cpp_tests.pxd,sha256=nPyRmNtFbOUvSXCwegAApQFfh8UI_K9Hq5dN4oPAxdo,1199
|
| 148 |
+
pyarrow/_pyarrow_cpp_tests.pyx,sha256=gLeMzB9RWodZgXEpipX65_0aqWu12SjMld0JZmZVRP0,1753
|
| 149 |
+
pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so,sha256=ggVzgtwfUtUjZUyV0NcTC6CeSiFDE-S6hsjSxzbbZo0,230488
|
| 150 |
+
pyarrow/_s3fs.pyx,sha256=VFuZkBV8rt44JrYtAwbPxGI1YlZJ9gfl1U91JQgJEMU,19706
|
| 151 |
+
pyarrow/_substrait.cpython-310-x86_64-linux-gnu.so,sha256=2n-8i8SjN5U-dO4I_gCurdDV_y7VBwM9fqBKzIvUiAs,185024
|
| 152 |
+
pyarrow/_substrait.pyx,sha256=CA2kxzxJUVPL7lMn8_XSAa9jt1Alq4IbhcI3sHGvsxw,11630
|
| 153 |
+
pyarrow/acero.py,sha256=_P7DcFTmhgW4-EAyM67luFMWcp4t1iUX1pKBIkVe7cM,15108
|
| 154 |
+
pyarrow/array.pxi,sha256=UkVfErHLEiKlK9gF8hYayA2yHa62m9Mp8Utafdzb8Ok,145380
|
| 155 |
+
pyarrow/benchmark.pxi,sha256=DYXdu-jMSH7XcTohbc8x8NiKRLtpX9IULfY20ohkffA,869
|
| 156 |
+
pyarrow/benchmark.py,sha256=k9Z3yQyoojpYz4lTA6DkCfqT6fPG3N2fJtsHKjpbYFo,856
|
| 157 |
+
pyarrow/builder.pxi,sha256=7i2pCqnP3zEnJNR51DsxNzXDmqdqEZ-XHz-lJbms5RQ,4617
|
| 158 |
+
pyarrow/cffi.py,sha256=hEcrPH9KeG6NES3ZCpSbOVYhOgDOuBB_2LgMMucgw-8,2396
|
| 159 |
+
pyarrow/compat.pxi,sha256=Sq5c3CKq0uj5aDyOoHHkPEO_VsSpZ90JRaL2rAKHk5I,1920
|
| 160 |
+
pyarrow/compute.py,sha256=MyrZk7PTX-8pYlUu5PLbuXjDMTRpyCcgdFWi2BPVK0I,23181
|
| 161 |
+
pyarrow/config.pxi,sha256=E6QOFjdlw3H1a5BOAevYNJJEmmm6FblfaaeyspnWBWw,3092
|
| 162 |
+
pyarrow/conftest.py,sha256=3wt2MsgoN7QjMeFAtXe-649o6u6QDNGeWibJBPc2JVk,9603
|
| 163 |
+
pyarrow/csv.py,sha256=S6tm31Bra9HPf9IsYwBLltZBLMvNzypWfeCLySsjmds,974
|
| 164 |
+
pyarrow/cuda.py,sha256=j--8HcBAm5Ib-kbhK4d2M6SVQmDWkr7Mt5fnwU2LzdQ,1087
|
| 165 |
+
pyarrow/dataset.py,sha256=4ibGh9x36jEYI7VMxTdZc-XDg8VfNx6RPbA2L-bLJbA,40232
|
| 166 |
+
pyarrow/device.pxi,sha256=egZz5d5dpS9m23mRDidwP5kj4-8GV44D2YjkRHCcvQo,5386
|
| 167 |
+
pyarrow/error.pxi,sha256=Wj7-NGUfdvlEwAwd8Ta_JqRC8IUOUpm_PmpvizCFvfY,8909
|
| 168 |
+
pyarrow/feather.py,sha256=9rWL-TYK_qc0FW3vIyYyd6Xt86ApJWLqo-2cK3F5vGQ,9959
|
| 169 |
+
pyarrow/flight.py,sha256=HLB04A0SZ35MZJumPIuBu5I2dpetjEc-CGMEdjQeQRQ,2177
|
| 170 |
+
pyarrow/fs.py,sha256=M-cSbS2bBR4MwbJqpz9Q7VxHY8fa89StEw2J0XMMF7E,14899
|
| 171 |
+
pyarrow/gandiva.pyx,sha256=bF23rkq6e45i-CePDZeTy9iFwoeg8ElrNjz9VK97QRs,24503
|
| 172 |
+
pyarrow/include/arrow/acero/accumulation_queue.h,sha256=_HoTuKEkZodmrwXF9CeWGsmpT7jIM0FrrYZSPMTMMr8,5856
|
| 173 |
+
pyarrow/include/arrow/acero/aggregate_node.h,sha256=9HdFxR6tzSfx_UaUHZtS1I2FCbm3PvfF8FdekVpBO34,2155
|
| 174 |
+
pyarrow/include/arrow/acero/api.h,sha256=fRuKEHbKDYWRCwSHLc7vSD-6mQavyOsztluCR7evFCk,1151
|
| 175 |
+
pyarrow/include/arrow/acero/asof_join_node.h,sha256=Ko6r1wDjxg01FE9-xKkttx7WzCAzf43GxbpvGHgKZp8,1490
|
| 176 |
+
pyarrow/include/arrow/acero/backpressure_handler.h,sha256=CsSWRenrtbZYiNnf-cdYCgMLmu5KUAPUKNKMDWttoD4,2810
|
| 177 |
+
pyarrow/include/arrow/acero/benchmark_util.h,sha256=T5bNabF1TDAp28S7V_vt_VIDn6l5Be0zOVCHhcTcFf8,1943
|
| 178 |
+
pyarrow/include/arrow/acero/bloom_filter.h,sha256=GBpLmW44RVUKUuSKejIaRbfIHc_DNBfS_T6QbMTIJ5M,12017
|
| 179 |
+
pyarrow/include/arrow/acero/exec_plan.h,sha256=U0KA3tnNvVb75G0XQFLVbGzXCGdddGyRhW3zMa8oWJc,35909
|
| 180 |
+
pyarrow/include/arrow/acero/hash_join.h,sha256=Ji0k5z778QtNQ0MwU6xBP6z7ajLk79Va-vgCqrlApso,3003
|
| 181 |
+
pyarrow/include/arrow/acero/hash_join_dict.h,sha256=lDITWRMB1vkzh9tyrdn4VsNjTx41WZEFpWLtcYUqud0,15364
|
| 182 |
+
pyarrow/include/arrow/acero/hash_join_node.h,sha256=hWYk1hbqsE-R-qOQORgdPKZ8_IXaVZ2J2ZWk5ZLVcyM,4360
|
| 183 |
+
pyarrow/include/arrow/acero/map_node.h,sha256=Bd1HcW0N5azoIVth2ATeHxgTKd9XmmEkz42YBNw5eK0,2628
|
| 184 |
+
pyarrow/include/arrow/acero/options.h,sha256=r-GnLElNJAAdFoJ7k0Q1TOfvGSOdgT9BrWbdMcS_SF0,37262
|
| 185 |
+
pyarrow/include/arrow/acero/order_by_impl.h,sha256=dQqplP-AZWPZRKio8LmTjYWlCYz9VmW-usUrtaLpd_w,1691
|
| 186 |
+
pyarrow/include/arrow/acero/partition_util.h,sha256=bs_zxok-qng8jsHmVBlfJ7Ts2uBEmovEb27knqQmT-Q,7411
|
| 187 |
+
pyarrow/include/arrow/acero/pch.h,sha256=8VXXI10rUHzlQiAthx-yjHMQCpGL3dgAiVaGzTubPPE,1094
|
| 188 |
+
pyarrow/include/arrow/acero/query_context.h,sha256=D364aGRS3uWe8lgYqCNRjVvs5sKetLOOXzACdp5GZeg,6212
|
| 189 |
+
pyarrow/include/arrow/acero/schema_util.h,sha256=KA_hV2xy2TRccMyksSzQrdH9_rdGo3tQyHOIvrWWYBQ,7961
|
| 190 |
+
pyarrow/include/arrow/acero/task_util.h,sha256=6pqILuYfcVwt9HqVhRfXFVJoOC-Q_dtk8mQ5SxjgwbY,3706
|
| 191 |
+
pyarrow/include/arrow/acero/test_nodes.h,sha256=xKeLWZZC8iokveVXPjseO1MOvWMcby-0xiMISy0qw8E,2877
|
| 192 |
+
pyarrow/include/arrow/acero/time_series_util.h,sha256=W9yzoaTGkB2jtYm8w2CYknSw1EjMbsdTfmEuuL2zMtk,1210
|
| 193 |
+
pyarrow/include/arrow/acero/tpch_node.h,sha256=l3zocxHTfGmXTjywJxwoXCIk9tjzURgWdYKSgSk8DAQ,2671
|
| 194 |
+
pyarrow/include/arrow/acero/type_fwd.h,sha256=4zLhtLJf_7MSXgrhQIZVGeLxjT7JrEDAn9yW75DTFlc,1103
|
| 195 |
+
pyarrow/include/arrow/acero/unmaterialized_table.h,sha256=D_PWMgCr-XiQ_lPOjcHzBetcwqX6sYEG2YQ6idYevX4,10295
|
| 196 |
+
pyarrow/include/arrow/acero/util.h,sha256=34jiBZqdddIhqCJLwwLz8SCRp3eZSUo3Plx-Ij5SKiY,6115
|
| 197 |
+
pyarrow/include/arrow/acero/visibility.h,sha256=jA_FJb7WvzEbtMwBu1mOv6VOQUIXNmqf1ptn57Wy3RA,1558
|
| 198 |
+
pyarrow/include/arrow/adapters/orc/adapter.h,sha256=G5SSGGYMSREILC43kqL5fqo94c4tKgukitO15m217tY,11031
|
| 199 |
+
pyarrow/include/arrow/adapters/orc/options.h,sha256=FMxda5YSskRrB6h9FvcAuMxl5qdavWrNYHPlanjtk48,3696
|
| 200 |
+
pyarrow/include/arrow/adapters/tensorflow/convert.h,sha256=ZGFAodnwTJK0ZoXfgYJdjgi_F4vfEhI9E87zejxVb6E,3465
|
| 201 |
+
pyarrow/include/arrow/api.h,sha256=Gs6HiRBYU5N7-a79hjTl9WMSda551XdUKpWthFY2v1s,2491
|
| 202 |
+
pyarrow/include/arrow/array.h,sha256=P5oW6hvD2j97bLaSTE4_UHuV6Y38DTwJVww3Eb3xdTQ,1981
|
| 203 |
+
pyarrow/include/arrow/array/array_base.h,sha256=8cpCwsvRKEWxHP5Olf516dS90AozX7Xrl8h-zaht2JY,11827
|
| 204 |
+
pyarrow/include/arrow/array/array_binary.h,sha256=J61_k59dl06Vf1hAjyj87TXStPsylyFPk9YrYuqrRsU,11395
|
| 205 |
+
pyarrow/include/arrow/array/array_decimal.h,sha256=7NF4N3Q1cTgwKb9WIYJzmHzGDxR7v1uacLcoKYcwLAw,2137
|
| 206 |
+
pyarrow/include/arrow/array/array_dict.h,sha256=6AMbSnZoMj-nhQhZhG4RNnxy9VVPk2DvZjVblwIUhgY,7611
|
| 207 |
+
pyarrow/include/arrow/array/array_nested.h,sha256=ejI5d0-FmicrcIaS7TqU9rP0-r0kmtqj963e5Q846xA,37821
|
| 208 |
+
pyarrow/include/arrow/array/array_primitive.h,sha256=855A7OSNfItG-_6RyX70z4on8RLd_ujWwVJnOKbQBP0,7500
|
| 209 |
+
pyarrow/include/arrow/array/array_run_end.h,sha256=4zs3tcUrIgDOhSEOywJ1vGY2lsH-5QuEBn87mxnDbi8,5101
|
| 210 |
+
pyarrow/include/arrow/array/builder_adaptive.h,sha256=92DpiIZDXSI_yOrMftj7P60zlCLjNmwfGM5ubdbXWM4,6861
|
| 211 |
+
pyarrow/include/arrow/array/builder_base.h,sha256=CP9kS8pDFd4XyJQdgIlBp3pTIX9mND1Lvh85re4IC8w,13723
|
| 212 |
+
pyarrow/include/arrow/array/builder_binary.h,sha256=qwb_VcufBGiFlRN89QCK-09qVQKYM3LYHVgne-t-7NU,32662
|
| 213 |
+
pyarrow/include/arrow/array/builder_decimal.h,sha256=nvtgx_oZXWXt9FB3CmsYT1ZAf-xCOJESxhzofDBL8s8,3145
|
| 214 |
+
pyarrow/include/arrow/array/builder_dict.h,sha256=0DZBDPV9QUmUwVgf5gdcIgeWNBCycUOQUp5bzXjYWBM,28055
|
| 215 |
+
pyarrow/include/arrow/array/builder_nested.h,sha256=O8r6v9n2l9dUFmRPtm1WuP0zFAewzSeoosLmfACB1kA,31270
|
| 216 |
+
pyarrow/include/arrow/array/builder_primitive.h,sha256=OOfGI-zDM7BMWIBv-Tko_8pJDkpw-ttQM76JldlUOvc,20808
|
| 217 |
+
pyarrow/include/arrow/array/builder_run_end.h,sha256=SZIdsUKK1qAc9pdonPGf0A_aikZHcxxzicezRGR5hLs,11416
|
| 218 |
+
pyarrow/include/arrow/array/builder_time.h,sha256=8M2ifZnDgujSItXKsevyBdtM6Iky3ImyeIdAqZV3fec,2548
|
| 219 |
+
pyarrow/include/arrow/array/builder_union.h,sha256=8BF532sAMc7JxWIbSN-yX6Z9fqY9jmmsIa054DPvbWE,10144
|
| 220 |
+
pyarrow/include/arrow/array/concatenate.h,sha256=EnLex5JEnfXxkoMD_lXMoA24jO3hdGP3KTQMk3xBEM0,1357
|
| 221 |
+
pyarrow/include/arrow/array/data.h,sha256=UzAqLDta_m3e16aOw68_Vcpi4NQD_iP8R6q8ZgEBof4,24232
|
| 222 |
+
pyarrow/include/arrow/array/diff.h,sha256=bYNKy2oLAxtt6VYDWvCfq2bnJTVNjG5KMTsGl-gT_kM,3344
|
| 223 |
+
pyarrow/include/arrow/array/util.h,sha256=qVHvCaVlALz8WJwAjyMwsBm5J2iN89CSgj7NpmmqlkI,3652
|
| 224 |
+
pyarrow/include/arrow/array/validate.h,sha256=JdDb3XJg4TmAfpv_zgu2ITfL2H9no10TQit-HPj9Myw,1710
|
| 225 |
+
pyarrow/include/arrow/buffer.h,sha256=EfXDyFegRdva4rv4nf0jtErnIrt9_FWoXSHk6OPk_G8,23092
|
| 226 |
+
pyarrow/include/arrow/buffer_builder.h,sha256=tXWILwHW0MKpve7NIU2ElElPY0y0ooISa82Dq6UdhVU,17371
|
| 227 |
+
pyarrow/include/arrow/builder.h,sha256=mBxMko271lJ7Xbku0hCixj943Yx-d2i4Q5Hm2WfwiGM,1546
|
| 228 |
+
pyarrow/include/arrow/c/abi.h,sha256=Dyap7-Sgpj-s0Xn_iA71xu5bUqm07i5_NNGzHUEqjWY,7875
|
| 229 |
+
pyarrow/include/arrow/c/bridge.h,sha256=D9W-vKI_Ko6_INcMAdUx15foV08UbBvL48R8RRcL5cM,18132
|
| 230 |
+
pyarrow/include/arrow/c/dlpack.h,sha256=_HIa9AKR2mwbhf1aChIpMF_XDpFrPaf58Lt3fVxWRWc,1817
|
| 231 |
+
pyarrow/include/arrow/c/dlpack_abi.h,sha256=KR8otSCnaHCb2IN89S6DH4oNjJFxokvvCcqcMh54Jtg,9900
|
| 232 |
+
pyarrow/include/arrow/c/helpers.h,sha256=f0Q519PwoliFHpxsHp-QvbP6fpVMN2Ha35Tk-RBK6Ws,6279
|
| 233 |
+
pyarrow/include/arrow/chunk_resolver.h,sha256=wzF2IIBbc5gjHLeFb40dBGaYAZGp9X458svVjJ7LhMU,11984
|
| 234 |
+
pyarrow/include/arrow/chunked_array.h,sha256=wTDvTGr-WIWcktrfne0ZOhN5g1yO_lxsr2nvtAhWMxo,10328
|
| 235 |
+
pyarrow/include/arrow/compare.h,sha256=U5craXnXACCUzQ8HmGYyhTehNrOezcVUP1ABAlxI62E,5555
|
| 236 |
+
pyarrow/include/arrow/compute/api.h,sha256=IQKXz_6YBBfHKOkuqkXIh9ZTZYyVgq7aEBTIzMkZEiI,2071
|
| 237 |
+
pyarrow/include/arrow/compute/api_aggregate.h,sha256=cgXomjDDHoAK_ddzyH1NSqWAewzEYPD7qJBj4x5Rkhk,17173
|
| 238 |
+
pyarrow/include/arrow/compute/api_scalar.h,sha256=xtRsJg11WgE5RXV9gZZHfhlEElLEpWUUWnbZXTKw4j8,66540
|
| 239 |
+
pyarrow/include/arrow/compute/api_vector.h,sha256=6jxDvg_Zz14_63SfVlWnfUff135kls1aGGK_d9h3bj8,29122
|
| 240 |
+
pyarrow/include/arrow/compute/cast.h,sha256=Xw9j03AIAMU_hZiqk9d2ZD4xTmESkfXaDsuZkiTypLs,4245
|
| 241 |
+
pyarrow/include/arrow/compute/exec.h,sha256=0ZAA9_tzcQEr364sjJ3SwgTtURTwtCjRLzo_LOdn960,17969
|
| 242 |
+
pyarrow/include/arrow/compute/expression.h,sha256=llX_81uUIyJ8vPmP8-2mAippyw4cVNhCGfqHRY37FOM,11184
|
| 243 |
+
pyarrow/include/arrow/compute/function.h,sha256=krTXaLowvT1cKhecs70urPQcx74vQCJ4jswtBE4Xs5A,16345
|
| 244 |
+
pyarrow/include/arrow/compute/function_options.h,sha256=Q9rjkXPrU9-Xi64_fMLPbBbW_byhjJFsvHppP1CumdA,3088
|
| 245 |
+
pyarrow/include/arrow/compute/kernel.h,sha256=viDkg08ieQNN-QXB_9aacvYNra751ufRmRjjeARrB0E,31358
|
| 246 |
+
pyarrow/include/arrow/compute/ordering.h,sha256=8Vw3VzDi1mGgVwKGQZakz9TVj0A40wxcL13EvuqNVjU,4129
|
| 247 |
+
pyarrow/include/arrow/compute/registry.h,sha256=x7LHiaNEVvZ0VUssZFsasB52Z1AxRflkdI5tR1hhzqc,4837
|
| 248 |
+
pyarrow/include/arrow/compute/row/grouper.h,sha256=B7fiAaywMOX0S2hGcdZawErDW9LFouHB1wwKeGO1PQU,6989
|
| 249 |
+
pyarrow/include/arrow/compute/type_fwd.h,sha256=-O63QUbsxWws8TBi55x6u9FweUSSOOfizhE4pTczLd4,1537
|
| 250 |
+
pyarrow/include/arrow/compute/util.h,sha256=s7_o8uAwskuxaaMzMMSgs31HGDhTHhfXWKT2JO3TzvI,9163
|
| 251 |
+
pyarrow/include/arrow/config.h,sha256=8liyKI0CJO0G-Fz5I--QjIAwh0m4hosfyAOwvVVs0sU,3044
|
| 252 |
+
pyarrow/include/arrow/csv/api.h,sha256=LbwWhPyIsi_73hvsSr77RNR9uUxrVyXM__hp7QcSom0,907
|
| 253 |
+
pyarrow/include/arrow/csv/chunker.h,sha256=nTs8hdy4D3Nz3oZWm2JMuA02noY_0pWRYWq_RptqzHY,1171
|
| 254 |
+
pyarrow/include/arrow/csv/column_builder.h,sha256=7oa9YCg2Uc2mB7ExHIyYIvbdt555qLXiU0y4FepkISU,2890
|
| 255 |
+
pyarrow/include/arrow/csv/column_decoder.h,sha256=10idcPJE2V_TbvgjzPqmFy1dd_qSGWvu9eDkenTuCz0,2358
|
| 256 |
+
pyarrow/include/arrow/csv/converter.h,sha256=cjtnz_hZFxm_dWjAMjr1iqqk1egXI2Yb8Bd0xC8md5E,2789
|
| 257 |
+
pyarrow/include/arrow/csv/invalid_row.h,sha256=gTHjEbjkpee6syLGA8hFY7spx1ROMJmtMcwhXv21x5Q,1889
|
| 258 |
+
pyarrow/include/arrow/csv/options.h,sha256=_HkjSoiAPW77z5AHVVnTa452y1KfJgnXWXz2NoPPAYw,7980
|
| 259 |
+
pyarrow/include/arrow/csv/parser.h,sha256=8PplRh3Qxckk8VPyM70P_f1MBb4WMGnNVpoeJ9kOdHU,8616
|
| 260 |
+
pyarrow/include/arrow/csv/reader.h,sha256=416pt3yNQsgn4RhIyRMsmSJmvv1sw3ouQotubXG91gQ,4606
|
| 261 |
+
pyarrow/include/arrow/csv/test_common.h,sha256=uEYzw8EROvd1QMBQ98d4MaZ7BqMlw2e0flAyz-du0Z4,1972
|
| 262 |
+
pyarrow/include/arrow/csv/type_fwd.h,sha256=ptVbengmY_a7Yz1w0SKmKL16yyw9yEeym0Q0cnRCSV4,984
|
| 263 |
+
pyarrow/include/arrow/csv/writer.h,sha256=Y1zErZ5H1r2QzjAta3TXpFrdl2btoardCF8USCAGtGg,3549
|
| 264 |
+
pyarrow/include/arrow/dataset/api.h,sha256=e_S0CIztGWNnF7iH5ThCz-6VrZhBdff0nGN1Nin0LgM,1314
|
| 265 |
+
pyarrow/include/arrow/dataset/dataset.h,sha256=sDkJg42vSE05FwRmYi9pes3jD9932X3J8cyYZ3SY2jI,19830
|
| 266 |
+
pyarrow/include/arrow/dataset/dataset_writer.h,sha256=TQV75b_UigfGjIpBnPk8teOncM5WroKfKV15oicBRRY,4589
|
| 267 |
+
pyarrow/include/arrow/dataset/discovery.h,sha256=x7-5NBAyEeQWGlWanJDLZAoWksKiMwM96tlDx_M6n5c,11236
|
| 268 |
+
pyarrow/include/arrow/dataset/file_base.h,sha256=2oe5v8Qy6v_UthJavg9rjU_WuQvwXcJengWwc3sWLqk,20203
|
| 269 |
+
pyarrow/include/arrow/dataset/file_csv.h,sha256=7PlvQW_2FJ5RRN-VH4-OBw5cZ6nkd0KE0sj1TQvCZeo,5016
|
| 270 |
+
pyarrow/include/arrow/dataset/file_ipc.h,sha256=6-btvXhflZsAH90T3wMkwzZkte6T4ixzeCEUn_5uYW8,4083
|
| 271 |
+
pyarrow/include/arrow/dataset/file_json.h,sha256=sPjOeMOtbZZbvOivnOdb4MvYKHltpTnY8fONkhB9PZs,3523
|
| 272 |
+
pyarrow/include/arrow/dataset/file_orc.h,sha256=P7nAD9nacVngDEjH8ChQRt0AQmDg4Z1wBx360LDOoSg,2452
|
| 273 |
+
pyarrow/include/arrow/dataset/file_parquet.h,sha256=bzArl0XrmtTNvWhs6YTkLFxtD8TLbTIJwYmWz3YRm38,16708
|
| 274 |
+
pyarrow/include/arrow/dataset/parquet_encryption_config.h,sha256=Upo0k5MijZaMaRZjPp5Xg8TRt1p8Zwh2c2tdimjVe1A,3425
|
| 275 |
+
pyarrow/include/arrow/dataset/partition.h,sha256=3wrNekD_-fPO1YW91Za-T4muCfQeAX7SZRIcsCN_czI,16815
|
| 276 |
+
pyarrow/include/arrow/dataset/pch.h,sha256=iAE_PbVtKHfhygz7Ox9Z2nlhsIrfageGixGKjlzNRvg,1194
|
| 277 |
+
pyarrow/include/arrow/dataset/plan.h,sha256=IjuR9K2sWD85_2HpVVoJ-3YUCq--UPblHU46exX5qRg,1181
|
| 278 |
+
pyarrow/include/arrow/dataset/projector.h,sha256=KfZijq09Ht0Z2cJHsrjg-sE3SiZ4TKainflReK-39cg,1135
|
| 279 |
+
pyarrow/include/arrow/dataset/scanner.h,sha256=9Ats-ejc6exp3alGUhq0Sw8fww3kJj4ssi8FOKK7SDk,24598
|
| 280 |
+
pyarrow/include/arrow/dataset/type_fwd.h,sha256=YOUSRwdNAlXJ7meFLolpAFQ_mSlObs2F81zcOy0DoI4,3170
|
| 281 |
+
pyarrow/include/arrow/dataset/visibility.h,sha256=Hgw4i_M6nvpDfmNYZYF-Fupk0VjDIPJWpWepci2WeQ0,1528
|
| 282 |
+
pyarrow/include/arrow/datum.h,sha256=cx7siEHVHm4yMiINDNc8EYXsNnQ4mlUxq6SBsrcuAbY,11416
|
| 283 |
+
pyarrow/include/arrow/device.h,sha256=FgBOf1BJzk89bZdUtoamPNgQ6wunn0pjufADc0PyjKc,15693
|
| 284 |
+
pyarrow/include/arrow/engine/api.h,sha256=ORM0M5KQeurjEG8Eoa5IeV_ZgKBRPlWyicyv3ORWkAY,886
|
| 285 |
+
pyarrow/include/arrow/engine/pch.h,sha256=8VXXI10rUHzlQiAthx-yjHMQCpGL3dgAiVaGzTubPPE,1094
|
| 286 |
+
pyarrow/include/arrow/engine/substrait/api.h,sha256=W9NB1RAm0ZVxztRXYA-GD7H8XLQNXFoYT7TdGFHoNTE,1079
|
| 287 |
+
pyarrow/include/arrow/engine/substrait/extension_set.h,sha256=FE6cceycuQv7CCe_Fl4t6tIMRyfoJfWClUhSvHgcm90,21552
|
| 288 |
+
pyarrow/include/arrow/engine/substrait/extension_types.h,sha256=x5ZIuynNh6WFt3wRjW--zUsuC3SeDLk1qRg9_xhswWM,3075
|
| 289 |
+
pyarrow/include/arrow/engine/substrait/options.h,sha256=dtvUty_zoDmcFwVflppiDzelYkeOhCO74uRF6izQSzk,5820
|
| 290 |
+
pyarrow/include/arrow/engine/substrait/relation.h,sha256=V3VKFlDdE61e1OS8LbJiwvm5w0uq5bzBLhKqmgmKaws,2385
|
| 291 |
+
pyarrow/include/arrow/engine/substrait/serde.h,sha256=mjxfuFo4aPhCiwefpKAJMIlknF4UOHSr6gWU__1SwCc,16528
|
| 292 |
+
pyarrow/include/arrow/engine/substrait/test_plan_builder.h,sha256=REFa79D1AOIIjp2Iez73iw5gEnzG9Rac9t8WwiGLsuI,3003
|
| 293 |
+
pyarrow/include/arrow/engine/substrait/test_util.h,sha256=IHZeYrk50Sx9anJfC25DWP6XesItKEywDWUqvUJcjEQ,1517
|
| 294 |
+
pyarrow/include/arrow/engine/substrait/type_fwd.h,sha256=P9YRjAQpSgoIjDC0siYyxoQzcPVo3r9y85qjiMtudBs,1028
|
| 295 |
+
pyarrow/include/arrow/engine/substrait/util.h,sha256=_dRiQBaIMWNbsYG7kuXhs3dMk4dI63-pM0uSxYPOvgE,3570
|
| 296 |
+
pyarrow/include/arrow/engine/substrait/visibility.h,sha256=GZJ-aQeMgakW526traDzY0Rh-1fXoyRnk63c0J9PdQc,1682
|
| 297 |
+
pyarrow/include/arrow/extension/fixed_shape_tensor.h,sha256=9vQIAfcvE-Bf_ZJkKjnQCf5yWry2llwQa0Y2lwJWA4g,5596
|
| 298 |
+
pyarrow/include/arrow/extension_type.h,sha256=5rDE_IuEMAQg05k6wnbo6pu8hOW3-jp9Ab89souwcds,6628
|
| 299 |
+
pyarrow/include/arrow/filesystem/api.h,sha256=egNxiiuzn2BhLCobqaY4utReilgQiC40j8gY7jxjUW8,1377
|
| 300 |
+
pyarrow/include/arrow/filesystem/azurefs.h,sha256=VlA5R36ymjRzZEIbFnSFxm5N9ryl9hAsUlkX6a1eLo4,15102
|
| 301 |
+
pyarrow/include/arrow/filesystem/filesystem.h,sha256=H7MEX1259aVrWMsgsWX26tuCEPSJF-iI51J3sKsYec0,29585
|
| 302 |
+
pyarrow/include/arrow/filesystem/filesystem_library.h,sha256=axaof-G9GxBjzXhRIt4azB7HB8VJ49MtGYsL7pSO0A0,1725
|
| 303 |
+
pyarrow/include/arrow/filesystem/gcsfs.h,sha256=wzVfIkqhUp-aw6NFNhMbvl0bczty3HmdiYG36oPCDS8,10533
|
| 304 |
+
pyarrow/include/arrow/filesystem/hdfs.h,sha256=Jn91pjfk6RMx-MuAWsEAKLTyKQ7bDPNA5jMEVzafSgc,4133
|
| 305 |
+
pyarrow/include/arrow/filesystem/localfs.h,sha256=eIhPrpABheQz21WE845ULleTk83e4EtJnES4jALW6mM,4972
|
| 306 |
+
pyarrow/include/arrow/filesystem/mockfs.h,sha256=kohu7s9s9xtd75sGTE2K_rsHW89swDOtSSSFxBixMcc,4768
|
| 307 |
+
pyarrow/include/arrow/filesystem/path_util.h,sha256=hrDVHk4F9M7oGABB4x2wKfQMjSlSAIS0IaLVv2jHrl4,5698
|
| 308 |
+
pyarrow/include/arrow/filesystem/s3_test_util.h,sha256=ffeqZmR8G8YyzbpUWws2oSEchYPBt254jwOHWdkcWQo,2767
|
| 309 |
+
pyarrow/include/arrow/filesystem/s3fs.h,sha256=VAvVrIhlzpRbHvoXBsXqzSBPfYyyU6MtRplNW_gA_A4,15657
|
| 310 |
+
pyarrow/include/arrow/filesystem/test_util.h,sha256=rnM8D75gQxdOR_sTQZzFxhjsQkD0SlEr0UyTpDxs9NE,11184
|
| 311 |
+
pyarrow/include/arrow/filesystem/type_fwd.h,sha256=zztDER55Wbt4rVnkd-ReeDO-YnrpemftFeFtZ7ZGidY,1462
|
| 312 |
+
pyarrow/include/arrow/flight/api.h,sha256=YotLTQn-KCl6y5BIg8coEFZ9n7PMtJ02ly7Pc5gmX7U,1257
|
| 313 |
+
pyarrow/include/arrow/flight/client.h,sha256=fCyi_nAbUNAnD0PXAV3_fufXeLQ85kWCDCpnKgvJ9TY,17792
|
| 314 |
+
pyarrow/include/arrow/flight/client_auth.h,sha256=a3Dkm_jPOuqzNsDA4eejuMUwCEBMavM8uS7w81ihbRY,2216
|
| 315 |
+
pyarrow/include/arrow/flight/client_cookie_middleware.h,sha256=5zkCP2SxMFQuTX8N9NHxOve5J_ef2rFO6-xY4Tfnygk,1204
|
| 316 |
+
pyarrow/include/arrow/flight/client_middleware.h,sha256=aAZwCahuiBhP85iMPe7xNWvidBR9KeHGto2YAqJioI4,2948
|
| 317 |
+
pyarrow/include/arrow/flight/client_tracing_middleware.h,sha256=d0sTmUOfq5M9FMliIKK-flJkR6-7r69NjU2TpxhfqWo,1217
|
| 318 |
+
pyarrow/include/arrow/flight/middleware.h,sha256=JPQd8JnIVcwjTH6yOBck4BWR-WV95fpnAdhHyEYvfKE,2254
|
| 319 |
+
pyarrow/include/arrow/flight/otel_logging.h,sha256=GD15--HsI0H16TWOnuBEyHpsIUhXjkXzesij040SnrI,1133
|
| 320 |
+
pyarrow/include/arrow/flight/pch.h,sha256=Dp2nrZ3t_KPjm0cIMyu913BbCorJG5rmbtpfyDN09bo,1192
|
| 321 |
+
pyarrow/include/arrow/flight/platform.h,sha256=6sZyJEX2U3VU8jc9Eh6qmZ33rpQE6egw9uqQIegWFu4,1207
|
| 322 |
+
pyarrow/include/arrow/flight/server.h,sha256=GAcV0-THuBuj-bXfwqYrZ1P2bwZgKQSJLbu8ToltRvU,13185
|
| 323 |
+
pyarrow/include/arrow/flight/server_auth.h,sha256=zKQ8lvkMBuMYiIfT1sU0MPXqVPQikaOS3npBgytcaKk,5429
|
| 324 |
+
pyarrow/include/arrow/flight/server_middleware.h,sha256=ITKjCNTT2qnX7JeqWdaweC_QpCX_ytW9PFucQYmPkFo,4317
|
| 325 |
+
pyarrow/include/arrow/flight/server_tracing_middleware.h,sha256=zR0FFZYGwAAqhzVhPVDjyXfZda9zmLteqauwA5dgR_w,2186
|
| 326 |
+
pyarrow/include/arrow/flight/test_definitions.h,sha256=esAWPIVJxTQqGpPTxa4Dm_HdAnzK-4DoJAb3zFtQBiM,13022
|
| 327 |
+
pyarrow/include/arrow/flight/test_util.h,sha256=HfuSsy5PhEcvITr1vd7SvFUXKugPI5n-pYGSSWB8lEE,9420
|
| 328 |
+
pyarrow/include/arrow/flight/transport.h,sha256=ZDXc-f8o00TFWESwsGU1My7rR9OfM3X7OZjDcGXTwIA,12181
|
| 329 |
+
pyarrow/include/arrow/flight/transport_server.h,sha256=iVdXmrb2pemh4o6BxwvB7OZAV4UeoWrbhe4ePZ5Pi4s,5268
|
| 330 |
+
pyarrow/include/arrow/flight/type_fwd.h,sha256=tQFAM3QNKPdzB4VqUGdEUFjNPYXVZLApwGnSus2GQx8,1797
|
| 331 |
+
pyarrow/include/arrow/flight/types.h,sha256=lhfPWhnhp7e5r_PZj51525dsZiQYDGYCVyqjh0P6oMQ,40870
|
| 332 |
+
pyarrow/include/arrow/flight/types_async.h,sha256=3nIQqwCYO4Ir3Mt2bG7BNntXxuNHYQNNpz-Yl3EaFTQ,2599
|
| 333 |
+
pyarrow/include/arrow/flight/visibility.h,sha256=Zi4bUs011ZIXE_71X8bUAXXr9WBo7LpXWdU3b4ZTERY,1538
|
| 334 |
+
pyarrow/include/arrow/io/api.h,sha256=Pn4jZSTsLW8MAlMyXUokmJdupX54u154GYI5AvD5ByA,996
|
| 335 |
+
pyarrow/include/arrow/io/buffered.h,sha256=YFKKAHStUFncnfpwnk0XSZAZLeLX-LAXV1qH9VGaE1k,5845
|
| 336 |
+
pyarrow/include/arrow/io/caching.h,sha256=AAjoyKwQ06m2XiglFS6Ch_cdg2p4-wkA7GakGI_eX1E,6708
|
| 337 |
+
pyarrow/include/arrow/io/compressed.h,sha256=3JxIOo1q8VhjIErfwVM5ZLVkwwQKXd-FT5517j58etA,3774
|
| 338 |
+
pyarrow/include/arrow/io/concurrency.h,sha256=7BSmXQGTJKKMpJVtR4hxpp62KPTIKU1W3DfC17SrlmA,7960
|
| 339 |
+
pyarrow/include/arrow/io/file.h,sha256=-ZEklW1Q0sj3pYCQLQ1ebirKd3s2GI3vUEIszFr8mVU,7625
|
| 340 |
+
pyarrow/include/arrow/io/hdfs.h,sha256=2s3f49ggAYgSCsX5SoqnomwsXd24_IZhW-VSBJclqTg,8559
|
| 341 |
+
pyarrow/include/arrow/io/interfaces.h,sha256=QIBHTJUobEkwcqnKMT_GEKu5ArzpeGmK-8v7z4qGHIQ,13428
|
| 342 |
+
pyarrow/include/arrow/io/memory.h,sha256=htc3MmEbEvwc28bLjCtTtt9QcYp-10WKLmX0V9TnwRM,7048
|
| 343 |
+
pyarrow/include/arrow/io/mman.h,sha256=kSDngySxJHw3r3OEonpOFbtlPSJX2p4VdOEM3ImozuA,4109
|
| 344 |
+
pyarrow/include/arrow/io/slow.h,sha256=8-ZjQJq49EQJ4esQ6qHHjlKCeZNg4BSND7ire-ZtLYQ,3942
|
| 345 |
+
pyarrow/include/arrow/io/stdio.h,sha256=dqMTHoJbmiXcyNa2fN60tSWQsx0GPphZVCLdGiZNt8I,2095
|
| 346 |
+
pyarrow/include/arrow/io/test_common.h,sha256=Rj8mwgcUkzksrlBALiAldtr_6JGHJFLh2SztGVkRiSA,2112
|
| 347 |
+
pyarrow/include/arrow/io/transform.h,sha256=W9XWonw69VymQAaQptfW7jD-6ry7VCpfPXlkB7aZzOE,1890
|
| 348 |
+
pyarrow/include/arrow/io/type_fwd.h,sha256=Pi7EFpFvBXsFN1xKOyZjTSP95xNDs6W5hxb5GucoVVE,2315
|
| 349 |
+
pyarrow/include/arrow/ipc/api.h,sha256=olkdu82mTS8hmwD53DBJJL6QQ0YBplhs-s-m4uOInSQ,1007
|
| 350 |
+
pyarrow/include/arrow/ipc/dictionary.h,sha256=UTjZPIG8mLZOk9IW2QnR9RZGr1npexZOp103fv-O70E,6104
|
| 351 |
+
pyarrow/include/arrow/ipc/feather.h,sha256=uCnxwO7eUH18kJ-lWz9IWwSj6AjfejqqLdoifJ-UBDo,4918
|
| 352 |
+
pyarrow/include/arrow/ipc/json_simple.h,sha256=IjFjx6Z7h_WLXt1paVIJboUOTR5GFBhWUhCbm_m9lNk,2455
|
| 353 |
+
pyarrow/include/arrow/ipc/message.h,sha256=KtMCbIC2J4-5iyPG5Sijqu_MALxiuKWBYZhGnw0jxOQ,20011
|
| 354 |
+
pyarrow/include/arrow/ipc/options.h,sha256=X2BbCaQ03S1uqedgLRbvLyfb1PHZ7WGRBjDLLCbQMGE,6888
|
| 355 |
+
pyarrow/include/arrow/ipc/reader.h,sha256=NqdrqqAEItO1ecYUINRO7-qhKlYy-CHSJKGI2hdXlRQ,24106
|
| 356 |
+
pyarrow/include/arrow/ipc/test_common.h,sha256=5w3ZPzzSQsq5wQGHVKoiDynwdhVj3n2Fqz2pi2w6GiA,6185
|
| 357 |
+
pyarrow/include/arrow/ipc/type_fwd.h,sha256=Ty8ET7nLI4JJeTqDMyP0pEH9QVj9xs7BpJkZrnrpaPY,1440
|
| 358 |
+
pyarrow/include/arrow/ipc/util.h,sha256=wTkfC9YFKZlAAjyzlmQVZcW90oOj_JatjDN4qz0IxHg,1414
|
| 359 |
+
pyarrow/include/arrow/ipc/writer.h,sha256=hum8E_orkG_X38vgyfyKhGbyvcLJ3AkXEykyBjAXIYg,18870
|
| 360 |
+
pyarrow/include/arrow/json/api.h,sha256=XRW1fP43zVqwy1yabaKctNK9MDZqnxkoHDH1fx5B3Y4,879
|
| 361 |
+
pyarrow/include/arrow/json/chunked_builder.h,sha256=DDuMwrImMECw6Mhfncn2xMOjkFcKUV1O1597_fSFSAs,2365
|
| 362 |
+
pyarrow/include/arrow/json/chunker.h,sha256=dkZOcxsF1Q3ek58P7IoA8f3lQyBQpFvGSFeynNV2Olc,1119
|
| 363 |
+
pyarrow/include/arrow/json/converter.h,sha256=3lXsP3BSdpLPIkFAJnYW9vP8BbX3neVYR_W0zFKClQ0,3134
|
| 364 |
+
pyarrow/include/arrow/json/object_parser.h,sha256=Y_6Oceya06aUyeo-1k047dm2-JUMJa2_w9iyZ-goIRQ,1627
|
| 365 |
+
pyarrow/include/arrow/json/object_writer.h,sha256=UrIrjCkIz7Q5n_FpV5NNPD96gHHdTkvTJaekuGBHwTo,1428
|
| 366 |
+
pyarrow/include/arrow/json/options.h,sha256=EypQgDwLZQbrPnAh45nSPfpGGYrxvLgfp1eAG_l0p3Q,2227
|
| 367 |
+
pyarrow/include/arrow/json/parser.h,sha256=3oIzO5kUs2Takc7t_d5mH7bp1uIcc1M-qbuHmPoSI34,3383
|
| 368 |
+
pyarrow/include/arrow/json/rapidjson_defs.h,sha256=pLbnUIRlYlC_fYoIvivKidMqQNPGMI-aSIf-PVgcE2U,1468
|
| 369 |
+
pyarrow/include/arrow/json/reader.h,sha256=KNO9dCyc2RZs7WxUSEW7bpCYBh_h1C3U52YHYxBnP0M,5212
|
| 370 |
+
pyarrow/include/arrow/json/test_common.h,sha256=YiiY_jswpp7Nu6IW1Y2lBhqWSFRoNaNEy1jHd5qkYHQ,10874
|
| 371 |
+
pyarrow/include/arrow/json/type_fwd.h,sha256=o9aigB5losknJFFei1k25pDVYZgkC2elmRMX1C6aTjo,942
|
| 372 |
+
pyarrow/include/arrow/memory_pool.h,sha256=SjPtWz1tx6Lotr2WeOKCCIw9NQc50Zjez3yzgfr7SDw,11064
|
| 373 |
+
pyarrow/include/arrow/memory_pool_test.h,sha256=qv7csk6hZiO2ELFF-1yukpppjETDDX0nuBFBbPFHtMU,3350
|
| 374 |
+
pyarrow/include/arrow/pch.h,sha256=MaR9bqy2cFZDbjq8Aekq9Gh1vzLTlWZOSHu-GhWP1g8,1286
|
| 375 |
+
pyarrow/include/arrow/pretty_print.h,sha256=ZDlroPRr9_ryCk7h_rjA8pL7BNgaJQ9HnRb2PZU63lg,5529
|
| 376 |
+
pyarrow/include/arrow/python/api.h,sha256=W76VAxYqOxi9BHJddji1B62CmaWDFuBhqI65YOhUnGQ,1222
|
| 377 |
+
pyarrow/include/arrow/python/arrow_to_pandas.h,sha256=jUBEUMKXw70oJdMlgkSf6HitaNweQcc7hxI75_C9WSI,5561
|
| 378 |
+
pyarrow/include/arrow/python/async.h,sha256=C0f8YYmgwBGgDau4xEFsdjukiZB4YvpylETHEZryHOo,2352
|
| 379 |
+
pyarrow/include/arrow/python/benchmark.h,sha256=f-kzyMOlPKDse2bcLWhyMrDEMZrG_JHAPpDJgGW0bXU,1192
|
| 380 |
+
pyarrow/include/arrow/python/common.h,sha256=yjljfJK1f7slZ7DBQ4LTo_pob70zioswJNWazy0p-uM,14412
|
| 381 |
+
pyarrow/include/arrow/python/csv.h,sha256=QxU3B-Hv_RsoEcMGS9-1434ugouL2ygC64Lq6FgviNM,1397
|
| 382 |
+
pyarrow/include/arrow/python/datetime.h,sha256=6g9oTv63tvGlc4WH6kfVtfUocFyy0KYr664SRdb3pes,7927
|
| 383 |
+
pyarrow/include/arrow/python/decimal.h,sha256=kDDjLzW07D7d7omWSR4CBF1Ocskp4YSZu4Dtxu-gRUg,4726
|
| 384 |
+
pyarrow/include/arrow/python/deserialize.h,sha256=Mdt9Lllc8bBwMHEusK0tmEoyuMdGGQuvl6hc6kbb1l8,3889
|
| 385 |
+
pyarrow/include/arrow/python/extension_type.h,sha256=0gzb42y_mbw4fsYs3u8cwPFLBRlG-kkHQLgbvGtrY0U,3181
|
| 386 |
+
pyarrow/include/arrow/python/filesystem.h,sha256=FG0AcLekqaDf9IQPqKixAfIcY_ZLgIKP5NvvXdtBVUM,5126
|
| 387 |
+
pyarrow/include/arrow/python/flight.h,sha256=p-lR6FUbPTil5CE54t7Y8paGtf74iuF1k4R4iqk3QWM,14269
|
| 388 |
+
pyarrow/include/arrow/python/gdb.h,sha256=H-qvM-nU8a_3Z5tk8PvppTwQtBMSZhQKQIVgRAsRfFg,972
|
| 389 |
+
pyarrow/include/arrow/python/helpers.h,sha256=jVNFEbvJXmCceJti3J3-MnZkNlJoynQNq334tt29bbs,5489
|
| 390 |
+
pyarrow/include/arrow/python/inference.h,sha256=FUFvB4Zy7V-tueXdmbDcqTeLK4xj5GZEeRW5yhiJlsU,2038
|
| 391 |
+
pyarrow/include/arrow/python/init.h,sha256=3_RJGccmdF2DX2XSDZ1lzDQ2_G9D_uraZFAj3ImAPXs,948
|
| 392 |
+
pyarrow/include/arrow/python/io.h,sha256=4jGnodpSUlnVqAVh9fWId7H4WldlLPkXyroABpdaW6w,3858
|
| 393 |
+
pyarrow/include/arrow/python/ipc.h,sha256=SZbw6jCCqLiLNCY3k632GmwHeD_r_xrDS0dhqV49VhY,2259
|
| 394 |
+
pyarrow/include/arrow/python/iterators.h,sha256=4U6rN8RIfZIjDoC1W4mhnCbo9xLSxBw0nAe3AJGd5vQ,7193
|
| 395 |
+
pyarrow/include/arrow/python/lib.h,sha256=_XgqZ_3T5W9PqqlxWG6Mkekxgy-j7YV7LdBBQzpc6gg,4631
|
| 396 |
+
pyarrow/include/arrow/python/lib_api.h,sha256=3YSCQN-GF_-nWfkpEkQmR1Q-Lrk2XZUqk8o1_ttBkgw,19487
|
| 397 |
+
pyarrow/include/arrow/python/numpy_convert.h,sha256=y13eHwfe1lJKzadoTr2-GyX6xPsE6Z7FN31s7PN-2Rk,4870
|
| 398 |
+
pyarrow/include/arrow/python/numpy_interop.h,sha256=ealkc95wDfJgfj3WLE2ymYSzoZwBXq29w7ttBAIMLbA,3392
|
| 399 |
+
pyarrow/include/arrow/python/numpy_to_arrow.h,sha256=z9KapsuoOSpWILPt9bea7GR4BL6AQ28T6DUO0mSkh3k,2760
|
| 400 |
+
pyarrow/include/arrow/python/parquet_encryption.h,sha256=yjUJwCraWb4dtefBiuepqxwqihjH6QvoscDIl5m_-vo,4819
|
| 401 |
+
pyarrow/include/arrow/python/pch.h,sha256=vkbgStQjq820YeHlXBPdzQ-W9LyzJrTGfMBpnMMqahk,1129
|
| 402 |
+
pyarrow/include/arrow/python/platform.h,sha256=5uLRFnjSHkajDVstni9BzYwjp_mt6_GD6LTmecEhWW8,1406
|
| 403 |
+
pyarrow/include/arrow/python/pyarrow.h,sha256=TK3BtD9n3QKOQ9dX3LXbQc0hu9alWcufV0O93iQW7B0,2761
|
| 404 |
+
pyarrow/include/arrow/python/pyarrow_api.h,sha256=7l0G4-_m9yALYoifsY8Z6qh3HHD0PgkpVSgCn_JaGU4,867
|
| 405 |
+
pyarrow/include/arrow/python/pyarrow_lib.h,sha256=-70_Ckj3_0ImlzaXSJOE_d3w9pGM66lXiGPyln9c96Y,863
|
| 406 |
+
pyarrow/include/arrow/python/python_test.h,sha256=ea32mM20uHySlygi9MtVxr26O-ydTZHCUQIlxaIMjT4,1195
|
| 407 |
+
pyarrow/include/arrow/python/python_to_arrow.h,sha256=BoVytf6P7PBYXyznchElKZSFvEsFyimB-tLFdw0AUNo,2521
|
| 408 |
+
pyarrow/include/arrow/python/serialize.h,sha256=-THipGzcNDuBPVQ6WNM90oqQh1hBDvbp-YqEC1-gM38,4395
|
| 409 |
+
pyarrow/include/arrow/python/type_traits.h,sha256=B_NsRT_hZG8D91sTcihJyKF5SrslPcFmj12QfbpHuLI,10093
|
| 410 |
+
pyarrow/include/arrow/python/udf.h,sha256=de3R8PhNJO5lT9oCqRxe8e2_SE3jBpHOkwbNqCrlgjQ,3104
|
| 411 |
+
pyarrow/include/arrow/python/visibility.h,sha256=ZCeRVYq2xXWoeqCzO3pzhjgB2jjQtcQNXDLdStu_EJo,1339
|
| 412 |
+
pyarrow/include/arrow/record_batch.h,sha256=qk-6MakursNrRIec5MZeCfjUSYyXPQsyYbB1FJcYb7g,17835
|
| 413 |
+
pyarrow/include/arrow/result.h,sha256=1NmZkkVhjVe1CAI7dFXRFdNQefEtk1lxMCF92o41ROE,17739
|
| 414 |
+
pyarrow/include/arrow/scalar.h,sha256=VIYDAQ9LSsmhxNz1fbsfHTtMFqjj-hbre-Mk760W6PE,36337
|
| 415 |
+
pyarrow/include/arrow/sparse_tensor.h,sha256=dd6eQmCjfCmmI76hgsC37R-qPJ11IMhafVaxSo2XJFs,25205
|
| 416 |
+
pyarrow/include/arrow/status.h,sha256=St2Am5Ec7tfNDJ-Q99ohmpflPFp36gvo77T-kkzFCAU,16387
|
| 417 |
+
pyarrow/include/arrow/stl.h,sha256=yGoKi-YUq6DgxkIW27S5B0_rXd2YiUrdzA1YdvHNCHQ,18164
|
| 418 |
+
pyarrow/include/arrow/stl_allocator.h,sha256=TBbvjbuQIH9y88FI2SaqAL7pOIt3wZ1xMKwXqeKNiJE,4956
|
| 419 |
+
pyarrow/include/arrow/stl_iterator.h,sha256=2nzrza4st-mdii2dqBEGCzql07t-M3rbDQjvzm8S7sY,9963
|
| 420 |
+
pyarrow/include/arrow/table.h,sha256=UoixXGk5S1ckV35utXjbA-KUBQrSeqvfrhSmk22k760,14647
|
| 421 |
+
pyarrow/include/arrow/table_builder.h,sha256=LRcLCL2iUrj6vF4f9AjPswVjqtqlMw7z_8VBAfUJeCo,3763
|
| 422 |
+
pyarrow/include/arrow/tensor.h,sha256=mgPkJ5f5ngl0qDkeYf-uk-BtX7Gyr-0DUuX1qB6YadE,9093
|
| 423 |
+
pyarrow/include/arrow/tensor/converter.h,sha256=RZq0Try_kiZ085_d_CvhewMsd57InGb2TCeiveaf-Oo,2891
|
| 424 |
+
pyarrow/include/arrow/testing/async_test_util.h,sha256=IrHWfPeIyhrgeTGHUPLt92LdsofmFX6khjngWsZv3dY,2262
|
| 425 |
+
pyarrow/include/arrow/testing/builder.h,sha256=4x0bWOedaVomWU0m7dF99irOv3flR-_p-IMofTDZtwo,8556
|
| 426 |
+
pyarrow/include/arrow/testing/executor_util.h,sha256=38_rF-V_9zF1ttJMspkPiI-34VU1RDjg1ADBS8lUFHk,1885
|
| 427 |
+
pyarrow/include/arrow/testing/extension_type.h,sha256=Lc0Ow5m6MN1MHSge8ZkEOcU8VSvkwANkcbBzYbtAxsk,7409
|
| 428 |
+
pyarrow/include/arrow/testing/fixed_width_test_util.h,sha256=g6yB7RkziU7HEhNJnxOhkn2nE5HeXaFX3tbBX3q9_sE,3091
|
| 429 |
+
pyarrow/include/arrow/testing/future_util.h,sha256=qIhi417OGMWSMUSDHjkGTYd-ihZbqw8ZSIRwJ01vbKg,6246
|
| 430 |
+
pyarrow/include/arrow/testing/generator.h,sha256=h9Kw9GfDnCHDLl7IsEgaLCi8UDu7R6MHL7Au2TWfMVc,12024
|
| 431 |
+
pyarrow/include/arrow/testing/gtest_compat.h,sha256=77dWG9oyd-h3acAEYbP7IjbeIBoAGXl3CLGLI1DmKnQ,1299
|
| 432 |
+
pyarrow/include/arrow/testing/gtest_util.h,sha256=54hZuuCYNfrdghG3zv0I4BJiw1_KqG6OlLFDvoPyo0U,24343
|
| 433 |
+
pyarrow/include/arrow/testing/matchers.h,sha256=3ys7UI6YpFeMvFCgjmF_VWn1w7Hzhqbr2c-_EuJBpnU,16852
|
| 434 |
+
pyarrow/include/arrow/testing/pch.h,sha256=wKPN4rZnVcQbmpn02Sx5tSa7-MEhpUR1w-YJ6drtyRM,1164
|
| 435 |
+
pyarrow/include/arrow/testing/random.h,sha256=mRrOyZzgD4bCGItddsBgkOXkqokM9sRH2fkv_7AXMw8,35068
|
| 436 |
+
pyarrow/include/arrow/testing/uniform_real.h,sha256=-G_2J9cvevoCtB55vsCsWtJkMUHLIMyOwdT6G8ZW45Y,2970
|
| 437 |
+
pyarrow/include/arrow/testing/util.h,sha256=Vr_F5jZQo6kd2-PBq5M0IjODeuaY7cNU7dDovpnPtLQ,5391
|
| 438 |
+
pyarrow/include/arrow/testing/visibility.h,sha256=C_kt7rpKXh1-X_K0UtonGk9BugajMhyXAmsJp9rvY78,1548
|
| 439 |
+
pyarrow/include/arrow/type.h,sha256=Z_rQ9Qq9LJaYsxr0LerXbtR2RxnMjF3sK0hFiq52TWc,93643
|
| 440 |
+
pyarrow/include/arrow/type_fwd.h,sha256=sFH2YEPc1Uly9YA1A775UXpy-Anlthew227qv5vV0VA,21811
|
| 441 |
+
pyarrow/include/arrow/type_traits.h,sha256=IHqfM2Rk90UMsNk0B3yKL6JPQ6c2p_FmTJTHu-DCa0I,52883
|
| 442 |
+
pyarrow/include/arrow/util/algorithm.h,sha256=045EVzsC9rThlRVFaCoBmmtWZmFy5y28PR9yapn9sXY,1229
|
| 443 |
+
pyarrow/include/arrow/util/align_util.h,sha256=DG2L24KReTiU8nFpXLigbflkKouKWTPUf6osQs6mxiY,10669
|
| 444 |
+
pyarrow/include/arrow/util/aligned_storage.h,sha256=ZsAqIA3DV3jIhCnC8mmA4J7FCnnQ-CV-gJj_T_pTmsI,4987
|
| 445 |
+
pyarrow/include/arrow/util/async_generator.h,sha256=dMfy3t58k9zQ82LeD002LZT0uEce_QWoDRfwjIapwKk,77704
|
| 446 |
+
pyarrow/include/arrow/util/async_generator_fwd.h,sha256=Y7EZ4VXdvqp7DnzG5I6rTt123_8kQhAgYIOhNcLvBdA,1737
|
| 447 |
+
pyarrow/include/arrow/util/async_util.h,sha256=1nnAJZ22iK7wSzmvZDo3PMhuWqJIt2qKdlXzTyhoCK4,19759
|
| 448 |
+
pyarrow/include/arrow/util/base64.h,sha256=qzcBE98cg8Tx5iPJAvQ4Pdf2yc6R2r-4yGJS1_DEIeY,1095
|
| 449 |
+
pyarrow/include/arrow/util/basic_decimal.h,sha256=nktXDBaDf821f75Y-34vHwS-qXSLyQKYe9yT1bDvgAU,18793
|
| 450 |
+
pyarrow/include/arrow/util/benchmark_util.h,sha256=SG3gfwE-wGNZAwpL3TvffnSiZGM2cztV5xRBnbqy2Mw,7641
|
| 451 |
+
pyarrow/include/arrow/util/binary_view_util.h,sha256=TICUComIZdYBIzOiRy-mmVgrCOwmThnmLHotBz1s5xw,3829
|
| 452 |
+
pyarrow/include/arrow/util/bit_block_counter.h,sha256=iSIemzizxVokwC0Ze6SjSi-al_nrP2ViXF6JPoIVUWc,20162
|
| 453 |
+
pyarrow/include/arrow/util/bit_run_reader.h,sha256=IWDww6Dm8OFsCRlJ0hEpJKiHMK3nUM3pqbd09mZhcIQ,16616
|
| 454 |
+
pyarrow/include/arrow/util/bit_stream_utils.h,sha256=pv7HmKXJkW_wMRKzf89jUjOKGvkqxj4jxYYViZBm0Ws,17325
|
| 455 |
+
pyarrow/include/arrow/util/bit_util.h,sha256=ta3A0YGhlIw7TAs9acWAWFq19L_R1jvI5U52mgv3HB8,12111
|
| 456 |
+
pyarrow/include/arrow/util/bitmap.h,sha256=qDoNl-S8QFoZ220HsAtAN-s-Xm5JcnjOXNOGdaIssL0,17462
|
| 457 |
+
pyarrow/include/arrow/util/bitmap_builders.h,sha256=zOb7Q-eX9vm9rkgu0Z3ftUDsI1xPthxJ_iC4qDYR1is,1563
|
| 458 |
+
pyarrow/include/arrow/util/bitmap_generate.h,sha256=m6ZsNwx1GhsEktQr63NxXHQkX2B7Nti011XYsPg2xfo,3661
|
| 459 |
+
pyarrow/include/arrow/util/bitmap_ops.h,sha256=87_SXoqmVPRC6umXFitektDCIeI8yOalYWUonzdWjt8,10750
|
| 460 |
+
pyarrow/include/arrow/util/bitmap_reader.h,sha256=pLrMDWhVo-Qb3V1mLASAz_aI6QZxDHRr37EtqxqGd9E,8353
|
| 461 |
+
pyarrow/include/arrow/util/bitmap_visit.h,sha256=myn8k66VrvZnL6R6VW6IDPTfO68VxjbJ8Up5IuSjFL4,3470
|
| 462 |
+
pyarrow/include/arrow/util/bitmap_writer.h,sha256=a4goXhLlY0qcfvYxbfbGD_HZ8Au1wFcbV1tVF3BPaXs,9383
|
| 463 |
+
pyarrow/include/arrow/util/bitset_stack.h,sha256=D49IZZSzZOM2hqh6b-fT0vgRISf1mQnl4oG5nnLBZ4A,2776
|
| 464 |
+
pyarrow/include/arrow/util/bpacking.h,sha256=qiiYXgZLWZcYX6sm75_vBQ6qpHtS1AwasL59YQL2Ptk,1175
|
| 465 |
+
pyarrow/include/arrow/util/bpacking64_default.h,sha256=q7kf_BW62k45v1qMtnJtLIPk8VtJIALc5nXkYmISy3w,196990
|
| 466 |
+
pyarrow/include/arrow/util/bpacking_avx2.h,sha256=ymQJGQc54W3zbrSoktjbAcBnWwbq_SphiXLLI-G6fHg,1009
|
| 467 |
+
pyarrow/include/arrow/util/bpacking_avx512.h,sha256=Z_rAQpiKJEH-9QSHUXpbDmZiAgIm7CPCHfPnwlIZDAE,1011
|
| 468 |
+
pyarrow/include/arrow/util/bpacking_default.h,sha256=nDi4g5JdyWwXa_J3EqE22bG9R4G7Czd6W75F9spRU5U,103760
|
| 469 |
+
pyarrow/include/arrow/util/bpacking_neon.h,sha256=vE-V4E8dpqSjk7dq8kagD07-nhRQKGvcYMhc_dE4nqg,1009
|
| 470 |
+
pyarrow/include/arrow/util/byte_size.h,sha256=Pd2c_3a0IeSOUevhPIlXNkDmgoB06g4c9YCsuRwwSKM,3997
|
| 471 |
+
pyarrow/include/arrow/util/cancel.h,sha256=oW33c4AXSKLHUc5R_1mZ4ssjmLXU_P0Jk6GDO3IwZUo,3651
|
| 472 |
+
pyarrow/include/arrow/util/checked_cast.h,sha256=SR9Qg8NuLSBJw2w1UfgeGvCfT8k7wrbN7BzADQOZfAU,2076
|
| 473 |
+
pyarrow/include/arrow/util/compare.h,sha256=OLrSSyllkY4Sv00IK-37A2d68gr4OwnWJsxn1aF9xTU,1982
|
| 474 |
+
pyarrow/include/arrow/util/compression.h,sha256=fvlURoWJsgO8Hr6Xs_VNaqiOatmIGn9ktVUkYv7pIu4,8427
|
| 475 |
+
pyarrow/include/arrow/util/concurrent_map.h,sha256=wMi9WDHfRuJ_aSFgcJPpsVwGJ9vIJ5agaZ3rVUlwGe4,1775
|
| 476 |
+
pyarrow/include/arrow/util/config.h,sha256=ai6MF7RgHPh79AQPr-Cv5dIxPeeE6h3XGN7Tb9rdku4,2269
|
| 477 |
+
pyarrow/include/arrow/util/converter.h,sha256=PILfos6VlnLK6fOFMfLIUhiKl3o1dJo9T4HJXeR7V5E,14637
|
| 478 |
+
pyarrow/include/arrow/util/counting_semaphore.h,sha256=iXHYagqi_-ay73T1uPmv7pG334SY34DUQLSdtD_4_tA,2251
|
| 479 |
+
pyarrow/include/arrow/util/cpu_info.h,sha256=MqLdJabBZkzDjiScaQ7if9dmoAGvXT2QavGoGkho3lU,3964
|
| 480 |
+
pyarrow/include/arrow/util/crc32.h,sha256=4gN0M-SRnxaGKci2ATPbMWZG2TG3YULXjaTpadV0Udk,1337
|
| 481 |
+
pyarrow/include/arrow/util/debug.h,sha256=CPB_oDOuZ_u89e9wM8bGn88mGvClgfa7UDxDph6v9sY,971
|
| 482 |
+
pyarrow/include/arrow/util/decimal.h,sha256=n8WyVpYl3a_y77rvq3rbQ3pnYpU24veBfsIP2JVHKc4,11450
|
| 483 |
+
pyarrow/include/arrow/util/delimiting.h,sha256=JYe9YcWMeFT_ISuojx_VgVqOYLvZ2TiiR2sNn-WdeBQ,7317
|
| 484 |
+
pyarrow/include/arrow/util/dict_util.h,sha256=HipvAVlQ1Q6zNneu9tYOwVUv6NLklBu2IfZ1eoeSpVg,986
|
| 485 |
+
pyarrow/include/arrow/util/dispatch.h,sha256=g6R9w8asCTRyDTFoxUipvdOeh6Ye_FvZBGP6Zwg2t3M,3235
|
| 486 |
+
pyarrow/include/arrow/util/double_conversion.h,sha256=23QU2TFX4hpBZnoqMDyTKxZoH7mU9qkY2vkF1KL8bW4,1243
|
| 487 |
+
pyarrow/include/arrow/util/endian.h,sha256=iIIfAU_NQ-G5-7tiQ6hcN8ZNi8c7-8a42ZQWf4cNPfU,8114
|
| 488 |
+
pyarrow/include/arrow/util/float16.h,sha256=RaJBIWnDdqj7uw2YskxBM0Wlpnrq7QRbMCiTZLr7gJY,7418
|
| 489 |
+
pyarrow/include/arrow/util/formatting.h,sha256=fJIYN0UalTHBV-zFe9VUurM0dUbruPLRGxpXrJbw-do,22188
|
| 490 |
+
pyarrow/include/arrow/util/functional.h,sha256=4ljKXSWX3G_lBT2BfLXuG44pzZwVKeaojpLWCniqKyc,5612
|
| 491 |
+
pyarrow/include/arrow/util/future.h,sha256=tsSVDEH2dhXKyvIKl6R9BVBolpPdZXoRRf2-YRbtdxg,32296
|
| 492 |
+
pyarrow/include/arrow/util/hash_util.h,sha256=JoB6fC0Wbk4p5Fkrz3QvwUUiUxiy2_fHesE_j7r3hvM,1914
|
| 493 |
+
pyarrow/include/arrow/util/hashing.h,sha256=mFHU6LK2RoH1drC9CV2Af6x0VPLH0yFrsQ3zo-XoR2k,32890
|
| 494 |
+
pyarrow/include/arrow/util/int_util.h,sha256=zTOAq57M4pUe469WpnW6I5hNtxe3vGRHlZWhngA1DzM,4859
|
| 495 |
+
pyarrow/include/arrow/util/int_util_overflow.h,sha256=AtvkG7v3-1gVzW5SrFrdVkYuXFtT76_nxrKtzIbz_9U,4895
|
| 496 |
+
pyarrow/include/arrow/util/io_util.h,sha256=5VnX4eU74Dr_2dXyBSpYDevlTva4ZgD_un3SwoNF3gQ,13705
|
| 497 |
+
pyarrow/include/arrow/util/iterator.h,sha256=nprqdPs6wrrgi6RHIJ2VMQI1YFya-57wBQfOEmHoKUc,18087
|
| 498 |
+
pyarrow/include/arrow/util/key_value_metadata.h,sha256=wjU6uQGcSmy-YFqMs6rwLP7E4X-0IFBjPrWZstistzQ,3590
|
| 499 |
+
pyarrow/include/arrow/util/launder.h,sha256=C3rNBRh4reuUp8YuRdGQU95WPc8vl4bAY-z5LXgDiuA,1046
|
| 500 |
+
pyarrow/include/arrow/util/list_util.h,sha256=_OmtsDqe-mnZ_7tVWxB2yHdgCJhpiME_RP3nXHzKbdI,2028
|
| 501 |
+
pyarrow/include/arrow/util/logger.h,sha256=9rxTVx_inLU9jChGjS6YKkobDNOOAeSE5jPe0zEjrUc,6655
|
| 502 |
+
pyarrow/include/arrow/util/logging.h,sha256=VMYNX1-j-wDmsF0CNnOZ9JoA93Jp6tj7AsVLHK9aTIg,9120
|
| 503 |
+
pyarrow/include/arrow/util/macros.h,sha256=FQPtxbu0xDzYQ_hC5oMMri2ieQNK12EZewYLWe8NXjI,9167
|
| 504 |
+
pyarrow/include/arrow/util/map.h,sha256=KbKB3QNc3aWR_0YU1S7aF9fdI0VCABGxEF1VES2oOqU,2476
|
| 505 |
+
pyarrow/include/arrow/util/math_constants.h,sha256=5rV1HCUDq_y4t3dVdzA5EW6wj56mDWsv5tPBTHmNci0,1106
|
| 506 |
+
pyarrow/include/arrow/util/memory.h,sha256=qsxFgvj_wozO5OxIs6fHdcam7aifpozqc1aE81P91Yo,1566
|
| 507 |
+
pyarrow/include/arrow/util/mutex.h,sha256=n4bsrHK2Q8zbYsQEyNaFqNu__vvqgwo1AfrLLCxfkpU,2554
|
| 508 |
+
pyarrow/include/arrow/util/parallel.h,sha256=iZBn0C7HkQhGNKET5WTXCJ2FftcryCZAyBGwcg7qRvo,3616
|
| 509 |
+
pyarrow/include/arrow/util/pcg_random.h,sha256=nbXowfCJFiy4GjVfF9I8VvB6fxkyR5zNB1FKdnFsYTQ,1252
|
| 510 |
+
pyarrow/include/arrow/util/print.h,sha256=X0CfuWzDkq8CNHaEUH3I27Yi4v_zdoOo7sdrTad8Wr0,2444
|
| 511 |
+
pyarrow/include/arrow/util/queue.h,sha256=X9vRZQX3YL_a2Lzwe-zcNNHguR7FoGYmD-Q0THqsCBM,1017
|
| 512 |
+
pyarrow/include/arrow/util/range.h,sha256=yhe5pJiZIiLUO8tYr408Y9yEsFrFd7FrBMeTL2hAOKY,8526
|
| 513 |
+
pyarrow/include/arrow/util/ree_util.h,sha256=waTBOQfwWGHhoAYHTyyhUnM2BSwOqsof_H_akHvUgno,22395
|
| 514 |
+
pyarrow/include/arrow/util/regex.h,sha256=Tj92CttOh2HxS0EKQ_9-sxMBAsQrDOUKNP0ngIJFdP8,1742
|
| 515 |
+
pyarrow/include/arrow/util/rle_encoding.h,sha256=HJc-YVpSwgv5XqMISRPTwv-CL5NR6O7aXn1IKqj0al4,31035
|
| 516 |
+
pyarrow/include/arrow/util/rows_to_batches.h,sha256=PZNoLeMCfJJdeHVvUny0UHc5AtS0hctUCi7zUztJpeE,7120
|
| 517 |
+
pyarrow/include/arrow/util/simd.h,sha256=mK8BJY0MQ62vhb0mls1ss3la8aOchfPeRarRaUUcaXQ,1227
|
| 518 |
+
pyarrow/include/arrow/util/small_vector.h,sha256=dDNNMFpNdtIbxLP3L-h_bv3A8raYv4IVuyLEzUVMgck,14421
|
| 519 |
+
pyarrow/include/arrow/util/sort.h,sha256=cXZvBN_EcXkN5j0xhX2oNisbChT2QKXP9KzDgjXW2_M,2466
|
| 520 |
+
pyarrow/include/arrow/util/spaced.h,sha256=790FFCTdZA-z6qKuEJM5_wG24SqTTVtyj7PKnLBe7_Q,3567
|
| 521 |
+
pyarrow/include/arrow/util/span.h,sha256=2zDPUc5ciTQovM-T32EZt4iMpqcsoL7Y46ovKjo-7ro,5551
|
| 522 |
+
pyarrow/include/arrow/util/stopwatch.h,sha256=ADGbEEU1x-fvp_NsIdTHH5BW0b9jDB8rTAj1WOgkClc,1401
|
| 523 |
+
pyarrow/include/arrow/util/string.h,sha256=tqv-0HFYpdrXQhkuoi_tUVVe_KwII2ffvYZqCg8jhm0,5754
|
| 524 |
+
pyarrow/include/arrow/util/string_builder.h,sha256=UwOKPz8BQjtl9ecBZ0INoYWMWUkAVQOd_aC8xZZMCgo,2446
|
| 525 |
+
pyarrow/include/arrow/util/task_group.h,sha256=fI330NoJT8u84AEUA6pSxWrE7UBKn2LaM4DfPFoalqA,4362
|
| 526 |
+
pyarrow/include/arrow/util/tdigest.h,sha256=C53yooDZmH5Q-mWIN1PmOtk8fw9QZOe8M2oe22LgfF4,3052
|
| 527 |
+
pyarrow/include/arrow/util/test_common.h,sha256=ZniLT8TvAUdCE2T2YrtlDKdwDNPBpT5e9V1EiPHH9LU,2837
|
| 528 |
+
pyarrow/include/arrow/util/thread_pool.h,sha256=lj2-qrZLIpmzK1wiy3Sqk-vshEsKF3nbs_22Btffuhs,24424
|
| 529 |
+
pyarrow/include/arrow/util/time.h,sha256=4Xi8JzaYlWFxVaenmCJ7orMgu4cuKELvbtMiszuJHUA,2988
|
| 530 |
+
pyarrow/include/arrow/util/tracing.h,sha256=sVfC_Rj2gwkWKVSKT0l0FOO5c2EGsfYwlkZX4d9ncxA,1286
|
| 531 |
+
pyarrow/include/arrow/util/trie.h,sha256=WBvryYO2sNdoPc-UB-XmQ3WzSed79qIsSg7YWCrvwNY,7121
|
| 532 |
+
pyarrow/include/arrow/util/type_fwd.h,sha256=aC3ZZR2FniFUR3InlZDXH8dknZKvmM0RBocHwFKU_Us,1521
|
| 533 |
+
pyarrow/include/arrow/util/type_traits.h,sha256=F0Gdg_3faM0MmZBOXOspRzUwuxnjKbFaVpJiTEaOXGU,1731
|
| 534 |
+
pyarrow/include/arrow/util/ubsan.h,sha256=dJNGOe0smDe1akrYLdYcIbAWDJNS6Z7NRgqgDnr2emc,2765
|
| 535 |
+
pyarrow/include/arrow/util/union_util.h,sha256=PSssBiw-v-PDen_q75c6OkNO5PwyIPhGbf9PMJj7P2M,1211
|
| 536 |
+
pyarrow/include/arrow/util/unreachable.h,sha256=O1TG4ozCYT3_xvDpJouKWrlFADIEpIemQ28y4DqIwu4,1070
|
| 537 |
+
pyarrow/include/arrow/util/uri.h,sha256=D24zebazFcrKGt7iGpkcGQ87DuF-2AbjPKVkDlq9Nuk,3886
|
| 538 |
+
pyarrow/include/arrow/util/utf8.h,sha256=flGZ786kHo33Xg_zw0zVA9GAT8jYdPUHTVhIPHGjOj8,2031
|
| 539 |
+
pyarrow/include/arrow/util/value_parsing.h,sha256=ypbnIIxfFDfDmELinEiS2RYSkeabYDAfuKPW5YsmfRw,29995
|
| 540 |
+
pyarrow/include/arrow/util/vector.h,sha256=030BhvwePfVYqn_sdIg7XHC-LO8Afu7VDMKZp_uAGmY,5673
|
| 541 |
+
pyarrow/include/arrow/util/visibility.h,sha256=rxdsOf32jameCdyNg0bV5V11_mPDyq7p_dBIi05ovgQ,2683
|
| 542 |
+
pyarrow/include/arrow/util/windows_compatibility.h,sha256=m0OUxpZobM0vYUyVPRw8-iF9rcif3ZPIe__adJ3WjuE,1225
|
| 543 |
+
pyarrow/include/arrow/util/windows_fixup.h,sha256=Obc15XBzd4Vag6rKP0QOFpdKh2NdMwycASiTTKo3tIA,1379
|
| 544 |
+
pyarrow/include/arrow/vendored/ProducerConsumerQueue.h,sha256=Bz1ks3NDgXXLfT8TMUkE38RpMOSwKRRtwU1e37Y1CUw,6101
|
| 545 |
+
pyarrow/include/arrow/vendored/datetime.h,sha256=lVHO-GyyevnRnc2XmnRS33plbC7FGKcPJk0jnWrgLxw,1017
|
| 546 |
+
pyarrow/include/arrow/vendored/datetime/date.h,sha256=pXYcCe04WF6LoW5uZzm912GVvNtrOBI09sqZJeXZSAY,237582
|
| 547 |
+
pyarrow/include/arrow/vendored/datetime/ios.h,sha256=SSzUcU3-1_slQ-F8dS8MPMdKyhSmXKFmvSiUF3Wuaoo,1679
|
| 548 |
+
pyarrow/include/arrow/vendored/datetime/tz.h,sha256=mPSfEbZ8arAGtk1XwvVgyRk6aqLX42cFDggb4okFwb0,84867
|
| 549 |
+
pyarrow/include/arrow/vendored/datetime/tz_private.h,sha256=1-h_bcUADjplYsQ4TwuqEeWvVThgHXyLay1wAT8TBlU,10748
|
| 550 |
+
pyarrow/include/arrow/vendored/datetime/visibility.h,sha256=2P38U5rN_wE45fGYqkAqh7P0XLj2eswzz8RgSRJ0c9s,951
|
| 551 |
+
pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h,sha256=imGhcg0RywMsFNMYTqp6rlXw2HZCIAla8SC_n92gCqE,4358
|
| 552 |
+
pyarrow/include/arrow/vendored/double-conversion/bignum.h,sha256=RnQ2CPL8Pt6fVCGh_8VDF11e_GyrrwO0IH0uMnTcsEs,5949
|
| 553 |
+
pyarrow/include/arrow/vendored/double-conversion/cached-powers.h,sha256=jjwfR3bue7mNlE5lbTrFR2KlgjRew2OkmjBa7oQO0Qg,3079
|
| 554 |
+
pyarrow/include/arrow/vendored/double-conversion/diy-fp.h,sha256=J-RgqH27jspT5Ubth9pTA9NAZH6e7n1OVhxModgi8Sc,5088
|
| 555 |
+
pyarrow/include/arrow/vendored/double-conversion/double-conversion.h,sha256=J1Tl5-8aFY0A9SnaA9z5Q90jnMxw55illPIuE-jdD5Q,1804
|
| 556 |
+
pyarrow/include/arrow/vendored/double-conversion/double-to-string.h,sha256=C-tKRi0IuLycXgS6CC1oiFkCroOo_-AO0VOjmfe0tlE,23925
|
| 557 |
+
pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h,sha256=ZAho25fqeP3t2RM0XgqfhTBXQIIicACLpdyHHMRX3JU,4122
|
| 558 |
+
pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h,sha256=HLnpxkHjKldm-FBiDRbADYljJBSYbQGP4Gz-sVbiSJU,2828
|
| 559 |
+
pyarrow/include/arrow/vendored/double-conversion/ieee.h,sha256=CVKA9RXSjv4ZygqDHMiF-H2hUh3QHQvp1GZYC3MAhkE,15281
|
| 560 |
+
pyarrow/include/arrow/vendored/double-conversion/string-to-double.h,sha256=Ul6b-2R0pjUaAWNM3Ki4kH933LqrW6_XfPz4BSiE2v8,10906
|
| 561 |
+
pyarrow/include/arrow/vendored/double-conversion/strtod.h,sha256=6xCRm47vmcghYJug5mhhTVbsZ3m3Y6tQfMehEyVZNx0,3096
|
| 562 |
+
pyarrow/include/arrow/vendored/double-conversion/utils.h,sha256=wFRb5cGABiNoUSCnvKmdv_KIMcBtX1PX89tPFfvgbQI,15614
|
| 563 |
+
pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp,sha256=FEYzq8NFxPfdJyLs4kVtTBLkaD6iO71INz9EJnaxTdc,19784
|
| 564 |
+
pyarrow/include/arrow/vendored/pcg/pcg_random.hpp,sha256=7TaV3nZhcwpf6XxlZ6cod1GaW5gm-iUn67t2fiMPNbA,73501
|
| 565 |
+
pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp,sha256=r8exMtH21S8pjizyZZvP8Q8lAdxkKF22ZEiurSTFtzM,28411
|
| 566 |
+
pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h,sha256=9KphJ9gRtDT9DXR9iZ7aS23xa2T8tLmLsFEJMg0pLDQ,3081
|
| 567 |
+
pyarrow/include/arrow/vendored/portable-snippets/safe-math.h,sha256=q9yWh34bsFu1vSqLTuI3n_cIU4TlY98Lk1elxKHvZP0,48167
|
| 568 |
+
pyarrow/include/arrow/vendored/strptime.h,sha256=q1IZi5CvyUp_PNzbQ4_XLroAV24VEovBEz2TkpwUJ9c,1212
|
| 569 |
+
pyarrow/include/arrow/vendored/xxhash.h,sha256=MUwtyzu7xjkx9mBcS65SaDcCK7tgeqQgj-KYEMxcHWc,844
|
| 570 |
+
pyarrow/include/arrow/vendored/xxhash/xxhash.h,sha256=videnbIaUDw38kaDzbSQjyNwo-NauW4CxOpz3I45nEM,253096
|
| 571 |
+
pyarrow/include/arrow/visit_array_inline.h,sha256=XuQjuME8XZeJp7W86YuCsuoVVgmG1NulXAA0KJkmmB0,2446
|
| 572 |
+
pyarrow/include/arrow/visit_data_inline.h,sha256=NItU41fqR6Y5XesusYJo53kvL4z2i1G7Fe9WVO0vuFI,12405
|
| 573 |
+
pyarrow/include/arrow/visit_scalar_inline.h,sha256=KvNY0j8nE9gs_805LXMV3ATgvxvUqW4UeKpXUxR3rMA,2419
|
| 574 |
+
pyarrow/include/arrow/visit_type_inline.h,sha256=45aoF8APn8hm909nLBngls669o2yKCn24WlL5XdDpa4,4397
|
| 575 |
+
pyarrow/include/arrow/visitor.h,sha256=Fqhj_E88K_VbNYQgYk4W_kzvJxn_8glnlbzv7tn6bDs,8372
|
| 576 |
+
pyarrow/include/arrow/visitor_generate.h,sha256=cZIqcfS4zRgPJDpNe0HMzhnevg3J8zy_dNO29QC85A0,3224
|
| 577 |
+
pyarrow/include/parquet/api/io.h,sha256=Ricq0d2R4QXHiGZCbjxZ_0F_QmKq0IrfTidNu5NoXPI,847
|
| 578 |
+
pyarrow/include/parquet/api/reader.h,sha256=vnM5XDPn1TVsDJk4SDgb3ZU2Ta4vdrRzCpDWO90rYHk,1204
|
| 579 |
+
pyarrow/include/parquet/api/schema.h,sha256=KsNJ529pEh7bGUa0rLUCcfanI9rW2uSTirgpvKq0hdc,855
|
| 580 |
+
pyarrow/include/parquet/api/writer.h,sha256=UJZbY8QGVRMtAmozzjoM9TnI4gssqlNFUKCXBw2IfuI,1007
|
| 581 |
+
pyarrow/include/parquet/arrow/reader.h,sha256=l4R351BVOWpYJOv_vyqWmXdJUErm2z_ztvTAv537q0w,15305
|
| 582 |
+
pyarrow/include/parquet/arrow/schema.h,sha256=Mi56ul7itNS6NDbMpKOJCufjHVqaSY5_rbsNRNLE560,6204
|
| 583 |
+
pyarrow/include/parquet/arrow/test_util.h,sha256=Dpg-9IyHsCjpKOZ3KJ4Vm0Ip2XXYLPUWTR_6sqv3Z00,20301
|
| 584 |
+
pyarrow/include/parquet/arrow/writer.h,sha256=rhcVk-5xRBORzvLk07qbnvqZhnyRYO-AzGj51rMk5dU,7953
|
| 585 |
+
pyarrow/include/parquet/benchmark_util.h,sha256=RhFvoDBVyfd5Sv0fm9JO4JrXWJRGYYmIIrHXi0cSJP0,1756
|
| 586 |
+
pyarrow/include/parquet/bloom_filter.h,sha256=mO3RRfedWWcHiCCTj0FIQ-jQThkWs2Psym67oICdutU,14987
|
| 587 |
+
pyarrow/include/parquet/bloom_filter_reader.h,sha256=63kpHYKs5TPrbRamkBLZsDYbD-I9UeVhF-R8d7JHeLg,2892
|
| 588 |
+
pyarrow/include/parquet/column_page.h,sha256=_BbPcMfSa52JmteUMdsc7BW6KWoGXn9aQepDgr0veSE,6526
|
| 589 |
+
pyarrow/include/parquet/column_reader.h,sha256=TgzKQB5-8X18R3Toza1Xy5Ca1cmoS7W6GMX_gHdtDXY,21549
|
| 590 |
+
pyarrow/include/parquet/column_scanner.h,sha256=HecBvh-z0n_1HJsD-GIdcGHQAvDOHKlLzppB9RBsD9s,8863
|
| 591 |
+
pyarrow/include/parquet/column_writer.h,sha256=-A-fGSU3oFnzQHLGSU7jw5_VDPZeqdA9BwTGe_gK1h0,12588
|
| 592 |
+
pyarrow/include/parquet/encoding.h,sha256=yglN1AoOrINCp_MMBe_uRuBFXYsw2yvjMmZsAMoEFt4,17141
|
| 593 |
+
pyarrow/include/parquet/encryption/crypto_factory.h,sha256=RT4iznr6uvSIPbUzh_7s6Cexe8uMbQkzgrjCTGYBC6I,7057
|
| 594 |
+
pyarrow/include/parquet/encryption/encryption.h,sha256=bHJ7USckzezXfydqjJstljcjuR15r8U6zh8z3IoINCo,19842
|
| 595 |
+
pyarrow/include/parquet/encryption/file_key_material_store.h,sha256=YzAVO3M2H5v5Fz2b_WlmB3GE5wVbMEnFTL3S9XPH6k0,2200
|
| 596 |
+
pyarrow/include/parquet/encryption/file_key_unwrapper.h,sha256=pB30St8lGEaEAxNcwnDnlGtATTvc1muMzNOusfgqzT8,4635
|
| 597 |
+
pyarrow/include/parquet/encryption/file_key_wrapper.h,sha256=d2W4xICbSRAy7aPe5RKahhPhiJDfvxHY_v_lifq7wqY,3762
|
| 598 |
+
pyarrow/include/parquet/encryption/file_system_key_material_store.h,sha256=9H1ey0O3LL4dg9VVeFLNxlZ7Vr263JVaZHKVSu4s8MI,3573
|
| 599 |
+
pyarrow/include/parquet/encryption/key_encryption_key.h,sha256=0c3ZrRud2vrCu5z513ocyPYxlsP2kg1fQ8m0Jqr701g,2232
|
| 600 |
+
pyarrow/include/parquet/encryption/key_material.h,sha256=kPTSIuRFYOnH4BCPIB33zG9hp5D2Ba-5kZVlq3rFnRI,6221
|
| 601 |
+
pyarrow/include/parquet/encryption/key_metadata.h,sha256=Pc0nA9LW3Fc9NLMMxz7osbw8si2jSiOVTES-J-9R0y0,4003
|
| 602 |
+
pyarrow/include/parquet/encryption/key_toolkit.h,sha256=HPabI8qFnIMgxZYhHgXCzYV0LU1c5yJ16xjUx21I9b0,4577
|
| 603 |
+
pyarrow/include/parquet/encryption/kms_client.h,sha256=D34pVHzkCbWqKnPIBYfs6cONxmuYzyLSS9-C52ZFhz0,3151
|
| 604 |
+
pyarrow/include/parquet/encryption/kms_client_factory.h,sha256=VZ97CMgDQxx5oZWFGprjXsaM1hZ0wNudPmFU1_lniAc,1293
|
| 605 |
+
pyarrow/include/parquet/encryption/local_wrap_kms_client.h,sha256=XZxkEct0-Tv93VDpda9sDou1kp9qkTKMxr36bpVcI8s,3954
|
| 606 |
+
pyarrow/include/parquet/encryption/test_encryption_util.h,sha256=zIGeULeTOCU1N-XYHdvIppth5wnnTYEwf2h-OuTcQZQ,5209
|
| 607 |
+
pyarrow/include/parquet/encryption/test_in_memory_kms.h,sha256=jYc5WPsrh_wcaaaWcjf23Gbiye3a_bdg2royUfukWEs,3521
|
| 608 |
+
pyarrow/include/parquet/encryption/two_level_cache_with_expiration.h,sha256=cuHbX9gBWWyd0IPXNVjMmHxjPw7omYTns4If4YhBgSM,5075
|
| 609 |
+
pyarrow/include/parquet/encryption/type_fwd.h,sha256=dL8snyUwNjhTQE2FQ2dXAUjTboEXhH2JOehQovHfixc,955
|
| 610 |
+
pyarrow/include/parquet/exception.h,sha256=35JamgHFXBywQt1CKexG-YRNNTh1hmKFHVASQ4-WkOE,5597
|
| 611 |
+
pyarrow/include/parquet/file_reader.h,sha256=OFRKhwAww2N24aZOZcznzral1Or1TGIFGRd1aACARLQ,9664
|
| 612 |
+
pyarrow/include/parquet/file_writer.h,sha256=6fK6Mn-MdiQ-J4oo8BTi_eVVVshlffoQiJzFaLRrqco,9343
|
| 613 |
+
pyarrow/include/parquet/hasher.h,sha256=HSY1EjPD2xx_dB9HtAg-lXL7hB4j9MDE0cAlR7u0NOc,5227
|
| 614 |
+
pyarrow/include/parquet/level_comparison.h,sha256=5z4fUJJPWq9W60l2CsAI7T7E2auGYD7m0fpR5rfLmsw,1306
|
| 615 |
+
pyarrow/include/parquet/level_comparison_inc.h,sha256=YId1vMukGFmnON8HB7SZ6mVK7xj7AU_xs4OvvUMCgSs,2492
|
| 616 |
+
pyarrow/include/parquet/level_conversion.h,sha256=OsuqK1xiUnEnOLPKwfm9X-pXTaXRMlDIkj3lwGb2ggI,9432
|
| 617 |
+
pyarrow/include/parquet/level_conversion_inc.h,sha256=vOC0sBiaW89xfvIB67r5zDDGPFBjAPezLEdqsZWCX7s,14147
|
| 618 |
+
pyarrow/include/parquet/metadata.h,sha256=1U6y0DjCtoOWy6cqgIM2anxhHPtkE8Htkn_t0l9vPd0,21163
|
| 619 |
+
pyarrow/include/parquet/page_index.h,sha256=qBKqiq131jCUrtFCfwlBkeb8PL96yOPKg7AqkslnM60,16399
|
| 620 |
+
pyarrow/include/parquet/parquet_version.h,sha256=W_emfQ1STi9ETgKcAxu-2_ux7uo9CkQlL7mRCENmKJ4,1164
|
| 621 |
+
pyarrow/include/parquet/pch.h,sha256=zIdkjZS4kuFYra3woGMjmvYXCwB4IaXdpm_nR5Nz8hk,1249
|
| 622 |
+
pyarrow/include/parquet/platform.h,sha256=78EMbNC5KaKv9IH0gj8Pwag7TxFItJE4Gxrjxp7JEpk,3820
|
| 623 |
+
pyarrow/include/parquet/printer.h,sha256=_sJ5IoEj4naSTWxlhbq2Pc6WkNG3wMuxRy8zfKfsAJ8,1540
|
| 624 |
+
pyarrow/include/parquet/properties.h,sha256=SYLfEXkF_y-2l8aVqr95ykDbsYADuzANl81NIrX7QkM,45676
|
| 625 |
+
pyarrow/include/parquet/schema.h,sha256=YrlxSFY2STcgKx9Gr6oZpwf4-CVXJ45td4Xv38ONvhQ,18129
|
| 626 |
+
pyarrow/include/parquet/statistics.h,sha256=Bcby1WIkko8RcTD7x8PfTpRIAcoZ9B-PfH-6LELNqqA,15175
|
| 627 |
+
pyarrow/include/parquet/stream_reader.h,sha256=1WmN0vYCqTz1Lwb_Di4xPWTE-VbCQQuzZralSpWQm3U,8791
|
| 628 |
+
pyarrow/include/parquet/stream_writer.h,sha256=nw_v3nhrL682ozZ2KZKVkHnOsjwexbmBXTV2CKcq4YQ,7505
|
| 629 |
+
pyarrow/include/parquet/test_util.h,sha256=gkJoOl_N4cG3L56uXVJi1RLiDVBl73yX01Dkx2Plt9g,31180
|
| 630 |
+
pyarrow/include/parquet/type_fwd.h,sha256=qx6Dhg1HO0U99jdiUfu3rC7zhmQ-3i7WXsfEhrza3rE,3046
|
| 631 |
+
pyarrow/include/parquet/types.h,sha256=IFbKlP0aZzW8Cn4U0QCIGboVb8hOnD6UvSGi6EqpvvE,25482
|
| 632 |
+
pyarrow/include/parquet/windows_compatibility.h,sha256=xIEGHW354URgdIP9A4V303TJL8A1IkCEvp08bMKsHTU,897
|
| 633 |
+
pyarrow/include/parquet/windows_fixup.h,sha256=Fzu3C5JssjEpTpLJu73ETKNJSUfA-qSH4-jPjGxhmZ4,1044
|
| 634 |
+
pyarrow/include/parquet/xxhasher.h,sha256=QAa7ZE7S3UFtU_Voz3oi3YclIYhbhviJkafLOYgiuWg,2074
|
| 635 |
+
pyarrow/includes/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 636 |
+
pyarrow/includes/common.pxd,sha256=tYI1M3gk_d-uzNUpLcIxhNG5W67ycFSVb36Tv7hyN30,5452
|
| 637 |
+
pyarrow/includes/libarrow.pxd,sha256=RNaj8gTROS_qS53rf3o6fqQPKBB9roVu3BuW6Z5yKC8,113398
|
| 638 |
+
pyarrow/includes/libarrow_acero.pxd,sha256=c84RdYfIuFWW_36-1RELJsowfQwXhgUxbdC_xKQyFCI,5298
|
| 639 |
+
pyarrow/includes/libarrow_cuda.pxd,sha256=uq_aA-CyWxWrww427RooWleBzT1c9Et4XWFnByh_Nh4,4841
|
| 640 |
+
pyarrow/includes/libarrow_dataset.pxd,sha256=Qo8zXs1RbjTe9Ja6FSDm-_ujKRadNblfFnX2Kz95cIc,16786
|
| 641 |
+
pyarrow/includes/libarrow_dataset_parquet.pxd,sha256=4me_u82JiInHNRvoazLXUTOO5sxVnyCk-BdfsYQZyWQ,4536
|
| 642 |
+
pyarrow/includes/libarrow_feather.pxd,sha256=MTJUDQbfKP8Ir700Fobl7xcbjX7WcrsUV4mxFXlfwn0,2140
|
| 643 |
+
pyarrow/includes/libarrow_flight.pxd,sha256=pcVtpB4Rx81RZoG3afIizmyQuTnckrqIPZyjvsIYYKE,24860
|
| 644 |
+
pyarrow/includes/libarrow_fs.pxd,sha256=jG1sBGyTkU3X_XZKBMC-n3YsY8Po_2dIQdXyK9vXtHY,14973
|
| 645 |
+
pyarrow/includes/libarrow_python.pxd,sha256=7_L7c93RlqrjpE68wb9qwSJKW001FXvJPdszmEDYcCA,12359
|
| 646 |
+
pyarrow/includes/libarrow_substrait.pxd,sha256=5ZJ0yHhM54I1GfmUaPMy5nRxLFsr-A625qUSmOhnQO8,3196
|
| 647 |
+
pyarrow/includes/libgandiva.pxd,sha256=FLBd99IeU67Db9SnHS7oe6FgBZ1aIHuRc0pOiDv7hQc,11538
|
| 648 |
+
pyarrow/includes/libparquet_encryption.pxd,sha256=fi3QrLpHN1_IaYRXvVMJdIgp7F_6aaLu1owP0I3BD5g,5898
|
| 649 |
+
pyarrow/interchange/__init__.py,sha256=DH0bwbKpdjD1WCW1VinnXEuVLY098uHKkirv7DFc9JM,845
|
| 650 |
+
pyarrow/interchange/__pycache__/__init__.cpython-310.pyc,,
|
| 651 |
+
pyarrow/interchange/__pycache__/buffer.cpython-310.pyc,,
|
| 652 |
+
pyarrow/interchange/__pycache__/column.cpython-310.pyc,,
|
| 653 |
+
pyarrow/interchange/__pycache__/dataframe.cpython-310.pyc,,
|
| 654 |
+
pyarrow/interchange/__pycache__/from_dataframe.cpython-310.pyc,,
|
| 655 |
+
pyarrow/interchange/buffer.py,sha256=NF_GU1uQ6INqHqCwzY6XQQqRxKDh6znEeDHiRqaEIQ0,3359
|
| 656 |
+
pyarrow/interchange/column.py,sha256=afU794n3H7yf4gDQDuFLbtyDlgVnLk9iZ6sugb0h8_4,19370
|
| 657 |
+
pyarrow/interchange/dataframe.py,sha256=tmSMmBvBAc-ZSUzE8tBNbvQLHuuxLuBkMkK6KYwtS8M,8405
|
| 658 |
+
pyarrow/interchange/from_dataframe.py,sha256=JfkP4wuY_9x76H6RDtmsOzs6B6qe-1WS7zxpKeD481s,19709
|
| 659 |
+
pyarrow/io.pxi,sha256=LcEqNanwQD7dr0XVHu52dnhlUUH25bhjDGGPO6Wet34,86616
|
| 660 |
+
pyarrow/ipc.pxi,sha256=Reakb_rHbBipOr9QPEC0D2jBvQ87ORpVb5kasDdeY_4,41081
|
| 661 |
+
pyarrow/ipc.py,sha256=Hb3qCPKRr_wth5u4WrkZHJyAZmIK5SoVSezfBOI97Ww,10107
|
| 662 |
+
pyarrow/json.py,sha256=N9Y7_3TSrOEDy2OrmgQ8UKqUPMx1Bm9dYgot-brJ8Xw,858
|
| 663 |
+
pyarrow/jvm.py,sha256=tzAsIrMSCIeNAtSC8lZWjQS0rq7kjaQDPlePDmvpqDw,9593
|
| 664 |
+
pyarrow/lib.cpython-310-x86_64-linux-gnu.so,sha256=OdfAp7tqWLQa6TknlkyD1fiSxQJV-oytZLirE52LBH4,4646648
|
| 665 |
+
pyarrow/lib.h,sha256=_XgqZ_3T5W9PqqlxWG6Mkekxgy-j7YV7LdBBQzpc6gg,4631
|
| 666 |
+
pyarrow/lib.pxd,sha256=WRRAeNz8m7tHoDcID_77H5VbELsn_Yh9pu64uyQ2V4Q,17433
|
| 667 |
+
pyarrow/lib.pyx,sha256=eMv7VZOU_T2OOGgSzjvj_Bxg20Rcu_ha5xOtRU0O3mI,5910
|
| 668 |
+
pyarrow/lib_api.h,sha256=3YSCQN-GF_-nWfkpEkQmR1Q-Lrk2XZUqk8o1_ttBkgw,19487
|
| 669 |
+
pyarrow/libarrow.so.1700,sha256=Fdv8VA23p1bLEpWDoya8u8wShR3SZnVmFdTcvUnKMbY,62559952
|
| 670 |
+
pyarrow/libarrow_acero.so.1700,sha256=vcPJTxW3xu-ScT1EwWMnu3uquDlZq7KTSE-VMsMhvCE,2076592
|
| 671 |
+
pyarrow/libarrow_dataset.so.1700,sha256=NtapEoi6I8kc7nktbYtovOCvlHoBXlFaMrw5iPTF408,2758368
|
| 672 |
+
pyarrow/libarrow_flight.so.1700,sha256=ubQl454jc5GYgDJGrj_VXNtVfaIOh-epDbwox8Vc3V4,20259128
|
| 673 |
+
pyarrow/libarrow_python.so,sha256=I0jzox3nUNGXzrDf9qU_KCA1io8GKEHS9wEww-YK5Z0,2848728
|
| 674 |
+
pyarrow/libarrow_python_flight.so,sha256=Kn45PWFitTXWSZSBlJYH-pW-oaifCBLiyzbyL7KOutU,117272
|
| 675 |
+
pyarrow/libarrow_python_parquet_encryption.so,sha256=5L_zovBmCvKj0O2CQxa3NtJsElAbo-MbuWjB-SIwcKs,37552
|
| 676 |
+
pyarrow/libarrow_substrait.so.1700,sha256=9bnklM2BlBGFSIBQjcvyXa9uqA8qKpwjgRvT3TrPVKM,5329400
|
| 677 |
+
pyarrow/libparquet.so.1700,sha256=uyfdlyx4NU6NjvoW4t6yD9ogAFcUrrRjmKE7LHU7Vy8,10990656
|
| 678 |
+
pyarrow/memory.pxi,sha256=9AVMENxqaV0Ndf9tYSiakunEpMRRCZNT9d-PnrY8r14,8229
|
| 679 |
+
pyarrow/orc.py,sha256=IjjeGAEZl0KhHvwy3YsSGfTWlx7Ilb54P0tFKPvwcfk,12618
|
| 680 |
+
pyarrow/pandas-shim.pxi,sha256=d3Z0mki6n3QUTzCOJoEhvgUBcCIcWPsuBli65ZQ_gBg,8178
|
| 681 |
+
pyarrow/pandas_compat.py,sha256=o7bifwDBaD9lP410tSVxJlcLdAOBMwIdTq--gYhBvDI,42037
|
| 682 |
+
pyarrow/parquet/__init__.py,sha256=4W64CbvwvO60tG58nfNtyCwMVCfuPumtu82p-kiGPaE,822
|
| 683 |
+
pyarrow/parquet/__pycache__/__init__.cpython-310.pyc,,
|
| 684 |
+
pyarrow/parquet/__pycache__/core.cpython-310.pyc,,
|
| 685 |
+
pyarrow/parquet/__pycache__/encryption.cpython-310.pyc,,
|
| 686 |
+
pyarrow/parquet/core.py,sha256=SA1zMIm-0cnTPMCjgWe_Bu6bFbjBbTWBpfYauGcHpW8,90440
|
| 687 |
+
pyarrow/parquet/encryption.py,sha256=-XW7Qcbl-jQhpZsR610uQ8-z9ZVE_NL045Jdnp1TZ9M,1153
|
| 688 |
+
pyarrow/public-api.pxi,sha256=KoOChsKDEBdIs6omYWdgLOVYaJ9DmW4U-iW3JvNwaeM,13459
|
| 689 |
+
pyarrow/scalar.pxi,sha256=6o1zTwl2TfYw0CsOfRMMyeCR9cH4MMHwlt38OyTVmZU,34501
|
| 690 |
+
pyarrow/src/arrow/python/CMakeLists.txt,sha256=xDTvjlANKrngvBpZYNrR1lb1LduggXLAYe81ujk9poA,828
|
| 691 |
+
pyarrow/src/arrow/python/api.h,sha256=W76VAxYqOxi9BHJddji1B62CmaWDFuBhqI65YOhUnGQ,1222
|
| 692 |
+
pyarrow/src/arrow/python/arrow_to_pandas.cc,sha256=6d5ecl2aET0C1brkGX0P3DImmPdzzqQhFpmVWLgx62Y,95493
|
| 693 |
+
pyarrow/src/arrow/python/arrow_to_pandas.h,sha256=jUBEUMKXw70oJdMlgkSf6HitaNweQcc7hxI75_C9WSI,5561
|
| 694 |
+
pyarrow/src/arrow/python/arrow_to_python_internal.h,sha256=nQXPZTL3xa4Sm-a-Gv-8bpFs-qAOZHkqWmA_m-dSLVw,1740
|
| 695 |
+
pyarrow/src/arrow/python/async.h,sha256=C0f8YYmgwBGgDau4xEFsdjukiZB4YvpylETHEZryHOo,2352
|
| 696 |
+
pyarrow/src/arrow/python/benchmark.cc,sha256=z6qYRx4qMuNXPaC8fuPJlQd92aosMN85u1aD50R1-UU,1293
|
| 697 |
+
pyarrow/src/arrow/python/benchmark.h,sha256=f-kzyMOlPKDse2bcLWhyMrDEMZrG_JHAPpDJgGW0bXU,1192
|
| 698 |
+
pyarrow/src/arrow/python/common.cc,sha256=_9ozIRo_WTDWovBKqOVyX28d0IttHvwW9MG-PkTzmKc,7591
|
| 699 |
+
pyarrow/src/arrow/python/common.h,sha256=yjljfJK1f7slZ7DBQ4LTo_pob70zioswJNWazy0p-uM,14412
|
| 700 |
+
pyarrow/src/arrow/python/csv.cc,sha256=ql5AY76AqiFksWsrmzSl551k5s9vS8YcmypM2A9rhw8,1803
|
| 701 |
+
pyarrow/src/arrow/python/csv.h,sha256=QxU3B-Hv_RsoEcMGS9-1434ugouL2ygC64Lq6FgviNM,1397
|
| 702 |
+
pyarrow/src/arrow/python/datetime.cc,sha256=_VKRKeyFqR7Xzay2wazcveb7mgOv8K37ebMomNY__lQ,23001
|
| 703 |
+
pyarrow/src/arrow/python/datetime.h,sha256=6g9oTv63tvGlc4WH6kfVtfUocFyy0KYr664SRdb3pes,7927
|
| 704 |
+
pyarrow/src/arrow/python/decimal.cc,sha256=66Hy-u-_fcZtm_0v7npDtPNoiX-mkRJTwCj3FpSyIqc,8848
|
| 705 |
+
pyarrow/src/arrow/python/decimal.h,sha256=kDDjLzW07D7d7omWSR4CBF1Ocskp4YSZu4Dtxu-gRUg,4726
|
| 706 |
+
pyarrow/src/arrow/python/deserialize.cc,sha256=A4xx0gdlwPpi-n7iDUiRRcF_NnnHvmw_1d8paKMryVU,18945
|
| 707 |
+
pyarrow/src/arrow/python/deserialize.h,sha256=Mdt9Lllc8bBwMHEusK0tmEoyuMdGGQuvl6hc6kbb1l8,3889
|
| 708 |
+
pyarrow/src/arrow/python/extension_type.cc,sha256=eU5P7pufWjcEcmVeOyu1jtEZ08AWd9tkTSMfx8ph0rQ,6860
|
| 709 |
+
pyarrow/src/arrow/python/extension_type.h,sha256=0gzb42y_mbw4fsYs3u8cwPFLBRlG-kkHQLgbvGtrY0U,3181
|
| 710 |
+
pyarrow/src/arrow/python/filesystem.cc,sha256=0twavI91TE20Otq5kkVUwnN5sindU_mBWoVAvz1ZMgI,6152
|
| 711 |
+
pyarrow/src/arrow/python/filesystem.h,sha256=FG0AcLekqaDf9IQPqKixAfIcY_ZLgIKP5NvvXdtBVUM,5126
|
| 712 |
+
pyarrow/src/arrow/python/flight.cc,sha256=Iz4wAyhX7mksabELtRljCOsXRRzuYzu38Rv_yQKJarw,13995
|
| 713 |
+
pyarrow/src/arrow/python/flight.h,sha256=p-lR6FUbPTil5CE54t7Y8paGtf74iuF1k4R4iqk3QWM,14269
|
| 714 |
+
pyarrow/src/arrow/python/gdb.cc,sha256=K9oU5478rkOMdgninXaAAVIt5xkSQrbTZugNKHwVl04,23333
|
| 715 |
+
pyarrow/src/arrow/python/gdb.h,sha256=H-qvM-nU8a_3Z5tk8PvppTwQtBMSZhQKQIVgRAsRfFg,972
|
| 716 |
+
pyarrow/src/arrow/python/helpers.cc,sha256=aLNZHNFtZaSQ6lgpakz35gyMxBUZ6h7_drbqBJNMsVs,16077
|
| 717 |
+
pyarrow/src/arrow/python/helpers.h,sha256=jVNFEbvJXmCceJti3J3-MnZkNlJoynQNq334tt29bbs,5489
|
| 718 |
+
pyarrow/src/arrow/python/inference.cc,sha256=_VPNqgPWeRll0Pq9boH2LEBLHgzb2xCEWvvWQ2phy8c,24320
|
| 719 |
+
pyarrow/src/arrow/python/inference.h,sha256=FUFvB4Zy7V-tueXdmbDcqTeLK4xj5GZEeRW5yhiJlsU,2038
|
| 720 |
+
pyarrow/src/arrow/python/init.cc,sha256=yTehLgcTHh9i4nae-i2jj7iKDIrprMyspj9VgKehcN4,1022
|
| 721 |
+
pyarrow/src/arrow/python/init.h,sha256=3_RJGccmdF2DX2XSDZ1lzDQ2_G9D_uraZFAj3ImAPXs,948
|
| 722 |
+
pyarrow/src/arrow/python/io.cc,sha256=ZARQCv4WQmHDQrA1dlNZt6mJuPhyK8wNuGm7zoL6V78,11936
|
| 723 |
+
pyarrow/src/arrow/python/io.h,sha256=4jGnodpSUlnVqAVh9fWId7H4WldlLPkXyroABpdaW6w,3858
|
| 724 |
+
pyarrow/src/arrow/python/ipc.cc,sha256=3D9iMbOFHlhNXX4432wsfbfjWvDryZWgdA0Ak19V_8Q,4472
|
| 725 |
+
pyarrow/src/arrow/python/ipc.h,sha256=SZbw6jCCqLiLNCY3k632GmwHeD_r_xrDS0dhqV49VhY,2259
|
| 726 |
+
pyarrow/src/arrow/python/iterators.h,sha256=4U6rN8RIfZIjDoC1W4mhnCbo9xLSxBw0nAe3AJGd5vQ,7193
|
| 727 |
+
pyarrow/src/arrow/python/numpy_convert.cc,sha256=kbZhod1VYigITx6FyDpPX7F7wp3Y0A8sDTbm3_2ofhU,20909
|
| 728 |
+
pyarrow/src/arrow/python/numpy_convert.h,sha256=y13eHwfe1lJKzadoTr2-GyX6xPsE6Z7FN31s7PN-2Rk,4870
|
| 729 |
+
pyarrow/src/arrow/python/numpy_internal.h,sha256=o9G402jSAhaFmHKfB9B--8AA_FomLrvUBLX6Aro5JYM,5072
|
| 730 |
+
pyarrow/src/arrow/python/numpy_interop.h,sha256=ealkc95wDfJgfj3WLE2ymYSzoZwBXq29w7ttBAIMLbA,3392
|
| 731 |
+
pyarrow/src/arrow/python/numpy_to_arrow.cc,sha256=Amq3IOBzbMj9kfBnCngOVgsgFxD8N9e-OsyZ9hu1K5M,30126
|
| 732 |
+
pyarrow/src/arrow/python/numpy_to_arrow.h,sha256=z9KapsuoOSpWILPt9bea7GR4BL6AQ28T6DUO0mSkh3k,2760
|
| 733 |
+
pyarrow/src/arrow/python/parquet_encryption.cc,sha256=RNupwaySaVHKX_iCYOPK0yJWkTUpqbrpbCW2duWJ3kU,3567
|
| 734 |
+
pyarrow/src/arrow/python/parquet_encryption.h,sha256=yjUJwCraWb4dtefBiuepqxwqihjH6QvoscDIl5m_-vo,4819
|
| 735 |
+
pyarrow/src/arrow/python/pch.h,sha256=vkbgStQjq820YeHlXBPdzQ-W9LyzJrTGfMBpnMMqahk,1129
|
| 736 |
+
pyarrow/src/arrow/python/platform.h,sha256=5uLRFnjSHkajDVstni9BzYwjp_mt6_GD6LTmecEhWW8,1406
|
| 737 |
+
pyarrow/src/arrow/python/pyarrow.cc,sha256=Pul4lmF7n5Q9cSzgBSvPArWfZY_qDyAq1a_tyMIQGRA,3677
|
| 738 |
+
pyarrow/src/arrow/python/pyarrow.h,sha256=TK3BtD9n3QKOQ9dX3LXbQc0hu9alWcufV0O93iQW7B0,2761
|
| 739 |
+
pyarrow/src/arrow/python/pyarrow_api.h,sha256=7l0G4-_m9yALYoifsY8Z6qh3HHD0PgkpVSgCn_JaGU4,867
|
| 740 |
+
pyarrow/src/arrow/python/pyarrow_lib.h,sha256=-70_Ckj3_0ImlzaXSJOE_d3w9pGM66lXiGPyln9c96Y,863
|
| 741 |
+
pyarrow/src/arrow/python/python_test.cc,sha256=9sN0UZ_ywBBVnm-O5RikTHpWz_Rn5sSMxue8TGnb2Cw,32382
|
| 742 |
+
pyarrow/src/arrow/python/python_test.h,sha256=ea32mM20uHySlygi9MtVxr26O-ydTZHCUQIlxaIMjT4,1195
|
| 743 |
+
pyarrow/src/arrow/python/python_to_arrow.cc,sha256=s8OzKchLIBSjpoS0AW12nG7qXNrjUxSBggrskcXpC8Y,46919
|
| 744 |
+
pyarrow/src/arrow/python/python_to_arrow.h,sha256=BoVytf6P7PBYXyznchElKZSFvEsFyimB-tLFdw0AUNo,2521
|
| 745 |
+
pyarrow/src/arrow/python/serialize.cc,sha256=FOAsdyfRETe_bCSxC1vc3-oq9Rs9SsU4kDQFTwrdvQM,32667
|
| 746 |
+
pyarrow/src/arrow/python/serialize.h,sha256=-THipGzcNDuBPVQ6WNM90oqQh1hBDvbp-YqEC1-gM38,4395
|
| 747 |
+
pyarrow/src/arrow/python/type_traits.h,sha256=B_NsRT_hZG8D91sTcihJyKF5SrslPcFmj12QfbpHuLI,10093
|
| 748 |
+
pyarrow/src/arrow/python/udf.cc,sha256=9omsEMSuJfHTnT3KOEfnRCgLrJ1SdAB_s5DEE-Qkl0M,30672
|
| 749 |
+
pyarrow/src/arrow/python/udf.h,sha256=de3R8PhNJO5lT9oCqRxe8e2_SE3jBpHOkwbNqCrlgjQ,3104
|
| 750 |
+
pyarrow/src/arrow/python/visibility.h,sha256=ZCeRVYq2xXWoeqCzO3pzhjgB2jjQtcQNXDLdStu_EJo,1339
|
| 751 |
+
pyarrow/substrait.py,sha256=ugd_UrjkUIrwSvqFxLl9WkVtBZ2-hcgt5XiSVYvDLnQ,1151
|
| 752 |
+
pyarrow/table.pxi,sha256=DJW15a2bvmiUU2w_6_LBvouJ4pE3JZmUKH63F_JpCXs,198666
|
| 753 |
+
pyarrow/tensor.pxi,sha256=uZrczmJ4qiEoaS-NZpAu3IHi4YZ98V6NZqL7FfXxuE4,41436
|
| 754 |
+
pyarrow/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 755 |
+
pyarrow/tests/__pycache__/__init__.cpython-310.pyc,,
|
| 756 |
+
pyarrow/tests/__pycache__/arrow_16597.cpython-310.pyc,,
|
| 757 |
+
pyarrow/tests/__pycache__/arrow_39313.cpython-310.pyc,,
|
| 758 |
+
pyarrow/tests/__pycache__/arrow_7980.cpython-310.pyc,,
|
| 759 |
+
pyarrow/tests/__pycache__/conftest.cpython-310.pyc,,
|
| 760 |
+
pyarrow/tests/__pycache__/pandas_examples.cpython-310.pyc,,
|
| 761 |
+
pyarrow/tests/__pycache__/pandas_threaded_import.cpython-310.pyc,,
|
| 762 |
+
pyarrow/tests/__pycache__/read_record_batch.cpython-310.pyc,,
|
| 763 |
+
pyarrow/tests/__pycache__/strategies.cpython-310.pyc,,
|
| 764 |
+
pyarrow/tests/__pycache__/test_acero.cpython-310.pyc,,
|
| 765 |
+
pyarrow/tests/__pycache__/test_adhoc_memory_leak.cpython-310.pyc,,
|
| 766 |
+
pyarrow/tests/__pycache__/test_array.cpython-310.pyc,,
|
| 767 |
+
pyarrow/tests/__pycache__/test_builder.cpython-310.pyc,,
|
| 768 |
+
pyarrow/tests/__pycache__/test_cffi.cpython-310.pyc,,
|
| 769 |
+
pyarrow/tests/__pycache__/test_compute.cpython-310.pyc,,
|
| 770 |
+
pyarrow/tests/__pycache__/test_convert_builtin.cpython-310.pyc,,
|
| 771 |
+
pyarrow/tests/__pycache__/test_cpp_internals.cpython-310.pyc,,
|
| 772 |
+
pyarrow/tests/__pycache__/test_csv.cpython-310.pyc,,
|
| 773 |
+
pyarrow/tests/__pycache__/test_cuda.cpython-310.pyc,,
|
| 774 |
+
pyarrow/tests/__pycache__/test_cuda_numba_interop.cpython-310.pyc,,
|
| 775 |
+
pyarrow/tests/__pycache__/test_cython.cpython-310.pyc,,
|
| 776 |
+
pyarrow/tests/__pycache__/test_dataset.cpython-310.pyc,,
|
| 777 |
+
pyarrow/tests/__pycache__/test_dataset_encryption.cpython-310.pyc,,
|
| 778 |
+
pyarrow/tests/__pycache__/test_deprecations.cpython-310.pyc,,
|
| 779 |
+
pyarrow/tests/__pycache__/test_device.cpython-310.pyc,,
|
| 780 |
+
pyarrow/tests/__pycache__/test_dlpack.cpython-310.pyc,,
|
| 781 |
+
pyarrow/tests/__pycache__/test_exec_plan.cpython-310.pyc,,
|
| 782 |
+
pyarrow/tests/__pycache__/test_extension_type.cpython-310.pyc,,
|
| 783 |
+
pyarrow/tests/__pycache__/test_feather.cpython-310.pyc,,
|
| 784 |
+
pyarrow/tests/__pycache__/test_flight.cpython-310.pyc,,
|
| 785 |
+
pyarrow/tests/__pycache__/test_flight_async.cpython-310.pyc,,
|
| 786 |
+
pyarrow/tests/__pycache__/test_fs.cpython-310.pyc,,
|
| 787 |
+
pyarrow/tests/__pycache__/test_gandiva.cpython-310.pyc,,
|
| 788 |
+
pyarrow/tests/__pycache__/test_gdb.cpython-310.pyc,,
|
| 789 |
+
pyarrow/tests/__pycache__/test_io.cpython-310.pyc,,
|
| 790 |
+
pyarrow/tests/__pycache__/test_ipc.cpython-310.pyc,,
|
| 791 |
+
pyarrow/tests/__pycache__/test_json.cpython-310.pyc,,
|
| 792 |
+
pyarrow/tests/__pycache__/test_jvm.cpython-310.pyc,,
|
| 793 |
+
pyarrow/tests/__pycache__/test_memory.cpython-310.pyc,,
|
| 794 |
+
pyarrow/tests/__pycache__/test_misc.cpython-310.pyc,,
|
| 795 |
+
pyarrow/tests/__pycache__/test_orc.cpython-310.pyc,,
|
| 796 |
+
pyarrow/tests/__pycache__/test_pandas.cpython-310.pyc,,
|
| 797 |
+
pyarrow/tests/__pycache__/test_scalars.cpython-310.pyc,,
|
| 798 |
+
pyarrow/tests/__pycache__/test_schema.cpython-310.pyc,,
|
| 799 |
+
pyarrow/tests/__pycache__/test_sparse_tensor.cpython-310.pyc,,
|
| 800 |
+
pyarrow/tests/__pycache__/test_strategies.cpython-310.pyc,,
|
| 801 |
+
pyarrow/tests/__pycache__/test_substrait.cpython-310.pyc,,
|
| 802 |
+
pyarrow/tests/__pycache__/test_table.cpython-310.pyc,,
|
| 803 |
+
pyarrow/tests/__pycache__/test_tensor.cpython-310.pyc,,
|
| 804 |
+
pyarrow/tests/__pycache__/test_types.cpython-310.pyc,,
|
| 805 |
+
pyarrow/tests/__pycache__/test_udf.cpython-310.pyc,,
|
| 806 |
+
pyarrow/tests/__pycache__/test_util.cpython-310.pyc,,
|
| 807 |
+
pyarrow/tests/__pycache__/util.cpython-310.pyc,,
|
| 808 |
+
pyarrow/tests/arrow_16597.py,sha256=DNb41h9E3ITGvAJJu86i5SfsKrwstQJ0E5gT_bpTS_k,1354
|
| 809 |
+
pyarrow/tests/arrow_39313.py,sha256=0pyBixoX38fldTPO1Vwshi_H0XBACrz8esYoL4o71KI,1431
|
| 810 |
+
pyarrow/tests/arrow_7980.py,sha256=tZKb_tRLfxHaosDk9Yu2GLEsJjMaruXD5CKhbK_6Hq8,1094
|
| 811 |
+
pyarrow/tests/bound_function_visit_strings.pyx,sha256=vDEFoNYR8BWNkCntKDuBUT8sXNRBex_5G2bFKogr1Bs,2026
|
| 812 |
+
pyarrow/tests/conftest.py,sha256=Vxiv5UPiM1R9Z5epeqyrVHzIaop_bLAHtrleg485gdA,9887
|
| 813 |
+
pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather,sha256=qzcc7Bo4OWBXYsyyKdDJwdTRstMqB1Zz0GiGYtndBnE,594
|
| 814 |
+
pyarrow/tests/data/orc/README.md,sha256=_4X5XszZqQtWAVEz5N1Va4VyyayGQgNDKrcdMX2Ib4s,932
|
| 815 |
+
pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz,sha256=xLjAXd-3scx3DCyeAsmxTO3dv1cj9KRvYopKe5rQNiI,50
|
| 816 |
+
pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc,sha256=zj0579dQBXhF7JuB-ZphkmQ81ybLo6Ca4zPV4HXoImY,523
|
| 817 |
+
pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz,sha256=kLxmwMVHtfzpHqBztFjfY_PTCloaXpfHq9DDDszb8Wk,323
|
| 818 |
+
pyarrow/tests/data/orc/TestOrcFile.test1.orc,sha256=A4JxgMCffTkz9-XT1QT1tg2TlYZRRz1g7iIMmqzovqA,1711
|
| 819 |
+
pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz,sha256=oWf7eBR3ZtOA91OTvdeQJYos1an56msGsJwhGOan3lo,182453
|
| 820 |
+
pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc,sha256=nYsVYhUGGOL80gHj37si_vX0dh8QhIMSeU4sHjNideM,30941
|
| 821 |
+
pyarrow/tests/data/orc/decimal.jsn.gz,sha256=kTEyYdPDAASFUX8Niyry5mRDF-Y-LsrhSAjbu453mvA,19313
|
| 822 |
+
pyarrow/tests/data/orc/decimal.orc,sha256=W5cV2WdLy4OrSTnd_Qv5ntphG4TcB-MyG4UpRFwSxJY,16337
|
| 823 |
+
pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet,sha256=YPGUXtw-TsOPbiNDieZHobNp3or7nHhAxJGjmIDAyqE,3948
|
| 824 |
+
pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet,sha256=7sebZgpfdcP37QksT3FhDL6vOA9gR6GBaq44NCVtOYw,2012
|
| 825 |
+
pyarrow/tests/data/parquet/v0.7.1.parquet,sha256=vmdzhIzpBbmRkq3Gjww7KqurfSFNtQuSpSIDeQVmqys,4372
|
| 826 |
+
pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet,sha256=VGgSjqihCRtdBxlUcfP5s3BSR7aUQKukW-bGgJLf_HY,4008
|
| 827 |
+
pyarrow/tests/extensions.pyx,sha256=pfW662e7Y8FmDdgpmtesN2nROHg3BMiX9oIJqb0mLY8,3046
|
| 828 |
+
pyarrow/tests/interchange/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
| 829 |
+
pyarrow/tests/interchange/__pycache__/__init__.cpython-310.pyc,,
|
| 830 |
+
pyarrow/tests/interchange/__pycache__/test_conversion.cpython-310.pyc,,
|
| 831 |
+
pyarrow/tests/interchange/__pycache__/test_interchange_spec.cpython-310.pyc,,
|
| 832 |
+
pyarrow/tests/interchange/test_conversion.py,sha256=cudwjRLGyJg3KShu36K3BiIQ5vwUiXJB2n8pTNArBD8,18487
|
| 833 |
+
pyarrow/tests/interchange/test_interchange_spec.py,sha256=XDBR0dG1JDVCErZLma2GxCZdfhgBjxue20Chq34wg2E,9201
|
| 834 |
+
pyarrow/tests/pandas_examples.py,sha256=RFKCW-Rn0Qz-ncd4pZWWSeUoPq63kemE3lFiVdv2dBs,5115
|
| 835 |
+
pyarrow/tests/pandas_threaded_import.py,sha256=b_ubLr5dj4dWJht9552qc3S3Yt3fQQgaUH6208oZvHg,1429
|
| 836 |
+
pyarrow/tests/parquet/__init__.py,sha256=dKsXU9M-sJyz2wYIuqwsKM9meOlK_qY6qhmQzIvEpCE,931
|
| 837 |
+
pyarrow/tests/parquet/__pycache__/__init__.cpython-310.pyc,,
|
| 838 |
+
pyarrow/tests/parquet/__pycache__/common.cpython-310.pyc,,
|
| 839 |
+
pyarrow/tests/parquet/__pycache__/conftest.cpython-310.pyc,,
|
| 840 |
+
pyarrow/tests/parquet/__pycache__/encryption.cpython-310.pyc,,
|
| 841 |
+
pyarrow/tests/parquet/__pycache__/test_basic.cpython-310.pyc,,
|
| 842 |
+
pyarrow/tests/parquet/__pycache__/test_compliant_nested_type.cpython-310.pyc,,
|
| 843 |
+
pyarrow/tests/parquet/__pycache__/test_data_types.cpython-310.pyc,,
|
| 844 |
+
pyarrow/tests/parquet/__pycache__/test_dataset.cpython-310.pyc,,
|
| 845 |
+
pyarrow/tests/parquet/__pycache__/test_datetime.cpython-310.pyc,,
|
| 846 |
+
pyarrow/tests/parquet/__pycache__/test_encryption.cpython-310.pyc,,
|
| 847 |
+
pyarrow/tests/parquet/__pycache__/test_metadata.cpython-310.pyc,,
|
| 848 |
+
pyarrow/tests/parquet/__pycache__/test_pandas.cpython-310.pyc,,
|
| 849 |
+
pyarrow/tests/parquet/__pycache__/test_parquet_file.cpython-310.pyc,,
|
| 850 |
+
pyarrow/tests/parquet/__pycache__/test_parquet_writer.cpython-310.pyc,,
|
| 851 |
+
pyarrow/tests/parquet/common.py,sha256=UeeVM4UslVY2si5D4Kifzgu5Iema_YzB93Xpde95uss,5851
|
| 852 |
+
pyarrow/tests/parquet/conftest.py,sha256=rdcDrC71BLXokBL_8-DU_-LMZdUdxI2L0A-YXqiHFf4,2643
|
| 853 |
+
pyarrow/tests/parquet/encryption.py,sha256=Oi3QbixApvWGoGImiW7PAjR28cTQqlRXZKMI3O7E4UY,2521
|
| 854 |
+
pyarrow/tests/parquet/test_basic.py,sha256=c_tefES2N6WUmszRanDuiwecA_fUuqRqreZEjktFUQQ,36449
|
| 855 |
+
pyarrow/tests/parquet/test_compliant_nested_type.py,sha256=Lz7tCPrSpv9GrKPMS-eu1LehsCTwz7KdUdCYJ8tF8dE,3901
|
| 856 |
+
pyarrow/tests/parquet/test_data_types.py,sha256=AaNtvq0B_f5hcBC5WMfylkV7snMSH6hZIVhr-uKtje0,15670
|
| 857 |
+
pyarrow/tests/parquet/test_dataset.py,sha256=g4BZHLYZ8Xl8qrb44h8Md0uILpdpR1hc1x-yRzfsMdM,41971
|
| 858 |
+
pyarrow/tests/parquet/test_datetime.py,sha256=miwrrN4Ow91cjbH58ITehxrA44k3os-Hn1i3IDvWQz0,16355
|
| 859 |
+
pyarrow/tests/parquet/test_encryption.py,sha256=XMVlIcEurlzcPN2rlaNqbdZbGhF9hjz5ZhWY5Bz4Fxo,22099
|
| 860 |
+
pyarrow/tests/parquet/test_metadata.py,sha256=vXqnJUXNGiD0xVT337rgIAYDeof7O99By4hetqYRUZI,26667
|
| 861 |
+
pyarrow/tests/parquet/test_pandas.py,sha256=_Nyg08nmeDp8YSSSvFqECbK0DO-QeCdoKvmX1_lCKoY,22778
|
| 862 |
+
pyarrow/tests/parquet/test_parquet_file.py,sha256=xm5ZUCf5xmpKh7s5nTIrEiis53mfv2NqZWVRiYOTfAg,9909
|
| 863 |
+
pyarrow/tests/parquet/test_parquet_writer.py,sha256=xwedRwRYtw5n_OMhLPGnJurcvlo4ooROsSalYL-ZVCM,11733
|
| 864 |
+
pyarrow/tests/pyarrow_cython_example.pyx,sha256=fx6zT1bUb2-cDnwKoG71K3ozpmrNJ53kKQHHJTExGz8,2115
|
| 865 |
+
pyarrow/tests/read_record_batch.py,sha256=9Y0X0h03hUXwOKZz7jBBZSwgIrjxT-FkWIw6pu38Frc,953
|
| 866 |
+
pyarrow/tests/strategies.py,sha256=3f8XbXrQCVJjldEE5JAHP4QAJeBvFLzKVjqZNuni6Fo,13838
|
| 867 |
+
pyarrow/tests/test_acero.py,sha256=jgSkIAGhrVffShaD0ZAm50sY-f4u9jfjCimK8ezUbbA,15003
|
| 868 |
+
pyarrow/tests/test_adhoc_memory_leak.py,sha256=WybazHIFcWACCJ78tJAJkWIenjlRVAmoAnHSZOuRySo,1410
|
| 869 |
+
pyarrow/tests/test_array.py,sha256=ozptnBvsUwr1vbAM5eds0x9bdtjGAiBPQO-lzi_yc9g,138131
|
| 870 |
+
pyarrow/tests/test_builder.py,sha256=VkT3v2JQey6Q0XpwJu328yeyyODE4KCZpXmZEIuxmd0,2803
|
| 871 |
+
pyarrow/tests/test_cffi.py,sha256=phs31S9XNcpSqgmJVPMTI5Y5yLA1AZJzuezDJDEMnqs,26373
|
| 872 |
+
pyarrow/tests/test_compute.py,sha256=TOtamuv3TLJk9pgZ7MAGLt3I19AnxHIB8pd_iLMFKCs,141839
|
| 873 |
+
pyarrow/tests/test_convert_builtin.py,sha256=LpS04NjXgEedSyTMakgT8QQwDCZyytOgZp4zC_fFNjA,79928
|
| 874 |
+
pyarrow/tests/test_cpp_internals.py,sha256=Pidht9eRmp3n3LZWvvWEcgO9znd4JvsFcsJD4RwdjBo,1762
|
| 875 |
+
pyarrow/tests/test_csv.py,sha256=-hm7hQd_FNH3YxugtBDeY1edPb0rhMJ9c5AH_aU1dS4,76509
|
| 876 |
+
pyarrow/tests/test_cuda.py,sha256=JBDjUfEJeGHMtkbp6nlkMeKPDZo70d089QXEQOExuN8,34969
|
| 877 |
+
pyarrow/tests/test_cuda_numba_interop.py,sha256=C6y73Blh3Ht6NCNodaAMef84xf9AhqlPyok4DS8sw8M,8730
|
| 878 |
+
pyarrow/tests/test_cython.py,sha256=qp0uiBMTXpnnTiRTffv2TCH1WeIhYxBdO9uL9Z0vZ2w,6953
|
| 879 |
+
pyarrow/tests/test_dataset.py,sha256=n-OT-02tXPVsJkc1mpXpUNt5OHkcMzu9iK8blGaYays,207770
|
| 880 |
+
pyarrow/tests/test_dataset_encryption.py,sha256=7xlA_W2XWBFojkPfo-CVzWSJ2w-Phy3NeHlYd5meXYY,7546
|
| 881 |
+
pyarrow/tests/test_deprecations.py,sha256=W_rneq4jC6zqCNoGhBDf1F28Q-0LHI7YKLgtsbV6LHM,891
|
| 882 |
+
pyarrow/tests/test_device.py,sha256=in5x6KXaYXyOpPtZLbWpJgJ3e01M685KPtPKJPMJImg,1654
|
| 883 |
+
pyarrow/tests/test_dlpack.py,sha256=NkSaXejifpXWzcQJmEscVFEB2aZTe7YRGp40xUXuxKk,4708
|
| 884 |
+
pyarrow/tests/test_exec_plan.py,sha256=pjOkSaWeqjN6celKxUEH3tBGXLh8kKbmSSsvKOWsbQQ,10096
|
| 885 |
+
pyarrow/tests/test_extension_type.py,sha256=QWu5FkPxZ5_-dmmWoW8H0DmiN6Gol8XTfm8Ioim9vZs,56620
|
| 886 |
+
pyarrow/tests/test_feather.py,sha256=rWzqnnIhtuQ5enHyCoX2aNizlpriDF87Lzy-8USmIDQ,24936
|
| 887 |
+
pyarrow/tests/test_flight.py,sha256=J3-7jJ2RtNISXl6sETbTMXuFkRzrwNjS3l5Bs7qukRk,86362
|
| 888 |
+
pyarrow/tests/test_flight_async.py,sha256=g_mNqrnNBp7GWNOWZgnVklZcVKV_vvAAChDgcQICNdo,2873
|
| 889 |
+
pyarrow/tests/test_fs.py,sha256=cIPNUybcPRqVgNQFD3r9RLOa6ViIJVDQSidrz-dc8I8,64037
|
| 890 |
+
pyarrow/tests/test_gandiva.py,sha256=AEf9ln-j5MmIMQ0JTQPhnZwbNh82ynSURsWPaKaNing,15623
|
| 891 |
+
pyarrow/tests/test_gdb.py,sha256=CYbQUu3SRffTQAiL3LTLk4wFsggZHChM-ryYHIOW3Wk,44914
|
| 892 |
+
pyarrow/tests/test_io.py,sha256=dkTo71Z4ZtGnnEHsqa2SA_MAoV7AmwE0BQOyOuUuXF8,63514
|
| 893 |
+
pyarrow/tests/test_ipc.py,sha256=O3X3QffA7WFAyeNg8D1Z51LpfAPtuRDDx9OA_e0X_SM,42658
|
| 894 |
+
pyarrow/tests/test_json.py,sha256=AmZVlKq3LE2c20jyIptli5n-OXZDl1VOBCqe84TSD48,13057
|
| 895 |
+
pyarrow/tests/test_jvm.py,sha256=pIrHUgnDdmwDoLgM2TFvdgfcEJTGtBGsPgzYIRU6jYY,15507
|
| 896 |
+
pyarrow/tests/test_memory.py,sha256=U9kFkEvf15v7SnVGSmVS2x1QIr73HUb94tBMh6x2js0,8821
|
| 897 |
+
pyarrow/tests/test_misc.py,sha256=No97bCOIdQgI9AYquQWi3lWQlvaoPpO1Efd3gHIjjj0,7110
|
| 898 |
+
pyarrow/tests/test_orc.py,sha256=oijYMqsxPLYbpEy1NTwqlz-wiTd8aKttaZH6npXNXoY,19321
|
| 899 |
+
pyarrow/tests/test_pandas.py,sha256=QYaMhB0v7rIFr3egcDihz0xVTTcO1ge3siR6sF_NorI,188211
|
| 900 |
+
pyarrow/tests/test_scalars.py,sha256=5bIwEJL_BbmcqJUTqhh-8nqcmFA8R8SbTKcWxS8H2UQ,26506
|
| 901 |
+
pyarrow/tests/test_schema.py,sha256=OgrKt6g9pPv4soyt2Gmu8-qfBkhJC-vnN4s4W63N8YY,21752
|
| 902 |
+
pyarrow/tests/test_sparse_tensor.py,sha256=kT_qci4VbF8I52fvg6L5mswsRlMwLMAku9INMzjr4UI,17436
|
| 903 |
+
pyarrow/tests/test_strategies.py,sha256=ish7bxT_S9Pdi2HJK-rPI0j3LNbOM0zfa0j6NujkblI,1739
|
| 904 |
+
pyarrow/tests/test_substrait.py,sha256=Rtpfa_bXgA1VQCAbp8YKB50JHw116G_wJ9J7ehmzafI,30596
|
| 905 |
+
pyarrow/tests/test_table.py,sha256=4yWjGS9rOUcJXrIxiktophKPU_vI5A_7eGCSKlffVg8,101238
|
| 906 |
+
pyarrow/tests/test_tensor.py,sha256=QBY7gRbQPxmrx_EGIUis5nrVGPjZp3KsoWhHmaueE5U,6579
|
| 907 |
+
pyarrow/tests/test_types.py,sha256=eEjAqWC4XwtWpns0xtGZg0nHb27jd1tYKe2oAHil4Os,41566
|
| 908 |
+
pyarrow/tests/test_udf.py,sha256=Id54JGymUYmjAcxbJMxGPnDURHaUHO7Kohn_HvAImzA,28587
|
| 909 |
+
pyarrow/tests/test_util.py,sha256=ozTlooHBMOP3nbX5b3dG2aanrXwxXHx1giicm0QQyPM,5030
|
| 910 |
+
pyarrow/tests/util.py,sha256=kpErnTov74-_BbpSZv6MncC6vNiXnEIblwp6Qdx34mU,14037
|
| 911 |
+
pyarrow/types.pxi,sha256=9a2tvQFdyPwS9axv6DWnyj46zT8DFFWR9W8CVSJ3xDA,148741
|
| 912 |
+
pyarrow/types.py,sha256=Woixb8A_OzBNtolWwwFGhbEWn10gavaB7S0wGMoFakQ,7240
|
| 913 |
+
pyarrow/util.py,sha256=W0LXUR7nsrA5N-l3THD283bxCibS0sM1q6WLcfbFFz8,7970
|
| 914 |
+
pyarrow/vendored/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
| 915 |
+
pyarrow/vendored/__pycache__/__init__.cpython-310.pyc,,
|
| 916 |
+
pyarrow/vendored/__pycache__/docscrape.cpython-310.pyc,,
|
| 917 |
+
pyarrow/vendored/__pycache__/version.cpython-310.pyc,,
|
| 918 |
+
pyarrow/vendored/docscrape.py,sha256=phTjwuzoO5hB88QerZk3uGu9c5OrZwjFzI7vEIIbCUQ,22975
|
| 919 |
+
pyarrow/vendored/version.py,sha256=5-Vo4Q3kPJrm1DSGusnMlTxuA8ynI4hAryApBd6MnpQ,14345
|
| 920 |
+
scripts/__pycache__/run_emscripten_tests.cpython-310.pyc,,
|
| 921 |
+
scripts/__pycache__/test_imports.cpython-310.pyc,,
|
| 922 |
+
scripts/__pycache__/test_leak.cpython-310.pyc,,
|
| 923 |
+
scripts/run_emscripten_tests.py,sha256=cogNhzHsn-I7_yw-4Y_Q6vVUNax1mS_8npxA2fxlnjk,11681
|
| 924 |
+
scripts/test_imports.py,sha256=HzSNxpxpaaLmkwA-eTXr9TXPRZbWmHLhg3b76RAhQUY,862
|
| 925 |
+
scripts/test_leak.py,sha256=ivRaxo7n1Be_8l9sZYorv17-t_1Tfjmxa0Vvx9UdYIY,3522
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/REQUESTED
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.42.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_28_x86_64
|
| 5 |
+
|
videollama2/lib/python3.10/site-packages/pyarrow-17.0.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__dummy__
|
| 2 |
+
benchmarks
|
| 3 |
+
cmake_modules
|
| 4 |
+
examples
|
| 5 |
+
pyarrow
|
| 6 |
+
scripts
|
videollama2/lib/python3.10/site-packages/svgwrite/data/__pycache__/svgparser.cpython-310.pyc
ADDED
|
Binary file (4.53 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__init__.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from uvicorn.config import Config
|
| 2 |
+
from uvicorn.main import Server, main, run
|
| 3 |
+
|
| 4 |
+
__version__ = "0.30.6"
|
| 5 |
+
__all__ = ["main", "run", "Config", "Server"]
|
videollama2/lib/python3.10/site-packages/uvicorn/__main__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import uvicorn
|
| 2 |
+
|
| 3 |
+
if __name__ == "__main__":
|
| 4 |
+
uvicorn.main()
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/__main__.cpython-310.pyc
ADDED
|
Binary file (235 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/_subprocess.cpython-310.pyc
ADDED
|
Binary file (2.4 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/_types.cpython-310.pyc
ADDED
|
Binary file (9.08 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/config.cpython-310.pyc
ADDED
|
Binary file (14.5 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/importer.cpython-310.pyc
ADDED
|
Binary file (1.19 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/logging.cpython-310.pyc
ADDED
|
Binary file (5.12 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/__pycache__/server.cpython-310.pyc
ADDED
|
Binary file (8.87 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/_subprocess.py
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Some light wrappers around Python's multiprocessing, to deal with cleanly
|
| 3 |
+
starting child processes.
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
from __future__ import annotations
|
| 7 |
+
|
| 8 |
+
import multiprocessing
|
| 9 |
+
import os
|
| 10 |
+
import sys
|
| 11 |
+
from multiprocessing.context import SpawnProcess
|
| 12 |
+
from socket import socket
|
| 13 |
+
from typing import Callable
|
| 14 |
+
|
| 15 |
+
from uvicorn.config import Config
|
| 16 |
+
|
| 17 |
+
multiprocessing.allow_connection_pickling()
|
| 18 |
+
spawn = multiprocessing.get_context("spawn")
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
def get_subprocess(
|
| 22 |
+
config: Config,
|
| 23 |
+
target: Callable[..., None],
|
| 24 |
+
sockets: list[socket],
|
| 25 |
+
) -> SpawnProcess:
|
| 26 |
+
"""
|
| 27 |
+
Called in the parent process, to instantiate a new child process instance.
|
| 28 |
+
The child is not yet started at this point.
|
| 29 |
+
|
| 30 |
+
* config - The Uvicorn configuration instance.
|
| 31 |
+
* target - A callable that accepts a list of sockets. In practice this will
|
| 32 |
+
be the `Server.run()` method.
|
| 33 |
+
* sockets - A list of sockets to pass to the server. Sockets are bound once
|
| 34 |
+
by the parent process, and then passed to the child processes.
|
| 35 |
+
"""
|
| 36 |
+
# We pass across the stdin fileno, and reopen it in the child process.
|
| 37 |
+
# This is required for some debugging environments.
|
| 38 |
+
try:
|
| 39 |
+
stdin_fileno = sys.stdin.fileno()
|
| 40 |
+
# The `sys.stdin` can be `None`, see https://docs.python.org/3/library/sys.html#sys.__stdin__.
|
| 41 |
+
except (AttributeError, OSError):
|
| 42 |
+
stdin_fileno = None
|
| 43 |
+
|
| 44 |
+
kwargs = {
|
| 45 |
+
"config": config,
|
| 46 |
+
"target": target,
|
| 47 |
+
"sockets": sockets,
|
| 48 |
+
"stdin_fileno": stdin_fileno,
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
return spawn.Process(target=subprocess_started, kwargs=kwargs)
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
def subprocess_started(
|
| 55 |
+
config: Config,
|
| 56 |
+
target: Callable[..., None],
|
| 57 |
+
sockets: list[socket],
|
| 58 |
+
stdin_fileno: int | None,
|
| 59 |
+
) -> None:
|
| 60 |
+
"""
|
| 61 |
+
Called when the child process starts.
|
| 62 |
+
|
| 63 |
+
* config - The Uvicorn configuration instance.
|
| 64 |
+
* target - A callable that accepts a list of sockets. In practice this will
|
| 65 |
+
be the `Server.run()` method.
|
| 66 |
+
* sockets - A list of sockets to pass to the server. Sockets are bound once
|
| 67 |
+
by the parent process, and then passed to the child processes.
|
| 68 |
+
* stdin_fileno - The file number of sys.stdin, so that it can be reattached
|
| 69 |
+
to the child process.
|
| 70 |
+
"""
|
| 71 |
+
# Re-open stdin.
|
| 72 |
+
if stdin_fileno is not None:
|
| 73 |
+
sys.stdin = os.fdopen(stdin_fileno) # pragma: full coverage
|
| 74 |
+
|
| 75 |
+
# Logging needs to be setup again for each child.
|
| 76 |
+
config.configure_logging()
|
| 77 |
+
|
| 78 |
+
try:
|
| 79 |
+
# Now we can call into `Server.run(sockets=sockets)`
|
| 80 |
+
target(sockets=sockets)
|
| 81 |
+
except KeyboardInterrupt: # pragma: no cover
|
| 82 |
+
# supress the exception to avoid a traceback from subprocess.Popen
|
| 83 |
+
# the parent already expects us to end, so no vital information is lost
|
| 84 |
+
pass
|
videollama2/lib/python3.10/site-packages/uvicorn/_types.py
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Copyright (c) Django Software Foundation and individual contributors.
|
| 3 |
+
All rights reserved.
|
| 4 |
+
|
| 5 |
+
Redistribution and use in source and binary forms, with or without modification,
|
| 6 |
+
are permitted provided that the following conditions are met:
|
| 7 |
+
|
| 8 |
+
1. Redistributions of source code must retain the above copyright notice,
|
| 9 |
+
this list of conditions and the following disclaimer.
|
| 10 |
+
|
| 11 |
+
2. Redistributions in binary form must reproduce the above copyright
|
| 12 |
+
notice, this list of conditions and the following disclaimer in the
|
| 13 |
+
documentation and/or other materials provided with the distribution.
|
| 14 |
+
|
| 15 |
+
3. Neither the name of Django nor the names of its contributors may be used
|
| 16 |
+
to endorse or promote products derived from this software without
|
| 17 |
+
specific prior written permission.
|
| 18 |
+
|
| 19 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
| 20 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| 21 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 22 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
| 23 |
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| 24 |
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| 25 |
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
| 26 |
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 27 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 28 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 29 |
+
"""
|
| 30 |
+
|
| 31 |
+
from __future__ import annotations
|
| 32 |
+
|
| 33 |
+
import sys
|
| 34 |
+
import types
|
| 35 |
+
from typing import (
|
| 36 |
+
Any,
|
| 37 |
+
Awaitable,
|
| 38 |
+
Callable,
|
| 39 |
+
Iterable,
|
| 40 |
+
Literal,
|
| 41 |
+
MutableMapping,
|
| 42 |
+
Optional,
|
| 43 |
+
Protocol,
|
| 44 |
+
Tuple,
|
| 45 |
+
Type,
|
| 46 |
+
TypedDict,
|
| 47 |
+
Union,
|
| 48 |
+
)
|
| 49 |
+
|
| 50 |
+
if sys.version_info >= (3, 11): # pragma: py-lt-311
|
| 51 |
+
from typing import NotRequired
|
| 52 |
+
else: # pragma: py-gte-311
|
| 53 |
+
from typing_extensions import NotRequired
|
| 54 |
+
|
| 55 |
+
# WSGI
|
| 56 |
+
Environ = MutableMapping[str, Any]
|
| 57 |
+
ExcInfo = Tuple[Type[BaseException], BaseException, Optional[types.TracebackType]]
|
| 58 |
+
StartResponse = Callable[[str, Iterable[Tuple[str, str]], Optional[ExcInfo]], None]
|
| 59 |
+
WSGIApp = Callable[[Environ, StartResponse], Union[Iterable[bytes], BaseException]]
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
# ASGI
|
| 63 |
+
class ASGIVersions(TypedDict):
|
| 64 |
+
spec_version: str
|
| 65 |
+
version: Literal["2.0"] | Literal["3.0"]
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
class HTTPScope(TypedDict):
|
| 69 |
+
type: Literal["http"]
|
| 70 |
+
asgi: ASGIVersions
|
| 71 |
+
http_version: str
|
| 72 |
+
method: str
|
| 73 |
+
scheme: str
|
| 74 |
+
path: str
|
| 75 |
+
raw_path: bytes
|
| 76 |
+
query_string: bytes
|
| 77 |
+
root_path: str
|
| 78 |
+
headers: Iterable[tuple[bytes, bytes]]
|
| 79 |
+
client: tuple[str, int] | None
|
| 80 |
+
server: tuple[str, int | None] | None
|
| 81 |
+
state: NotRequired[dict[str, Any]]
|
| 82 |
+
extensions: NotRequired[dict[str, dict[object, object]]]
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
class WebSocketScope(TypedDict):
|
| 86 |
+
type: Literal["websocket"]
|
| 87 |
+
asgi: ASGIVersions
|
| 88 |
+
http_version: str
|
| 89 |
+
scheme: str
|
| 90 |
+
path: str
|
| 91 |
+
raw_path: bytes
|
| 92 |
+
query_string: bytes
|
| 93 |
+
root_path: str
|
| 94 |
+
headers: Iterable[tuple[bytes, bytes]]
|
| 95 |
+
client: tuple[str, int] | None
|
| 96 |
+
server: tuple[str, int | None] | None
|
| 97 |
+
subprotocols: Iterable[str]
|
| 98 |
+
state: NotRequired[dict[str, Any]]
|
| 99 |
+
extensions: NotRequired[dict[str, dict[object, object]]]
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
class LifespanScope(TypedDict):
|
| 103 |
+
type: Literal["lifespan"]
|
| 104 |
+
asgi: ASGIVersions
|
| 105 |
+
state: NotRequired[dict[str, Any]]
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
WWWScope = Union[HTTPScope, WebSocketScope]
|
| 109 |
+
Scope = Union[HTTPScope, WebSocketScope, LifespanScope]
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
class HTTPRequestEvent(TypedDict):
|
| 113 |
+
type: Literal["http.request"]
|
| 114 |
+
body: bytes
|
| 115 |
+
more_body: bool
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
class HTTPResponseDebugEvent(TypedDict):
|
| 119 |
+
type: Literal["http.response.debug"]
|
| 120 |
+
info: dict[str, object]
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
class HTTPResponseStartEvent(TypedDict):
|
| 124 |
+
type: Literal["http.response.start"]
|
| 125 |
+
status: int
|
| 126 |
+
headers: NotRequired[Iterable[tuple[bytes, bytes]]]
|
| 127 |
+
trailers: NotRequired[bool]
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
class HTTPResponseBodyEvent(TypedDict):
|
| 131 |
+
type: Literal["http.response.body"]
|
| 132 |
+
body: bytes
|
| 133 |
+
more_body: NotRequired[bool]
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
class HTTPResponseTrailersEvent(TypedDict):
|
| 137 |
+
type: Literal["http.response.trailers"]
|
| 138 |
+
headers: Iterable[tuple[bytes, bytes]]
|
| 139 |
+
more_trailers: bool
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
class HTTPServerPushEvent(TypedDict):
|
| 143 |
+
type: Literal["http.response.push"]
|
| 144 |
+
path: str
|
| 145 |
+
headers: Iterable[tuple[bytes, bytes]]
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
class HTTPDisconnectEvent(TypedDict):
|
| 149 |
+
type: Literal["http.disconnect"]
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
class WebSocketConnectEvent(TypedDict):
|
| 153 |
+
type: Literal["websocket.connect"]
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
class WebSocketAcceptEvent(TypedDict):
|
| 157 |
+
type: Literal["websocket.accept"]
|
| 158 |
+
subprotocol: NotRequired[str | None]
|
| 159 |
+
headers: NotRequired[Iterable[tuple[bytes, bytes]]]
|
| 160 |
+
|
| 161 |
+
|
| 162 |
+
class _WebSocketReceiveEventBytes(TypedDict):
|
| 163 |
+
type: Literal["websocket.receive"]
|
| 164 |
+
bytes: bytes
|
| 165 |
+
text: NotRequired[None]
|
| 166 |
+
|
| 167 |
+
|
| 168 |
+
class _WebSocketReceiveEventText(TypedDict):
|
| 169 |
+
type: Literal["websocket.receive"]
|
| 170 |
+
bytes: NotRequired[None]
|
| 171 |
+
text: str
|
| 172 |
+
|
| 173 |
+
|
| 174 |
+
WebSocketReceiveEvent = Union[_WebSocketReceiveEventBytes, _WebSocketReceiveEventText]
|
| 175 |
+
|
| 176 |
+
|
| 177 |
+
class _WebSocketSendEventBytes(TypedDict):
|
| 178 |
+
type: Literal["websocket.send"]
|
| 179 |
+
bytes: bytes
|
| 180 |
+
text: NotRequired[None]
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
class _WebSocketSendEventText(TypedDict):
|
| 184 |
+
type: Literal["websocket.send"]
|
| 185 |
+
bytes: NotRequired[None]
|
| 186 |
+
text: str
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
WebSocketSendEvent = Union[_WebSocketSendEventBytes, _WebSocketSendEventText]
|
| 190 |
+
|
| 191 |
+
|
| 192 |
+
class WebSocketResponseStartEvent(TypedDict):
|
| 193 |
+
type: Literal["websocket.http.response.start"]
|
| 194 |
+
status: int
|
| 195 |
+
headers: Iterable[tuple[bytes, bytes]]
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
class WebSocketResponseBodyEvent(TypedDict):
|
| 199 |
+
type: Literal["websocket.http.response.body"]
|
| 200 |
+
body: bytes
|
| 201 |
+
more_body: NotRequired[bool]
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
class WebSocketDisconnectEvent(TypedDict):
|
| 205 |
+
type: Literal["websocket.disconnect"]
|
| 206 |
+
code: int
|
| 207 |
+
reason: NotRequired[str | None]
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
class WebSocketCloseEvent(TypedDict):
|
| 211 |
+
type: Literal["websocket.close"]
|
| 212 |
+
code: NotRequired[int]
|
| 213 |
+
reason: NotRequired[str | None]
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
class LifespanStartupEvent(TypedDict):
|
| 217 |
+
type: Literal["lifespan.startup"]
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
class LifespanShutdownEvent(TypedDict):
|
| 221 |
+
type: Literal["lifespan.shutdown"]
|
| 222 |
+
|
| 223 |
+
|
| 224 |
+
class LifespanStartupCompleteEvent(TypedDict):
|
| 225 |
+
type: Literal["lifespan.startup.complete"]
|
| 226 |
+
|
| 227 |
+
|
| 228 |
+
class LifespanStartupFailedEvent(TypedDict):
|
| 229 |
+
type: Literal["lifespan.startup.failed"]
|
| 230 |
+
message: str
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
class LifespanShutdownCompleteEvent(TypedDict):
|
| 234 |
+
type: Literal["lifespan.shutdown.complete"]
|
| 235 |
+
|
| 236 |
+
|
| 237 |
+
class LifespanShutdownFailedEvent(TypedDict):
|
| 238 |
+
type: Literal["lifespan.shutdown.failed"]
|
| 239 |
+
message: str
|
| 240 |
+
|
| 241 |
+
|
| 242 |
+
WebSocketEvent = Union[WebSocketReceiveEvent, WebSocketDisconnectEvent, WebSocketConnectEvent]
|
| 243 |
+
|
| 244 |
+
|
| 245 |
+
ASGIReceiveEvent = Union[
|
| 246 |
+
HTTPRequestEvent,
|
| 247 |
+
HTTPDisconnectEvent,
|
| 248 |
+
WebSocketConnectEvent,
|
| 249 |
+
WebSocketReceiveEvent,
|
| 250 |
+
WebSocketDisconnectEvent,
|
| 251 |
+
LifespanStartupEvent,
|
| 252 |
+
LifespanShutdownEvent,
|
| 253 |
+
]
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
ASGISendEvent = Union[
|
| 257 |
+
HTTPResponseStartEvent,
|
| 258 |
+
HTTPResponseBodyEvent,
|
| 259 |
+
HTTPResponseTrailersEvent,
|
| 260 |
+
HTTPServerPushEvent,
|
| 261 |
+
HTTPDisconnectEvent,
|
| 262 |
+
WebSocketAcceptEvent,
|
| 263 |
+
WebSocketSendEvent,
|
| 264 |
+
WebSocketResponseStartEvent,
|
| 265 |
+
WebSocketResponseBodyEvent,
|
| 266 |
+
WebSocketCloseEvent,
|
| 267 |
+
LifespanStartupCompleteEvent,
|
| 268 |
+
LifespanStartupFailedEvent,
|
| 269 |
+
LifespanShutdownCompleteEvent,
|
| 270 |
+
LifespanShutdownFailedEvent,
|
| 271 |
+
]
|
| 272 |
+
|
| 273 |
+
|
| 274 |
+
ASGIReceiveCallable = Callable[[], Awaitable[ASGIReceiveEvent]]
|
| 275 |
+
ASGISendCallable = Callable[[ASGISendEvent], Awaitable[None]]
|
| 276 |
+
|
| 277 |
+
|
| 278 |
+
class ASGI2Protocol(Protocol):
|
| 279 |
+
def __init__(self, scope: Scope) -> None: ... # pragma: no cover
|
| 280 |
+
|
| 281 |
+
async def __call__(self, receive: ASGIReceiveCallable, send: ASGISendCallable) -> None: ... # pragma: no cover
|
| 282 |
+
|
| 283 |
+
|
| 284 |
+
ASGI2Application = Type[ASGI2Protocol]
|
| 285 |
+
ASGI3Application = Callable[
|
| 286 |
+
[
|
| 287 |
+
Scope,
|
| 288 |
+
ASGIReceiveCallable,
|
| 289 |
+
ASGISendCallable,
|
| 290 |
+
],
|
| 291 |
+
Awaitable[None],
|
| 292 |
+
]
|
| 293 |
+
ASGIApplication = Union[ASGI2Application, ASGI3Application]
|
videollama2/lib/python3.10/site-packages/uvicorn/config.py
ADDED
|
@@ -0,0 +1,529 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import asyncio
|
| 4 |
+
import inspect
|
| 5 |
+
import json
|
| 6 |
+
import logging
|
| 7 |
+
import logging.config
|
| 8 |
+
import os
|
| 9 |
+
import socket
|
| 10 |
+
import ssl
|
| 11 |
+
import sys
|
| 12 |
+
from configparser import RawConfigParser
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
from typing import IO, Any, Awaitable, Callable, Literal
|
| 15 |
+
|
| 16 |
+
import click
|
| 17 |
+
|
| 18 |
+
from uvicorn._types import ASGIApplication
|
| 19 |
+
from uvicorn.importer import ImportFromStringError, import_from_string
|
| 20 |
+
from uvicorn.logging import TRACE_LOG_LEVEL
|
| 21 |
+
from uvicorn.middleware.asgi2 import ASGI2Middleware
|
| 22 |
+
from uvicorn.middleware.message_logger import MessageLoggerMiddleware
|
| 23 |
+
from uvicorn.middleware.proxy_headers import ProxyHeadersMiddleware
|
| 24 |
+
from uvicorn.middleware.wsgi import WSGIMiddleware
|
| 25 |
+
|
| 26 |
+
HTTPProtocolType = Literal["auto", "h11", "httptools"]
|
| 27 |
+
WSProtocolType = Literal["auto", "none", "websockets", "wsproto"]
|
| 28 |
+
LifespanType = Literal["auto", "on", "off"]
|
| 29 |
+
LoopSetupType = Literal["none", "auto", "asyncio", "uvloop"]
|
| 30 |
+
InterfaceType = Literal["auto", "asgi3", "asgi2", "wsgi"]
|
| 31 |
+
|
| 32 |
+
LOG_LEVELS: dict[str, int] = {
|
| 33 |
+
"critical": logging.CRITICAL,
|
| 34 |
+
"error": logging.ERROR,
|
| 35 |
+
"warning": logging.WARNING,
|
| 36 |
+
"info": logging.INFO,
|
| 37 |
+
"debug": logging.DEBUG,
|
| 38 |
+
"trace": TRACE_LOG_LEVEL,
|
| 39 |
+
}
|
| 40 |
+
HTTP_PROTOCOLS: dict[HTTPProtocolType, str] = {
|
| 41 |
+
"auto": "uvicorn.protocols.http.auto:AutoHTTPProtocol",
|
| 42 |
+
"h11": "uvicorn.protocols.http.h11_impl:H11Protocol",
|
| 43 |
+
"httptools": "uvicorn.protocols.http.httptools_impl:HttpToolsProtocol",
|
| 44 |
+
}
|
| 45 |
+
WS_PROTOCOLS: dict[WSProtocolType, str | None] = {
|
| 46 |
+
"auto": "uvicorn.protocols.websockets.auto:AutoWebSocketsProtocol",
|
| 47 |
+
"none": None,
|
| 48 |
+
"websockets": "uvicorn.protocols.websockets.websockets_impl:WebSocketProtocol",
|
| 49 |
+
"wsproto": "uvicorn.protocols.websockets.wsproto_impl:WSProtocol",
|
| 50 |
+
}
|
| 51 |
+
LIFESPAN: dict[LifespanType, str] = {
|
| 52 |
+
"auto": "uvicorn.lifespan.on:LifespanOn",
|
| 53 |
+
"on": "uvicorn.lifespan.on:LifespanOn",
|
| 54 |
+
"off": "uvicorn.lifespan.off:LifespanOff",
|
| 55 |
+
}
|
| 56 |
+
LOOP_SETUPS: dict[LoopSetupType, str | None] = {
|
| 57 |
+
"none": None,
|
| 58 |
+
"auto": "uvicorn.loops.auto:auto_loop_setup",
|
| 59 |
+
"asyncio": "uvicorn.loops.asyncio:asyncio_setup",
|
| 60 |
+
"uvloop": "uvicorn.loops.uvloop:uvloop_setup",
|
| 61 |
+
}
|
| 62 |
+
INTERFACES: list[InterfaceType] = ["auto", "asgi3", "asgi2", "wsgi"]
|
| 63 |
+
|
| 64 |
+
SSL_PROTOCOL_VERSION: int = ssl.PROTOCOL_TLS_SERVER
|
| 65 |
+
|
| 66 |
+
LOGGING_CONFIG: dict[str, Any] = {
|
| 67 |
+
"version": 1,
|
| 68 |
+
"disable_existing_loggers": False,
|
| 69 |
+
"formatters": {
|
| 70 |
+
"default": {
|
| 71 |
+
"()": "uvicorn.logging.DefaultFormatter",
|
| 72 |
+
"fmt": "%(levelprefix)s %(message)s",
|
| 73 |
+
"use_colors": None,
|
| 74 |
+
},
|
| 75 |
+
"access": {
|
| 76 |
+
"()": "uvicorn.logging.AccessFormatter",
|
| 77 |
+
"fmt": '%(levelprefix)s %(client_addr)s - "%(request_line)s" %(status_code)s', # noqa: E501
|
| 78 |
+
},
|
| 79 |
+
},
|
| 80 |
+
"handlers": {
|
| 81 |
+
"default": {
|
| 82 |
+
"formatter": "default",
|
| 83 |
+
"class": "logging.StreamHandler",
|
| 84 |
+
"stream": "ext://sys.stderr",
|
| 85 |
+
},
|
| 86 |
+
"access": {
|
| 87 |
+
"formatter": "access",
|
| 88 |
+
"class": "logging.StreamHandler",
|
| 89 |
+
"stream": "ext://sys.stdout",
|
| 90 |
+
},
|
| 91 |
+
},
|
| 92 |
+
"loggers": {
|
| 93 |
+
"uvicorn": {"handlers": ["default"], "level": "INFO", "propagate": False},
|
| 94 |
+
"uvicorn.error": {"level": "INFO"},
|
| 95 |
+
"uvicorn.access": {"handlers": ["access"], "level": "INFO", "propagate": False},
|
| 96 |
+
},
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
logger = logging.getLogger("uvicorn.error")
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
def create_ssl_context(
|
| 103 |
+
certfile: str | os.PathLike[str],
|
| 104 |
+
keyfile: str | os.PathLike[str] | None,
|
| 105 |
+
password: str | None,
|
| 106 |
+
ssl_version: int,
|
| 107 |
+
cert_reqs: int,
|
| 108 |
+
ca_certs: str | os.PathLike[str] | None,
|
| 109 |
+
ciphers: str | None,
|
| 110 |
+
) -> ssl.SSLContext:
|
| 111 |
+
ctx = ssl.SSLContext(ssl_version)
|
| 112 |
+
get_password = (lambda: password) if password else None
|
| 113 |
+
ctx.load_cert_chain(certfile, keyfile, get_password)
|
| 114 |
+
ctx.verify_mode = ssl.VerifyMode(cert_reqs)
|
| 115 |
+
if ca_certs:
|
| 116 |
+
ctx.load_verify_locations(ca_certs)
|
| 117 |
+
if ciphers:
|
| 118 |
+
ctx.set_ciphers(ciphers)
|
| 119 |
+
return ctx
|
| 120 |
+
|
| 121 |
+
|
| 122 |
+
def is_dir(path: Path) -> bool:
|
| 123 |
+
try:
|
| 124 |
+
if not path.is_absolute():
|
| 125 |
+
path = path.resolve()
|
| 126 |
+
return path.is_dir()
|
| 127 |
+
except OSError: # pragma: full coverage
|
| 128 |
+
return False
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
def resolve_reload_patterns(patterns_list: list[str], directories_list: list[str]) -> tuple[list[str], list[Path]]:
|
| 132 |
+
directories: list[Path] = list(set(map(Path, directories_list.copy())))
|
| 133 |
+
patterns: list[str] = patterns_list.copy()
|
| 134 |
+
|
| 135 |
+
current_working_directory = Path.cwd()
|
| 136 |
+
for pattern in patterns_list:
|
| 137 |
+
# Special case for the .* pattern, otherwise this would only match
|
| 138 |
+
# hidden directories which is probably undesired
|
| 139 |
+
if pattern == ".*":
|
| 140 |
+
continue
|
| 141 |
+
patterns.append(pattern)
|
| 142 |
+
if is_dir(Path(pattern)):
|
| 143 |
+
directories.append(Path(pattern))
|
| 144 |
+
else:
|
| 145 |
+
for match in current_working_directory.glob(pattern):
|
| 146 |
+
if is_dir(match):
|
| 147 |
+
directories.append(match)
|
| 148 |
+
|
| 149 |
+
directories = list(set(directories))
|
| 150 |
+
directories = list(map(Path, directories))
|
| 151 |
+
directories = list(map(lambda x: x.resolve(), directories))
|
| 152 |
+
directories = list({reload_path for reload_path in directories if is_dir(reload_path)})
|
| 153 |
+
|
| 154 |
+
children = []
|
| 155 |
+
for j in range(len(directories)):
|
| 156 |
+
for k in range(j + 1, len(directories)): # pragma: full coverage
|
| 157 |
+
if directories[j] in directories[k].parents:
|
| 158 |
+
children.append(directories[k])
|
| 159 |
+
elif directories[k] in directories[j].parents:
|
| 160 |
+
children.append(directories[j])
|
| 161 |
+
|
| 162 |
+
directories = list(set(directories).difference(set(children)))
|
| 163 |
+
|
| 164 |
+
return list(set(patterns)), directories
|
| 165 |
+
|
| 166 |
+
|
| 167 |
+
def _normalize_dirs(dirs: list[str] | str | None) -> list[str]:
|
| 168 |
+
if dirs is None:
|
| 169 |
+
return []
|
| 170 |
+
if isinstance(dirs, str):
|
| 171 |
+
return [dirs]
|
| 172 |
+
return list(set(dirs))
|
| 173 |
+
|
| 174 |
+
|
| 175 |
+
class Config:
|
| 176 |
+
def __init__(
|
| 177 |
+
self,
|
| 178 |
+
app: ASGIApplication | Callable[..., Any] | str,
|
| 179 |
+
host: str = "127.0.0.1",
|
| 180 |
+
port: int = 8000,
|
| 181 |
+
uds: str | None = None,
|
| 182 |
+
fd: int | None = None,
|
| 183 |
+
loop: LoopSetupType = "auto",
|
| 184 |
+
http: type[asyncio.Protocol] | HTTPProtocolType = "auto",
|
| 185 |
+
ws: type[asyncio.Protocol] | WSProtocolType = "auto",
|
| 186 |
+
ws_max_size: int = 16 * 1024 * 1024,
|
| 187 |
+
ws_max_queue: int = 32,
|
| 188 |
+
ws_ping_interval: float | None = 20.0,
|
| 189 |
+
ws_ping_timeout: float | None = 20.0,
|
| 190 |
+
ws_per_message_deflate: bool = True,
|
| 191 |
+
lifespan: LifespanType = "auto",
|
| 192 |
+
env_file: str | os.PathLike[str] | None = None,
|
| 193 |
+
log_config: dict[str, Any] | str | RawConfigParser | IO[Any] | None = LOGGING_CONFIG,
|
| 194 |
+
log_level: str | int | None = None,
|
| 195 |
+
access_log: bool = True,
|
| 196 |
+
use_colors: bool | None = None,
|
| 197 |
+
interface: InterfaceType = "auto",
|
| 198 |
+
reload: bool = False,
|
| 199 |
+
reload_dirs: list[str] | str | None = None,
|
| 200 |
+
reload_delay: float = 0.25,
|
| 201 |
+
reload_includes: list[str] | str | None = None,
|
| 202 |
+
reload_excludes: list[str] | str | None = None,
|
| 203 |
+
workers: int | None = None,
|
| 204 |
+
proxy_headers: bool = True,
|
| 205 |
+
server_header: bool = True,
|
| 206 |
+
date_header: bool = True,
|
| 207 |
+
forwarded_allow_ips: list[str] | str | None = None,
|
| 208 |
+
root_path: str = "",
|
| 209 |
+
limit_concurrency: int | None = None,
|
| 210 |
+
limit_max_requests: int | None = None,
|
| 211 |
+
backlog: int = 2048,
|
| 212 |
+
timeout_keep_alive: int = 5,
|
| 213 |
+
timeout_notify: int = 30,
|
| 214 |
+
timeout_graceful_shutdown: int | None = None,
|
| 215 |
+
callback_notify: Callable[..., Awaitable[None]] | None = None,
|
| 216 |
+
ssl_keyfile: str | None = None,
|
| 217 |
+
ssl_certfile: str | os.PathLike[str] | None = None,
|
| 218 |
+
ssl_keyfile_password: str | None = None,
|
| 219 |
+
ssl_version: int = SSL_PROTOCOL_VERSION,
|
| 220 |
+
ssl_cert_reqs: int = ssl.CERT_NONE,
|
| 221 |
+
ssl_ca_certs: str | None = None,
|
| 222 |
+
ssl_ciphers: str = "TLSv1",
|
| 223 |
+
headers: list[tuple[str, str]] | None = None,
|
| 224 |
+
factory: bool = False,
|
| 225 |
+
h11_max_incomplete_event_size: int | None = None,
|
| 226 |
+
):
|
| 227 |
+
self.app = app
|
| 228 |
+
self.host = host
|
| 229 |
+
self.port = port
|
| 230 |
+
self.uds = uds
|
| 231 |
+
self.fd = fd
|
| 232 |
+
self.loop = loop
|
| 233 |
+
self.http = http
|
| 234 |
+
self.ws = ws
|
| 235 |
+
self.ws_max_size = ws_max_size
|
| 236 |
+
self.ws_max_queue = ws_max_queue
|
| 237 |
+
self.ws_ping_interval = ws_ping_interval
|
| 238 |
+
self.ws_ping_timeout = ws_ping_timeout
|
| 239 |
+
self.ws_per_message_deflate = ws_per_message_deflate
|
| 240 |
+
self.lifespan = lifespan
|
| 241 |
+
self.log_config = log_config
|
| 242 |
+
self.log_level = log_level
|
| 243 |
+
self.access_log = access_log
|
| 244 |
+
self.use_colors = use_colors
|
| 245 |
+
self.interface = interface
|
| 246 |
+
self.reload = reload
|
| 247 |
+
self.reload_delay = reload_delay
|
| 248 |
+
self.workers = workers or 1
|
| 249 |
+
self.proxy_headers = proxy_headers
|
| 250 |
+
self.server_header = server_header
|
| 251 |
+
self.date_header = date_header
|
| 252 |
+
self.root_path = root_path
|
| 253 |
+
self.limit_concurrency = limit_concurrency
|
| 254 |
+
self.limit_max_requests = limit_max_requests
|
| 255 |
+
self.backlog = backlog
|
| 256 |
+
self.timeout_keep_alive = timeout_keep_alive
|
| 257 |
+
self.timeout_notify = timeout_notify
|
| 258 |
+
self.timeout_graceful_shutdown = timeout_graceful_shutdown
|
| 259 |
+
self.callback_notify = callback_notify
|
| 260 |
+
self.ssl_keyfile = ssl_keyfile
|
| 261 |
+
self.ssl_certfile = ssl_certfile
|
| 262 |
+
self.ssl_keyfile_password = ssl_keyfile_password
|
| 263 |
+
self.ssl_version = ssl_version
|
| 264 |
+
self.ssl_cert_reqs = ssl_cert_reqs
|
| 265 |
+
self.ssl_ca_certs = ssl_ca_certs
|
| 266 |
+
self.ssl_ciphers = ssl_ciphers
|
| 267 |
+
self.headers: list[tuple[str, str]] = headers or []
|
| 268 |
+
self.encoded_headers: list[tuple[bytes, bytes]] = []
|
| 269 |
+
self.factory = factory
|
| 270 |
+
self.h11_max_incomplete_event_size = h11_max_incomplete_event_size
|
| 271 |
+
|
| 272 |
+
self.loaded = False
|
| 273 |
+
self.configure_logging()
|
| 274 |
+
|
| 275 |
+
self.reload_dirs: list[Path] = []
|
| 276 |
+
self.reload_dirs_excludes: list[Path] = []
|
| 277 |
+
self.reload_includes: list[str] = []
|
| 278 |
+
self.reload_excludes: list[str] = []
|
| 279 |
+
|
| 280 |
+
if (reload_dirs or reload_includes or reload_excludes) and not self.should_reload:
|
| 281 |
+
logger.warning(
|
| 282 |
+
"Current configuration will not reload as not all conditions are met, " "please refer to documentation."
|
| 283 |
+
)
|
| 284 |
+
|
| 285 |
+
if self.should_reload:
|
| 286 |
+
reload_dirs = _normalize_dirs(reload_dirs)
|
| 287 |
+
reload_includes = _normalize_dirs(reload_includes)
|
| 288 |
+
reload_excludes = _normalize_dirs(reload_excludes)
|
| 289 |
+
|
| 290 |
+
self.reload_includes, self.reload_dirs = resolve_reload_patterns(reload_includes, reload_dirs)
|
| 291 |
+
|
| 292 |
+
self.reload_excludes, self.reload_dirs_excludes = resolve_reload_patterns(reload_excludes, [])
|
| 293 |
+
|
| 294 |
+
reload_dirs_tmp = self.reload_dirs.copy()
|
| 295 |
+
|
| 296 |
+
for directory in self.reload_dirs_excludes:
|
| 297 |
+
for reload_directory in reload_dirs_tmp:
|
| 298 |
+
if directory == reload_directory or directory in reload_directory.parents:
|
| 299 |
+
try:
|
| 300 |
+
self.reload_dirs.remove(reload_directory)
|
| 301 |
+
except ValueError: # pragma: full coverage
|
| 302 |
+
pass
|
| 303 |
+
|
| 304 |
+
for pattern in self.reload_excludes:
|
| 305 |
+
if pattern in self.reload_includes:
|
| 306 |
+
self.reload_includes.remove(pattern) # pragma: full coverage
|
| 307 |
+
|
| 308 |
+
if not self.reload_dirs:
|
| 309 |
+
if reload_dirs:
|
| 310 |
+
logger.warning(
|
| 311 |
+
"Provided reload directories %s did not contain valid "
|
| 312 |
+
+ "directories, watching current working directory.",
|
| 313 |
+
reload_dirs,
|
| 314 |
+
)
|
| 315 |
+
self.reload_dirs = [Path(os.getcwd())]
|
| 316 |
+
|
| 317 |
+
logger.info(
|
| 318 |
+
"Will watch for changes in these directories: %s",
|
| 319 |
+
sorted(list(map(str, self.reload_dirs))),
|
| 320 |
+
)
|
| 321 |
+
|
| 322 |
+
if env_file is not None:
|
| 323 |
+
from dotenv import load_dotenv
|
| 324 |
+
|
| 325 |
+
logger.info("Loading environment from '%s'", env_file)
|
| 326 |
+
load_dotenv(dotenv_path=env_file)
|
| 327 |
+
|
| 328 |
+
if workers is None and "WEB_CONCURRENCY" in os.environ:
|
| 329 |
+
self.workers = int(os.environ["WEB_CONCURRENCY"])
|
| 330 |
+
|
| 331 |
+
self.forwarded_allow_ips: list[str] | str
|
| 332 |
+
if forwarded_allow_ips is None:
|
| 333 |
+
self.forwarded_allow_ips = os.environ.get("FORWARDED_ALLOW_IPS", "127.0.0.1")
|
| 334 |
+
else:
|
| 335 |
+
self.forwarded_allow_ips = forwarded_allow_ips # pragma: full coverage
|
| 336 |
+
|
| 337 |
+
if self.reload and self.workers > 1:
|
| 338 |
+
logger.warning('"workers" flag is ignored when reloading is enabled.')
|
| 339 |
+
|
| 340 |
+
@property
|
| 341 |
+
def asgi_version(self) -> Literal["2.0", "3.0"]:
|
| 342 |
+
mapping: dict[str, Literal["2.0", "3.0"]] = {
|
| 343 |
+
"asgi2": "2.0",
|
| 344 |
+
"asgi3": "3.0",
|
| 345 |
+
"wsgi": "3.0",
|
| 346 |
+
}
|
| 347 |
+
return mapping[self.interface]
|
| 348 |
+
|
| 349 |
+
@property
|
| 350 |
+
def is_ssl(self) -> bool:
|
| 351 |
+
return bool(self.ssl_keyfile or self.ssl_certfile)
|
| 352 |
+
|
| 353 |
+
@property
|
| 354 |
+
def use_subprocess(self) -> bool:
|
| 355 |
+
return bool(self.reload or self.workers > 1)
|
| 356 |
+
|
| 357 |
+
def configure_logging(self) -> None:
|
| 358 |
+
logging.addLevelName(TRACE_LOG_LEVEL, "TRACE")
|
| 359 |
+
|
| 360 |
+
if self.log_config is not None:
|
| 361 |
+
if isinstance(self.log_config, dict):
|
| 362 |
+
if self.use_colors in (True, False):
|
| 363 |
+
self.log_config["formatters"]["default"]["use_colors"] = self.use_colors
|
| 364 |
+
self.log_config["formatters"]["access"]["use_colors"] = self.use_colors
|
| 365 |
+
logging.config.dictConfig(self.log_config)
|
| 366 |
+
elif isinstance(self.log_config, str) and self.log_config.endswith(".json"):
|
| 367 |
+
with open(self.log_config) as file:
|
| 368 |
+
loaded_config = json.load(file)
|
| 369 |
+
logging.config.dictConfig(loaded_config)
|
| 370 |
+
elif isinstance(self.log_config, str) and self.log_config.endswith((".yaml", ".yml")):
|
| 371 |
+
# Install the PyYAML package or the uvicorn[standard] optional
|
| 372 |
+
# dependencies to enable this functionality.
|
| 373 |
+
import yaml
|
| 374 |
+
|
| 375 |
+
with open(self.log_config) as file:
|
| 376 |
+
loaded_config = yaml.safe_load(file)
|
| 377 |
+
logging.config.dictConfig(loaded_config)
|
| 378 |
+
else:
|
| 379 |
+
# See the note about fileConfig() here:
|
| 380 |
+
# https://docs.python.org/3/library/logging.config.html#configuration-file-format
|
| 381 |
+
logging.config.fileConfig(self.log_config, disable_existing_loggers=False)
|
| 382 |
+
|
| 383 |
+
if self.log_level is not None:
|
| 384 |
+
if isinstance(self.log_level, str):
|
| 385 |
+
log_level = LOG_LEVELS[self.log_level]
|
| 386 |
+
else:
|
| 387 |
+
log_level = self.log_level
|
| 388 |
+
logging.getLogger("uvicorn.error").setLevel(log_level)
|
| 389 |
+
logging.getLogger("uvicorn.access").setLevel(log_level)
|
| 390 |
+
logging.getLogger("uvicorn.asgi").setLevel(log_level)
|
| 391 |
+
if self.access_log is False:
|
| 392 |
+
logging.getLogger("uvicorn.access").handlers = []
|
| 393 |
+
logging.getLogger("uvicorn.access").propagate = False
|
| 394 |
+
|
| 395 |
+
def load(self) -> None:
|
| 396 |
+
assert not self.loaded
|
| 397 |
+
|
| 398 |
+
if self.is_ssl:
|
| 399 |
+
assert self.ssl_certfile
|
| 400 |
+
self.ssl: ssl.SSLContext | None = create_ssl_context(
|
| 401 |
+
keyfile=self.ssl_keyfile,
|
| 402 |
+
certfile=self.ssl_certfile,
|
| 403 |
+
password=self.ssl_keyfile_password,
|
| 404 |
+
ssl_version=self.ssl_version,
|
| 405 |
+
cert_reqs=self.ssl_cert_reqs,
|
| 406 |
+
ca_certs=self.ssl_ca_certs,
|
| 407 |
+
ciphers=self.ssl_ciphers,
|
| 408 |
+
)
|
| 409 |
+
else:
|
| 410 |
+
self.ssl = None
|
| 411 |
+
|
| 412 |
+
encoded_headers = [(key.lower().encode("latin1"), value.encode("latin1")) for key, value in self.headers]
|
| 413 |
+
self.encoded_headers = (
|
| 414 |
+
[(b"server", b"uvicorn")] + encoded_headers
|
| 415 |
+
if b"server" not in dict(encoded_headers) and self.server_header
|
| 416 |
+
else encoded_headers
|
| 417 |
+
)
|
| 418 |
+
|
| 419 |
+
if isinstance(self.http, str):
|
| 420 |
+
http_protocol_class = import_from_string(HTTP_PROTOCOLS[self.http])
|
| 421 |
+
self.http_protocol_class: type[asyncio.Protocol] = http_protocol_class
|
| 422 |
+
else:
|
| 423 |
+
self.http_protocol_class = self.http
|
| 424 |
+
|
| 425 |
+
if isinstance(self.ws, str):
|
| 426 |
+
ws_protocol_class = import_from_string(WS_PROTOCOLS[self.ws])
|
| 427 |
+
self.ws_protocol_class: type[asyncio.Protocol] | None = ws_protocol_class
|
| 428 |
+
else:
|
| 429 |
+
self.ws_protocol_class = self.ws
|
| 430 |
+
|
| 431 |
+
self.lifespan_class = import_from_string(LIFESPAN[self.lifespan])
|
| 432 |
+
|
| 433 |
+
try:
|
| 434 |
+
self.loaded_app = import_from_string(self.app)
|
| 435 |
+
except ImportFromStringError as exc:
|
| 436 |
+
logger.error("Error loading ASGI app. %s" % exc)
|
| 437 |
+
sys.exit(1)
|
| 438 |
+
|
| 439 |
+
try:
|
| 440 |
+
self.loaded_app = self.loaded_app()
|
| 441 |
+
except TypeError as exc:
|
| 442 |
+
if self.factory:
|
| 443 |
+
logger.error("Error loading ASGI app factory: %s", exc)
|
| 444 |
+
sys.exit(1)
|
| 445 |
+
else:
|
| 446 |
+
if not self.factory:
|
| 447 |
+
logger.warning(
|
| 448 |
+
"ASGI app factory detected. Using it, " "but please consider setting the --factory flag explicitly."
|
| 449 |
+
)
|
| 450 |
+
|
| 451 |
+
if self.interface == "auto":
|
| 452 |
+
if inspect.isclass(self.loaded_app):
|
| 453 |
+
use_asgi_3 = hasattr(self.loaded_app, "__await__")
|
| 454 |
+
elif inspect.isfunction(self.loaded_app):
|
| 455 |
+
use_asgi_3 = asyncio.iscoroutinefunction(self.loaded_app)
|
| 456 |
+
else:
|
| 457 |
+
call = getattr(self.loaded_app, "__call__", None)
|
| 458 |
+
use_asgi_3 = asyncio.iscoroutinefunction(call)
|
| 459 |
+
self.interface = "asgi3" if use_asgi_3 else "asgi2"
|
| 460 |
+
|
| 461 |
+
if self.interface == "wsgi":
|
| 462 |
+
self.loaded_app = WSGIMiddleware(self.loaded_app)
|
| 463 |
+
self.ws_protocol_class = None
|
| 464 |
+
elif self.interface == "asgi2":
|
| 465 |
+
self.loaded_app = ASGI2Middleware(self.loaded_app)
|
| 466 |
+
|
| 467 |
+
if logger.getEffectiveLevel() <= TRACE_LOG_LEVEL:
|
| 468 |
+
self.loaded_app = MessageLoggerMiddleware(self.loaded_app)
|
| 469 |
+
if self.proxy_headers:
|
| 470 |
+
self.loaded_app = ProxyHeadersMiddleware(self.loaded_app, trusted_hosts=self.forwarded_allow_ips)
|
| 471 |
+
|
| 472 |
+
self.loaded = True
|
| 473 |
+
|
| 474 |
+
def setup_event_loop(self) -> None:
|
| 475 |
+
loop_setup: Callable | None = import_from_string(LOOP_SETUPS[self.loop])
|
| 476 |
+
if loop_setup is not None:
|
| 477 |
+
loop_setup(use_subprocess=self.use_subprocess)
|
| 478 |
+
|
| 479 |
+
def bind_socket(self) -> socket.socket:
|
| 480 |
+
logger_args: list[str | int]
|
| 481 |
+
if self.uds: # pragma: py-win32
|
| 482 |
+
path = self.uds
|
| 483 |
+
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
|
| 484 |
+
try:
|
| 485 |
+
sock.bind(path)
|
| 486 |
+
uds_perms = 0o666
|
| 487 |
+
os.chmod(self.uds, uds_perms)
|
| 488 |
+
except OSError as exc: # pragma: full coverage
|
| 489 |
+
logger.error(exc)
|
| 490 |
+
sys.exit(1)
|
| 491 |
+
|
| 492 |
+
message = "Uvicorn running on unix socket %s (Press CTRL+C to quit)"
|
| 493 |
+
sock_name_format = "%s"
|
| 494 |
+
color_message = "Uvicorn running on " + click.style(sock_name_format, bold=True) + " (Press CTRL+C to quit)"
|
| 495 |
+
logger_args = [self.uds]
|
| 496 |
+
elif self.fd: # pragma: py-win32
|
| 497 |
+
sock = socket.fromfd(self.fd, socket.AF_UNIX, socket.SOCK_STREAM)
|
| 498 |
+
message = "Uvicorn running on socket %s (Press CTRL+C to quit)"
|
| 499 |
+
fd_name_format = "%s"
|
| 500 |
+
color_message = "Uvicorn running on " + click.style(fd_name_format, bold=True) + " (Press CTRL+C to quit)"
|
| 501 |
+
logger_args = [sock.getsockname()]
|
| 502 |
+
else:
|
| 503 |
+
family = socket.AF_INET
|
| 504 |
+
addr_format = "%s://%s:%d"
|
| 505 |
+
|
| 506 |
+
if self.host and ":" in self.host: # pragma: full coverage
|
| 507 |
+
# It's an IPv6 address.
|
| 508 |
+
family = socket.AF_INET6
|
| 509 |
+
addr_format = "%s://[%s]:%d"
|
| 510 |
+
|
| 511 |
+
sock = socket.socket(family=family)
|
| 512 |
+
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
|
| 513 |
+
try:
|
| 514 |
+
sock.bind((self.host, self.port))
|
| 515 |
+
except OSError as exc: # pragma: full coverage
|
| 516 |
+
logger.error(exc)
|
| 517 |
+
sys.exit(1)
|
| 518 |
+
|
| 519 |
+
message = f"Uvicorn running on {addr_format} (Press CTRL+C to quit)"
|
| 520 |
+
color_message = "Uvicorn running on " + click.style(addr_format, bold=True) + " (Press CTRL+C to quit)"
|
| 521 |
+
protocol_name = "https" if self.is_ssl else "http"
|
| 522 |
+
logger_args = [protocol_name, self.host, sock.getsockname()[1]]
|
| 523 |
+
logger.info(message, *logger_args, extra={"color_message": color_message})
|
| 524 |
+
sock.set_inheritable(True)
|
| 525 |
+
return sock
|
| 526 |
+
|
| 527 |
+
@property
|
| 528 |
+
def should_reload(self) -> bool:
|
| 529 |
+
return isinstance(self.app, str) and self.reload
|
videollama2/lib/python3.10/site-packages/uvicorn/importer.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import importlib
|
| 2 |
+
from typing import Any
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
class ImportFromStringError(Exception):
|
| 6 |
+
pass
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def import_from_string(import_str: Any) -> Any:
|
| 10 |
+
if not isinstance(import_str, str):
|
| 11 |
+
return import_str
|
| 12 |
+
|
| 13 |
+
module_str, _, attrs_str = import_str.partition(":")
|
| 14 |
+
if not module_str or not attrs_str:
|
| 15 |
+
message = 'Import string "{import_str}" must be in format "<module>:<attribute>".'
|
| 16 |
+
raise ImportFromStringError(message.format(import_str=import_str))
|
| 17 |
+
|
| 18 |
+
try:
|
| 19 |
+
module = importlib.import_module(module_str)
|
| 20 |
+
except ModuleNotFoundError as exc:
|
| 21 |
+
if exc.name != module_str:
|
| 22 |
+
raise exc from None
|
| 23 |
+
message = 'Could not import module "{module_str}".'
|
| 24 |
+
raise ImportFromStringError(message.format(module_str=module_str))
|
| 25 |
+
|
| 26 |
+
instance = module
|
| 27 |
+
try:
|
| 28 |
+
for attr_str in attrs_str.split("."):
|
| 29 |
+
instance = getattr(instance, attr_str)
|
| 30 |
+
except AttributeError:
|
| 31 |
+
message = 'Attribute "{attrs_str}" not found in module "{module_str}".'
|
| 32 |
+
raise ImportFromStringError(message.format(attrs_str=attrs_str, module_str=module_str))
|
| 33 |
+
|
| 34 |
+
return instance
|
videollama2/lib/python3.10/site-packages/uvicorn/logging.py
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import http
|
| 4 |
+
import logging
|
| 5 |
+
import sys
|
| 6 |
+
from copy import copy
|
| 7 |
+
from typing import Literal
|
| 8 |
+
|
| 9 |
+
import click
|
| 10 |
+
|
| 11 |
+
TRACE_LOG_LEVEL = 5
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
class ColourizedFormatter(logging.Formatter):
|
| 15 |
+
"""
|
| 16 |
+
A custom log formatter class that:
|
| 17 |
+
|
| 18 |
+
* Outputs the LOG_LEVEL with an appropriate color.
|
| 19 |
+
* If a log call includes an `extras={"color_message": ...}` it will be used
|
| 20 |
+
for formatting the output, instead of the plain text message.
|
| 21 |
+
"""
|
| 22 |
+
|
| 23 |
+
level_name_colors = {
|
| 24 |
+
TRACE_LOG_LEVEL: lambda level_name: click.style(str(level_name), fg="blue"),
|
| 25 |
+
logging.DEBUG: lambda level_name: click.style(str(level_name), fg="cyan"),
|
| 26 |
+
logging.INFO: lambda level_name: click.style(str(level_name), fg="green"),
|
| 27 |
+
logging.WARNING: lambda level_name: click.style(str(level_name), fg="yellow"),
|
| 28 |
+
logging.ERROR: lambda level_name: click.style(str(level_name), fg="red"),
|
| 29 |
+
logging.CRITICAL: lambda level_name: click.style(str(level_name), fg="bright_red"),
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
def __init__(
|
| 33 |
+
self,
|
| 34 |
+
fmt: str | None = None,
|
| 35 |
+
datefmt: str | None = None,
|
| 36 |
+
style: Literal["%", "{", "$"] = "%",
|
| 37 |
+
use_colors: bool | None = None,
|
| 38 |
+
):
|
| 39 |
+
if use_colors in (True, False):
|
| 40 |
+
self.use_colors = use_colors
|
| 41 |
+
else:
|
| 42 |
+
self.use_colors = sys.stdout.isatty()
|
| 43 |
+
super().__init__(fmt=fmt, datefmt=datefmt, style=style)
|
| 44 |
+
|
| 45 |
+
def color_level_name(self, level_name: str, level_no: int) -> str:
|
| 46 |
+
def default(level_name: str) -> str:
|
| 47 |
+
return str(level_name) # pragma: no cover
|
| 48 |
+
|
| 49 |
+
func = self.level_name_colors.get(level_no, default)
|
| 50 |
+
return func(level_name)
|
| 51 |
+
|
| 52 |
+
def should_use_colors(self) -> bool:
|
| 53 |
+
return True # pragma: no cover
|
| 54 |
+
|
| 55 |
+
def formatMessage(self, record: logging.LogRecord) -> str:
|
| 56 |
+
recordcopy = copy(record)
|
| 57 |
+
levelname = recordcopy.levelname
|
| 58 |
+
seperator = " " * (8 - len(recordcopy.levelname))
|
| 59 |
+
if self.use_colors:
|
| 60 |
+
levelname = self.color_level_name(levelname, recordcopy.levelno)
|
| 61 |
+
if "color_message" in recordcopy.__dict__:
|
| 62 |
+
recordcopy.msg = recordcopy.__dict__["color_message"]
|
| 63 |
+
recordcopy.__dict__["message"] = recordcopy.getMessage()
|
| 64 |
+
recordcopy.__dict__["levelprefix"] = levelname + ":" + seperator
|
| 65 |
+
return super().formatMessage(recordcopy)
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
class DefaultFormatter(ColourizedFormatter):
|
| 69 |
+
def should_use_colors(self) -> bool:
|
| 70 |
+
return sys.stderr.isatty() # pragma: no cover
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
class AccessFormatter(ColourizedFormatter):
|
| 74 |
+
status_code_colours = {
|
| 75 |
+
1: lambda code: click.style(str(code), fg="bright_white"),
|
| 76 |
+
2: lambda code: click.style(str(code), fg="green"),
|
| 77 |
+
3: lambda code: click.style(str(code), fg="yellow"),
|
| 78 |
+
4: lambda code: click.style(str(code), fg="red"),
|
| 79 |
+
5: lambda code: click.style(str(code), fg="bright_red"),
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
def get_status_code(self, status_code: int) -> str:
|
| 83 |
+
try:
|
| 84 |
+
status_phrase = http.HTTPStatus(status_code).phrase
|
| 85 |
+
except ValueError:
|
| 86 |
+
status_phrase = ""
|
| 87 |
+
status_and_phrase = f"{status_code} {status_phrase}"
|
| 88 |
+
if self.use_colors:
|
| 89 |
+
|
| 90 |
+
def default(code: int) -> str:
|
| 91 |
+
return status_and_phrase # pragma: no cover
|
| 92 |
+
|
| 93 |
+
func = self.status_code_colours.get(status_code // 100, default)
|
| 94 |
+
return func(status_and_phrase)
|
| 95 |
+
return status_and_phrase
|
| 96 |
+
|
| 97 |
+
def formatMessage(self, record: logging.LogRecord) -> str:
|
| 98 |
+
recordcopy = copy(record)
|
| 99 |
+
(
|
| 100 |
+
client_addr,
|
| 101 |
+
method,
|
| 102 |
+
full_path,
|
| 103 |
+
http_version,
|
| 104 |
+
status_code,
|
| 105 |
+
) = recordcopy.args # type: ignore[misc]
|
| 106 |
+
status_code = self.get_status_code(int(status_code)) # type: ignore[arg-type]
|
| 107 |
+
request_line = f"{method} {full_path} HTTP/{http_version}"
|
| 108 |
+
if self.use_colors:
|
| 109 |
+
request_line = click.style(request_line, bold=True)
|
| 110 |
+
recordcopy.__dict__.update(
|
| 111 |
+
{
|
| 112 |
+
"client_addr": client_addr,
|
| 113 |
+
"request_line": request_line,
|
| 114 |
+
"status_code": status_code,
|
| 115 |
+
}
|
| 116 |
+
)
|
| 117 |
+
return super().formatMessage(recordcopy)
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/__init__.py
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (170 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/asyncio.cpython-310.pyc
ADDED
|
Binary file (543 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/auto.cpython-310.pyc
ADDED
|
Binary file (551 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/__pycache__/uvloop.cpython-310.pyc
ADDED
|
Binary file (421 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/asyncio.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import asyncio
|
| 2 |
+
import logging
|
| 3 |
+
import sys
|
| 4 |
+
|
| 5 |
+
logger = logging.getLogger("uvicorn.error")
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
def asyncio_setup(use_subprocess: bool = False) -> None:
|
| 9 |
+
if sys.platform == "win32" and use_subprocess:
|
| 10 |
+
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) # pragma: full coverage
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/auto.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
def auto_loop_setup(use_subprocess: bool = False) -> None:
|
| 2 |
+
try:
|
| 3 |
+
import uvloop # noqa
|
| 4 |
+
except ImportError: # pragma: no cover
|
| 5 |
+
from uvicorn.loops.asyncio import asyncio_setup as loop_setup
|
| 6 |
+
|
| 7 |
+
loop_setup(use_subprocess=use_subprocess)
|
| 8 |
+
else: # pragma: no cover
|
| 9 |
+
from uvicorn.loops.uvloop import uvloop_setup
|
| 10 |
+
|
| 11 |
+
uvloop_setup(use_subprocess=use_subprocess)
|
videollama2/lib/python3.10/site-packages/uvicorn/loops/uvloop.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import asyncio
|
| 2 |
+
|
| 3 |
+
import uvloop
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
def uvloop_setup(use_subprocess: bool = False) -> None:
|
| 7 |
+
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
videollama2/lib/python3.10/site-packages/uvicorn/main.py
ADDED
|
@@ -0,0 +1,589 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import asyncio
|
| 4 |
+
import logging
|
| 5 |
+
import os
|
| 6 |
+
import platform
|
| 7 |
+
import ssl
|
| 8 |
+
import sys
|
| 9 |
+
from configparser import RawConfigParser
|
| 10 |
+
from typing import IO, Any, Callable
|
| 11 |
+
|
| 12 |
+
import click
|
| 13 |
+
|
| 14 |
+
import uvicorn
|
| 15 |
+
from uvicorn._types import ASGIApplication
|
| 16 |
+
from uvicorn.config import (
|
| 17 |
+
HTTP_PROTOCOLS,
|
| 18 |
+
INTERFACES,
|
| 19 |
+
LIFESPAN,
|
| 20 |
+
LOG_LEVELS,
|
| 21 |
+
LOGGING_CONFIG,
|
| 22 |
+
LOOP_SETUPS,
|
| 23 |
+
SSL_PROTOCOL_VERSION,
|
| 24 |
+
WS_PROTOCOLS,
|
| 25 |
+
Config,
|
| 26 |
+
HTTPProtocolType,
|
| 27 |
+
InterfaceType,
|
| 28 |
+
LifespanType,
|
| 29 |
+
LoopSetupType,
|
| 30 |
+
WSProtocolType,
|
| 31 |
+
)
|
| 32 |
+
from uvicorn.server import Server, ServerState # noqa: F401 # Used to be defined here.
|
| 33 |
+
from uvicorn.supervisors import ChangeReload, Multiprocess
|
| 34 |
+
|
| 35 |
+
LEVEL_CHOICES = click.Choice(list(LOG_LEVELS.keys()))
|
| 36 |
+
HTTP_CHOICES = click.Choice(list(HTTP_PROTOCOLS.keys()))
|
| 37 |
+
WS_CHOICES = click.Choice(list(WS_PROTOCOLS.keys()))
|
| 38 |
+
LIFESPAN_CHOICES = click.Choice(list(LIFESPAN.keys()))
|
| 39 |
+
LOOP_CHOICES = click.Choice([key for key in LOOP_SETUPS.keys() if key != "none"])
|
| 40 |
+
INTERFACE_CHOICES = click.Choice(INTERFACES)
|
| 41 |
+
|
| 42 |
+
STARTUP_FAILURE = 3
|
| 43 |
+
|
| 44 |
+
logger = logging.getLogger("uvicorn.error")
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
def print_version(ctx: click.Context, param: click.Parameter, value: bool) -> None:
|
| 48 |
+
if not value or ctx.resilient_parsing:
|
| 49 |
+
return
|
| 50 |
+
click.echo(
|
| 51 |
+
"Running uvicorn {version} with {py_implementation} {py_version} on {system}".format( # noqa: UP032
|
| 52 |
+
version=uvicorn.__version__,
|
| 53 |
+
py_implementation=platform.python_implementation(),
|
| 54 |
+
py_version=platform.python_version(),
|
| 55 |
+
system=platform.system(),
|
| 56 |
+
)
|
| 57 |
+
)
|
| 58 |
+
ctx.exit()
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
@click.command(context_settings={"auto_envvar_prefix": "UVICORN"})
|
| 62 |
+
@click.argument("app", envvar="UVICORN_APP")
|
| 63 |
+
@click.option(
|
| 64 |
+
"--host",
|
| 65 |
+
type=str,
|
| 66 |
+
default="127.0.0.1",
|
| 67 |
+
help="Bind socket to this host.",
|
| 68 |
+
show_default=True,
|
| 69 |
+
)
|
| 70 |
+
@click.option(
|
| 71 |
+
"--port",
|
| 72 |
+
type=int,
|
| 73 |
+
default=8000,
|
| 74 |
+
help="Bind socket to this port. If 0, an available port will be picked.",
|
| 75 |
+
show_default=True,
|
| 76 |
+
)
|
| 77 |
+
@click.option("--uds", type=str, default=None, help="Bind to a UNIX domain socket.")
|
| 78 |
+
@click.option("--fd", type=int, default=None, help="Bind to socket from this file descriptor.")
|
| 79 |
+
@click.option("--reload", is_flag=True, default=False, help="Enable auto-reload.")
|
| 80 |
+
@click.option(
|
| 81 |
+
"--reload-dir",
|
| 82 |
+
"reload_dirs",
|
| 83 |
+
multiple=True,
|
| 84 |
+
help="Set reload directories explicitly, instead of using the current working" " directory.",
|
| 85 |
+
type=click.Path(exists=True),
|
| 86 |
+
)
|
| 87 |
+
@click.option(
|
| 88 |
+
"--reload-include",
|
| 89 |
+
"reload_includes",
|
| 90 |
+
multiple=True,
|
| 91 |
+
help="Set glob patterns to include while watching for files. Includes '*.py' "
|
| 92 |
+
"by default; these defaults can be overridden with `--reload-exclude`. "
|
| 93 |
+
"This option has no effect unless watchfiles is installed.",
|
| 94 |
+
)
|
| 95 |
+
@click.option(
|
| 96 |
+
"--reload-exclude",
|
| 97 |
+
"reload_excludes",
|
| 98 |
+
multiple=True,
|
| 99 |
+
help="Set glob patterns to exclude while watching for files. Includes "
|
| 100 |
+
"'.*, .py[cod], .sw.*, ~*' by default; these defaults can be overridden "
|
| 101 |
+
"with `--reload-include`. This option has no effect unless watchfiles is "
|
| 102 |
+
"installed.",
|
| 103 |
+
)
|
| 104 |
+
@click.option(
|
| 105 |
+
"--reload-delay",
|
| 106 |
+
type=float,
|
| 107 |
+
default=0.25,
|
| 108 |
+
show_default=True,
|
| 109 |
+
help="Delay between previous and next check if application needs to be." " Defaults to 0.25s.",
|
| 110 |
+
)
|
| 111 |
+
@click.option(
|
| 112 |
+
"--workers",
|
| 113 |
+
default=None,
|
| 114 |
+
type=int,
|
| 115 |
+
help="Number of worker processes. Defaults to the $WEB_CONCURRENCY environment"
|
| 116 |
+
" variable if available, or 1. Not valid with --reload.",
|
| 117 |
+
)
|
| 118 |
+
@click.option(
|
| 119 |
+
"--loop",
|
| 120 |
+
type=LOOP_CHOICES,
|
| 121 |
+
default="auto",
|
| 122 |
+
help="Event loop implementation.",
|
| 123 |
+
show_default=True,
|
| 124 |
+
)
|
| 125 |
+
@click.option(
|
| 126 |
+
"--http",
|
| 127 |
+
type=HTTP_CHOICES,
|
| 128 |
+
default="auto",
|
| 129 |
+
help="HTTP protocol implementation.",
|
| 130 |
+
show_default=True,
|
| 131 |
+
)
|
| 132 |
+
@click.option(
|
| 133 |
+
"--ws",
|
| 134 |
+
type=WS_CHOICES,
|
| 135 |
+
default="auto",
|
| 136 |
+
help="WebSocket protocol implementation.",
|
| 137 |
+
show_default=True,
|
| 138 |
+
)
|
| 139 |
+
@click.option(
|
| 140 |
+
"--ws-max-size",
|
| 141 |
+
type=int,
|
| 142 |
+
default=16777216,
|
| 143 |
+
help="WebSocket max size message in bytes",
|
| 144 |
+
show_default=True,
|
| 145 |
+
)
|
| 146 |
+
@click.option(
|
| 147 |
+
"--ws-max-queue",
|
| 148 |
+
type=int,
|
| 149 |
+
default=32,
|
| 150 |
+
help="The maximum length of the WebSocket message queue.",
|
| 151 |
+
show_default=True,
|
| 152 |
+
)
|
| 153 |
+
@click.option(
|
| 154 |
+
"--ws-ping-interval",
|
| 155 |
+
type=float,
|
| 156 |
+
default=20.0,
|
| 157 |
+
help="WebSocket ping interval in seconds.",
|
| 158 |
+
show_default=True,
|
| 159 |
+
)
|
| 160 |
+
@click.option(
|
| 161 |
+
"--ws-ping-timeout",
|
| 162 |
+
type=float,
|
| 163 |
+
default=20.0,
|
| 164 |
+
help="WebSocket ping timeout in seconds.",
|
| 165 |
+
show_default=True,
|
| 166 |
+
)
|
| 167 |
+
@click.option(
|
| 168 |
+
"--ws-per-message-deflate",
|
| 169 |
+
type=bool,
|
| 170 |
+
default=True,
|
| 171 |
+
help="WebSocket per-message-deflate compression",
|
| 172 |
+
show_default=True,
|
| 173 |
+
)
|
| 174 |
+
@click.option(
|
| 175 |
+
"--lifespan",
|
| 176 |
+
type=LIFESPAN_CHOICES,
|
| 177 |
+
default="auto",
|
| 178 |
+
help="Lifespan implementation.",
|
| 179 |
+
show_default=True,
|
| 180 |
+
)
|
| 181 |
+
@click.option(
|
| 182 |
+
"--interface",
|
| 183 |
+
type=INTERFACE_CHOICES,
|
| 184 |
+
default="auto",
|
| 185 |
+
help="Select ASGI3, ASGI2, or WSGI as the application interface.",
|
| 186 |
+
show_default=True,
|
| 187 |
+
)
|
| 188 |
+
@click.option(
|
| 189 |
+
"--env-file",
|
| 190 |
+
type=click.Path(exists=True),
|
| 191 |
+
default=None,
|
| 192 |
+
help="Environment configuration file.",
|
| 193 |
+
show_default=True,
|
| 194 |
+
)
|
| 195 |
+
@click.option(
|
| 196 |
+
"--log-config",
|
| 197 |
+
type=click.Path(exists=True),
|
| 198 |
+
default=None,
|
| 199 |
+
help="Logging configuration file. Supported formats: .ini, .json, .yaml.",
|
| 200 |
+
show_default=True,
|
| 201 |
+
)
|
| 202 |
+
@click.option(
|
| 203 |
+
"--log-level",
|
| 204 |
+
type=LEVEL_CHOICES,
|
| 205 |
+
default=None,
|
| 206 |
+
help="Log level. [default: info]",
|
| 207 |
+
show_default=True,
|
| 208 |
+
)
|
| 209 |
+
@click.option(
|
| 210 |
+
"--access-log/--no-access-log",
|
| 211 |
+
is_flag=True,
|
| 212 |
+
default=True,
|
| 213 |
+
help="Enable/Disable access log.",
|
| 214 |
+
)
|
| 215 |
+
@click.option(
|
| 216 |
+
"--use-colors/--no-use-colors",
|
| 217 |
+
is_flag=True,
|
| 218 |
+
default=None,
|
| 219 |
+
help="Enable/Disable colorized logging.",
|
| 220 |
+
)
|
| 221 |
+
@click.option(
|
| 222 |
+
"--proxy-headers/--no-proxy-headers",
|
| 223 |
+
is_flag=True,
|
| 224 |
+
default=True,
|
| 225 |
+
help="Enable/Disable X-Forwarded-Proto, X-Forwarded-For, X-Forwarded-Port to " "populate remote address info.",
|
| 226 |
+
)
|
| 227 |
+
@click.option(
|
| 228 |
+
"--server-header/--no-server-header",
|
| 229 |
+
is_flag=True,
|
| 230 |
+
default=True,
|
| 231 |
+
help="Enable/Disable default Server header.",
|
| 232 |
+
)
|
| 233 |
+
@click.option(
|
| 234 |
+
"--date-header/--no-date-header",
|
| 235 |
+
is_flag=True,
|
| 236 |
+
default=True,
|
| 237 |
+
help="Enable/Disable default Date header.",
|
| 238 |
+
)
|
| 239 |
+
@click.option(
|
| 240 |
+
"--forwarded-allow-ips",
|
| 241 |
+
type=str,
|
| 242 |
+
default=None,
|
| 243 |
+
help="Comma separated list of IPs to trust with proxy headers. Defaults to"
|
| 244 |
+
" the $FORWARDED_ALLOW_IPS environment variable if available, or '127.0.0.1'.",
|
| 245 |
+
)
|
| 246 |
+
@click.option(
|
| 247 |
+
"--root-path",
|
| 248 |
+
type=str,
|
| 249 |
+
default="",
|
| 250 |
+
help="Set the ASGI 'root_path' for applications submounted below a given URL path.",
|
| 251 |
+
)
|
| 252 |
+
@click.option(
|
| 253 |
+
"--limit-concurrency",
|
| 254 |
+
type=int,
|
| 255 |
+
default=None,
|
| 256 |
+
help="Maximum number of concurrent connections or tasks to allow, before issuing" " HTTP 503 responses.",
|
| 257 |
+
)
|
| 258 |
+
@click.option(
|
| 259 |
+
"--backlog",
|
| 260 |
+
type=int,
|
| 261 |
+
default=2048,
|
| 262 |
+
help="Maximum number of connections to hold in backlog",
|
| 263 |
+
)
|
| 264 |
+
@click.option(
|
| 265 |
+
"--limit-max-requests",
|
| 266 |
+
type=int,
|
| 267 |
+
default=None,
|
| 268 |
+
help="Maximum number of requests to service before terminating the process.",
|
| 269 |
+
)
|
| 270 |
+
@click.option(
|
| 271 |
+
"--timeout-keep-alive",
|
| 272 |
+
type=int,
|
| 273 |
+
default=5,
|
| 274 |
+
help="Close Keep-Alive connections if no new data is received within this timeout.",
|
| 275 |
+
show_default=True,
|
| 276 |
+
)
|
| 277 |
+
@click.option(
|
| 278 |
+
"--timeout-graceful-shutdown",
|
| 279 |
+
type=int,
|
| 280 |
+
default=None,
|
| 281 |
+
help="Maximum number of seconds to wait for graceful shutdown.",
|
| 282 |
+
)
|
| 283 |
+
@click.option("--ssl-keyfile", type=str, default=None, help="SSL key file", show_default=True)
|
| 284 |
+
@click.option(
|
| 285 |
+
"--ssl-certfile",
|
| 286 |
+
type=str,
|
| 287 |
+
default=None,
|
| 288 |
+
help="SSL certificate file",
|
| 289 |
+
show_default=True,
|
| 290 |
+
)
|
| 291 |
+
@click.option(
|
| 292 |
+
"--ssl-keyfile-password",
|
| 293 |
+
type=str,
|
| 294 |
+
default=None,
|
| 295 |
+
help="SSL keyfile password",
|
| 296 |
+
show_default=True,
|
| 297 |
+
)
|
| 298 |
+
@click.option(
|
| 299 |
+
"--ssl-version",
|
| 300 |
+
type=int,
|
| 301 |
+
default=int(SSL_PROTOCOL_VERSION),
|
| 302 |
+
help="SSL version to use (see stdlib ssl module's)",
|
| 303 |
+
show_default=True,
|
| 304 |
+
)
|
| 305 |
+
@click.option(
|
| 306 |
+
"--ssl-cert-reqs",
|
| 307 |
+
type=int,
|
| 308 |
+
default=int(ssl.CERT_NONE),
|
| 309 |
+
help="Whether client certificate is required (see stdlib ssl module's)",
|
| 310 |
+
show_default=True,
|
| 311 |
+
)
|
| 312 |
+
@click.option(
|
| 313 |
+
"--ssl-ca-certs",
|
| 314 |
+
type=str,
|
| 315 |
+
default=None,
|
| 316 |
+
help="CA certificates file",
|
| 317 |
+
show_default=True,
|
| 318 |
+
)
|
| 319 |
+
@click.option(
|
| 320 |
+
"--ssl-ciphers",
|
| 321 |
+
type=str,
|
| 322 |
+
default="TLSv1",
|
| 323 |
+
help="Ciphers to use (see stdlib ssl module's)",
|
| 324 |
+
show_default=True,
|
| 325 |
+
)
|
| 326 |
+
@click.option(
|
| 327 |
+
"--header",
|
| 328 |
+
"headers",
|
| 329 |
+
multiple=True,
|
| 330 |
+
help="Specify custom default HTTP response headers as a Name:Value pair",
|
| 331 |
+
)
|
| 332 |
+
@click.option(
|
| 333 |
+
"--version",
|
| 334 |
+
is_flag=True,
|
| 335 |
+
callback=print_version,
|
| 336 |
+
expose_value=False,
|
| 337 |
+
is_eager=True,
|
| 338 |
+
help="Display the uvicorn version and exit.",
|
| 339 |
+
)
|
| 340 |
+
@click.option(
|
| 341 |
+
"--app-dir",
|
| 342 |
+
default="",
|
| 343 |
+
show_default=True,
|
| 344 |
+
help="Look for APP in the specified directory, by adding this to the PYTHONPATH."
|
| 345 |
+
" Defaults to the current working directory.",
|
| 346 |
+
)
|
| 347 |
+
@click.option(
|
| 348 |
+
"--h11-max-incomplete-event-size",
|
| 349 |
+
"h11_max_incomplete_event_size",
|
| 350 |
+
type=int,
|
| 351 |
+
default=None,
|
| 352 |
+
help="For h11, the maximum number of bytes to buffer of an incomplete event.",
|
| 353 |
+
)
|
| 354 |
+
@click.option(
|
| 355 |
+
"--factory",
|
| 356 |
+
is_flag=True,
|
| 357 |
+
default=False,
|
| 358 |
+
help="Treat APP as an application factory, i.e. a () -> <ASGI app> callable.",
|
| 359 |
+
show_default=True,
|
| 360 |
+
)
|
| 361 |
+
def main(
|
| 362 |
+
app: str,
|
| 363 |
+
host: str,
|
| 364 |
+
port: int,
|
| 365 |
+
uds: str,
|
| 366 |
+
fd: int,
|
| 367 |
+
loop: LoopSetupType,
|
| 368 |
+
http: HTTPProtocolType,
|
| 369 |
+
ws: WSProtocolType,
|
| 370 |
+
ws_max_size: int,
|
| 371 |
+
ws_max_queue: int,
|
| 372 |
+
ws_ping_interval: float,
|
| 373 |
+
ws_ping_timeout: float,
|
| 374 |
+
ws_per_message_deflate: bool,
|
| 375 |
+
lifespan: LifespanType,
|
| 376 |
+
interface: InterfaceType,
|
| 377 |
+
reload: bool,
|
| 378 |
+
reload_dirs: list[str],
|
| 379 |
+
reload_includes: list[str],
|
| 380 |
+
reload_excludes: list[str],
|
| 381 |
+
reload_delay: float,
|
| 382 |
+
workers: int,
|
| 383 |
+
env_file: str,
|
| 384 |
+
log_config: str,
|
| 385 |
+
log_level: str,
|
| 386 |
+
access_log: bool,
|
| 387 |
+
proxy_headers: bool,
|
| 388 |
+
server_header: bool,
|
| 389 |
+
date_header: bool,
|
| 390 |
+
forwarded_allow_ips: str,
|
| 391 |
+
root_path: str,
|
| 392 |
+
limit_concurrency: int,
|
| 393 |
+
backlog: int,
|
| 394 |
+
limit_max_requests: int,
|
| 395 |
+
timeout_keep_alive: int,
|
| 396 |
+
timeout_graceful_shutdown: int | None,
|
| 397 |
+
ssl_keyfile: str,
|
| 398 |
+
ssl_certfile: str,
|
| 399 |
+
ssl_keyfile_password: str,
|
| 400 |
+
ssl_version: int,
|
| 401 |
+
ssl_cert_reqs: int,
|
| 402 |
+
ssl_ca_certs: str,
|
| 403 |
+
ssl_ciphers: str,
|
| 404 |
+
headers: list[str],
|
| 405 |
+
use_colors: bool,
|
| 406 |
+
app_dir: str,
|
| 407 |
+
h11_max_incomplete_event_size: int | None,
|
| 408 |
+
factory: bool,
|
| 409 |
+
) -> None:
|
| 410 |
+
run(
|
| 411 |
+
app,
|
| 412 |
+
host=host,
|
| 413 |
+
port=port,
|
| 414 |
+
uds=uds,
|
| 415 |
+
fd=fd,
|
| 416 |
+
loop=loop,
|
| 417 |
+
http=http,
|
| 418 |
+
ws=ws,
|
| 419 |
+
ws_max_size=ws_max_size,
|
| 420 |
+
ws_max_queue=ws_max_queue,
|
| 421 |
+
ws_ping_interval=ws_ping_interval,
|
| 422 |
+
ws_ping_timeout=ws_ping_timeout,
|
| 423 |
+
ws_per_message_deflate=ws_per_message_deflate,
|
| 424 |
+
lifespan=lifespan,
|
| 425 |
+
env_file=env_file,
|
| 426 |
+
log_config=LOGGING_CONFIG if log_config is None else log_config,
|
| 427 |
+
log_level=log_level,
|
| 428 |
+
access_log=access_log,
|
| 429 |
+
interface=interface,
|
| 430 |
+
reload=reload,
|
| 431 |
+
reload_dirs=reload_dirs or None,
|
| 432 |
+
reload_includes=reload_includes or None,
|
| 433 |
+
reload_excludes=reload_excludes or None,
|
| 434 |
+
reload_delay=reload_delay,
|
| 435 |
+
workers=workers,
|
| 436 |
+
proxy_headers=proxy_headers,
|
| 437 |
+
server_header=server_header,
|
| 438 |
+
date_header=date_header,
|
| 439 |
+
forwarded_allow_ips=forwarded_allow_ips,
|
| 440 |
+
root_path=root_path,
|
| 441 |
+
limit_concurrency=limit_concurrency,
|
| 442 |
+
backlog=backlog,
|
| 443 |
+
limit_max_requests=limit_max_requests,
|
| 444 |
+
timeout_keep_alive=timeout_keep_alive,
|
| 445 |
+
timeout_graceful_shutdown=timeout_graceful_shutdown,
|
| 446 |
+
ssl_keyfile=ssl_keyfile,
|
| 447 |
+
ssl_certfile=ssl_certfile,
|
| 448 |
+
ssl_keyfile_password=ssl_keyfile_password,
|
| 449 |
+
ssl_version=ssl_version,
|
| 450 |
+
ssl_cert_reqs=ssl_cert_reqs,
|
| 451 |
+
ssl_ca_certs=ssl_ca_certs,
|
| 452 |
+
ssl_ciphers=ssl_ciphers,
|
| 453 |
+
headers=[header.split(":", 1) for header in headers], # type: ignore[misc]
|
| 454 |
+
use_colors=use_colors,
|
| 455 |
+
factory=factory,
|
| 456 |
+
app_dir=app_dir,
|
| 457 |
+
h11_max_incomplete_event_size=h11_max_incomplete_event_size,
|
| 458 |
+
)
|
| 459 |
+
|
| 460 |
+
|
| 461 |
+
def run(
|
| 462 |
+
app: ASGIApplication | Callable[..., Any] | str,
|
| 463 |
+
*,
|
| 464 |
+
host: str = "127.0.0.1",
|
| 465 |
+
port: int = 8000,
|
| 466 |
+
uds: str | None = None,
|
| 467 |
+
fd: int | None = None,
|
| 468 |
+
loop: LoopSetupType = "auto",
|
| 469 |
+
http: type[asyncio.Protocol] | HTTPProtocolType = "auto",
|
| 470 |
+
ws: type[asyncio.Protocol] | WSProtocolType = "auto",
|
| 471 |
+
ws_max_size: int = 16777216,
|
| 472 |
+
ws_max_queue: int = 32,
|
| 473 |
+
ws_ping_interval: float | None = 20.0,
|
| 474 |
+
ws_ping_timeout: float | None = 20.0,
|
| 475 |
+
ws_per_message_deflate: bool = True,
|
| 476 |
+
lifespan: LifespanType = "auto",
|
| 477 |
+
interface: InterfaceType = "auto",
|
| 478 |
+
reload: bool = False,
|
| 479 |
+
reload_dirs: list[str] | str | None = None,
|
| 480 |
+
reload_includes: list[str] | str | None = None,
|
| 481 |
+
reload_excludes: list[str] | str | None = None,
|
| 482 |
+
reload_delay: float = 0.25,
|
| 483 |
+
workers: int | None = None,
|
| 484 |
+
env_file: str | os.PathLike[str] | None = None,
|
| 485 |
+
log_config: dict[str, Any] | str | RawConfigParser | IO[Any] | None = LOGGING_CONFIG,
|
| 486 |
+
log_level: str | int | None = None,
|
| 487 |
+
access_log: bool = True,
|
| 488 |
+
proxy_headers: bool = True,
|
| 489 |
+
server_header: bool = True,
|
| 490 |
+
date_header: bool = True,
|
| 491 |
+
forwarded_allow_ips: list[str] | str | None = None,
|
| 492 |
+
root_path: str = "",
|
| 493 |
+
limit_concurrency: int | None = None,
|
| 494 |
+
backlog: int = 2048,
|
| 495 |
+
limit_max_requests: int | None = None,
|
| 496 |
+
timeout_keep_alive: int = 5,
|
| 497 |
+
timeout_graceful_shutdown: int | None = None,
|
| 498 |
+
ssl_keyfile: str | None = None,
|
| 499 |
+
ssl_certfile: str | os.PathLike[str] | None = None,
|
| 500 |
+
ssl_keyfile_password: str | None = None,
|
| 501 |
+
ssl_version: int = SSL_PROTOCOL_VERSION,
|
| 502 |
+
ssl_cert_reqs: int = ssl.CERT_NONE,
|
| 503 |
+
ssl_ca_certs: str | None = None,
|
| 504 |
+
ssl_ciphers: str = "TLSv1",
|
| 505 |
+
headers: list[tuple[str, str]] | None = None,
|
| 506 |
+
use_colors: bool | None = None,
|
| 507 |
+
app_dir: str | None = None,
|
| 508 |
+
factory: bool = False,
|
| 509 |
+
h11_max_incomplete_event_size: int | None = None,
|
| 510 |
+
) -> None:
|
| 511 |
+
if app_dir is not None:
|
| 512 |
+
sys.path.insert(0, app_dir)
|
| 513 |
+
|
| 514 |
+
config = Config(
|
| 515 |
+
app,
|
| 516 |
+
host=host,
|
| 517 |
+
port=port,
|
| 518 |
+
uds=uds,
|
| 519 |
+
fd=fd,
|
| 520 |
+
loop=loop,
|
| 521 |
+
http=http,
|
| 522 |
+
ws=ws,
|
| 523 |
+
ws_max_size=ws_max_size,
|
| 524 |
+
ws_max_queue=ws_max_queue,
|
| 525 |
+
ws_ping_interval=ws_ping_interval,
|
| 526 |
+
ws_ping_timeout=ws_ping_timeout,
|
| 527 |
+
ws_per_message_deflate=ws_per_message_deflate,
|
| 528 |
+
lifespan=lifespan,
|
| 529 |
+
interface=interface,
|
| 530 |
+
reload=reload,
|
| 531 |
+
reload_dirs=reload_dirs,
|
| 532 |
+
reload_includes=reload_includes,
|
| 533 |
+
reload_excludes=reload_excludes,
|
| 534 |
+
reload_delay=reload_delay,
|
| 535 |
+
workers=workers,
|
| 536 |
+
env_file=env_file,
|
| 537 |
+
log_config=log_config,
|
| 538 |
+
log_level=log_level,
|
| 539 |
+
access_log=access_log,
|
| 540 |
+
proxy_headers=proxy_headers,
|
| 541 |
+
server_header=server_header,
|
| 542 |
+
date_header=date_header,
|
| 543 |
+
forwarded_allow_ips=forwarded_allow_ips,
|
| 544 |
+
root_path=root_path,
|
| 545 |
+
limit_concurrency=limit_concurrency,
|
| 546 |
+
backlog=backlog,
|
| 547 |
+
limit_max_requests=limit_max_requests,
|
| 548 |
+
timeout_keep_alive=timeout_keep_alive,
|
| 549 |
+
timeout_graceful_shutdown=timeout_graceful_shutdown,
|
| 550 |
+
ssl_keyfile=ssl_keyfile,
|
| 551 |
+
ssl_certfile=ssl_certfile,
|
| 552 |
+
ssl_keyfile_password=ssl_keyfile_password,
|
| 553 |
+
ssl_version=ssl_version,
|
| 554 |
+
ssl_cert_reqs=ssl_cert_reqs,
|
| 555 |
+
ssl_ca_certs=ssl_ca_certs,
|
| 556 |
+
ssl_ciphers=ssl_ciphers,
|
| 557 |
+
headers=headers,
|
| 558 |
+
use_colors=use_colors,
|
| 559 |
+
factory=factory,
|
| 560 |
+
h11_max_incomplete_event_size=h11_max_incomplete_event_size,
|
| 561 |
+
)
|
| 562 |
+
server = Server(config=config)
|
| 563 |
+
|
| 564 |
+
if (config.reload or config.workers > 1) and not isinstance(app, str):
|
| 565 |
+
logger = logging.getLogger("uvicorn.error")
|
| 566 |
+
logger.warning("You must pass the application as an import string to enable 'reload' or " "'workers'.")
|
| 567 |
+
sys.exit(1)
|
| 568 |
+
|
| 569 |
+
try:
|
| 570 |
+
if config.should_reload:
|
| 571 |
+
sock = config.bind_socket()
|
| 572 |
+
ChangeReload(config, target=server.run, sockets=[sock]).run()
|
| 573 |
+
elif config.workers > 1:
|
| 574 |
+
sock = config.bind_socket()
|
| 575 |
+
Multiprocess(config, target=server.run, sockets=[sock]).run()
|
| 576 |
+
else:
|
| 577 |
+
server.run()
|
| 578 |
+
except KeyboardInterrupt:
|
| 579 |
+
pass # pragma: full coverage
|
| 580 |
+
finally:
|
| 581 |
+
if config.uds and os.path.exists(config.uds):
|
| 582 |
+
os.remove(config.uds) # pragma: py-win32
|
| 583 |
+
|
| 584 |
+
if not server.started and not config.should_reload and config.workers == 1:
|
| 585 |
+
sys.exit(STARTUP_FAILURE)
|
| 586 |
+
|
| 587 |
+
|
| 588 |
+
if __name__ == "__main__":
|
| 589 |
+
main() # pragma: no cover
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__init__.py
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (175 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/asgi2.cpython-310.pyc
ADDED
|
Binary file (896 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/message_logger.cpython-310.pyc
ADDED
|
Binary file (3 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/proxy_headers.cpython-310.pyc
ADDED
|
Binary file (2.85 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/__pycache__/wsgi.cpython-310.pyc
ADDED
|
Binary file (6 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/asgi2.py
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from uvicorn._types import (
|
| 2 |
+
ASGI2Application,
|
| 3 |
+
ASGIReceiveCallable,
|
| 4 |
+
ASGISendCallable,
|
| 5 |
+
Scope,
|
| 6 |
+
)
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
class ASGI2Middleware:
|
| 10 |
+
def __init__(self, app: "ASGI2Application"):
|
| 11 |
+
self.app = app
|
| 12 |
+
|
| 13 |
+
async def __call__(self, scope: "Scope", receive: "ASGIReceiveCallable", send: "ASGISendCallable") -> None:
|
| 14 |
+
instance = self.app(scope)
|
| 15 |
+
await instance(receive, send)
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/message_logger.py
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import logging
|
| 2 |
+
from typing import Any
|
| 3 |
+
|
| 4 |
+
from uvicorn._types import (
|
| 5 |
+
ASGI3Application,
|
| 6 |
+
ASGIReceiveCallable,
|
| 7 |
+
ASGIReceiveEvent,
|
| 8 |
+
ASGISendCallable,
|
| 9 |
+
ASGISendEvent,
|
| 10 |
+
WWWScope,
|
| 11 |
+
)
|
| 12 |
+
from uvicorn.logging import TRACE_LOG_LEVEL
|
| 13 |
+
|
| 14 |
+
PLACEHOLDER_FORMAT = {
|
| 15 |
+
"body": "<{length} bytes>",
|
| 16 |
+
"bytes": "<{length} bytes>",
|
| 17 |
+
"text": "<{length} chars>",
|
| 18 |
+
"headers": "<...>",
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def message_with_placeholders(message: Any) -> Any:
|
| 23 |
+
"""
|
| 24 |
+
Return an ASGI message, with any body-type content omitted and replaced
|
| 25 |
+
with a placeholder.
|
| 26 |
+
"""
|
| 27 |
+
new_message = message.copy()
|
| 28 |
+
for attr in PLACEHOLDER_FORMAT.keys():
|
| 29 |
+
if message.get(attr) is not None:
|
| 30 |
+
content = message[attr]
|
| 31 |
+
placeholder = PLACEHOLDER_FORMAT[attr].format(length=len(content))
|
| 32 |
+
new_message[attr] = placeholder
|
| 33 |
+
return new_message
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
class MessageLoggerMiddleware:
|
| 37 |
+
def __init__(self, app: "ASGI3Application"):
|
| 38 |
+
self.task_counter = 0
|
| 39 |
+
self.app = app
|
| 40 |
+
self.logger = logging.getLogger("uvicorn.asgi")
|
| 41 |
+
|
| 42 |
+
def trace(message: Any, *args: Any, **kwargs: Any) -> None:
|
| 43 |
+
self.logger.log(TRACE_LOG_LEVEL, message, *args, **kwargs)
|
| 44 |
+
|
| 45 |
+
self.logger.trace = trace # type: ignore
|
| 46 |
+
|
| 47 |
+
async def __call__(
|
| 48 |
+
self,
|
| 49 |
+
scope: "WWWScope",
|
| 50 |
+
receive: "ASGIReceiveCallable",
|
| 51 |
+
send: "ASGISendCallable",
|
| 52 |
+
) -> None:
|
| 53 |
+
self.task_counter += 1
|
| 54 |
+
|
| 55 |
+
task_counter = self.task_counter
|
| 56 |
+
client = scope.get("client")
|
| 57 |
+
prefix = "%s:%d - ASGI" % (client[0], client[1]) if client else "ASGI"
|
| 58 |
+
|
| 59 |
+
async def inner_receive() -> "ASGIReceiveEvent":
|
| 60 |
+
message = await receive()
|
| 61 |
+
logged_message = message_with_placeholders(message)
|
| 62 |
+
log_text = "%s [%d] Receive %s"
|
| 63 |
+
self.logger.trace( # type: ignore
|
| 64 |
+
log_text, prefix, task_counter, logged_message
|
| 65 |
+
)
|
| 66 |
+
return message
|
| 67 |
+
|
| 68 |
+
async def inner_send(message: "ASGISendEvent") -> None:
|
| 69 |
+
logged_message = message_with_placeholders(message)
|
| 70 |
+
log_text = "%s [%d] Send %s"
|
| 71 |
+
self.logger.trace( # type: ignore
|
| 72 |
+
log_text, prefix, task_counter, logged_message
|
| 73 |
+
)
|
| 74 |
+
await send(message)
|
| 75 |
+
|
| 76 |
+
logged_scope = message_with_placeholders(scope)
|
| 77 |
+
log_text = "%s [%d] Started scope=%s"
|
| 78 |
+
self.logger.trace(log_text, prefix, task_counter, logged_scope) # type: ignore
|
| 79 |
+
try:
|
| 80 |
+
await self.app(scope, inner_receive, inner_send)
|
| 81 |
+
except BaseException as exc:
|
| 82 |
+
log_text = "%s [%d] Raised exception"
|
| 83 |
+
self.logger.trace(log_text, prefix, task_counter) # type: ignore
|
| 84 |
+
raise exc from None
|
| 85 |
+
else:
|
| 86 |
+
log_text = "%s [%d] Completed"
|
| 87 |
+
self.logger.trace(log_text, prefix, task_counter) # type: ignore
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
This middleware can be used when a known proxy is fronting the application,
|
| 3 |
+
and is trusted to be properly setting the `X-Forwarded-Proto` and
|
| 4 |
+
`X-Forwarded-For` headers with the connecting client information.
|
| 5 |
+
|
| 6 |
+
Modifies the `client` and `scheme` information so that they reference
|
| 7 |
+
the connecting client, rather that the connecting proxy.
|
| 8 |
+
|
| 9 |
+
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#Proxies
|
| 10 |
+
"""
|
| 11 |
+
|
| 12 |
+
from __future__ import annotations
|
| 13 |
+
|
| 14 |
+
from typing import Union, cast
|
| 15 |
+
|
| 16 |
+
from uvicorn._types import ASGI3Application, ASGIReceiveCallable, ASGISendCallable, HTTPScope, Scope, WebSocketScope
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
class ProxyHeadersMiddleware:
|
| 20 |
+
def __init__(
|
| 21 |
+
self,
|
| 22 |
+
app: ASGI3Application,
|
| 23 |
+
trusted_hosts: list[str] | str = "127.0.0.1",
|
| 24 |
+
) -> None:
|
| 25 |
+
self.app = app
|
| 26 |
+
if isinstance(trusted_hosts, str):
|
| 27 |
+
self.trusted_hosts = {item.strip() for item in trusted_hosts.split(",")}
|
| 28 |
+
else:
|
| 29 |
+
self.trusted_hosts = set(trusted_hosts)
|
| 30 |
+
self.always_trust = "*" in self.trusted_hosts
|
| 31 |
+
|
| 32 |
+
def get_trusted_client_host(self, x_forwarded_for_hosts: list[str]) -> str | None:
|
| 33 |
+
if self.always_trust:
|
| 34 |
+
return x_forwarded_for_hosts[0]
|
| 35 |
+
|
| 36 |
+
for host in reversed(x_forwarded_for_hosts):
|
| 37 |
+
if host not in self.trusted_hosts:
|
| 38 |
+
return host
|
| 39 |
+
|
| 40 |
+
return None # pragma: full coverage
|
| 41 |
+
|
| 42 |
+
async def __call__(self, scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable) -> None:
|
| 43 |
+
if scope["type"] in ("http", "websocket"):
|
| 44 |
+
scope = cast(Union["HTTPScope", "WebSocketScope"], scope)
|
| 45 |
+
client_addr: tuple[str, int] | None = scope.get("client")
|
| 46 |
+
client_host = client_addr[0] if client_addr else None
|
| 47 |
+
|
| 48 |
+
if self.always_trust or client_host in self.trusted_hosts:
|
| 49 |
+
headers = dict(scope["headers"])
|
| 50 |
+
|
| 51 |
+
if b"x-forwarded-proto" in headers:
|
| 52 |
+
# Determine if the incoming request was http or https based on
|
| 53 |
+
# the X-Forwarded-Proto header.
|
| 54 |
+
x_forwarded_proto = headers[b"x-forwarded-proto"].decode("latin1").strip()
|
| 55 |
+
if scope["type"] == "websocket":
|
| 56 |
+
scope["scheme"] = x_forwarded_proto.replace("http", "ws")
|
| 57 |
+
else:
|
| 58 |
+
scope["scheme"] = x_forwarded_proto
|
| 59 |
+
|
| 60 |
+
if b"x-forwarded-for" in headers:
|
| 61 |
+
# Determine the client address from the last trusted IP in the
|
| 62 |
+
# X-Forwarded-For header. We've lost the connecting client's port
|
| 63 |
+
# information by now, so only include the host.
|
| 64 |
+
x_forwarded_for = headers[b"x-forwarded-for"].decode("latin1")
|
| 65 |
+
x_forwarded_for_hosts = [item.strip() for item in x_forwarded_for.split(",")]
|
| 66 |
+
host = self.get_trusted_client_host(x_forwarded_for_hosts)
|
| 67 |
+
port = 0
|
| 68 |
+
scope["client"] = (host, port) # type: ignore[arg-type]
|
| 69 |
+
|
| 70 |
+
return await self.app(scope, receive, send)
|
videollama2/lib/python3.10/site-packages/uvicorn/middleware/wsgi.py
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import asyncio
|
| 4 |
+
import concurrent.futures
|
| 5 |
+
import io
|
| 6 |
+
import sys
|
| 7 |
+
import warnings
|
| 8 |
+
from collections import deque
|
| 9 |
+
from typing import Iterable
|
| 10 |
+
|
| 11 |
+
from uvicorn._types import (
|
| 12 |
+
ASGIReceiveCallable,
|
| 13 |
+
ASGIReceiveEvent,
|
| 14 |
+
ASGISendCallable,
|
| 15 |
+
ASGISendEvent,
|
| 16 |
+
Environ,
|
| 17 |
+
ExcInfo,
|
| 18 |
+
HTTPRequestEvent,
|
| 19 |
+
HTTPResponseBodyEvent,
|
| 20 |
+
HTTPResponseStartEvent,
|
| 21 |
+
HTTPScope,
|
| 22 |
+
StartResponse,
|
| 23 |
+
WSGIApp,
|
| 24 |
+
)
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def build_environ(scope: HTTPScope, message: ASGIReceiveEvent, body: io.BytesIO) -> Environ:
|
| 28 |
+
"""
|
| 29 |
+
Builds a scope and request message into a WSGI environ object.
|
| 30 |
+
"""
|
| 31 |
+
script_name = scope.get("root_path", "").encode("utf8").decode("latin1")
|
| 32 |
+
path_info = scope["path"].encode("utf8").decode("latin1")
|
| 33 |
+
if path_info.startswith(script_name):
|
| 34 |
+
path_info = path_info[len(script_name) :]
|
| 35 |
+
environ = {
|
| 36 |
+
"REQUEST_METHOD": scope["method"],
|
| 37 |
+
"SCRIPT_NAME": script_name,
|
| 38 |
+
"PATH_INFO": path_info,
|
| 39 |
+
"QUERY_STRING": scope["query_string"].decode("ascii"),
|
| 40 |
+
"SERVER_PROTOCOL": "HTTP/%s" % scope["http_version"],
|
| 41 |
+
"wsgi.version": (1, 0),
|
| 42 |
+
"wsgi.url_scheme": scope.get("scheme", "http"),
|
| 43 |
+
"wsgi.input": body,
|
| 44 |
+
"wsgi.errors": sys.stdout,
|
| 45 |
+
"wsgi.multithread": True,
|
| 46 |
+
"wsgi.multiprocess": True,
|
| 47 |
+
"wsgi.run_once": False,
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
# Get server name and port - required in WSGI, not in ASGI
|
| 51 |
+
server = scope.get("server")
|
| 52 |
+
if server is None:
|
| 53 |
+
server = ("localhost", 80)
|
| 54 |
+
environ["SERVER_NAME"] = server[0]
|
| 55 |
+
environ["SERVER_PORT"] = server[1]
|
| 56 |
+
|
| 57 |
+
# Get client IP address
|
| 58 |
+
client = scope.get("client")
|
| 59 |
+
if client is not None:
|
| 60 |
+
environ["REMOTE_ADDR"] = client[0]
|
| 61 |
+
|
| 62 |
+
# Go through headers and make them into environ entries
|
| 63 |
+
for name, value in scope.get("headers", []):
|
| 64 |
+
name_str: str = name.decode("latin1")
|
| 65 |
+
if name_str == "content-length":
|
| 66 |
+
corrected_name = "CONTENT_LENGTH"
|
| 67 |
+
elif name_str == "content-type":
|
| 68 |
+
corrected_name = "CONTENT_TYPE"
|
| 69 |
+
else:
|
| 70 |
+
corrected_name = "HTTP_%s" % name_str.upper().replace("-", "_")
|
| 71 |
+
# HTTPbis say only ASCII chars are allowed in headers, but we latin1
|
| 72 |
+
# just in case
|
| 73 |
+
value_str: str = value.decode("latin1")
|
| 74 |
+
if corrected_name in environ:
|
| 75 |
+
corrected_name_environ = environ[corrected_name]
|
| 76 |
+
assert isinstance(corrected_name_environ, str)
|
| 77 |
+
value_str = corrected_name_environ + "," + value_str
|
| 78 |
+
environ[corrected_name] = value_str
|
| 79 |
+
return environ
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
class _WSGIMiddleware:
|
| 83 |
+
def __init__(self, app: WSGIApp, workers: int = 10):
|
| 84 |
+
warnings.warn(
|
| 85 |
+
"Uvicorn's native WSGI implementation is deprecated, you "
|
| 86 |
+
"should switch to a2wsgi (`pip install a2wsgi`).",
|
| 87 |
+
DeprecationWarning,
|
| 88 |
+
)
|
| 89 |
+
self.app = app
|
| 90 |
+
self.executor = concurrent.futures.ThreadPoolExecutor(max_workers=workers)
|
| 91 |
+
|
| 92 |
+
async def __call__(
|
| 93 |
+
self,
|
| 94 |
+
scope: HTTPScope,
|
| 95 |
+
receive: ASGIReceiveCallable,
|
| 96 |
+
send: ASGISendCallable,
|
| 97 |
+
) -> None:
|
| 98 |
+
assert scope["type"] == "http"
|
| 99 |
+
instance = WSGIResponder(self.app, self.executor, scope)
|
| 100 |
+
await instance(receive, send)
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
class WSGIResponder:
|
| 104 |
+
def __init__(
|
| 105 |
+
self,
|
| 106 |
+
app: WSGIApp,
|
| 107 |
+
executor: concurrent.futures.ThreadPoolExecutor,
|
| 108 |
+
scope: HTTPScope,
|
| 109 |
+
):
|
| 110 |
+
self.app = app
|
| 111 |
+
self.executor = executor
|
| 112 |
+
self.scope = scope
|
| 113 |
+
self.status = None
|
| 114 |
+
self.response_headers = None
|
| 115 |
+
self.send_event = asyncio.Event()
|
| 116 |
+
self.send_queue: deque[ASGISendEvent | None] = deque()
|
| 117 |
+
self.loop: asyncio.AbstractEventLoop = asyncio.get_event_loop()
|
| 118 |
+
self.response_started = False
|
| 119 |
+
self.exc_info: ExcInfo | None = None
|
| 120 |
+
|
| 121 |
+
async def __call__(self, receive: ASGIReceiveCallable, send: ASGISendCallable) -> None:
|
| 122 |
+
message: HTTPRequestEvent = await receive() # type: ignore[assignment]
|
| 123 |
+
body = io.BytesIO(message.get("body", b""))
|
| 124 |
+
more_body = message.get("more_body", False)
|
| 125 |
+
if more_body:
|
| 126 |
+
body.seek(0, io.SEEK_END)
|
| 127 |
+
while more_body:
|
| 128 |
+
body_message: HTTPRequestEvent = (
|
| 129 |
+
await receive() # type: ignore[assignment]
|
| 130 |
+
)
|
| 131 |
+
body.write(body_message.get("body", b""))
|
| 132 |
+
more_body = body_message.get("more_body", False)
|
| 133 |
+
body.seek(0)
|
| 134 |
+
environ = build_environ(self.scope, message, body)
|
| 135 |
+
self.loop = asyncio.get_event_loop()
|
| 136 |
+
wsgi = self.loop.run_in_executor(self.executor, self.wsgi, environ, self.start_response)
|
| 137 |
+
sender = self.loop.create_task(self.sender(send))
|
| 138 |
+
try:
|
| 139 |
+
await asyncio.wait_for(wsgi, None)
|
| 140 |
+
finally:
|
| 141 |
+
self.send_queue.append(None)
|
| 142 |
+
self.send_event.set()
|
| 143 |
+
await asyncio.wait_for(sender, None)
|
| 144 |
+
if self.exc_info is not None:
|
| 145 |
+
raise self.exc_info[0].with_traceback(self.exc_info[1], self.exc_info[2])
|
| 146 |
+
|
| 147 |
+
async def sender(self, send: ASGISendCallable) -> None:
|
| 148 |
+
while True:
|
| 149 |
+
if self.send_queue:
|
| 150 |
+
message = self.send_queue.popleft()
|
| 151 |
+
if message is None:
|
| 152 |
+
return
|
| 153 |
+
await send(message)
|
| 154 |
+
else:
|
| 155 |
+
await self.send_event.wait()
|
| 156 |
+
self.send_event.clear()
|
| 157 |
+
|
| 158 |
+
def start_response(
|
| 159 |
+
self,
|
| 160 |
+
status: str,
|
| 161 |
+
response_headers: Iterable[tuple[str, str]],
|
| 162 |
+
exc_info: ExcInfo | None = None,
|
| 163 |
+
) -> None:
|
| 164 |
+
self.exc_info = exc_info
|
| 165 |
+
if not self.response_started:
|
| 166 |
+
self.response_started = True
|
| 167 |
+
status_code_str, _ = status.split(" ", 1)
|
| 168 |
+
status_code = int(status_code_str)
|
| 169 |
+
headers = [(name.encode("ascii"), value.encode("ascii")) for name, value in response_headers]
|
| 170 |
+
http_response_start_event: HTTPResponseStartEvent = {
|
| 171 |
+
"type": "http.response.start",
|
| 172 |
+
"status": status_code,
|
| 173 |
+
"headers": headers,
|
| 174 |
+
}
|
| 175 |
+
self.send_queue.append(http_response_start_event)
|
| 176 |
+
self.loop.call_soon_threadsafe(self.send_event.set)
|
| 177 |
+
|
| 178 |
+
def wsgi(self, environ: Environ, start_response: StartResponse) -> None:
|
| 179 |
+
for chunk in self.app(environ, start_response): # type: ignore
|
| 180 |
+
response_body: HTTPResponseBodyEvent = {
|
| 181 |
+
"type": "http.response.body",
|
| 182 |
+
"body": chunk,
|
| 183 |
+
"more_body": True,
|
| 184 |
+
}
|
| 185 |
+
self.send_queue.append(response_body)
|
| 186 |
+
self.loop.call_soon_threadsafe(self.send_event.set)
|
| 187 |
+
|
| 188 |
+
empty_body: HTTPResponseBodyEvent = {
|
| 189 |
+
"type": "http.response.body",
|
| 190 |
+
"body": b"",
|
| 191 |
+
"more_body": False,
|
| 192 |
+
}
|
| 193 |
+
self.send_queue.append(empty_body)
|
| 194 |
+
self.loop.call_soon_threadsafe(self.send_event.set)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
try:
|
| 198 |
+
from a2wsgi import WSGIMiddleware
|
| 199 |
+
except ModuleNotFoundError: # pragma: no cover
|
| 200 |
+
WSGIMiddleware = _WSGIMiddleware # type: ignore[misc, assignment]
|
videollama2/lib/python3.10/site-packages/uvicorn/protocols/__init__.py
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/uvicorn/protocols/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (174 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/uvicorn/protocols/__pycache__/utils.cpython-310.pyc
ADDED
|
Binary file (1.96 kB). View file
|
|
|