From eea82d92da6484358857f2865633892d97d43747 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Tue, 23 Jan 2024 13:52:41 -0500 Subject: [PATCH] Update .gitignore and build.sh --- .gitignore | 1 + build.sh | 3 + .../site-packages/PyInstaller/__init__.py | 64 + .../site-packages/PyInstaller/__main__.py | 218 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2011 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 9504 bytes ...recursion_too_deep_message.cpython-312.pyc | Bin 0 -> 1642 bytes .../_shared_with_waf.cpython-312.pyc | Bin 0 -> 2531 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 24727 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 1432 bytes .../__pycache__/configure.cpython-312.pyc | Bin 0 -> 4339 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 4889 bytes .../__pycache__/log.cpython-312.pyc | Bin 0 -> 2495 bytes .../_recursion_too_deep_message.py | 45 + .../PyInstaller/_shared_with_waf.py | 86 + .../PyInstaller/archive/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 230 bytes .../__pycache__/pyz_crypto.cpython-312.pyc | Bin 0 -> 695 bytes .../__pycache__/readers.cpython-312.pyc | Bin 0 -> 7712 bytes .../__pycache__/writers.cpython-312.pyc | Bin 0 -> 15240 bytes .../PyInstaller/archive/pyz_crypto.py | 16 + .../PyInstaller/archive/readers.py | 227 + .../PyInstaller/archive/writers.py | 407 + .../bootloader/Linux-64bit-intel/run | Bin 0 -> 55984 bytes .../bootloader/Linux-64bit-intel/run_d | Bin 0 -> 60080 bytes .../PyInstaller/building/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../building/__pycache__/api.cpython-312.pyc | Bin 0 -> 55003 bytes .../__pycache__/build_main.cpython-312.pyc | Bin 0 -> 42838 bytes .../__pycache__/datastruct.cpython-312.pyc | Bin 0 -> 18772 bytes .../building/__pycache__/icon.cpython-312.pyc | Bin 0 -> 4131 bytes .../__pycache__/makespec.cpython-312.pyc | Bin 0 -> 31287 bytes .../building/__pycache__/osx.cpython-312.pyc | Bin 0 -> 20217 bytes .../__pycache__/splash.cpython-312.pyc | Bin 0 -> 22784 bytes .../splash_templates.cpython-312.pyc | Bin 0 -> 6514 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 2829 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 28688 bytes .../site-packages/PyInstaller/building/api.py | 1270 +++ .../PyInstaller/building/build_main.py | 1071 ++ .../PyInstaller/building/datastruct.py | 457 + .../PyInstaller/building/icon.py | 90 + .../PyInstaller/building/makespec.py | 850 ++ .../site-packages/PyInstaller/building/osx.py | 720 ++ .../PyInstaller/building/splash.py | 468 + .../PyInstaller/building/splash_templates.py | 229 + .../PyInstaller/building/templates.py | 124 + .../PyInstaller/building/utils.py | 756 ++ .../site-packages/PyInstaller/compat.py | 733 ++ .../site-packages/PyInstaller/config.py | 56 + .../site-packages/PyInstaller/configure.py | 107 + .../PyInstaller/depend/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/analysis.cpython-312.pyc | Bin 0 -> 40823 bytes .../__pycache__/bindepend.cpython-312.pyc | Bin 0 -> 30534 bytes .../__pycache__/bytecode.cpython-312.pyc | Bin 0 -> 11430 bytes .../depend/__pycache__/dylib.cpython-312.pyc | Bin 0 -> 8787 bytes .../__pycache__/imphook.cpython-312.pyc | Bin 0 -> 21509 bytes .../__pycache__/imphookapi.cpython-312.pyc | Bin 0 -> 22360 bytes .../depend/__pycache__/utils.cpython-312.pyc | Bin 0 -> 14450 bytes .../PyInstaller/depend/analysis.py | 982 ++ .../PyInstaller/depend/bindepend.py | 909 ++ .../PyInstaller/depend/bytecode.py | 327 + .../site-packages/PyInstaller/depend/dylib.py | 379 + .../PyInstaller/depend/imphook.py | 542 ++ .../PyInstaller/depend/imphookapi.py | 475 + .../site-packages/PyInstaller/depend/utils.py | 396 + .../site-packages/PyInstaller/exceptions.py | 82 + .../__pycache__/pyi_splash.cpython-312.pyc | Bin 0 -> 7202 bytes .../fake-modules/_pyi_rth_utils/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 450 bytes .../__pycache__/_win32.cpython-312.pyc | Bin 0 -> 9995 bytes .../__pycache__/tempfile.cpython-312.pyc | Bin 0 -> 2063 bytes .../fake-modules/_pyi_rth_utils/_win32.py | 300 + .../fake-modules/_pyi_rth_utils/tempfile.py | 56 + .../PyInstaller/fake-modules/pyi_splash.py | 223 + .../PyInstaller/hooks/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../hook-PIL.Image.cpython-312.pyc | Bin 0 -> 450 bytes .../hook-PIL.ImageFilter.cpython-312.pyc | Bin 0 -> 250 bytes ...hook-PIL.SpiderImagePlugin.cpython-312.pyc | Bin 0 -> 258 bytes .../__pycache__/hook-PIL.cpython-312.pyc | Bin 0 -> 310 bytes .../hook-PyQt5.QAxContainer.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt5.Qsci.cpython-312.pyc | Bin 0 -> 368 bytes .../__pycache__/hook-PyQt5.Qt.cpython-312.pyc | Bin 0 -> 965 bytes .../hook-PyQt5.Qt3DAnimation.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt5.Qt3DCore.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PyQt5.Qt3DExtras.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt5.Qt3DInput.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt5.Qt3DLogic.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt5.Qt3DRender.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt5.QtBluetooth.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PyQt5.QtChart.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PyQt5.QtCore.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt5.QtDBus.cpython-312.pyc | Bin 0 -> 370 bytes ...-PyQt5.QtDataVisualization.cpython-312.pyc | Bin 0 -> 383 bytes .../hook-PyQt5.QtDesigner.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt5.QtGui.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt5.QtHelp.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt5.QtLocation.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt5.QtMacExtras.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PyQt5.QtMultimedia.cpython-312.pyc | Bin 0 -> 376 bytes ...-PyQt5.QtMultimediaWidgets.cpython-312.pyc | Bin 0 -> 383 bytes .../hook-PyQt5.QtNetwork.cpython-312.pyc | Bin 0 -> 491 bytes .../hook-PyQt5.QtNetworkAuth.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt5.QtNfc.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt5.QtOpenGL.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PyQt5.QtPositioning.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt5.QtPrintSupport.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PyQt5.QtPurchasing.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt5.QtQml.cpython-312.pyc | Bin 0 -> 547 bytes .../hook-PyQt5.QtQuick.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PyQt5.QtQuick3D.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt5.QtQuickWidgets.cpython-312.pyc | Bin 0 -> 378 bytes ...hook-PyQt5.QtRemoteObjects.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PyQt5.QtScript.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PyQt5.QtSensors.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt5.QtSerialPort.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt5.QtSql.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt5.QtSvg.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt5.QtTest.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt5.QtTextToSpeech.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PyQt5.QtWebChannel.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt5.QtWebEngine.cpython-312.pyc | Bin 0 -> 375 bytes ...hook-PyQt5.QtWebEngineCore.cpython-312.pyc | Bin 0 -> 633 bytes ...k-PyQt5.QtWebEngineWidgets.cpython-312.pyc | Bin 0 -> 382 bytes .../hook-PyQt5.QtWebKit.cpython-312.pyc | Bin 0 -> 372 bytes ...hook-PyQt5.QtWebKitWidgets.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PyQt5.QtWebSockets.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt5.QtWidgets.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt5.QtWinExtras.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PyQt5.QtX11Extras.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PyQt5.QtXml.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt5.QtXmlPatterns.cpython-312.pyc | Bin 0 -> 377 bytes .../__pycache__/hook-PyQt5.cpython-312.pyc | Bin 0 -> 476 bytes .../hook-PyQt5.uic.cpython-312.pyc | Bin 0 -> 351 bytes .../hook-PyQt6.QAxContainer.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt6.Qsci.cpython-312.pyc | Bin 0 -> 368 bytes .../hook-PyQt6.Qt3DAnimation.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt6.Qt3DCore.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PyQt6.Qt3DExtras.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt6.Qt3DInput.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt6.Qt3DLogic.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt6.Qt3DRender.cpython-312.pyc | Bin 0 -> 416 bytes .../hook-PyQt6.QtBluetooth.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PyQt6.QtCharts.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PyQt6.QtCore.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt6.QtDBus.cpython-312.pyc | Bin 0 -> 370 bytes ...-PyQt6.QtDataVisualization.cpython-312.pyc | Bin 0 -> 383 bytes .../hook-PyQt6.QtDesigner.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PyQt6.QtGui.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt6.QtHelp.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt6.QtMultimedia.cpython-312.pyc | Bin 0 -> 376 bytes ...-PyQt6.QtMultimediaWidgets.cpython-312.pyc | Bin 0 -> 383 bytes .../hook-PyQt6.QtNetwork.cpython-312.pyc | Bin 0 -> 491 bytes .../hook-PyQt6.QtNetworkAuth.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt6.QtNfc.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt6.QtOpenGL.cpython-312.pyc | Bin 0 -> 372 bytes ...hook-PyQt6.QtOpenGLWidgets.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PyQt6.QtPdf.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt6.QtPdfWidgets.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt6.QtPositioning.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PyQt6.QtPrintSupport.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PyQt6.QtQml.cpython-312.pyc | Bin 0 -> 547 bytes .../hook-PyQt6.QtQuick.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PyQt6.QtQuick3D.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt6.QtQuickWidgets.cpython-312.pyc | Bin 0 -> 378 bytes ...hook-PyQt6.QtRemoteObjects.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PyQt6.QtSensors.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt6.QtSerialPort.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt6.QtSpatialAudio.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PyQt6.QtSql.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt6.QtSvg.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-PyQt6.QtSvgWidgets.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt6.QtTest.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-PyQt6.QtTextToSpeech.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PyQt6.QtWebChannel.cpython-312.pyc | Bin 0 -> 376 bytes ...hook-PyQt6.QtWebEngineCore.cpython-312.pyc | Bin 0 -> 811 bytes ...ook-PyQt6.QtWebEngineQuick.cpython-312.pyc | Bin 0 -> 380 bytes ...k-PyQt6.QtWebEngineWidgets.cpython-312.pyc | Bin 0 -> 382 bytes .../hook-PyQt6.QtWebSockets.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PyQt6.QtWidgets.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PyQt6.QtXml.cpython-312.pyc | Bin 0 -> 369 bytes .../__pycache__/hook-PyQt6.cpython-312.pyc | Bin 0 -> 475 bytes .../hook-PyQt6.uic.cpython-312.pyc | Bin 0 -> 351 bytes ...hook-PySide2.Qt3DAnimation.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide2.Qt3DCore.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PySide2.Qt3DExtras.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PySide2.Qt3DInput.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide2.Qt3DLogic.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide2.Qt3DRender.cpython-312.pyc | Bin 0 -> 376 bytes ...hook-PySide2.QtAxContainer.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide2.QtCharts.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PySide2.QtConcurrent.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide2.QtCore.cpython-312.pyc | Bin 0 -> 372 bytes ...ySide2.QtDataVisualization.cpython-312.pyc | Bin 0 -> 385 bytes .../hook-PySide2.QtGui.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide2.QtHelp.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PySide2.QtLocation.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PySide2.QtMacExtras.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PySide2.QtMultimedia.cpython-312.pyc | Bin 0 -> 435 bytes ...ySide2.QtMultimediaWidgets.cpython-312.pyc | Bin 0 -> 385 bytes .../hook-PySide2.QtNetwork.cpython-312.pyc | Bin 0 -> 495 bytes .../hook-PySide2.QtOpenGL.cpython-312.pyc | Bin 0 -> 374 bytes ...-PySide2.QtOpenGLFunctions.cpython-312.pyc | Bin 0 -> 383 bytes ...hook-PySide2.QtPositioning.cpython-312.pyc | Bin 0 -> 379 bytes ...ook-PySide2.QtPrintSupport.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide2.QtQml.cpython-312.pyc | Bin 0 -> 591 bytes .../hook-PySide2.QtQuick.cpython-312.pyc | Bin 0 -> 373 bytes ...k-PySide2.QtQuickControls2.cpython-312.pyc | Bin 0 -> 382 bytes ...ook-PySide2.QtQuickWidgets.cpython-312.pyc | Bin 0 -> 380 bytes ...ok-PySide2.QtRemoteObjects.cpython-312.pyc | Bin 0 -> 381 bytes .../hook-PySide2.QtScript.cpython-312.pyc | Bin 0 -> 374 bytes ...hook-PySide2.QtScriptTools.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide2.QtScxml.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PySide2.QtSensors.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide2.QtSerialPort.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide2.QtSql.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide2.QtSvg.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide2.QtTest.cpython-312.pyc | Bin 0 -> 372 bytes ...ook-PySide2.QtTextToSpeech.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide2.QtUiTools.cpython-312.pyc | Bin 0 -> 415 bytes .../hook-PySide2.QtWebChannel.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide2.QtWebEngine.cpython-312.pyc | Bin 0 -> 377 bytes ...ok-PySide2.QtWebEngineCore.cpython-312.pyc | Bin 0 -> 637 bytes ...PySide2.QtWebEngineWidgets.cpython-312.pyc | Bin 0 -> 384 bytes .../hook-PySide2.QtWebKit.cpython-312.pyc | Bin 0 -> 374 bytes ...ok-PySide2.QtWebKitWidgets.cpython-312.pyc | Bin 0 -> 381 bytes .../hook-PySide2.QtWebSockets.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide2.QtWidgets.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide2.QtWinExtras.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PySide2.QtX11Extras.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PySide2.QtXml.cpython-312.pyc | Bin 0 -> 371 bytes ...hook-PySide2.QtXmlPatterns.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide2.Qwt5.cpython-312.pyc | Bin 0 -> 942 bytes .../__pycache__/hook-PySide2.cpython-312.pyc | Bin 0 -> 574 bytes ...hook-PySide6.Qt3DAnimation.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide6.Qt3DCore.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PySide6.Qt3DExtras.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PySide6.Qt3DInput.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide6.Qt3DLogic.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide6.Qt3DRender.cpython-312.pyc | Bin 0 -> 376 bytes ...hook-PySide6.QtAxContainer.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide6.QtBluetooth.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PySide6.QtCharts.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PySide6.QtConcurrent.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide6.QtCore.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PySide6.QtDBus.cpython-312.pyc | Bin 0 -> 372 bytes ...ySide6.QtDataVisualization.cpython-312.pyc | Bin 0 -> 385 bytes .../hook-PySide6.QtDesigner.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PySide6.QtGraphs.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-PySide6.QtGui.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide6.QtHelp.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-PySide6.QtHttpServer.cpython-312.pyc | Bin 0 -> 428 bytes .../hook-PySide6.QtLocation.cpython-312.pyc | Bin 0 -> 376 bytes .../hook-PySide6.QtMultimedia.cpython-312.pyc | Bin 0 -> 435 bytes ...ySide6.QtMultimediaWidgets.cpython-312.pyc | Bin 0 -> 385 bytes .../hook-PySide6.QtNetwork.cpython-312.pyc | Bin 0 -> 495 bytes ...hook-PySide6.QtNetworkAuth.cpython-312.pyc | Bin 0 -> 379 bytes .../hook-PySide6.QtNfc.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide6.QtOpenGL.cpython-312.pyc | Bin 0 -> 374 bytes ...ok-PySide6.QtOpenGLWidgets.cpython-312.pyc | Bin 0 -> 381 bytes .../hook-PySide6.QtPdf.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide6.QtPdfWidgets.cpython-312.pyc | Bin 0 -> 378 bytes ...hook-PySide6.QtPositioning.cpython-312.pyc | Bin 0 -> 379 bytes ...ook-PySide6.QtPrintSupport.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide6.QtQml.cpython-312.pyc | Bin 0 -> 551 bytes .../hook-PySide6.QtQuick.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PySide6.QtQuick3D.cpython-312.pyc | Bin 0 -> 375 bytes ...k-PySide6.QtQuickControls2.cpython-312.pyc | Bin 0 -> 425 bytes ...ook-PySide6.QtQuickWidgets.cpython-312.pyc | Bin 0 -> 380 bytes ...ok-PySide6.QtRemoteObjects.cpython-312.pyc | Bin 0 -> 381 bytes .../hook-PySide6.QtScxml.cpython-312.pyc | Bin 0 -> 373 bytes .../hook-PySide6.QtSensors.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide6.QtSerialBus.cpython-312.pyc | Bin 0 -> 377 bytes .../hook-PySide6.QtSerialPort.cpython-312.pyc | Bin 0 -> 378 bytes ...ook-PySide6.QtSpatialAudio.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide6.QtSql.cpython-312.pyc | Bin 0 -> 371 bytes ...ook-PySide6.QtStateMachine.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide6.QtSvg.cpython-312.pyc | Bin 0 -> 371 bytes .../hook-PySide6.QtSvgWidgets.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide6.QtTest.cpython-312.pyc | Bin 0 -> 372 bytes ...ook-PySide6.QtTextToSpeech.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-PySide6.QtUiTools.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide6.QtWebChannel.cpython-312.pyc | Bin 0 -> 378 bytes ...ok-PySide6.QtWebEngineCore.cpython-312.pyc | Bin 0 -> 865 bytes ...k-PySide6.QtWebEngineQuick.cpython-312.pyc | Bin 0 -> 382 bytes ...PySide6.QtWebEngineWidgets.cpython-312.pyc | Bin 0 -> 384 bytes .../hook-PySide6.QtWebSockets.cpython-312.pyc | Bin 0 -> 378 bytes .../hook-PySide6.QtWidgets.cpython-312.pyc | Bin 0 -> 375 bytes .../hook-PySide6.QtXml.cpython-312.pyc | Bin 0 -> 371 bytes .../__pycache__/hook-PySide6.cpython-312.pyc | Bin 0 -> 641 bytes .../hook-_pyi_rth_utils.cpython-312.pyc | Bin 0 -> 383 bytes .../__pycache__/hook-_tkinter.cpython-312.pyc | Bin 0 -> 1080 bytes .../__pycache__/hook-babel.cpython-312.pyc | Bin 0 -> 356 bytes .../__pycache__/hook-difflib.cpython-312.pyc | Bin 0 -> 244 bytes ...ok-distutils.command.check.cpython-312.pyc | Bin 0 -> 261 bytes .../hook-distutils.cpython-312.pyc | Bin 0 -> 598 bytes .../hook-distutils.util.cpython-312.pyc | Bin 0 -> 261 bytes ...ok-django.contrib.sessions.cpython-312.pyc | Bin 0 -> 369 bytes .../hook-django.core.cache.cpython-312.pyc | Bin 0 -> 357 bytes .../hook-django.core.mail.cpython-312.pyc | Bin 0 -> 771 bytes ...ook-django.core.management.cpython-312.pyc | Bin 0 -> 433 bytes .../__pycache__/hook-django.cpython-312.pyc | Bin 0 -> 3582 bytes .../hook-django.db.backends.cpython-312.pyc | Bin 0 -> 950 bytes ...ngo.db.backends.mysql.base.cpython-312.pyc | Bin 0 -> 291 bytes ...go.db.backends.oracle.base.cpython-312.pyc | Bin 0 -> 293 bytes ...ok-django.template.loaders.cpython-312.pyc | Bin 0 -> 360 bytes .../hook-encodings.cpython-312.pyc | Bin 0 -> 331 bytes .../__pycache__/hook-gevent.cpython-312.pyc | Bin 0 -> 726 bytes .../hooks/__pycache__/hook-gi.cpython-312.pyc | Bin 0 -> 256 bytes .../hook-gi.repository.Adw.cpython-312.pyc | Bin 0 -> 501 bytes ...i.repository.AppIndicator3.cpython-312.pyc | Bin 0 -> 523 bytes .../hook-gi.repository.Atk.cpython-312.pyc | Bin 0 -> 1031 bytes ...itory.AyatanaAppIndicator3.cpython-312.pyc | Bin 0 -> 538 bytes ...ok-gi.repository.Champlain.cpython-312.pyc | Bin 0 -> 516 bytes ...hook-gi.repository.Clutter.cpython-312.pyc | Bin 0 -> 511 bytes .../hook-gi.repository.DBus.cpython-312.pyc | Bin 0 -> 505 bytes ...gi.repository.GIRepository.cpython-312.pyc | Bin 0 -> 521 bytes .../hook-gi.repository.GLib.cpython-312.pyc | Bin 0 -> 1585 bytes ...hook-gi.repository.GModule.cpython-312.pyc | Bin 0 -> 511 bytes ...hook-gi.repository.GObject.cpython-312.pyc | Bin 0 -> 666 bytes .../hook-gi.repository.Gdk.cpython-312.pyc | Bin 0 -> 1162 bytes ...ok-gi.repository.GdkPixbuf.cpython-312.pyc | Bin 0 -> 5459 bytes .../hook-gi.repository.Gio.cpython-312.pyc | Bin 0 -> 2415 bytes ...ook-gi.repository.Graphene.cpython-312.pyc | Bin 0 -> 513 bytes .../hook-gi.repository.Gsk.cpython-312.pyc | Bin 0 -> 503 bytes .../hook-gi.repository.Gst.cpython-312.pyc | Bin 0 -> 3485 bytes ...i.repository.GstAllocators.cpython-312.pyc | Bin 0 -> 523 bytes .../hook-gi.repository.GstApp.cpython-312.pyc | Bin 0 -> 509 bytes ...ook-gi.repository.GstAudio.cpython-312.pyc | Bin 0 -> 513 bytes ...-gi.repository.GstBadAudio.cpython-312.pyc | Bin 0 -> 519 bytes ...hook-gi.repository.GstBase.cpython-312.pyc | Bin 0 -> 511 bytes ...ook-gi.repository.GstCheck.cpython-312.pyc | Bin 0 -> 513 bytes ...ok-gi.repository.GstCodecs.cpython-312.pyc | Bin 0 -> 515 bytes ...i.repository.GstController.cpython-312.pyc | Bin 0 -> 523 bytes .../hook-gi.repository.GstGL.cpython-312.pyc | Bin 0 -> 507 bytes ...ook-gi.repository.GstGLEGL.cpython-312.pyc | Bin 0 -> 513 bytes ...gi.repository.GstGLWayland.cpython-312.pyc | Bin 0 -> 521 bytes ...ook-gi.repository.GstGLX11.cpython-312.pyc | Bin 0 -> 513 bytes ...gi.repository.GstInsertBin.cpython-312.pyc | Bin 0 -> 521 bytes ...ok-gi.repository.GstMpegts.cpython-312.pyc | Bin 0 -> 515 bytes .../hook-gi.repository.GstNet.cpython-312.pyc | Bin 0 -> 509 bytes ...k-gi.repository.GstPbutils.cpython-312.pyc | Bin 0 -> 517 bytes ...hook-gi.repository.GstPlay.cpython-312.pyc | Bin 0 -> 511 bytes ...ok-gi.repository.GstPlayer.cpython-312.pyc | Bin 0 -> 515 bytes .../hook-gi.repository.GstRtp.cpython-312.pyc | Bin 0 -> 509 bytes ...hook-gi.repository.GstRtsp.cpython-312.pyc | Bin 0 -> 511 bytes ...i.repository.GstRtspServer.cpython-312.pyc | Bin 0 -> 523 bytes .../hook-gi.repository.GstSdp.cpython-312.pyc | Bin 0 -> 509 bytes .../hook-gi.repository.GstTag.cpython-312.pyc | Bin 0 -> 509 bytes ...i.repository.GstTranscoder.cpython-312.pyc | Bin 0 -> 523 bytes ...ook-gi.repository.GstVideo.cpython-312.pyc | Bin 0 -> 513 bytes ...ok-gi.repository.GstVulkan.cpython-312.pyc | Bin 0 -> 515 bytes ...epository.GstVulkanWayland.cpython-312.pyc | Bin 0 -> 530 bytes ...gi.repository.GstVulkanXCB.cpython-312.pyc | Bin 0 -> 521 bytes ...ok-gi.repository.GstWebRTC.cpython-312.pyc | Bin 0 -> 515 bytes .../hook-gi.repository.Gtk.cpython-312.pyc | Bin 0 -> 2082 bytes ...gi.repository.GtkChamplain.cpython-312.pyc | Bin 0 -> 522 bytes ...k-gi.repository.GtkClutter.cpython-312.pyc | Bin 0 -> 517 bytes ...ok-gi.repository.GtkSource.cpython-312.pyc | Bin 0 -> 974 bytes ...pository.GtkosxApplication.cpython-312.pyc | Bin 0 -> 599 bytes ...ook-gi.repository.HarfBuzz.cpython-312.pyc | Bin 0 -> 513 bytes .../hook-gi.repository.Pango.cpython-312.pyc | Bin 0 -> 507 bytes ...k-gi.repository.PangoCairo.cpython-312.pyc | Bin 0 -> 517 bytes .../hook-gi.repository.cairo.cpython-312.pyc | Bin 0 -> 507 bytes ...ok-gi.repository.freetype2.cpython-312.pyc | Bin 0 -> 515 bytes .../hook-gi.repository.xlib.cpython-312.pyc | Bin 0 -> 505 bytes .../__pycache__/hook-heapq.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/hook-idlelib.cpython-312.pyc | Bin 0 -> 319 bytes .../hook-importlib_metadata.cpython-312.pyc | Bin 0 -> 536 bytes .../hook-importlib_resources.cpython-312.pyc | Bin 0 -> 680 bytes .../__pycache__/hook-keyring.cpython-312.pyc | Bin 0 -> 408 bytes .../__pycache__/hook-kivy.cpython-312.pyc | Bin 0 -> 921 bytes .../__pycache__/hook-lib2to3.cpython-312.pyc | Bin 0 -> 319 bytes .../hook-matplotlib.backends.cpython-312.pyc | Bin 0 -> 7758 bytes .../hook-matplotlib.cpython-312.pyc | Bin 0 -> 1024 bytes .../hook-matplotlib.numerix.cpython-312.pyc | Bin 0 -> 384 bytes .../hook-multiprocessing.util.cpython-312.pyc | Bin 0 -> 254 bytes .../__pycache__/hook-numpy.cpython-312.pyc | Bin 0 -> 1308 bytes .../hook-packaging.cpython-312.pyc | Bin 0 -> 251 bytes .../__pycache__/hook-pandas.cpython-312.pyc | Bin 0 -> 444 bytes ...ok-pandas.io.formats.style.cpython-312.pyc | Bin 0 -> 386 bytes .../hook-pandas.plotting.cpython-312.pyc | Bin 0 -> 435 bytes .../__pycache__/hook-pickle.cpython-312.pyc | Bin 0 -> 258 bytes .../hook-pkg_resources.cpython-312.pyc | Bin 0 -> 1290 bytes .../__pycache__/hook-platform.cpython-312.pyc | Bin 0 -> 336 bytes .../__pycache__/hook-pygments.cpython-312.pyc | Bin 0 -> 603 bytes .../__pycache__/hook-pytz.cpython-312.pyc | Bin 0 -> 315 bytes .../__pycache__/hook-pytzdata.cpython-312.pyc | Bin 0 -> 321 bytes .../hook-qtawesome.cpython-312.pyc | Bin 0 -> 524 bytes .../hook-scapy.layers.all.cpython-312.pyc | Bin 0 -> 343 bytes .../__pycache__/hook-scipy.cpython-312.pyc | Bin 0 -> 1169 bytes .../hook-scipy.io.matlab.cpython-312.pyc | Bin 0 -> 267 bytes .../hook-scipy.linalg.cpython-312.pyc | Bin 0 -> 298 bytes .../hook-scipy.sparse.csgraph.cpython-312.pyc | Bin 0 -> 281 bytes ...spatial.transform.rotation.cpython-312.pyc | Bin 0 -> 422 bytes ...cipy.special._ellip_harm_2.cpython-312.pyc | Bin 0 -> 539 bytes ...hook-scipy.special._ufuncs.cpython-312.pyc | Bin 0 -> 275 bytes .../hook-scipy.stats._stats.cpython-312.pyc | Bin 0 -> 394 bytes .../__pycache__/hook-scrapy.cpython-312.pyc | Bin 0 -> 388 bytes ...s._distutils.command.check.cpython-312.pyc | Bin 0 -> 273 bytes .../hook-setuptools.cpython-312.pyc | Bin 0 -> 1006 bytes .../hook-setuptools.msvc.cpython-312.pyc | Bin 0 -> 250 bytes .../__pycache__/hook-shelve.cpython-312.pyc | Bin 0 -> 263 bytes .../hook-shiboken6.cpython-312.pyc | Bin 0 -> 386 bytes .../__pycache__/hook-sphinx.cpython-312.pyc | Bin 0 -> 831 bytes .../hook-sqlalchemy.cpython-312.pyc | Bin 0 -> 3240 bytes .../__pycache__/hook-sqlite3.cpython-312.pyc | Bin 0 -> 493 bytes .../hook-sysconfig.cpython-312.pyc | Bin 0 -> 529 bytes .../__pycache__/hook-wcwidth.cpython-312.pyc | Bin 0 -> 319 bytes .../hook-win32ctypes.core.cpython-312.pyc | Bin 0 -> 466 bytes .../__pycache__/hook-xml.cpython-312.pyc | Bin 0 -> 275 bytes .../hook-xml.dom.domreg.cpython-312.pyc | Bin 0 -> 258 bytes ...ook-xml.etree.cElementTree.cpython-312.pyc | Bin 0 -> 272 bytes .../hook-zope.interface.cpython-312.pyc | Bin 0 -> 252 bytes .../PyInstaller/hooks/hook-PIL.Image.py | 17 + .../PyInstaller/hooks/hook-PIL.ImageFilter.py | 13 + .../hooks/hook-PIL.SpiderImagePlugin.py | 14 + .../PyInstaller/hooks/hook-PIL.py | 21 + .../hooks/hook-PyQt5.QAxContainer.py | 14 + .../PyInstaller/hooks/hook-PyQt5.Qsci.py | 14 + .../PyInstaller/hooks/hook-PyQt5.Qt.py | 29 + .../hooks/hook-PyQt5.Qt3DAnimation.py | 14 + .../PyInstaller/hooks/hook-PyQt5.Qt3DCore.py | 14 + .../hooks/hook-PyQt5.Qt3DExtras.py | 14 + .../PyInstaller/hooks/hook-PyQt5.Qt3DInput.py | 14 + .../PyInstaller/hooks/hook-PyQt5.Qt3DLogic.py | 14 + .../hooks/hook-PyQt5.Qt3DRender.py | 14 + .../hooks/hook-PyQt5.QtBluetooth.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtChart.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtCore.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtDBus.py | 14 + .../hooks/hook-PyQt5.QtDataVisualization.py | 14 + .../hooks/hook-PyQt5.QtDesigner.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtGui.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtHelp.py | 14 + .../hooks/hook-PyQt5.QtLocation.py | 14 + .../hooks/hook-PyQt5.QtMacExtras.py | 14 + .../hooks/hook-PyQt5.QtMultimedia.py | 14 + .../hooks/hook-PyQt5.QtMultimediaWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtNetwork.py | 15 + .../hooks/hook-PyQt5.QtNetworkAuth.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtNfc.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtOpenGL.py | 14 + .../hooks/hook-PyQt5.QtPositioning.py | 14 + .../hooks/hook-PyQt5.QtPrintSupport.py | 14 + .../hooks/hook-PyQt5.QtPurchasing.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtQml.py | 17 + .../PyInstaller/hooks/hook-PyQt5.QtQuick.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtQuick3D.py | 14 + .../hooks/hook-PyQt5.QtQuickWidgets.py | 14 + .../hooks/hook-PyQt5.QtRemoteObjects.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtScript.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtSensors.py | 14 + .../hooks/hook-PyQt5.QtSerialPort.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtSql.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtSvg.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtTest.py | 14 + .../hooks/hook-PyQt5.QtTextToSpeech.py | 14 + .../hooks/hook-PyQt5.QtWebChannel.py | 14 + .../hooks/hook-PyQt5.QtWebEngine.py | 14 + .../hooks/hook-PyQt5.QtWebEngineCore.py | 22 + .../hooks/hook-PyQt5.QtWebEngineWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtWebKit.py | 14 + .../hooks/hook-PyQt5.QtWebKitWidgets.py | 14 + .../hooks/hook-PyQt5.QtWebSockets.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtWidgets.py | 14 + .../hooks/hook-PyQt5.QtWinExtras.py | 14 + .../hooks/hook-PyQt5.QtX11Extras.py | 14 + .../PyInstaller/hooks/hook-PyQt5.QtXml.py | 14 + .../hooks/hook-PyQt5.QtXmlPatterns.py | 14 + .../PyInstaller/hooks/hook-PyQt5.py | 26 + .../PyInstaller/hooks/hook-PyQt5.uic.py | 17 + .../hooks/hook-PyQt6.QAxContainer.py | 14 + .../PyInstaller/hooks/hook-PyQt6.Qsci.py | 14 + .../hooks/hook-PyQt6.Qt3DAnimation.py | 14 + .../PyInstaller/hooks/hook-PyQt6.Qt3DCore.py | 14 + .../hooks/hook-PyQt6.Qt3DExtras.py | 14 + .../PyInstaller/hooks/hook-PyQt6.Qt3DInput.py | 14 + .../PyInstaller/hooks/hook-PyQt6.Qt3DLogic.py | 14 + .../hooks/hook-PyQt6.Qt3DRender.py | 16 + .../hooks/hook-PyQt6.QtBluetooth.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtCharts.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtCore.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtDBus.py | 14 + .../hooks/hook-PyQt6.QtDataVisualization.py | 14 + .../hooks/hook-PyQt6.QtDesigner.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtGui.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtHelp.py | 14 + .../hooks/hook-PyQt6.QtMultimedia.py | 14 + .../hooks/hook-PyQt6.QtMultimediaWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtNetwork.py | 15 + .../hooks/hook-PyQt6.QtNetworkAuth.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtNfc.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtOpenGL.py | 14 + .../hooks/hook-PyQt6.QtOpenGLWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtPdf.py | 14 + .../hooks/hook-PyQt6.QtPdfWidgets.py | 14 + .../hooks/hook-PyQt6.QtPositioning.py | 14 + .../hooks/hook-PyQt6.QtPrintSupport.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtQml.py | 17 + .../PyInstaller/hooks/hook-PyQt6.QtQuick.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtQuick3D.py | 14 + .../hooks/hook-PyQt6.QtQuickWidgets.py | 14 + .../hooks/hook-PyQt6.QtRemoteObjects.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtSensors.py | 14 + .../hooks/hook-PyQt6.QtSerialPort.py | 14 + .../hooks/hook-PyQt6.QtSpatialAudio.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtSql.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtSvg.py | 14 + .../hooks/hook-PyQt6.QtSvgWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtTest.py | 14 + .../hooks/hook-PyQt6.QtTextToSpeech.py | 14 + .../hooks/hook-PyQt6.QtWebChannel.py | 14 + .../hooks/hook-PyQt6.QtWebEngineCore.py | 27 + .../hooks/hook-PyQt6.QtWebEngineQuick.py | 14 + .../hooks/hook-PyQt6.QtWebEngineWidgets.py | 14 + .../hooks/hook-PyQt6.QtWebSockets.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtWidgets.py | 14 + .../PyInstaller/hooks/hook-PyQt6.QtXml.py | 14 + .../PyInstaller/hooks/hook-PyQt6.py | 23 + .../PyInstaller/hooks/hook-PyQt6.uic.py | 17 + .../hooks/hook-PySide2.Qt3DAnimation.py | 14 + .../hooks/hook-PySide2.Qt3DCore.py | 14 + .../hooks/hook-PySide2.Qt3DExtras.py | 14 + .../hooks/hook-PySide2.Qt3DInput.py | 14 + .../hooks/hook-PySide2.Qt3DLogic.py | 14 + .../hooks/hook-PySide2.Qt3DRender.py | 14 + .../hooks/hook-PySide2.QtAxContainer.py | 14 + .../hooks/hook-PySide2.QtCharts.py | 14 + .../hooks/hook-PySide2.QtConcurrent.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtCore.py | 14 + .../hooks/hook-PySide2.QtDataVisualization.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtGui.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtHelp.py | 14 + .../hooks/hook-PySide2.QtLocation.py | 14 + .../hooks/hook-PySide2.QtMacExtras.py | 14 + .../hooks/hook-PySide2.QtMultimedia.py | 19 + .../hooks/hook-PySide2.QtMultimediaWidgets.py | 14 + .../hooks/hook-PySide2.QtNetwork.py | 15 + .../hooks/hook-PySide2.QtOpenGL.py | 14 + .../hooks/hook-PySide2.QtOpenGLFunctions.py | 14 + .../hooks/hook-PySide2.QtPositioning.py | 14 + .../hooks/hook-PySide2.QtPrintSupport.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtQml.py | 19 + .../PyInstaller/hooks/hook-PySide2.QtQuick.py | 14 + .../hooks/hook-PySide2.QtQuickControls2.py | 14 + .../hooks/hook-PySide2.QtQuickWidgets.py | 14 + .../hooks/hook-PySide2.QtRemoteObjects.py | 14 + .../hooks/hook-PySide2.QtScript.py | 14 + .../hooks/hook-PySide2.QtScriptTools.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtScxml.py | 14 + .../hooks/hook-PySide2.QtSensors.py | 14 + .../hooks/hook-PySide2.QtSerialPort.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtSql.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtSvg.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtTest.py | 14 + .../hooks/hook-PySide2.QtTextToSpeech.py | 14 + .../hooks/hook-PySide2.QtUiTools.py | 15 + .../hooks/hook-PySide2.QtWebChannel.py | 14 + .../hooks/hook-PySide2.QtWebEngine.py | 14 + .../hooks/hook-PySide2.QtWebEngineCore.py | 22 + .../hooks/hook-PySide2.QtWebEngineWidgets.py | 14 + .../hooks/hook-PySide2.QtWebKit.py | 14 + .../hooks/hook-PySide2.QtWebKitWidgets.py | 14 + .../hooks/hook-PySide2.QtWebSockets.py | 14 + .../hooks/hook-PySide2.QtWidgets.py | 14 + .../hooks/hook-PySide2.QtWinExtras.py | 14 + .../hooks/hook-PySide2.QtX11Extras.py | 14 + .../PyInstaller/hooks/hook-PySide2.QtXml.py | 14 + .../hooks/hook-PySide2.QtXmlPatterns.py | 14 + .../PyInstaller/hooks/hook-PySide2.Qwt5.py | 31 + .../PyInstaller/hooks/hook-PySide2.py | 22 + .../hooks/hook-PySide6.Qt3DAnimation.py | 14 + .../hooks/hook-PySide6.Qt3DCore.py | 14 + .../hooks/hook-PySide6.Qt3DExtras.py | 14 + .../hooks/hook-PySide6.Qt3DInput.py | 14 + .../hooks/hook-PySide6.Qt3DLogic.py | 14 + .../hooks/hook-PySide6.Qt3DRender.py | 14 + .../hooks/hook-PySide6.QtAxContainer.py | 14 + .../hooks/hook-PySide6.QtBluetooth.py | 14 + .../hooks/hook-PySide6.QtCharts.py | 14 + .../hooks/hook-PySide6.QtConcurrent.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtCore.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtDBus.py | 14 + .../hooks/hook-PySide6.QtDataVisualization.py | 14 + .../hooks/hook-PySide6.QtDesigner.py | 14 + .../hooks/hook-PySide6.QtGraphs.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtGui.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtHelp.py | 14 + .../hooks/hook-PySide6.QtHttpServer.py | 18 + .../hooks/hook-PySide6.QtLocation.py | 14 + .../hooks/hook-PySide6.QtMultimedia.py | 19 + .../hooks/hook-PySide6.QtMultimediaWidgets.py | 14 + .../hooks/hook-PySide6.QtNetwork.py | 15 + .../hooks/hook-PySide6.QtNetworkAuth.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtNfc.py | 14 + .../hooks/hook-PySide6.QtOpenGL.py | 14 + .../hooks/hook-PySide6.QtOpenGLWidgets.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtPdf.py | 14 + .../hooks/hook-PySide6.QtPdfWidgets.py | 14 + .../hooks/hook-PySide6.QtPositioning.py | 14 + .../hooks/hook-PySide6.QtPrintSupport.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtQml.py | 17 + .../PyInstaller/hooks/hook-PySide6.QtQuick.py | 14 + .../hooks/hook-PySide6.QtQuick3D.py | 14 + .../hooks/hook-PySide6.QtQuickControls2.py | 16 + .../hooks/hook-PySide6.QtQuickWidgets.py | 14 + .../hooks/hook-PySide6.QtRemoteObjects.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtScxml.py | 14 + .../hooks/hook-PySide6.QtSensors.py | 14 + .../hooks/hook-PySide6.QtSerialBus.py | 14 + .../hooks/hook-PySide6.QtSerialPort.py | 14 + .../hooks/hook-PySide6.QtSpatialAudio.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtSql.py | 14 + .../hooks/hook-PySide6.QtStateMachine.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtSvg.py | 14 + .../hooks/hook-PySide6.QtSvgWidgets.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtTest.py | 14 + .../hooks/hook-PySide6.QtTextToSpeech.py | 14 + .../hooks/hook-PySide6.QtUiTools.py | 14 + .../hooks/hook-PySide6.QtWebChannel.py | 14 + .../hooks/hook-PySide6.QtWebEngineCore.py | 29 + .../hooks/hook-PySide6.QtWebEngineQuick.py | 14 + .../hooks/hook-PySide6.QtWebEngineWidgets.py | 14 + .../hooks/hook-PySide6.QtWebSockets.py | 14 + .../hooks/hook-PySide6.QtWidgets.py | 14 + .../PyInstaller/hooks/hook-PySide6.QtXml.py | 14 + .../PyInstaller/hooks/hook-PySide6.py | 25 + .../PyInstaller/hooks/hook-_pyi_rth_utils.py | 17 + .../PyInstaller/hooks/hook-_tkinter.py | 29 + .../PyInstaller/hooks/hook-babel.py | 16 + .../PyInstaller/hooks/hook-difflib.py | 13 + .../hooks/hook-distutils.command.check.py | 13 + .../PyInstaller/hooks/hook-distutils.py | 33 + .../PyInstaller/hooks/hook-distutils.util.py | 13 + .../hooks/hook-django.contrib.sessions.py | 14 + .../hooks/hook-django.core.cache.py | 14 + .../hooks/hook-django.core.mail.py | 25 + .../hooks/hook-django.core.management.py | 19 + .../hook-django.db.backends.mysql.base.py | 13 + .../hook-django.db.backends.oracle.base.py | 12 + .../hooks/hook-django.db.backends.py | 25 + .../PyInstaller/hooks/hook-django.py | 92 + .../hooks/hook-django.template.loaders.py | 14 + .../PyInstaller/hooks/hook-encodings.py | 14 + .../PyInstaller/hooks/hook-gevent.py | 24 + .../PyInstaller/hooks/hook-gi.py | 12 + .../hooks/hook-gi.repository.Adw.py | 16 + .../hooks/hook-gi.repository.AppIndicator3.py | 16 + .../hooks/hook-gi.repository.Atk.py | 29 + ...hook-gi.repository.AyatanaAppIndicator3.py | 16 + .../hooks/hook-gi.repository.Champlain.py | 16 + .../hooks/hook-gi.repository.Clutter.py | 16 + .../hooks/hook-gi.repository.DBus.py | 16 + .../hooks/hook-gi.repository.GIRepository.py | 16 + .../hooks/hook-gi.repository.GLib.py | 42 + .../hooks/hook-gi.repository.GModule.py | 16 + .../hooks/hook-gi.repository.GObject.py | 19 + .../hooks/hook-gi.repository.Gdk.py | 36 + .../hooks/hook-gi.repository.GdkPixbuf.py | 150 + .../hooks/hook-gi.repository.Gio.py | 63 + .../hooks/hook-gi.repository.Graphene.py | 16 + .../hooks/hook-gi.repository.Gsk.py | 16 + .../hooks/hook-gi.repository.Gst.py | 93 + .../hooks/hook-gi.repository.GstAllocators.py | 16 + .../hooks/hook-gi.repository.GstApp.py | 16 + .../hooks/hook-gi.repository.GstAudio.py | 16 + .../hooks/hook-gi.repository.GstBadAudio.py | 16 + .../hooks/hook-gi.repository.GstBase.py | 16 + .../hooks/hook-gi.repository.GstCheck.py | 16 + .../hooks/hook-gi.repository.GstCodecs.py | 16 + .../hooks/hook-gi.repository.GstController.py | 16 + .../hooks/hook-gi.repository.GstGL.py | 16 + .../hooks/hook-gi.repository.GstGLEGL.py | 16 + .../hooks/hook-gi.repository.GstGLWayland.py | 16 + .../hooks/hook-gi.repository.GstGLX11.py | 16 + .../hooks/hook-gi.repository.GstInsertBin.py | 16 + .../hooks/hook-gi.repository.GstMpegts.py | 16 + .../hooks/hook-gi.repository.GstNet.py | 16 + .../hooks/hook-gi.repository.GstPbutils.py | 16 + .../hooks/hook-gi.repository.GstPlay.py | 16 + .../hooks/hook-gi.repository.GstPlayer.py | 16 + .../hooks/hook-gi.repository.GstRtp.py | 16 + .../hooks/hook-gi.repository.GstRtsp.py | 16 + .../hooks/hook-gi.repository.GstRtspServer.py | 16 + .../hooks/hook-gi.repository.GstSdp.py | 16 + .../hooks/hook-gi.repository.GstTag.py | 16 + .../hooks/hook-gi.repository.GstTranscoder.py | 16 + .../hooks/hook-gi.repository.GstVideo.py | 16 + .../hooks/hook-gi.repository.GstVulkan.py | 16 + .../hook-gi.repository.GstVulkanWayland.py | 16 + .../hooks/hook-gi.repository.GstVulkanXCB.py | 16 + .../hooks/hook-gi.repository.GstWebRTC.py | 16 + .../hooks/hook-gi.repository.Gtk.py | 59 + .../hooks/hook-gi.repository.GtkChamplain.py | 16 + .../hooks/hook-gi.repository.GtkClutter.py | 16 + .../hooks/hook-gi.repository.GtkSource.py | 31 + .../hook-gi.repository.GtkosxApplication.py | 18 + .../hooks/hook-gi.repository.HarfBuzz.py | 16 + .../hooks/hook-gi.repository.Pango.py | 16 + .../hooks/hook-gi.repository.PangoCairo.py | 16 + .../hooks/hook-gi.repository.cairo.py | 16 + .../hooks/hook-gi.repository.freetype2.py | 16 + .../hooks/hook-gi.repository.xlib.py | 16 + .../PyInstaller/hooks/hook-heapq.py | 13 + .../PyInstaller/hooks/hook-idlelib.py | 14 + .../hooks/hook-importlib_metadata.py | 24 + .../hooks/hook-importlib_resources.py | 22 + .../PyInstaller/hooks/hook-keyring.py | 19 + .../PyInstaller/hooks/hook-kivy.py | 25 + .../PyInstaller/hooks/hook-lib2to3.py | 16 + .../hooks/hook-matplotlib.backends.py | 224 + .../hooks/hook-matplotlib.numerix.py | 21 + .../PyInstaller/hooks/hook-matplotlib.py | 38 + .../hooks/hook-multiprocessing.util.py | 16 + .../PyInstaller/hooks/hook-numpy.py | 59 + .../PyInstaller/hooks/hook-packaging.py | 13 + .../hooks/hook-pandas.io.formats.style.py | 18 + .../PyInstaller/hooks/hook-pandas.plotting.py | 18 + .../PyInstaller/hooks/hook-pandas.py | 20 + .../PyInstaller/hooks/hook-pickle.py | 13 + .../PyInstaller/hooks/hook-pkg_resources.py | 57 + .../PyInstaller/hooks/hook-platform.py | 16 + .../PyInstaller/hooks/hook-pygments.py | 29 + .../PyInstaller/hooks/hook-pytz.py | 16 + .../PyInstaller/hooks/hook-pytzdata.py | 14 + .../PyInstaller/hooks/hook-qtawesome.py | 19 + .../hooks/hook-scapy.layers.all.py | 19 + .../PyInstaller/hooks/hook-scipy.io.matlab.py | 13 + .../PyInstaller/hooks/hook-scipy.linalg.py | 13 + .../PyInstaller/hooks/hook-scipy.py | 35 + .../hooks/hook-scipy.sparse.csgraph.py | 13 + .../hook-scipy.spatial.transform.rotation.py | 17 + .../hooks/hook-scipy.special._ellip_harm_2.py | 30 + .../hooks/hook-scipy.special._ufuncs.py | 14 + .../hooks/hook-scipy.stats._stats.py | 15 + .../PyInstaller/hooks/hook-scrapy.py | 18 + ...ook-setuptools._distutils.command.check.py | 13 + .../PyInstaller/hooks/hook-setuptools.msvc.py | 13 + .../PyInstaller/hooks/hook-setuptools.py | 41 + .../PyInstaller/hooks/hook-shelve.py | 14 + .../PyInstaller/hooks/hook-shiboken6.py | 17 + .../PyInstaller/hooks/hook-sphinx.py | 41 + .../PyInstaller/hooks/hook-sqlalchemy.py | 79 + .../PyInstaller/hooks/hook-sqlite3.py | 19 + .../PyInstaller/hooks/hook-sysconfig.py | 29 + .../PyInstaller/hooks/hook-wcwidth.py | 14 + .../hooks/hook-win32ctypes.core.py | 21 + .../PyInstaller/hooks/hook-xml.dom.domreg.py | 13 + .../hooks/hook-xml.etree.cElementTree.py | 13 + .../PyInstaller/hooks/hook-xml.py | 12 + .../PyInstaller/hooks/hook-zope.interface.py | 12 + .../hooks/pre_find_module_path/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../hook-PyQt5.uic.port_v2.cpython-312.pyc | Bin 0 -> 386 bytes .../hook-_pyi_rth_utils.cpython-312.pyc | Bin 0 -> 831 bytes .../hook-distutils.cpython-312.pyc | Bin 0 -> 1882 bytes .../hook-pyi_splash.cpython-312.pyc | Bin 0 -> 1292 bytes .../hook-PyQt5.uic.port_v2.py | 15 + .../hook-_pyi_rth_utils.py | 25 + .../pre_find_module_path/hook-distutils.py | 46 + .../pre_find_module_path/hook-pyi_splash.py | 36 + .../hooks/pre_safe_import_module/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../hook-distutils.cpython-312.pyc | Bin 0 -> 983 bytes .../__pycache__/hook-gi.cpython-312.pyc | Bin 0 -> 847 bytes .../hook-gi.repository.Adw.cpython-312.pyc | Bin 0 -> 457 bytes ...i.repository.AppIndicator3.cpython-312.pyc | Bin 0 -> 467 bytes .../hook-gi.repository.Atk.cpython-312.pyc | Bin 0 -> 457 bytes ...itory.AyatanaAppIndicator3.cpython-312.pyc | Bin 0 -> 474 bytes ...ok-gi.repository.Champlain.cpython-312.pyc | Bin 0 -> 463 bytes ...hook-gi.repository.Clutter.cpython-312.pyc | Bin 0 -> 461 bytes .../hook-gi.repository.DBus.cpython-312.pyc | Bin 0 -> 458 bytes ...gi.repository.GIRepository.cpython-312.pyc | Bin 0 -> 466 bytes .../hook-gi.repository.GLib.cpython-312.pyc | Bin 0 -> 458 bytes ...hook-gi.repository.GModule.cpython-312.pyc | Bin 0 -> 461 bytes ...hook-gi.repository.GObject.cpython-312.pyc | Bin 0 -> 461 bytes .../hook-gi.repository.Gdk.cpython-312.pyc | Bin 0 -> 457 bytes ...ok-gi.repository.GdkPixbuf.cpython-312.pyc | Bin 0 -> 463 bytes .../hook-gi.repository.Gio.cpython-312.pyc | Bin 0 -> 457 bytes ...ook-gi.repository.Graphene.cpython-312.pyc | Bin 0 -> 462 bytes .../hook-gi.repository.Gsk.cpython-312.pyc | Bin 0 -> 457 bytes .../hook-gi.repository.Gst.cpython-312.pyc | Bin 0 -> 457 bytes ...i.repository.GstAllocators.cpython-312.pyc | Bin 0 -> 467 bytes .../hook-gi.repository.GstApp.cpython-312.pyc | Bin 0 -> 460 bytes ...ook-gi.repository.GstAudio.cpython-312.pyc | Bin 0 -> 462 bytes ...-gi.repository.GstBadAudio.cpython-312.pyc | Bin 0 -> 465 bytes ...hook-gi.repository.GstBase.cpython-312.pyc | Bin 0 -> 461 bytes ...ook-gi.repository.GstCheck.cpython-312.pyc | Bin 0 -> 462 bytes ...ok-gi.repository.GstCodecs.cpython-312.pyc | Bin 0 -> 463 bytes ...i.repository.GstController.cpython-312.pyc | Bin 0 -> 467 bytes .../hook-gi.repository.GstGL.cpython-312.pyc | Bin 0 -> 459 bytes ...ook-gi.repository.GstGLEGL.cpython-312.pyc | Bin 0 -> 462 bytes ...gi.repository.GstGLWayland.cpython-312.pyc | Bin 0 -> 466 bytes ...ook-gi.repository.GstGLX11.cpython-312.pyc | Bin 0 -> 462 bytes ...gi.repository.GstInsertBin.cpython-312.pyc | Bin 0 -> 466 bytes ...ok-gi.repository.GstMpegts.cpython-312.pyc | Bin 0 -> 463 bytes .../hook-gi.repository.GstNet.cpython-312.pyc | Bin 0 -> 460 bytes ...k-gi.repository.GstPbutils.cpython-312.pyc | Bin 0 -> 464 bytes ...hook-gi.repository.GstPlay.cpython-312.pyc | Bin 0 -> 461 bytes ...ok-gi.repository.GstPlayer.cpython-312.pyc | Bin 0 -> 463 bytes .../hook-gi.repository.GstRtp.cpython-312.pyc | Bin 0 -> 460 bytes ...hook-gi.repository.GstRtsp.cpython-312.pyc | Bin 0 -> 461 bytes ...i.repository.GstRtspServer.cpython-312.pyc | Bin 0 -> 467 bytes .../hook-gi.repository.GstSdp.cpython-312.pyc | Bin 0 -> 460 bytes .../hook-gi.repository.GstTag.cpython-312.pyc | Bin 0 -> 460 bytes ...i.repository.GstTranscoder.cpython-312.pyc | Bin 0 -> 467 bytes ...ook-gi.repository.GstVideo.cpython-312.pyc | Bin 0 -> 462 bytes ...ok-gi.repository.GstVulkan.cpython-312.pyc | Bin 0 -> 463 bytes ...epository.GstVulkanWayland.cpython-312.pyc | Bin 0 -> 470 bytes ...gi.repository.GstVulkanXCB.cpython-312.pyc | Bin 0 -> 466 bytes ...ok-gi.repository.GstWebRTC.cpython-312.pyc | Bin 0 -> 463 bytes .../hook-gi.repository.Gtk.cpython-312.pyc | Bin 0 -> 457 bytes ...gi.repository.GtkChamplain.cpython-312.pyc | Bin 0 -> 466 bytes ...k-gi.repository.GtkClutter.cpython-312.pyc | Bin 0 -> 464 bytes ...ok-gi.repository.GtkSource.cpython-312.pyc | Bin 0 -> 463 bytes ...pository.GtkosxApplication.cpython-312.pyc | Bin 0 -> 471 bytes ...ook-gi.repository.HarfBuzz.cpython-312.pyc | Bin 0 -> 462 bytes .../hook-gi.repository.Pango.cpython-312.pyc | Bin 0 -> 459 bytes ...k-gi.repository.PangoCairo.cpython-312.pyc | Bin 0 -> 464 bytes .../hook-gi.repository.cairo.cpython-312.pyc | Bin 0 -> 459 bytes ...ok-gi.repository.freetype2.cpython-312.pyc | Bin 0 -> 463 bytes .../hook-gi.repository.xlib.cpython-312.pyc | Bin 0 -> 458 bytes ...etuptools.extern.six.moves.cpython-312.pyc | Bin 0 -> 1647 bytes .../hook-six.moves.cpython-312.pyc | Bin 0 -> 2573 bytes ...urllib3.packages.six.moves.cpython-312.pyc | Bin 0 -> 1492 bytes .../pre_safe_import_module/hook-distutils.py | 35 + .../hooks/pre_safe_import_module/hook-gi.py | 37 + .../hook-gi.repository.Adw.py | 16 + .../hook-gi.repository.AppIndicator3.py | 16 + .../hook-gi.repository.Atk.py | 16 + ...hook-gi.repository.AyatanaAppIndicator3.py | 16 + .../hook-gi.repository.Champlain.py | 16 + .../hook-gi.repository.Clutter.py | 16 + .../hook-gi.repository.DBus.py | 16 + .../hook-gi.repository.GIRepository.py | 16 + .../hook-gi.repository.GLib.py | 16 + .../hook-gi.repository.GModule.py | 16 + .../hook-gi.repository.GObject.py | 16 + .../hook-gi.repository.Gdk.py | 16 + .../hook-gi.repository.GdkPixbuf.py | 16 + .../hook-gi.repository.Gio.py | 16 + .../hook-gi.repository.Graphene.py | 16 + .../hook-gi.repository.Gsk.py | 16 + .../hook-gi.repository.Gst.py | 16 + .../hook-gi.repository.GstAllocators.py | 16 + .../hook-gi.repository.GstApp.py | 16 + .../hook-gi.repository.GstAudio.py | 16 + .../hook-gi.repository.GstBadAudio.py | 16 + .../hook-gi.repository.GstBase.py | 16 + .../hook-gi.repository.GstCheck.py | 16 + .../hook-gi.repository.GstCodecs.py | 16 + .../hook-gi.repository.GstController.py | 16 + .../hook-gi.repository.GstGL.py | 16 + .../hook-gi.repository.GstGLEGL.py | 16 + .../hook-gi.repository.GstGLWayland.py | 16 + .../hook-gi.repository.GstGLX11.py | 16 + .../hook-gi.repository.GstInsertBin.py | 16 + .../hook-gi.repository.GstMpegts.py | 16 + .../hook-gi.repository.GstNet.py | 16 + .../hook-gi.repository.GstPbutils.py | 16 + .../hook-gi.repository.GstPlay.py | 16 + .../hook-gi.repository.GstPlayer.py | 16 + .../hook-gi.repository.GstRtp.py | 16 + .../hook-gi.repository.GstRtsp.py | 16 + .../hook-gi.repository.GstRtspServer.py | 16 + .../hook-gi.repository.GstSdp.py | 16 + .../hook-gi.repository.GstTag.py | 16 + .../hook-gi.repository.GstTranscoder.py | 16 + .../hook-gi.repository.GstVideo.py | 16 + .../hook-gi.repository.GstVulkan.py | 16 + .../hook-gi.repository.GstVulkanWayland.py | 16 + .../hook-gi.repository.GstVulkanXCB.py | 16 + .../hook-gi.repository.GstWebRTC.py | 16 + .../hook-gi.repository.Gtk.py | 16 + .../hook-gi.repository.GtkChamplain.py | 16 + .../hook-gi.repository.GtkClutter.py | 16 + .../hook-gi.repository.GtkSource.py | 16 + .../hook-gi.repository.GtkosxApplication.py | 16 + .../hook-gi.repository.HarfBuzz.py | 16 + .../hook-gi.repository.Pango.py | 16 + .../hook-gi.repository.PangoCairo.py | 16 + .../hook-gi.repository.cairo.py | 16 + .../hook-gi.repository.freetype2.py | 16 + .../hook-gi.repository.xlib.py | 16 + .../hook-setuptools.extern.six.moves.py | 39 + .../pre_safe_import_module/hook-six.moves.py | 62 + .../hook-urllib3.packages.six.moves.py | 34 + .../PyInstaller/hooks/rthooks.dat | 24 + .../PyInstaller/hooks/rthooks/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../pyi_rth__tkinter.cpython-312.pyc | Bin 0 -> 1183 bytes .../pyi_rth_django.cpython-312.pyc | Bin 0 -> 1106 bytes .../pyi_rth_gdkpixbuf.cpython-312.pyc | Bin 0 -> 1709 bytes .../__pycache__/pyi_rth_gi.cpython-312.pyc | Bin 0 -> 578 bytes .../__pycache__/pyi_rth_gio.cpython-312.pyc | Bin 0 -> 578 bytes .../__pycache__/pyi_rth_glib.cpython-312.pyc | Bin 0 -> 803 bytes .../pyi_rth_gstreamer.cpython-312.pyc | Bin 0 -> 1027 bytes .../__pycache__/pyi_rth_gtk.cpython-312.pyc | Bin 0 -> 905 bytes .../pyi_rth_inspect.cpython-312.pyc | Bin 0 -> 1622 bytes .../__pycache__/pyi_rth_kivy.cpython-312.pyc | Bin 0 -> 806 bytes .../pyi_rth_mplconfig.cpython-312.pyc | Bin 0 -> 846 bytes .../pyi_rth_multiprocessing.cpython-312.pyc | Bin 0 -> 4090 bytes .../pyi_rth_pkgres.cpython-312.pyc | Bin 0 -> 6149 bytes .../pyi_rth_pkgutil.cpython-312.pyc | Bin 0 -> 2838 bytes .../__pycache__/pyi_rth_pyqt5.cpython-312.pyc | Bin 0 -> 1976 bytes .../__pycache__/pyi_rth_pyqt6.cpython-312.pyc | Bin 0 -> 1976 bytes .../pyi_rth_pyside2.cpython-312.pyc | Bin 0 -> 1966 bytes .../pyi_rth_pyside6.cpython-312.pyc | Bin 0 -> 1966 bytes .../pyi_rth_setuptools.cpython-312.pyc | Bin 0 -> 1116 bytes .../pyi_rth_win32comgenpy.cpython-312.pyc | Bin 0 -> 1020 bytes .../hooks/rthooks/pyi_rth__tkinter.py | 36 + .../hooks/rthooks/pyi_rth_django.py | 34 + .../hooks/rthooks/pyi_rth_gdkpixbuf.py | 41 + .../PyInstaller/hooks/rthooks/pyi_rth_gi.py | 21 + .../PyInstaller/hooks/rthooks/pyi_rth_gio.py | 21 + .../PyInstaller/hooks/rthooks/pyi_rth_glib.py | 37 + .../hooks/rthooks/pyi_rth_gstreamer.py | 32 + .../PyInstaller/hooks/rthooks/pyi_rth_gtk.py | 27 + .../hooks/rthooks/pyi_rth_inspect.py | 48 + .../PyInstaller/hooks/rthooks/pyi_rth_kivy.py | 24 + .../hooks/rthooks/pyi_rth_mplconfig.py | 46 + .../hooks/rthooks/pyi_rth_multiprocessing.py | 108 + .../hooks/rthooks/pyi_rth_pkgres.py | 159 + .../hooks/rthooks/pyi_rth_pkgutil.py | 115 + .../hooks/rthooks/pyi_rth_pyqt5.py | 53 + .../hooks/rthooks/pyi_rth_pyqt6.py | 54 + .../hooks/rthooks/pyi_rth_pyside2.py | 53 + .../hooks/rthooks/pyi_rth_pyside6.py | 53 + .../hooks/rthooks/pyi_rth_setuptools.py | 37 + .../hooks/rthooks/pyi_rth_win32comgenpy.py | 47 + .../PyInstaller/isolated/__init__.py | 31 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1231 bytes .../__pycache__/_child.cpython-312.pyc | Bin 0 -> 3525 bytes .../__pycache__/_parent.cpython-312.pyc | Bin 0 -> 16693 bytes .../PyInstaller/isolated/_child.py | 97 + .../PyInstaller/isolated/_parent.py | 422 + .../site-packages/PyInstaller/lib/README.rst | 49 + .../site-packages/PyInstaller/lib/__init__.py | 1 + .../lib/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../PyInstaller/lib/modulegraph/__init__.py | 1 + .../PyInstaller/lib/modulegraph/__main__.py | 89 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 237 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 3895 bytes .../__pycache__/find_modules.cpython-312.pyc | Bin 0 -> 2091 bytes .../__pycache__/modulegraph.cpython-312.pyc | Bin 0 -> 105719 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 1228 bytes .../lib/modulegraph/find_modules.py | 61 + .../lib/modulegraph/modulegraph.py | 3041 ++++++ .../PyInstaller/lib/modulegraph/util.py | 21 + .../PyInstaller/loader/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../pyiboot01_bootstrap.cpython-312.pyc | Bin 0 -> 1930 bytes .../pyimod01_archive.cpython-312.pyc | Bin 0 -> 5697 bytes .../pyimod02_importers.cpython-312.pyc | Bin 0 -> 24404 bytes .../pyimod03_ctypes.cpython-312.pyc | Bin 0 -> 6107 bytes .../pyimod04_pywin32.cpython-312.pyc | Bin 0 -> 1719 bytes .../PyInstaller/loader/pyiboot01_bootstrap.py | 95 + .../PyInstaller/loader/pyimod01_archive.py | 155 + .../PyInstaller/loader/pyimod02_importers.py | 576 ++ .../PyInstaller/loader/pyimod03_ctypes.py | 131 + .../PyInstaller/loader/pyimod04_pywin32.py | 56 + .../site-packages/PyInstaller/log.py | 64 + .../PyInstaller/utils/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../__pycache__/_gitrevision.cpython-312.pyc | Bin 0 -> 408 bytes .../__pycache__/conftest.cpython-312.pyc | Bin 0 -> 24625 bytes .../utils/__pycache__/git.cpython-312.pyc | Bin 0 -> 2104 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 8984 bytes .../utils/__pycache__/osx.cpython-312.pyc | Bin 0 -> 25401 bytes .../__pycache__/run_tests.cpython-312.pyc | Bin 0 -> 2626 bytes .../utils/__pycache__/tests.cpython-312.pyc | Bin 0 -> 5866 bytes .../PyInstaller/utils/_gitrevision.py | 10 + .../PyInstaller/utils/cliutils/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../archive_viewer.cpython-312.pyc | Bin 0 -> 11571 bytes .../__pycache__/bindepend.cpython-312.pyc | Bin 0 -> 2373 bytes .../__pycache__/grab_version.cpython-312.pyc | Bin 0 -> 2200 bytes .../__pycache__/makespec.cpython-312.pyc | Bin 0 -> 2349 bytes .../__pycache__/set_version.cpython-312.pyc | Bin 0 -> 1824 bytes .../utils/cliutils/archive_viewer.py | 268 + .../PyInstaller/utils/cliutils/bindepend.py | 58 + .../utils/cliutils/grab_version.py | 59 + .../PyInstaller/utils/cliutils/makespec.py | 61 + .../PyInstaller/utils/cliutils/set_version.py | 51 + .../PyInstaller/utils/conftest.py | 576 ++ .../site-packages/PyInstaller/utils/git.py | 59 + .../PyInstaller/utils/hooks/__init__.py | 1286 +++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 48876 bytes .../hooks/__pycache__/conda.cpython-312.pyc | Bin 0 -> 14934 bytes .../hooks/__pycache__/django.cpython-312.pyc | Bin 0 -> 5633 bytes .../hooks/__pycache__/gi.cpython-312.pyc | Bin 0 -> 17944 bytes .../hooks/__pycache__/tcl_tk.cpython-312.pyc | Bin 0 -> 8222 bytes .../PyInstaller/utils/hooks/conda.py | 396 + .../PyInstaller/utils/hooks/django.py | 151 + .../PyInstaller/utils/hooks/gi.py | 426 + .../PyInstaller/utils/hooks/qt/__init__.py | 879 ++ .../qt/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 29711 bytes .../__pycache__/_modules_info.cpython-312.pyc | Bin 0 -> 8929 bytes .../utils/hooks/qt/_modules_info.py | 450 + .../PyInstaller/utils/hooks/tcl_tk.py | 275 + .../site-packages/PyInstaller/utils/misc.py | 229 + .../site-packages/PyInstaller/utils/osx.py | 687 ++ .../PyInstaller/utils/run_tests.py | 70 + .../site-packages/PyInstaller/utils/tests.py | 152 + .../PyInstaller/utils/win32/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 234 bytes .../win32/__pycache__/icon.cpython-312.pyc | Bin 0 -> 11826 bytes .../__pycache__/versioninfo.cpython-312.pyc | Bin 0 -> 30031 bytes .../__pycache__/winmanifest.cpython-312.pyc | Bin 0 -> 9377 bytes .../__pycache__/winresource.cpython-312.pyc | Bin 0 -> 6778 bytes .../__pycache__/winutils.cpython-312.pyc | Bin 0 -> 8343 bytes .../PyInstaller/utils/win32/icon.py | 248 + .../PyInstaller/utils/win32/versioninfo.py | 605 ++ .../PyInstaller/utils/win32/winmanifest.py | 244 + .../PyInstaller/utils/win32/winresource.py | 189 + .../PyInstaller/utils/win32/winutils.py | 257 + .../site-packages/_distutils_hack/__init__.py | 227 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 10040 bytes .../__pycache__/override.cpython-312.pyc | Bin 0 -> 301 bytes .../site-packages/_distutils_hack/override.py | 1 + .../_pyinstaller_hooks_contrib/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 362 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1547 bytes .../_pyinstaller_hooks_contrib/compat.py | 42 + .../hooks/__init__.py | 22 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 580 bytes .../hooks/pre_find_module_path/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 238 bytes .../hooks/pre_safe_import_module/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 240 bytes .../hook-tensorflow.cpython-312.pyc | Bin 0 -> 611 bytes .../__pycache__/hook-win32com.cpython-312.pyc | Bin 0 -> 1725 bytes .../pre_safe_import_module/hook-tensorflow.py | 23 + .../pre_safe_import_module/hook-win32com.py | 45 + .../hooks/rthooks.dat | 14 + .../hooks/rthooks/__init__.py | 10 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../pyi_rth_enchant.cpython-312.pyc | Bin 0 -> 574 bytes .../pyi_rth_ffpyplayer.cpython-312.pyc | Bin 0 -> 331 bytes .../__pycache__/pyi_rth_nltk.cpython-312.pyc | Bin 0 -> 521 bytes .../__pycache__/pyi_rth_osgeo.cpython-312.pyc | Bin 0 -> 1233 bytes .../pyi_rth_pygraphviz.cpython-312.pyc | Bin 0 -> 1077 bytes .../pyi_rth_pyproj.cpython-312.pyc | Bin 0 -> 803 bytes ...rth_pyqtgraph_multiprocess.cpython-312.pyc | Bin 0 -> 1819 bytes .../pyi_rth_pythoncom.cpython-312.pyc | Bin 0 -> 636 bytes .../pyi_rth_pywintypes.cpython-312.pyc | Bin 0 -> 637 bytes .../pyi_rth_tensorflow.cpython-312.pyc | Bin 0 -> 894 bytes .../pyi_rth_traitlets.cpython-312.pyc | Bin 0 -> 509 bytes .../__pycache__/pyi_rth_usb.cpython-312.pyc | Bin 0 -> 2670 bytes .../hooks/rthooks/pyi_rth_enchant.py | 22 + .../hooks/rthooks/pyi_rth_ffpyplayer.py | 19 + .../hooks/rthooks/pyi_rth_nltk.py | 17 + .../hooks/rthooks/pyi_rth_osgeo.py | 32 + .../hooks/rthooks/pyi_rth_pygraphviz.py | 32 + .../hooks/rthooks/pyi_rth_pyproj.py | 26 + .../rthooks/pyi_rth_pyqtgraph_multiprocess.py | 51 + .../hooks/rthooks/pyi_rth_pythoncom.py | 24 + .../hooks/rthooks/pyi_rth_pywintypes.py | 24 + .../hooks/rthooks/pyi_rth_tensorflow.py | 53 + .../hooks/rthooks/pyi_rth_traitlets.py | 25 + .../hooks/rthooks/pyi_rth_usb.py | 75 + .../hooks/stdhooks/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/hook-BTrees.cpython-312.pyc | Bin 0 -> 349 bytes .../hook-CTkMessagebox.cpython-312.pyc | Bin 0 -> 355 bytes .../__pycache__/hook-Crypto.cpython-312.pyc | Bin 0 -> 2067 bytes .../hook-Cryptodome.cpython-312.pyc | Bin 0 -> 1232 bytes .../hook-HtmlTestRunner.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/hook-IPython.cpython-312.pyc | Bin 0 -> 655 bytes .../__pycache__/hook-OpenGL.cpython-312.pyc | Bin 0 -> 1832 bytes .../hook-OpenGL_accelerate.cpython-312.pyc | Bin 0 -> 596 bytes .../hook-PyTaskbar.cpython-312.pyc | Bin 0 -> 347 bytes .../__pycache__/hook-Xlib.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-_mssql.cpython-312.pyc | Bin 0 -> 262 bytes .../__pycache__/hook-_mysql.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-accessible_output2.cpython-312.pyc | Bin 0 -> 457 bytes .../__pycache__/hook-adbutils.cpython-312.pyc | Bin 0 -> 397 bytes .../__pycache__/hook-adios.cpython-312.pyc | Bin 0 -> 343 bytes .../hook-afmformats.cpython-312.pyc | Bin 0 -> 349 bytes .../hook-aliyunsdkcore.cpython-312.pyc | Bin 0 -> 355 bytes .../__pycache__/hook-altair.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-amazonproduct.cpython-312.pyc | Bin 0 -> 730 bytes .../__pycache__/hook-anyio.cpython-312.pyc | Bin 0 -> 492 bytes .../__pycache__/hook-appdirs.cpython-312.pyc | Bin 0 -> 569 bytes .../__pycache__/hook-appy.pod.cpython-312.pyc | Bin 0 -> 350 bytes .../hook-apscheduler.cpython-312.pyc | Bin 0 -> 763 bytes .../__pycache__/hook-argon2.cpython-312.pyc | Bin 0 -> 272 bytes .../__pycache__/hook-astor.cpython-312.pyc | Bin 0 -> 339 bytes .../__pycache__/hook-astroid.cpython-312.pyc | Bin 0 -> 702 bytes .../__pycache__/hook-astropy.cpython-312.pyc | Bin 0 -> 944 bytes .../hook-astropy_iers_data.cpython-312.pyc | Bin 0 -> 364 bytes .../__pycache__/hook-av.cpython-312.pyc | Bin 0 -> 1022 bytes .../__pycache__/hook-avro.cpython-312.pyc | Bin 0 -> 835 bytes .../__pycache__/hook-azurerm.cpython-312.pyc | Bin 0 -> 462 bytes .../hook-backports.zoneinfo.cpython-312.pyc | Bin 0 -> 347 bytes .../__pycache__/hook-bacon.cpython-312.pyc | Bin 0 -> 1444 bytes .../__pycache__/hook-bcrypt.cpython-312.pyc | Bin 0 -> 335 bytes .../hook-bitsandbytes.cpython-312.pyc | Bin 0 -> 404 bytes .../__pycache__/hook-bleak.cpython-312.pyc | Bin 0 -> 505 bytes .../__pycache__/hook-blspy.cpython-312.pyc | Bin 0 -> 776 bytes .../__pycache__/hook-bokeh.cpython-312.pyc | Bin 0 -> 663 bytes .../__pycache__/hook-boto.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/hook-boto3.cpython-312.pyc | Bin 0 -> 517 bytes .../__pycache__/hook-botocore.cpython-312.pyc | Bin 0 -> 474 bytes .../__pycache__/hook-branca.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-cairocffi.cpython-312.pyc | Bin 0 -> 1526 bytes .../__pycache__/hook-cairosvg.cpython-312.pyc | Bin 0 -> 1371 bytes .../hook-cassandra.cpython-312.pyc | Bin 0 -> 355 bytes .../__pycache__/hook-celpy.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-certifi.cpython-312.pyc | Bin 0 -> 343 bytes .../__pycache__/hook-cf_units.cpython-312.pyc | Bin 0 -> 377 bytes .../__pycache__/hook-cftime.cpython-312.pyc | Bin 0 -> 313 bytes .../hook-charset_normalizer.cpython-312.pyc | Bin 0 -> 433 bytes .../hook-cloudscraper.cpython-312.pyc | Bin 0 -> 353 bytes .../__pycache__/hook-clr.cpython-312.pyc | Bin 0 -> 1900 bytes .../hook-clr_loader.cpython-312.pyc | Bin 0 -> 446 bytes .../hook-compliance_checker.cpython-312.pyc | Bin 0 -> 692 bytes .../hook-countrycode.cpython-312.pyc | Bin 0 -> 351 bytes .../hook-countryinfo.cpython-312.pyc | Bin 0 -> 405 bytes .../hook-cryptography.cpython-312.pyc | Bin 0 -> 1238 bytes .../hook-customtkinter.cpython-312.pyc | Bin 0 -> 355 bytes .../__pycache__/hook-cv2.cpython-312.pyc | Bin 0 -> 5525 bytes .../hook-cx_Oracle.cpython-312.pyc | Bin 0 -> 268 bytes .../hook-cytoolz.itertoolz.cpython-312.pyc | Bin 0 -> 309 bytes .../__pycache__/hook-dash.cpython-312.pyc | Bin 0 -> 337 bytes ...-dash_bootstrap_components.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-dash_core_components.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-dash_html_components.cpython-312.pyc | Bin 0 -> 370 bytes .../hook-dash_renderer.cpython-312.pyc | Bin 0 -> 355 bytes .../hook-dash_table.cpython-312.pyc | Bin 0 -> 349 bytes .../hook-dash_uploader.cpython-312.pyc | Bin 0 -> 355 bytes .../__pycache__/hook-dask.cpython-312.pyc | Bin 0 -> 460 bytes .../__pycache__/hook-datasets.cpython-312.pyc | Bin 0 -> 272 bytes ...-dateparser.utils.strptime.cpython-312.pyc | Bin 0 -> 405 bytes .../__pycache__/hook-dclab.cpython-312.pyc | Bin 0 -> 339 bytes .../hook-detectron2.cpython-312.pyc | Bin 0 -> 274 bytes .../__pycache__/hook-discid.cpython-312.pyc | Bin 0 -> 1183 bytes .../__pycache__/hook-distorm3.cpython-312.pyc | Bin 0 -> 372 bytes .../hook-dns.rdata.cpython-312.pyc | Bin 0 -> 357 bytes .../__pycache__/hook-docutils.cpython-312.pyc | Bin 0 -> 622 bytes .../__pycache__/hook-docx.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/hook-docx2pdf.cpython-312.pyc | Bin 0 -> 408 bytes .../__pycache__/hook-dynaconf.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-easyocr.cpython-312.pyc | Bin 0 -> 1077 bytes .../__pycache__/hook-eel.cpython-312.pyc | Bin 0 -> 382 bytes .../__pycache__/hook-enchant.cpython-312.pyc | Bin 0 -> 2234 bytes .../hook-eng_to_ipa.cpython-312.pyc | Bin 0 -> 349 bytes .../__pycache__/hook-ens.cpython-312.pyc | Bin 0 -> 335 bytes ...k-enzyme.parsers.ebml.core.cpython-312.pyc | Bin 0 -> 651 bytes .../__pycache__/hook-eth_abi.cpython-312.pyc | Bin 0 -> 338 bytes .../hook-eth_account.cpython-312.pyc | Bin 0 -> 346 bytes .../__pycache__/hook-eth_hash.cpython-312.pyc | Bin 0 -> 519 bytes .../hook-eth_keyfile.cpython-312.pyc | Bin 0 -> 346 bytes .../__pycache__/hook-eth_keys.cpython-312.pyc | Bin 0 -> 424 bytes .../__pycache__/hook-eth_rlp.cpython-312.pyc | Bin 0 -> 421 bytes .../hook-eth_typing.cpython-312.pyc | Bin 0 -> 346 bytes .../hook-eth_utils.cpython-312.pyc | Bin 0 -> 342 bytes .../hook-eth_utils.network.cpython-312.pyc | Bin 0 -> 355 bytes .../hook-exchangelib.cpython-312.pyc | Bin 0 -> 269 bytes .../__pycache__/hook-fabric.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-fairscale.cpython-312.pyc | Bin 0 -> 273 bytes .../__pycache__/hook-faker.cpython-312.pyc | Bin 0 -> 501 bytes .../__pycache__/hook-fastai.cpython-312.pyc | Bin 0 -> 270 bytes .../hook-fastparquet.cpython-312.pyc | Bin 0 -> 880 bytes .../hook-ffpyplayer.cpython-312.pyc | Bin 0 -> 536 bytes .../__pycache__/hook-fiona.cpython-312.pyc | Bin 0 -> 549 bytes .../hook-flask_compress.cpython-312.pyc | Bin 0 -> 353 bytes .../hook-flask_restx.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-flex.cpython-312.pyc | Bin 0 -> 332 bytes .../__pycache__/hook-flirpy.cpython-312.pyc | Bin 0 -> 490 bytes .../__pycache__/hook-fmpy.cpython-312.pyc | Bin 0 -> 640 bytes .../__pycache__/hook-folium.cpython-312.pyc | Bin 0 -> 343 bytes .../__pycache__/hook-freetype.cpython-312.pyc | Bin 0 -> 352 bytes .../hook-fvcore.nn.cpython-312.pyc | Bin 0 -> 273 bytes .../__pycache__/hook-gadfly.cpython-312.pyc | Bin 0 -> 265 bytes .../__pycache__/hook-gcloud.cpython-312.pyc | Bin 0 -> 336 bytes .../hook-geopandas.cpython-312.pyc | Bin 0 -> 373 bytes .../__pycache__/hook-gitlab.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-gmplot.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-gmsh.cpython-312.pyc | Bin 0 -> 841 bytes .../__pycache__/hook-gooey.cpython-312.pyc | Bin 0 -> 428 bytes .../hook-google.api_core.cpython-312.pyc | Bin 0 -> 355 bytes ...hook-google.cloud.bigquery.cpython-312.pyc | Bin 0 -> 408 bytes .../hook-google.cloud.core.cpython-312.pyc | Bin 0 -> 359 bytes .../hook-google.cloud.kms_v1.cpython-312.pyc | Bin 0 -> 360 bytes ...ook-google.cloud.pubsub_v1.cpython-312.pyc | Bin 0 -> 366 bytes .../hook-google.cloud.speech.cpython-312.pyc | Bin 0 -> 363 bytes .../hook-google.cloud.storage.cpython-312.pyc | Bin 0 -> 365 bytes ...ook-google.cloud.translate.cpython-312.pyc | Bin 0 -> 369 bytes ...hook-googleapiclient.model.cpython-312.pyc | Bin 0 -> 537 bytes .../hook-graphql_query.cpython-312.pyc | Bin 0 -> 444 bytes .../hook-great_expectations.cpython-312.pyc | Bin 0 -> 366 bytes .../__pycache__/hook-grpc.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/hook-gst._gst.cpython-312.pyc | Bin 0 -> 1145 bytes .../__pycache__/hook-gtk.cpython-312.pyc | Bin 0 -> 401 bytes .../__pycache__/hook-h5py.cpython-312.pyc | Bin 0 -> 368 bytes .../hook-hdf5plugin.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-httplib2.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-humanize.cpython-312.pyc | Bin 0 -> 635 bytes .../__pycache__/hook-hydra.cpython-312.pyc | Bin 0 -> 445 bytes .../__pycache__/hook-ijson.cpython-312.pyc | Bin 0 -> 357 bytes .../__pycache__/hook-imageio.cpython-312.pyc | Bin 0 -> 461 bytes .../hook-imageio_ffmpeg.cpython-312.pyc | Bin 0 -> 384 bytes .../__pycache__/hook-iminuit.cpython-312.pyc | Bin 0 -> 518 bytes .../hook-jaraco.text.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-jedi.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/hook-jieba.cpython-312.pyc | Bin 0 -> 339 bytes .../__pycache__/hook-jinja2.cpython-312.pyc | Bin 0 -> 268 bytes .../__pycache__/hook-jinxed.cpython-312.pyc | Bin 0 -> 314 bytes .../__pycache__/hook-jira.cpython-312.pyc | Bin 0 -> 468 bytes .../hook-jsonpath_rw_ext.cpython-312.pyc | Bin 0 -> 355 bytes .../hook-jsonrpcserver.cpython-312.pyc | Bin 0 -> 355 bytes .../hook-jsonschema.cpython-312.pyc | Bin 0 -> 411 bytes ...-jsonschema_specifications.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-jupyterlab.cpython-312.pyc | Bin 0 -> 349 bytes .../__pycache__/hook-kaleido.cpython-312.pyc | Bin 0 -> 343 bytes .../hook-khmernltk.cpython-312.pyc | Bin 0 -> 394 bytes .../hook-kinterbasdb.cpython-312.pyc | Bin 0 -> 541 bytes .../hook-langchain.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-langcodes.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-langdetect.cpython-312.pyc | Bin 0 -> 349 bytes .../__pycache__/hook-laonlp.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-lark.cpython-312.pyc | Bin 0 -> 337 bytes .../hook-ldfparser.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-lensfunpy.cpython-312.pyc | Bin 0 -> 607 bytes .../hook-libaudioverse.cpython-312.pyc | Bin 0 -> 443 bytes .../__pycache__/hook-librosa.cpython-312.pyc | Bin 0 -> 458 bytes .../__pycache__/hook-lightgbm.cpython-312.pyc | Bin 0 -> 442 bytes .../hook-lightning.cpython-312.pyc | Bin 0 -> 390 bytes .../__pycache__/hook-limits.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-linear_operator.cpython-312.pyc | Bin 0 -> 279 bytes .../__pycache__/hook-lingua.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-litestar.cpython-312.pyc | Bin 0 -> 362 bytes .../__pycache__/hook-llvmlite.cpython-312.pyc | Bin 0 -> 350 bytes .../__pycache__/hook-logilab.cpython-312.pyc | Bin 0 -> 346 bytes .../__pycache__/hook-lxml.cpython-312.pyc | Bin 0 -> 345 bytes .../hook-lxml.etree.cpython-312.pyc | Bin 0 -> 299 bytes .../hook-lxml.isoschematron.cpython-312.pyc | Bin 0 -> 489 bytes .../hook-lxml.objectify.cpython-312.pyc | Bin 0 -> 276 bytes .../__pycache__/hook-lz4.cpython-312.pyc | Bin 0 -> 330 bytes .../__pycache__/hook-magic.cpython-312.pyc | Bin 0 -> 407 bytes .../hook-mako.codegen.cpython-312.pyc | Bin 0 -> 441 bytes .../__pycache__/hook-mariadb.cpython-312.pyc | Bin 0 -> 481 bytes .../__pycache__/hook-markdown.cpython-312.pyc | Bin 0 -> 552 bytes .../__pycache__/hook-mecab.cpython-312.pyc | Bin 0 -> 391 bytes .../__pycache__/hook-metpy.cpython-312.pyc | Bin 0 -> 406 bytes .../__pycache__/hook-migrate.cpython-312.pyc | Bin 0 -> 443 bytes .../__pycache__/hook-mimesis.cpython-312.pyc | Bin 0 -> 343 bytes ...ook-minecraft_launcher_lib.cpython-312.pyc | Bin 0 -> 374 bytes .../__pycache__/hook-mistune.cpython-312.pyc | Bin 0 -> 443 bytes .../__pycache__/hook-mnemonic.cpython-312.pyc | Bin 0 -> 345 bytes .../hook-moviepy.audio.fx.all.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-moviepy.video.fx.all.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-mpl_toolkits.basemap.cpython-312.pyc | Bin 0 -> 1089 bytes .../hook-msoffcrypto.cpython-312.pyc | Bin 0 -> 424 bytes .../__pycache__/hook-nacl.cpython-312.pyc | Bin 0 -> 994 bytes .../__pycache__/hook-names.cpython-312.pyc | Bin 0 -> 339 bytes .../__pycache__/hook-nanite.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-nbconvert.cpython-312.pyc | Bin 0 -> 411 bytes .../__pycache__/hook-nbdime.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-nbformat.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-nbt.cpython-312.pyc | Bin 0 -> 299 bytes .../__pycache__/hook-ncclient.cpython-312.pyc | Bin 0 -> 610 bytes .../__pycache__/hook-netCDF4.cpython-312.pyc | Bin 0 -> 547 bytes .../__pycache__/hook-nltk.cpython-312.pyc | Bin 0 -> 679 bytes .../__pycache__/hook-nnpy.cpython-312.pyc | Bin 0 -> 331 bytes .../__pycache__/hook-notebook.cpython-312.pyc | Bin 0 -> 1190 bytes .../__pycache__/hook-numba.cpython-312.pyc | Bin 0 -> 316 bytes .../hook-numcodecs.cpython-312.pyc | Bin 0 -> 282 bytes .../hook-nvidia.cublas.cpython-312.pyc | Bin 0 -> 391 bytes .../hook-nvidia.cuda_cupti.cpython-312.pyc | Bin 0 -> 395 bytes .../hook-nvidia.cuda_nvcc.cpython-312.pyc | Bin 0 -> 516 bytes .../hook-nvidia.cuda_nvrtc.cpython-312.pyc | Bin 0 -> 395 bytes .../hook-nvidia.cuda_runtime.cpython-312.pyc | Bin 0 -> 397 bytes .../hook-nvidia.cudnn.cpython-312.pyc | Bin 0 -> 390 bytes .../hook-nvidia.cufft.cpython-312.pyc | Bin 0 -> 390 bytes .../hook-nvidia.curand.cpython-312.pyc | Bin 0 -> 391 bytes .../hook-nvidia.cusolver.cpython-312.pyc | Bin 0 -> 393 bytes .../hook-nvidia.cusparse.cpython-312.pyc | Bin 0 -> 393 bytes .../hook-nvidia.nccl.cpython-312.pyc | Bin 0 -> 389 bytes .../hook-nvidia.nvjitlink.cpython-312.pyc | Bin 0 -> 394 bytes .../hook-nvidia.nvtx.cpython-312.pyc | Bin 0 -> 389 bytes .../hook-office365.cpython-312.pyc | Bin 0 -> 522 bytes .../__pycache__/hook-opencc.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-openpyxl.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-orjson.cpython-312.pyc | Bin 0 -> 299 bytes .../__pycache__/hook-osgeo.cpython-312.pyc | Bin 0 -> 1947 bytes .../hook-pandas_flavor.cpython-312.pyc | Bin 0 -> 315 bytes .../__pycache__/hook-panel.cpython-312.pyc | Bin 0 -> 426 bytes .../hook-parsedatetime.cpython-312.pyc | Bin 0 -> 669 bytes .../__pycache__/hook-parso.cpython-312.pyc | Bin 0 -> 339 bytes .../__pycache__/hook-passlib.cpython-312.pyc | Bin 0 -> 317 bytes ...-paste.exceptions.reporter.cpython-312.pyc | Bin 0 -> 446 bytes .../__pycache__/hook-patsy.cpython-312.pyc | Bin 0 -> 272 bytes .../__pycache__/hook-pdfminer.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-pendulum.cpython-312.pyc | Bin 0 -> 455 bytes .../hook-phonenumbers.cpython-312.pyc | Bin 0 -> 361 bytes .../__pycache__/hook-pingouin.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-pint.cpython-312.pyc | Bin 0 -> 399 bytes .../__pycache__/hook-pinyin.cpython-312.pyc | Bin 0 -> 343 bytes .../hook-platformdirs.cpython-312.pyc | Bin 0 -> 626 bytes .../__pycache__/hook-plotly.cpython-312.pyc | Bin 0 -> 524 bytes .../hook-prettytable.cpython-312.pyc | Bin 0 -> 346 bytes .../__pycache__/hook-psutil.cpython-312.pyc | Bin 0 -> 1629 bytes .../__pycache__/hook-psychopy.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-psycopg2.cpython-312.pyc | Bin 0 -> 271 bytes .../hook-publicsuffix2.cpython-312.pyc | Bin 0 -> 355 bytes .../hook-pubsub.core.cpython-312.pyc | Bin 0 -> 425 bytes .../hook-puremagic.cpython-312.pyc | Bin 0 -> 347 bytes .../__pycache__/hook-py.cpython-312.pyc | Bin 0 -> 347 bytes .../__pycache__/hook-pyarrow.cpython-312.pyc | Bin 0 -> 610 bytes .../hook-pycountry.cpython-312.pyc | Bin 0 -> 403 bytes .../hook-pycparser.cpython-312.pyc | Bin 0 -> 302 bytes .../hook-pycrfsuite.cpython-312.pyc | Bin 0 -> 320 bytes .../__pycache__/hook-pydantic.cpython-312.pyc | Bin 0 -> 881 bytes .../__pycache__/hook-pydivert.cpython-312.pyc | Bin 0 -> 360 bytes .../hook-pyexcel-io.cpython-312.pyc | Bin 0 -> 272 bytes .../hook-pyexcel-ods.cpython-312.pyc | Bin 0 -> 274 bytes .../hook-pyexcel-ods3.cpython-312.pyc | Bin 0 -> 277 bytes .../hook-pyexcel-odsr.cpython-312.pyc | Bin 0 -> 277 bytes .../hook-pyexcel-xls.cpython-312.pyc | Bin 0 -> 274 bytes .../hook-pyexcel-xlsx.cpython-312.pyc | Bin 0 -> 277 bytes .../hook-pyexcel-xlsxw.cpython-312.pyc | Bin 0 -> 279 bytes .../__pycache__/hook-pyexcel.cpython-312.pyc | Bin 0 -> 923 bytes .../hook-pyexcel_io.cpython-312.pyc | Bin 0 -> 635 bytes .../hook-pyexcel_ods.cpython-312.pyc | Bin 0 -> 313 bytes .../hook-pyexcel_ods3.cpython-312.pyc | Bin 0 -> 317 bytes .../hook-pyexcel_odsr.cpython-312.pyc | Bin 0 -> 301 bytes .../hook-pyexcel_xls.cpython-312.pyc | Bin 0 -> 313 bytes .../hook-pyexcel_xlsx.cpython-312.pyc | Bin 0 -> 319 bytes .../hook-pyexcel_xlsxw.cpython-312.pyc | Bin 0 -> 305 bytes .../hook-pyexcelerate.Writer.cpython-312.pyc | Bin 0 -> 360 bytes .../hook-pygraphviz.cpython-312.pyc | Bin 0 -> 2168 bytes .../hook-pygwalker.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-pylibmagic.cpython-312.pyc | Bin 0 -> 482 bytes .../__pycache__/hook-pylint.cpython-312.pyc | Bin 0 -> 869 bytes .../__pycache__/hook-pylsl.cpython-312.pyc | Bin 0 -> 1163 bytes .../hook-pymediainfo.cpython-312.pyc | Bin 0 -> 1489 bytes .../hook-pymorphy3.cpython-312.pyc | Bin 0 -> 638 bytes .../__pycache__/hook-pymssql.cpython-312.pyc | Bin 0 -> 467 bytes .../__pycache__/hook-pynput.cpython-312.pyc | Bin 0 -> 349 bytes .../__pycache__/hook-pyodbc.cpython-312.pyc | Bin 0 -> 356 bytes .../__pycache__/hook-pyopencl.cpython-312.pyc | Bin 0 -> 408 bytes .../hook-pypemicro.cpython-312.pyc | Bin 0 -> 1736 bytes .../__pycache__/hook-pyphen.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-pyppeteer.cpython-312.pyc | Bin 0 -> 344 bytes .../__pycache__/hook-pyproj.cpython-312.pyc | Bin 0 -> 1722 bytes .../__pycache__/hook-pypsexec.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-pypylon.cpython-312.pyc | Bin 0 -> 1005 bytes .../hook-pyqtgraph.cpython-312.pyc | Bin 0 -> 780 bytes .../__pycache__/hook-pyshark.cpython-312.pyc | Bin 0 -> 645 bytes .../__pycache__/hook-pysnmp.cpython-312.pyc | Bin 0 -> 450 bytes .../__pycache__/hook-pystray.cpython-312.pyc | Bin 0 -> 353 bytes .../__pycache__/hook-pytest.cpython-312.pyc | Bin 0 -> 400 bytes .../hook-pythainlp.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-pythoncom.cpython-312.pyc | Bin 0 -> 698 bytes .../__pycache__/hook-pyttsx.cpython-312.pyc | Bin 0 -> 480 bytes .../__pycache__/hook-pyttsx3.cpython-312.pyc | Bin 0 -> 601 bytes .../hook-pyviz_comms.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-pyvjoy.cpython-312.pyc | Bin 0 -> 346 bytes .../hook-pywintypes.cpython-312.pyc | Bin 0 -> 700 bytes .../__pycache__/hook-pywt.cpython-312.pyc | Bin 0 -> 278 bytes .../__pycache__/hook-qtmodern.cpython-312.pyc | Bin 0 -> 377 bytes .../__pycache__/hook-radicale.cpython-312.pyc | Bin 0 -> 408 bytes .../__pycache__/hook-raven.cpython-312.pyc | Bin 0 -> 293 bytes .../__pycache__/hook-rawpy.cpython-312.pyc | Bin 0 -> 273 bytes .../__pycache__/hook-rdflib.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/hook-redmine.cpython-312.pyc | Bin 0 -> 277 bytes .../__pycache__/hook-regex.cpython-312.pyc | Bin 0 -> 265 bytes .../hook-reportlab.lib.utils.cpython-312.pyc | Bin 0 -> 295 bytes ...eportlab.pdfbase._fontdata.cpython-312.pyc | Bin 0 -> 567 bytes .../__pycache__/hook-resampy.cpython-312.pyc | Bin 0 -> 350 bytes .../__pycache__/hook-rlp.cpython-312.pyc | Bin 0 -> 408 bytes .../__pycache__/hook-rpy2.cpython-312.pyc | Bin 0 -> 317 bytes .../__pycache__/hook-rtree.cpython-312.pyc | Bin 0 -> 1191 bytes .../hook-sacremoses.cpython-312.pyc | Bin 0 -> 349 bytes .../__pycache__/hook-seedir.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-selenium.cpython-312.pyc | Bin 0 -> 345 bytes .../hook-sentry_sdk.cpython-312.pyc | Bin 0 -> 1339 bytes .../__pycache__/hook-shapely.cpython-312.pyc | Bin 0 -> 3507 bytes .../hook-shotgun_api3.cpython-312.pyc | Bin 0 -> 413 bytes .../hook-simplemma.cpython-312.pyc | Bin 0 -> 347 bytes .../hook-skimage.color.cpython-312.pyc | Bin 0 -> 692 bytes .../__pycache__/hook-skimage.cpython-312.pyc | Bin 0 -> 461 bytes .../hook-skimage.data.cpython-312.pyc | Bin 0 -> 689 bytes .../hook-skimage.draw.cpython-312.pyc | Bin 0 -> 689 bytes .../hook-skimage.exposure.cpython-312.pyc | Bin 0 -> 703 bytes .../hook-skimage.feature.cpython-312.pyc | Bin 0 -> 853 bytes .../hook-skimage.filters.cpython-312.pyc | Bin 0 -> 854 bytes .../hook-skimage.future.cpython-312.pyc | Bin 0 -> 697 bytes .../hook-skimage.graph.cpython-312.pyc | Bin 0 -> 728 bytes .../hook-skimage.io.cpython-312.pyc | Bin 0 -> 431 bytes .../hook-skimage.measure.cpython-312.pyc | Bin 0 -> 700 bytes .../hook-skimage.morphology.cpython-312.pyc | Bin 0 -> 482 bytes .../hook-skimage.registration.cpython-312.pyc | Bin 0 -> 716 bytes .../hook-skimage.restoration.cpython-312.pyc | Bin 0 -> 713 bytes .../hook-skimage.transform.cpython-312.pyc | Bin 0 -> 838 bytes .../hook-sklearn.cluster.cpython-312.pyc | Bin 0 -> 410 bytes .../__pycache__/hook-sklearn.cpython-312.pyc | Bin 0 -> 343 bytes .../hook-sklearn.linear_model.cpython-312.pyc | Bin 0 -> 430 bytes ...ok-sklearn.metrics.cluster.cpython-312.pyc | Bin 0 -> 501 bytes .../hook-sklearn.metrics.cpython-312.pyc | Bin 0 -> 612 bytes ...k-sklearn.metrics.pairwise.cpython-312.pyc | Bin 0 -> 483 bytes .../hook-sklearn.neighbors.cpython-312.pyc | Bin 0 -> 745 bytes .../hook-sklearn.tree.cpython-312.pyc | Bin 0 -> 284 bytes .../hook-sklearn.utils.cpython-312.pyc | Bin 0 -> 292 bytes .../__pycache__/hook-skyfield.cpython-312.pyc | Bin 0 -> 345 bytes .../hook-sound_lib.cpython-312.pyc | Bin 0 -> 420 bytes .../hook-sounddevice.cpython-312.pyc | Bin 0 -> 2150 bytes .../hook-soundfile.cpython-312.pyc | Bin 0 -> 2083 bytes .../__pycache__/hook-spacy.cpython-312.pyc | Bin 0 -> 506 bytes .../hook-speech_recognition.cpython-312.pyc | Bin 0 -> 366 bytes .../__pycache__/hook-spiceypy.cpython-312.pyc | Bin 0 -> 350 bytes .../__pycache__/hook-spnego.cpython-312.pyc | Bin 0 -> 349 bytes ...hook-srsly.msgpack._packer.cpython-312.pyc | Bin 0 -> 441 bytes .../hook-sspilib.raw.cpython-312.pyc | Bin 0 -> 401 bytes ...statsmodels.tsa.statespace.cpython-312.pyc | Bin 0 -> 471 bytes .../__pycache__/hook-stdnum.cpython-312.pyc | Bin 0 -> 341 bytes .../hook-storm.database.cpython-312.pyc | Bin 0 -> 380 bytes .../hook-sudachipy.cpython-312.pyc | Bin 0 -> 742 bytes .../__pycache__/hook-sunpy.cpython-312.pyc | Bin 0 -> 738 bytes ...ook-swagger_spec_validator.cpython-312.pyc | Bin 0 -> 374 bytes .../__pycache__/hook-sympy.cpython-312.pyc | Bin 0 -> 667 bytes .../hook-tableauhyperapi.cpython-312.pyc | Bin 0 -> 365 bytes .../__pycache__/hook-tables.cpython-312.pyc | Bin 0 -> 300 bytes .../__pycache__/hook-tcod.cpython-312.pyc | Bin 0 -> 477 bytes .../hook-tensorflow.cpython-312.pyc | Bin 0 -> 4626 bytes .../hook-text_unidecode.cpython-312.pyc | Bin 0 -> 701 bytes .../hook-textdistance.cpython-312.pyc | Bin 0 -> 386 bytes ...k-thinc.backends.numpy_ops.cpython-312.pyc | Bin 0 -> 465 bytes .../__pycache__/hook-thinc.cpython-312.pyc | Bin 0 -> 529 bytes .../hook-timezonefinder.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/hook-timm.cpython-312.pyc | Bin 0 -> 268 bytes .../__pycache__/hook-tinycss2.cpython-312.pyc | Bin 0 -> 651 bytes .../__pycache__/hook-torch.cpython-312.pyc | Bin 0 -> 2709 bytes .../hook-torchaudio.cpython-312.pyc | Bin 0 -> 488 bytes .../hook-torchtext.cpython-312.pyc | Bin 0 -> 484 bytes .../hook-torchvision.cpython-312.pyc | Bin 0 -> 322 bytes .../hook-torchvision.io.image.cpython-312.pyc | Bin 0 -> 290 bytes .../hook-transformers.cpython-312.pyc | Bin 0 -> 1057 bytes .../__pycache__/hook-trimesh.cpython-312.pyc | Bin 0 -> 345 bytes .../__pycache__/hook-triton.cpython-312.pyc | Bin 0 -> 572 bytes .../hook-ttkthemes.cpython-312.pyc | Bin 0 -> 1670 bytes .../hook-ttkwidgets.cpython-312.pyc | Bin 0 -> 1135 bytes .../__pycache__/hook-tzdata.cpython-312.pyc | Bin 0 -> 416 bytes .../__pycache__/hook-u1db.cpython-312.pyc | Bin 0 -> 717 bytes .../__pycache__/hook-umap.cpython-312.pyc | Bin 0 -> 338 bytes .../hook-unidecode.cpython-312.pyc | Bin 0 -> 357 bytes .../__pycache__/hook-uniseg.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/hook-usb.cpython-312.pyc | Bin 0 -> 2326 bytes .../__pycache__/hook-uvicorn.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-uvloop.cpython-312.pyc | Bin 0 -> 349 bytes .../hook-vaderSentiment.cpython-312.pyc | Bin 0 -> 358 bytes .../hook-vtkpython.cpython-312.pyc | Bin 0 -> 708 bytes .../__pycache__/hook-wavefile.cpython-312.pyc | Bin 0 -> 431 bytes .../hook-weasyprint.cpython-312.pyc | Bin 0 -> 2876 bytes .../__pycache__/hook-web3.cpython-312.pyc | Bin 0 -> 332 bytes .../hook-webassets.cpython-312.pyc | Bin 0 -> 374 bytes .../hook-webrtcvad.cpython-312.pyc | Bin 0 -> 342 bytes .../hook-websockets.cpython-312.pyc | Bin 0 -> 359 bytes .../__pycache__/hook-webview.cpython-312.pyc | Bin 0 -> 496 bytes .../__pycache__/hook-win32com.cpython-312.pyc | Bin 0 -> 310 bytes .../hook-wordcloud.cpython-312.pyc | Bin 0 -> 347 bytes .../__pycache__/hook-workflow.cpython-312.pyc | Bin 0 -> 340 bytes .../hook-wx.lib.activex.cpython-312.pyc | Bin 0 -> 354 bytes .../hook-wx.lib.pubsub.cpython-312.pyc | Bin 0 -> 429 bytes .../__pycache__/hook-wx.xrc.cpython-312.pyc | Bin 0 -> 274 bytes ...-xml.dom.html.HTMLDocument.cpython-312.pyc | Bin 0 -> 1948 bytes .../hook-xml.sax.saxexts.cpython-312.pyc | Bin 0 -> 590 bytes .../__pycache__/hook-xmldiff.cpython-312.pyc | Bin 0 -> 338 bytes .../__pycache__/hook-xsge_gui.cpython-312.pyc | Bin 0 -> 345 bytes .../hook-xyzservices.cpython-312.pyc | Bin 0 -> 351 bytes .../__pycache__/hook-z3c.rml.cpython-312.pyc | Bin 0 -> 448 bytes .../__pycache__/hook-zeep.cpython-312.pyc | Bin 0 -> 332 bytes .../__pycache__/hook-zmq.cpython-312.pyc | Bin 0 -> 1621 bytes .../__pycache__/hook-zoneinfo.cpython-312.pyc | Bin 0 -> 337 bytes .../hooks/stdhooks/hook-BTrees.py | 17 + .../hooks/stdhooks/hook-CTkMessagebox.py | 17 + .../hooks/stdhooks/hook-Crypto.py | 62 + .../hooks/stdhooks/hook-Cryptodome.py | 44 + .../hooks/stdhooks/hook-HtmlTestRunner.py | 17 + .../hooks/stdhooks/hook-IPython.py | 33 + .../hooks/stdhooks/hook-OpenGL.py | 65 + .../hooks/stdhooks/hook-OpenGL_accelerate.py | 22 + .../hooks/stdhooks/hook-PyTaskbar.py | 14 + .../hooks/stdhooks/hook-Xlib.py | 15 + .../hooks/stdhooks/hook-_mssql.py | 13 + .../hooks/stdhooks/hook-_mysql.py | 16 + .../hooks/stdhooks/hook-accessible_output2.py | 18 + .../hooks/stdhooks/hook-adbutils.py | 16 + .../hooks/stdhooks/hook-adios.py | 16 + .../hooks/stdhooks/hook-afmformats.py | 17 + .../hooks/stdhooks/hook-aliyunsdkcore.py | 14 + .../hooks/stdhooks/hook-altair.py | 15 + .../hooks/stdhooks/hook-amazonproduct.py | 26 + .../hooks/stdhooks/hook-anyio.py | 19 + .../hooks/stdhooks/hook-appdirs.py | 21 + .../hooks/stdhooks/hook-appy.pod.py | 17 + .../hooks/stdhooks/hook-apscheduler.py | 27 + .../hooks/stdhooks/hook-argon2.py | 13 + .../hooks/stdhooks/hook-astor.py | 15 + .../hooks/stdhooks/hook-astroid.py | 48 + .../hooks/stdhooks/hook-astropy.py | 42 + .../hooks/stdhooks/hook-astropy_iers_data.py | 16 + .../hooks/stdhooks/hook-av.py | 34 + .../hooks/stdhooks/hook-avro.py | 27 + .../hooks/stdhooks/hook-azurerm.py | 22 + .../hooks/stdhooks/hook-backports.zoneinfo.py | 18 + .../hooks/stdhooks/hook-bacon.py | 50 + .../hooks/stdhooks/hook-bcrypt.py | 16 + .../hooks/stdhooks/hook-bitsandbytes.py | 23 + .../hooks/stdhooks/hook-bleak.py | 19 + .../hooks/stdhooks/hook-blspy.py | 35 + .../hooks/stdhooks/hook-bokeh.py | 27 + .../hooks/stdhooks/hook-boto.py | 25 + .../hooks/stdhooks/hook-boto3.py | 29 + .../hooks/stdhooks/hook-botocore.py | 30 + .../hooks/stdhooks/hook-branca.py | 15 + .../hooks/stdhooks/hook-cairocffi.py | 45 + .../hooks/stdhooks/hook-cairosvg.py | 40 + .../hooks/stdhooks/hook-cassandra.py | 22 + .../hooks/stdhooks/hook-celpy.py | 24 + .../hooks/stdhooks/hook-certifi.py | 21 + .../hooks/stdhooks/hook-cf_units.py | 16 + .../hooks/stdhooks/hook-cftime.py | 21 + .../hooks/stdhooks/hook-charset_normalizer.py | 16 + .../hooks/stdhooks/hook-cloudscraper.py | 15 + .../hooks/stdhooks/hook-clr.py | 60 + .../hooks/stdhooks/hook-clr_loader.py | 22 + .../hooks/stdhooks/hook-compliance_checker.py | 22 + .../hooks/stdhooks/hook-countrycode.py | 15 + .../hooks/stdhooks/hook-countryinfo.py | 15 + .../hooks/stdhooks/hook-cryptography.py | 42 + .../hooks/stdhooks/hook-customtkinter.py | 14 + .../hooks/stdhooks/hook-cv2.py | 168 + .../hooks/stdhooks/hook-cx_Oracle.py | 13 + .../hooks/stdhooks/hook-cytoolz.itertoolz.py | 16 + .../hooks/stdhooks/hook-dash.py | 15 + .../hook-dash_bootstrap_components.py | 15 + .../stdhooks/hook-dash_core_components.py | 15 + .../stdhooks/hook-dash_html_components.py | 15 + .../hooks/stdhooks/hook-dash_renderer.py | 15 + .../hooks/stdhooks/hook-dash_table.py | 15 + .../hooks/stdhooks/hook-dash_uploader.py | 15 + .../hooks/stdhooks/hook-dask.py | 17 + .../hooks/stdhooks/hook-datasets.py | 14 + .../hook-dateparser.utils.strptime.py | 17 + .../hooks/stdhooks/hook-dclab.py | 17 + .../hooks/stdhooks/hook-detectron2.py | 14 + .../hooks/stdhooks/hook-discid.py | 40 + .../hooks/stdhooks/hook-distorm3.py | 19 + .../hooks/stdhooks/hook-dns.rdata.py | 17 + .../hooks/stdhooks/hook-docutils.py | 19 + .../hooks/stdhooks/hook-docx.py | 15 + .../hooks/stdhooks/hook-docx2pdf.py | 18 + .../hooks/stdhooks/hook-dynaconf.py | 15 + .../hooks/stdhooks/hook-easyocr.py | 18 + .../hooks/stdhooks/hook-eel.py | 16 + .../hooks/stdhooks/hook-enchant.py | 65 + .../hooks/stdhooks/hook-eng_to_ipa.py | 15 + .../hooks/stdhooks/hook-ens.py | 15 + .../stdhooks/hook-enzyme.parsers.ebml.core.py | 25 + .../hooks/stdhooks/hook-eth_abi.py | 15 + .../hooks/stdhooks/hook-eth_account.py | 15 + .../hooks/stdhooks/hook-eth_hash.py | 20 + .../hooks/stdhooks/hook-eth_keyfile.py | 15 + .../hooks/stdhooks/hook-eth_keys.py | 17 + .../hooks/stdhooks/hook-eth_rlp.py | 17 + .../hooks/stdhooks/hook-eth_typing.py | 16 + .../hooks/stdhooks/hook-eth_utils.network.py | 15 + .../hooks/stdhooks/hook-eth_utils.py | 15 + .../hooks/stdhooks/hook-exchangelib.py | 12 + .../hooks/stdhooks/hook-fabric.py | 22 + .../hooks/stdhooks/hook-fairscale.py | 14 + .../hooks/stdhooks/hook-faker.py | 19 + .../hooks/stdhooks/hook-fastai.py | 14 + .../hooks/stdhooks/hook-fastparquet.py | 32 + .../hooks/stdhooks/hook-ffpyplayer.py | 19 + .../hooks/stdhooks/hook-fiona.py | 26 + .../hooks/stdhooks/hook-flask_compress.py | 15 + .../hooks/stdhooks/hook-flask_restx.py | 13 + .../hooks/stdhooks/hook-flex.py | 17 + .../hooks/stdhooks/hook-flirpy.py | 19 + .../hooks/stdhooks/hook-fmpy.py | 25 + .../hooks/stdhooks/hook-folium.py | 16 + .../hooks/stdhooks/hook-freetype.py | 16 + .../hooks/stdhooks/hook-fvcore.nn.py | 14 + .../hooks/stdhooks/hook-gadfly.py | 13 + .../hooks/stdhooks/hook-gcloud.py | 15 + .../hooks/stdhooks/hook-geopandas.py | 15 + .../hooks/stdhooks/hook-gitlab.py | 22 + .../hooks/stdhooks/hook-gmplot.py | 15 + .../hooks/stdhooks/hook-gmsh.py | 28 + .../hooks/stdhooks/hook-gooey.py | 18 + .../hooks/stdhooks/hook-google.api_core.py | 15 + .../stdhooks/hook-google.cloud.bigquery.py | 16 + .../hooks/stdhooks/hook-google.cloud.core.py | 15 + .../stdhooks/hook-google.cloud.kms_v1.py | 19 + .../stdhooks/hook-google.cloud.pubsub_v1.py | 15 + .../stdhooks/hook-google.cloud.speech.py | 15 + .../stdhooks/hook-google.cloud.storage.py | 15 + .../stdhooks/hook-google.cloud.translate.py | 15 + .../stdhooks/hook-googleapiclient.model.py | 20 + .../hooks/stdhooks/hook-graphql_query.py | 17 + .../hooks/stdhooks/hook-great_expectations.py | 15 + .../hooks/stdhooks/hook-grpc.py | 15 + .../hooks/stdhooks/hook-gst._gst.py | 45 + .../hooks/stdhooks/hook-gtk.py | 16 + .../hooks/stdhooks/hook-h5py.py | 16 + .../hooks/stdhooks/hook-hdf5plugin.py | 17 + .../hooks/stdhooks/hook-httplib2.py | 17 + .../hooks/stdhooks/hook-humanize.py | 23 + .../hooks/stdhooks/hook-hydra.py | 19 + .../hooks/stdhooks/hook-ijson.py | 15 + .../hooks/stdhooks/hook-imageio.py | 21 + .../hooks/stdhooks/hook-imageio_ffmpeg.py | 17 + .../hooks/stdhooks/hook-iminuit.py | 25 + .../hooks/stdhooks/hook-jaraco.text.py | 17 + .../hooks/stdhooks/hook-jedi.py | 17 + .../hooks/stdhooks/hook-jieba.py | 15 + .../hooks/stdhooks/hook-jinja2.py | 13 + .../hooks/stdhooks/hook-jinxed.py | 15 + .../hooks/stdhooks/hook-jira.py | 19 + .../hooks/stdhooks/hook-jsonpath_rw_ext.py | 15 + .../hooks/stdhooks/hook-jsonrpcserver.py | 18 + .../hooks/stdhooks/hook-jsonschema.py | 20 + .../hook-jsonschema_specifications.py | 14 + .../hooks/stdhooks/hook-jupyterlab.py | 15 + .../hooks/stdhooks/hook-kaleido.py | 15 + .../hooks/stdhooks/hook-khmernltk.py | 16 + .../hooks/stdhooks/hook-kinterbasdb.py | 19 + .../hooks/stdhooks/hook-langchain.py | 15 + .../hooks/stdhooks/hook-langcodes.py | 15 + .../hooks/stdhooks/hook-langdetect.py | 15 + .../hooks/stdhooks/hook-laonlp.py | 15 + .../hooks/stdhooks/hook-lark.py | 15 + .../hooks/stdhooks/hook-ldfparser.py | 15 + .../hooks/stdhooks/hook-lensfunpy.py | 16 + .../hooks/stdhooks/hook-libaudioverse.py | 18 + .../hooks/stdhooks/hook-librosa.py | 25 + .../hooks/stdhooks/hook-lightgbm.py | 27 + .../hooks/stdhooks/hook-lightning.py | 21 + .../hooks/stdhooks/hook-limits.py | 15 + .../hooks/stdhooks/hook-linear_operator.py | 14 + .../hooks/stdhooks/hook-lingua.py | 15 + .../hooks/stdhooks/hook-litestar.py | 14 + .../hooks/stdhooks/hook-llvmlite.py | 21 + .../hooks/stdhooks/hook-logilab.py | 26 + .../hooks/stdhooks/hook-lxml.etree.py | 13 + .../hooks/stdhooks/hook-lxml.isoschematron.py | 17 + .../hooks/stdhooks/hook-lxml.objectify.py | 13 + .../hooks/stdhooks/hook-lxml.py | 20 + .../hooks/stdhooks/hook-lz4.py | 16 + .../hooks/stdhooks/hook-magic.py | 18 + .../hooks/stdhooks/hook-mako.codegen.py | 17 + .../hooks/stdhooks/hook-mariadb.py | 25 + .../hooks/stdhooks/hook-markdown.py | 28 + .../hooks/stdhooks/hook-mecab.py | 16 + .../hooks/stdhooks/hook-metpy.py | 21 + .../hooks/stdhooks/hook-migrate.py | 19 + .../hooks/stdhooks/hook-mimesis.py | 17 + .../stdhooks/hook-minecraft_launcher_lib.py | 14 + .../hooks/stdhooks/hook-mistune.py | 19 + .../hooks/stdhooks/hook-mnemonic.py | 15 + .../stdhooks/hook-moviepy.audio.fx.all.py | 16 + .../stdhooks/hook-moviepy.video.fx.all.py | 16 + .../stdhooks/hook-mpl_toolkits.basemap.py | 36 + .../hooks/stdhooks/hook-msoffcrypto.py | 17 + .../hooks/stdhooks/hook-nacl.py | 30 + .../hooks/stdhooks/hook-names.py | 18 + .../hooks/stdhooks/hook-nanite.py | 17 + .../hooks/stdhooks/hook-nbconvert.py | 18 + .../hooks/stdhooks/hook-nbdime.py | 15 + .../hooks/stdhooks/hook-nbformat.py | 15 + .../hooks/stdhooks/hook-nbt.py | 12 + .../hooks/stdhooks/hook-ncclient.py | 23 + .../hooks/stdhooks/hook-netCDF4.py | 27 + .../hooks/stdhooks/hook-nltk.py | 27 + .../hooks/stdhooks/hook-nnpy.py | 16 + .../hooks/stdhooks/hook-notebook.py | 27 + .../hooks/stdhooks/hook-numba.py | 20 + .../hooks/stdhooks/hook-numcodecs.py | 14 + .../hooks/stdhooks/hook-nvidia.cublas.py | 15 + .../hooks/stdhooks/hook-nvidia.cuda_cupti.py | 15 + .../hooks/stdhooks/hook-nvidia.cuda_nvcc.py | 23 + .../hooks/stdhooks/hook-nvidia.cuda_nvrtc.py | 15 + .../stdhooks/hook-nvidia.cuda_runtime.py | 15 + .../hooks/stdhooks/hook-nvidia.cudnn.py | 15 + .../hooks/stdhooks/hook-nvidia.cufft.py | 15 + .../hooks/stdhooks/hook-nvidia.curand.py | 15 + .../hooks/stdhooks/hook-nvidia.cusolver.py | 15 + .../hooks/stdhooks/hook-nvidia.cusparse.py | 15 + .../hooks/stdhooks/hook-nvidia.nccl.py | 15 + .../hooks/stdhooks/hook-nvidia.nvjitlink.py | 15 + .../hooks/stdhooks/hook-nvidia.nvtx.py | 15 + .../hooks/stdhooks/hook-office365.py | 18 + .../hooks/stdhooks/hook-opencc.py | 15 + .../hooks/stdhooks/hook-openpyxl.py | 18 + .../hooks/stdhooks/hook-orjson.py | 21 + .../hooks/stdhooks/hook-osgeo.py | 81 + .../hooks/stdhooks/hook-pandas_flavor.py | 15 + .../hooks/stdhooks/hook-panel.py | 18 + .../hooks/stdhooks/hook-parsedatetime.py | 28 + .../hooks/stdhooks/hook-parso.py | 14 + .../hooks/stdhooks/hook-passlib.py | 21 + .../hook-paste.exceptions.reporter.py | 17 + .../hooks/stdhooks/hook-patsy.py | 13 + .../hooks/stdhooks/hook-pdfminer.py | 15 + .../hooks/stdhooks/hook-pendulum.py | 19 + .../hooks/stdhooks/hook-phonenumbers.py | 19 + .../hooks/stdhooks/hook-pingouin.py | 15 + .../hooks/stdhooks/hook-pint.py | 16 + .../hooks/stdhooks/hook-pinyin.py | 20 + .../hooks/stdhooks/hook-platformdirs.py | 27 + .../hooks/stdhooks/hook-plotly.py | 17 + .../hooks/stdhooks/hook-prettytable.py | 15 + .../hooks/stdhooks/hook-psutil.py | 50 + .../hooks/stdhooks/hook-psychopy.py | 17 + .../hooks/stdhooks/hook-psycopg2.py | 13 + .../hooks/stdhooks/hook-publicsuffix2.py | 15 + .../hooks/stdhooks/hook-pubsub.core.py | 15 + .../hooks/stdhooks/hook-puremagic.py | 15 + .../hooks/stdhooks/hook-py.py | 15 + .../hooks/stdhooks/hook-pyarrow.py | 19 + .../hooks/stdhooks/hook-pycountry.py | 18 + .../hooks/stdhooks/hook-pycparser.py | 23 + .../hooks/stdhooks/hook-pycrfsuite.py | 13 + .../hooks/stdhooks/hook-pydantic.py | 48 + .../hooks/stdhooks/hook-pydivert.py | 15 + .../hooks/stdhooks/hook-pyexcel-io.py | 16 + .../hooks/stdhooks/hook-pyexcel-ods.py | 16 + .../hooks/stdhooks/hook-pyexcel-ods3.py | 16 + .../hooks/stdhooks/hook-pyexcel-odsr.py | 16 + .../hooks/stdhooks/hook-pyexcel-xls.py | 16 + .../hooks/stdhooks/hook-pyexcel-xlsx.py | 16 + .../hooks/stdhooks/hook-pyexcel-xlsxw.py | 16 + .../hooks/stdhooks/hook-pyexcel.py | 29 + .../hooks/stdhooks/hook-pyexcel_io.py | 26 + .../hooks/stdhooks/hook-pyexcel_ods.py | 16 + .../hooks/stdhooks/hook-pyexcel_ods3.py | 16 + .../hooks/stdhooks/hook-pyexcel_odsr.py | 16 + .../hooks/stdhooks/hook-pyexcel_xls.py | 16 + .../hooks/stdhooks/hook-pyexcel_xlsx.py | 16 + .../hooks/stdhooks/hook-pyexcel_xlsxw.py | 16 + .../stdhooks/hook-pyexcelerate.Writer.py | 15 + .../hooks/stdhooks/hook-pygraphviz.py | 66 + .../hooks/stdhooks/hook-pygwalker.py | 15 + .../hooks/stdhooks/hook-pylibmagic.py | 18 + .../hooks/stdhooks/hook-pylint.py | 75 + .../hooks/stdhooks/hook-pylsl.py | 41 + .../hooks/stdhooks/hook-pymediainfo.py | 44 + .../hooks/stdhooks/hook-pymorphy3.py | 25 + .../hooks/stdhooks/hook-pymssql.py | 20 + .../hooks/stdhooks/hook-pynput.py | 15 + .../hooks/stdhooks/hook-pyodbc.py | 19 + .../hooks/stdhooks/hook-pyopencl.py | 18 + .../hooks/stdhooks/hook-pypemicro.py | 43 + .../hooks/stdhooks/hook-pyphen.py | 15 + .../hooks/stdhooks/hook-pyppeteer.py | 16 + .../hooks/stdhooks/hook-pyproj.py | 61 + .../hooks/stdhooks/hook-pypsexec.py | 18 + .../hooks/stdhooks/hook-pypylon.py | 48 + .../hooks/stdhooks/hook-pyqtgraph.py | 43 + .../hooks/stdhooks/hook-pyshark.py | 25 + .../hooks/stdhooks/hook-pysnmp.py | 16 + .../hooks/stdhooks/hook-pystray.py | 16 + .../hooks/stdhooks/hook-pytest.py | 18 + .../hooks/stdhooks/hook-pythainlp.py | 15 + .../hooks/stdhooks/hook-pythoncom.py | 31 + .../hooks/stdhooks/hook-pyttsx.py | 23 + .../hooks/stdhooks/hook-pyttsx3.py | 30 + .../hooks/stdhooks/hook-pyviz_comms.py | 15 + .../hooks/stdhooks/hook-pyvjoy.py | 14 + .../hooks/stdhooks/hook-pywintypes.py | 31 + .../hooks/stdhooks/hook-pywt.py | 21 + .../hooks/stdhooks/hook-qtmodern.py | 15 + .../hooks/stdhooks/hook-radicale.py | 16 + .../hooks/stdhooks/hook-raven.py | 13 + .../hooks/stdhooks/hook-rawpy.py | 16 + .../hooks/stdhooks/hook-rdflib.py | 15 + .../hooks/stdhooks/hook-redmine.py | 13 + .../hooks/stdhooks/hook-regex.py | 13 + .../stdhooks/hook-reportlab.lib.utils.py | 16 + .../hook-reportlab.pdfbase._fontdata.py | 18 + .../hooks/stdhooks/hook-resampy.py | 17 + .../hooks/stdhooks/hook-rlp.py | 17 + .../hooks/stdhooks/hook-rpy2.py | 18 + .../hooks/stdhooks/hook-rtree.py | 40 + .../hooks/stdhooks/hook-sacremoses.py | 15 + .../hooks/stdhooks/hook-seedir.py | 15 + .../hooks/stdhooks/hook-selenium.py | 15 + .../hooks/stdhooks/hook-sentry_sdk.py | 40 + .../hooks/stdhooks/hook-shapely.py | 105 + .../hooks/stdhooks/hook-shotgun_api3.py | 23 + .../hooks/stdhooks/hook-simplemma.py | 15 + .../hooks/stdhooks/hook-skimage.color.py | 19 + .../hooks/stdhooks/hook-skimage.data.py | 19 + .../hooks/stdhooks/hook-skimage.draw.py | 19 + .../hooks/stdhooks/hook-skimage.exposure.py | 19 + .../hooks/stdhooks/hook-skimage.feature.py | 26 + .../hooks/stdhooks/hook-skimage.filters.py | 24 + .../hooks/stdhooks/hook-skimage.future.py | 19 + .../hooks/stdhooks/hook-skimage.graph.py | 22 + .../hooks/stdhooks/hook-skimage.io.py | 19 + .../hooks/stdhooks/hook-skimage.measure.py | 19 + .../hooks/stdhooks/hook-skimage.morphology.py | 17 + .../hooks/stdhooks/hook-skimage.py | 17 + .../stdhooks/hook-skimage.registration.py | 19 + .../stdhooks/hook-skimage.restoration.py | 19 + .../hooks/stdhooks/hook-skimage.transform.py | 24 + .../hooks/stdhooks/hook-sklearn.cluster.py | 18 + .../stdhooks/hook-sklearn.linear_model.py | 18 + .../stdhooks/hook-sklearn.metrics.cluster.py | 27 + .../stdhooks/hook-sklearn.metrics.pairwise.py | 21 + .../hooks/stdhooks/hook-sklearn.metrics.py | 25 + .../hooks/stdhooks/hook-sklearn.neighbors.py | 36 + .../hooks/stdhooks/hook-sklearn.py | 17 + .../hooks/stdhooks/hook-sklearn.tree.py | 13 + .../hooks/stdhooks/hook-sklearn.utils.py | 13 + .../hooks/stdhooks/hook-skyfield.py | 14 + .../hooks/stdhooks/hook-sound_lib.py | 18 + .../hooks/stdhooks/hook-sounddevice.py | 62 + .../hooks/stdhooks/hook-soundfile.py | 62 + .../hooks/stdhooks/hook-spacy.py | 18 + .../hooks/stdhooks/hook-speech_recognition.py | 18 + .../hooks/stdhooks/hook-spiceypy.py | 18 + .../hooks/stdhooks/hook-spnego.py | 15 + .../stdhooks/hook-srsly.msgpack._packer.py | 16 + .../hooks/stdhooks/hook-sspilib.raw.py | 20 + .../hook-statsmodels.tsa.statespace.py | 16 + .../hooks/stdhooks/hook-stdnum.py | 16 + .../hooks/stdhooks/hook-storm.database.py | 20 + .../hooks/stdhooks/hook-sudachipy.py | 30 + .../hooks/stdhooks/hook-sunpy.py | 20 + .../stdhooks/hook-swagger_spec_validator.py | 15 + .../hooks/stdhooks/hook-sympy.py | 22 + .../hooks/stdhooks/hook-tableauhyperapi.py | 15 + .../hooks/stdhooks/hook-tables.py | 14 + .../hooks/stdhooks/hook-tcod.py | 20 + .../hooks/stdhooks/hook-tensorflow.py | 174 + .../hooks/stdhooks/hook-text_unidecode.py | 25 + .../hooks/stdhooks/hook-textdistance.py | 17 + .../stdhooks/hook-thinc.backends.numpy_ops.py | 16 + .../hooks/stdhooks/hook-thinc.py | 17 + .../hooks/stdhooks/hook-timezonefinder.py | 15 + .../hooks/stdhooks/hook-timm.py | 14 + .../hooks/stdhooks/hook-tinycss2.py | 21 + .../hooks/stdhooks/hook-torch.py | 84 + .../hooks/stdhooks/hook-torchaudio.py | 21 + .../hooks/stdhooks/hook-torchtext.py | 21 + .../stdhooks/hook-torchvision.io.image.py | 14 + .../hooks/stdhooks/hook-torchvision.py | 18 + .../hooks/stdhooks/hook-transformers.py | 37 + .../hooks/stdhooks/hook-trimesh.py | 17 + .../hooks/stdhooks/hook-triton.py | 32 + .../hooks/stdhooks/hook-ttkthemes.py | 56 + .../hooks/stdhooks/hook-ttkwidgets.py | 38 + .../hooks/stdhooks/hook-tzdata.py | 22 + .../hooks/stdhooks/hook-u1db.py | 31 + .../hooks/stdhooks/hook-umap.py | 15 + .../hooks/stdhooks/hook-unidecode.py | 20 + .../hooks/stdhooks/hook-uniseg.py | 17 + .../hooks/stdhooks/hook-usb.py | 87 + .../hooks/stdhooks/hook-uvicorn.py | 15 + .../hooks/stdhooks/hook-uvloop.py | 19 + .../hooks/stdhooks/hook-vaderSentiment.py | 15 + .../hooks/stdhooks/hook-vtkpython.py | 25 + .../hooks/stdhooks/hook-wavefile.py | 18 + .../hooks/stdhooks/hook-weasyprint.py | 85 + .../hooks/stdhooks/hook-web3.py | 15 + .../hooks/stdhooks/hook-webassets.py | 14 + .../hooks/stdhooks/hook-webrtcvad.py | 15 + .../hooks/stdhooks/hook-websockets.py | 16 + .../hooks/stdhooks/hook-webview.py | 20 + .../hooks/stdhooks/hook-win32com.py | 20 + .../hooks/stdhooks/hook-wordcloud.py | 15 + .../hooks/stdhooks/hook-workflow.py | 15 + .../hooks/stdhooks/hook-wx.lib.activex.py | 16 + .../hooks/stdhooks/hook-wx.lib.pubsub.py | 27 + .../hooks/stdhooks/hook-wx.xrc.py | 13 + .../hook-xml.dom.html.HTMLDocument.py | 67 + .../hooks/stdhooks/hook-xml.sax.saxexts.py | 25 + .../hooks/stdhooks/hook-xmldiff.py | 16 + .../hooks/stdhooks/hook-xsge_gui.py | 17 + .../hooks/stdhooks/hook-xyzservices.py | 15 + .../hooks/stdhooks/hook-z3c.rml.py | 25 + .../hooks/stdhooks/hook-zeep.py | 18 + .../hooks/stdhooks/hook-zmq.py | 63 + .../hooks/stdhooks/hook-zoneinfo.py | 18 + .../hooks/utils/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/nvidia_cuda.cpython-312.pyc | Bin 0 -> 1844 bytes .../hooks/utils/nvidia_cuda.py | 62 + .../tests/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 734 bytes .../__pycache__/conftest.cpython-312.pyc | Bin 0 -> 267 bytes .../test_deep_learning.cpython-312.pyc | Bin 0 -> 12083 bytes .../test_libraries.cpython-312.pyc | Bin 0 -> 67345 bytes .../__pycache__/test_pytorch.cpython-312.pyc | Bin 0 -> 6122 bytes .../test_scikit_image.cpython-312.pyc | Bin 0 -> 2435 bytes .../test_scikit_learn.cpython-312.pyc | Bin 0 -> 1747 bytes .../test_tensorflow.cpython-312.pyc | Bin 0 -> 1690 bytes .../test_wx_lib_pubsub.cpython-312.pyc | Bin 0 -> 2203 bytes .../tests/conftest.py | 13 + .../tests/data/test_hydra/config.yaml | 3 + .../__pycache__/pyi_lib_boto.cpython-312.pyc | Bin 0 -> 1536 bytes .../pyi_lib_enchant.cpython-312.pyc | Bin 0 -> 1846 bytes .../pyi_lib_pycparser.cpython-312.pyc | Bin 0 -> 1257 bytes .../pyi_lib_tensorflow_layer.cpython-312.pyc | Bin 0 -> 941 bytes .../pyi_lib_tensorflow_mnist.cpython-312.pyc | Bin 0 -> 1924 bytes .../tests/scripts/pyi_lib_boto.py | 45 + .../tests/scripts/pyi_lib_enchant.py | 43 + .../tests/scripts/pyi_lib_pycparser.py | 54 + .../tests/scripts/pyi_lib_tensorflow_layer.py | 36 + .../tests/scripts/pyi_lib_tensorflow_mnist.py | 50 + .../tests/test_deep_learning.py | 361 + .../tests/test_libraries.py | 1897 ++++ .../tests/test_pytorch.py | 191 + .../tests/test_scikit_image.py | 70 + .../tests/test_scikit_learn.py | 46 + .../tests/test_tensorflow.py | 55 + .../tests/test_wx_lib_pubsub.py | 64 + .../altgraph-0.17.4.dist-info/INSTALLER | 1 + .../altgraph-0.17.4.dist-info/LICENSE | 18 + .../altgraph-0.17.4.dist-info/METADATA | 293 + .../altgraph-0.17.4.dist-info/RECORD | 21 + .../altgraph-0.17.4.dist-info/WHEEL | 6 + .../altgraph-0.17.4.dist-info/top_level.txt | 1 + .../altgraph-0.17.4.dist-info/zip-safe | 1 + .../python3.12/site-packages/altgraph/Dot.py | 321 + .../site-packages/altgraph/Graph.py | 682 ++ .../site-packages/altgraph/GraphAlgo.py | 171 + .../site-packages/altgraph/GraphStat.py | 73 + .../site-packages/altgraph/GraphUtil.py | 139 + .../site-packages/altgraph/ObjectGraph.py | 212 + .../site-packages/altgraph/__init__.py | 148 + .../altgraph/__pycache__/Dot.cpython-312.pyc | Bin 0 -> 11721 bytes .../__pycache__/Graph.cpython-312.pyc | Bin 0 -> 26856 bytes .../__pycache__/GraphAlgo.cpython-312.pyc | Bin 0 -> 7118 bytes .../__pycache__/GraphStat.cpython-312.pyc | Bin 0 -> 2423 bytes .../__pycache__/GraphUtil.cpython-312.pyc | Bin 0 -> 4736 bytes .../__pycache__/ObjectGraph.cpython-312.pyc | Bin 0 -> 10137 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5457 bytes .../certifi-2023.11.17.dist-info/INSTALLER | 1 + .../certifi-2023.11.17.dist-info/LICENSE | 20 + .../certifi-2023.11.17.dist-info/METADATA | 66 + .../certifi-2023.11.17.dist-info/RECORD | 14 + .../certifi-2023.11.17.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../site-packages/certifi/__init__.py | 4 + .../site-packages/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 319 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 634 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2833 bytes .../site-packages/certifi/cacert.pem | 4778 +++++++++ .../python3.12/site-packages/certifi/core.py | 108 + .../python3.12/site-packages/certifi/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 21 + .../METADATA | 683 ++ .../charset_normalizer-3.3.2.dist-info/RECORD | 35 + .../charset_normalizer-3.3.2.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../charset_normalizer/__init__.py | 46 + .../charset_normalizer/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1738 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 308 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 17341 bytes .../__pycache__/cd.cpython-312.pyc | Bin 0 -> 13501 bytes .../__pycache__/constant.cpython-312.pyc | Bin 0 -> 38765 bytes .../__pycache__/legacy.cpython-312.pyc | Bin 0 -> 2509 bytes .../__pycache__/md.cpython-312.pyc | Bin 0 -> 24523 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 16613 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 14376 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 335 bytes .../site-packages/charset_normalizer/api.py | 626 ++ .../site-packages/charset_normalizer/cd.py | 395 + .../charset_normalizer/cli/__init__.py | 6 + .../charset_normalizer/cli/__main__.py | 296 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 296 bytes .../cli/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10400 bytes .../charset_normalizer/constant.py | 1995 ++++ .../charset_normalizer/legacy.py | 54 + .../md.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 16064 bytes .../site-packages/charset_normalizer/md.py | 615 ++ .../md__mypyc.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 272640 bytes .../charset_normalizer/models.py | 340 + .../site-packages/charset_normalizer/py.typed | 0 .../site-packages/charset_normalizer/utils.py | 421 + .../charset_normalizer/version.py | 6 + .../site-packages/distutils-precedence.pth | 1 + .../idna-3.6.dist-info/INSTALLER | 1 + .../idna-3.6.dist-info/LICENSE.md | 31 + .../site-packages/idna-3.6.dist-info/METADATA | 243 + .../site-packages/idna-3.6.dist-info/RECORD | 22 + .../site-packages/idna-3.6.dist-info/WHEEL | 4 + .../python3.12/site-packages/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 882 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4987 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 888 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16203 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38362 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2639 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158849 bytes .../python3.12/site-packages/idna/codec.py | 118 + .../python3.12/site-packages/idna/compat.py | 13 + .../python3.12/site-packages/idna/core.py | 400 + .../python3.12/site-packages/idna/idnadata.py | 2150 +++++ .../site-packages/idna/intranges.py | 54 + .../site-packages/idna/package_data.py | 2 + .../python3.12/site-packages/idna/py.typed | 0 .../site-packages/idna/uts46data.py | 8598 ++++++++++++++++ .../packaging-23.2.dist-info/INSTALLER | 1 + .../packaging-23.2.dist-info/LICENSE | 3 + .../packaging-23.2.dist-info/LICENSE.APACHE | 177 + .../packaging-23.2.dist-info/LICENSE.BSD | 23 + .../packaging-23.2.dist-info/METADATA | 102 + .../packaging-23.2.dist-info/RECORD | 36 + .../packaging-23.2.dist-info/WHEEL | 4 + .../site-packages/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 559 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5027 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9907 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4587 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14079 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3242 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7931 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 10491 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 26905 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4478 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38671 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21012 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7285 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19998 bytes .../site-packages/packaging/_elffile.py | 108 + .../site-packages/packaging/_manylinux.py | 252 + .../site-packages/packaging/_musllinux.py | 83 + .../site-packages/packaging/_parser.py | 359 + .../site-packages/packaging/_structures.py | 61 + .../site-packages/packaging/_tokenizer.py | 192 + .../site-packages/packaging/markers.py | 252 + .../site-packages/packaging/metadata.py | 822 ++ .../site-packages/packaging/py.typed | 0 .../site-packages/packaging/requirements.py | 90 + .../site-packages/packaging/specifiers.py | 1008 ++ .../site-packages/packaging/tags.py | 553 ++ .../site-packages/packaging/utils.py | 172 + .../site-packages/packaging/version.py | 563 ++ .../pip-23.2.1.dist-info/AUTHORS.txt | 738 ++ .../pip-23.2.1.dist-info/INSTALLER | 1 + .../pip-23.2.1.dist-info/LICENSE.txt | 20 + .../pip-23.2.1.dist-info/METADATA | 90 + .../site-packages/pip-23.2.1.dist-info/RECORD | 1003 ++ .../pip-23.2.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.2.1.dist-info/WHEEL | 5 + .../pip-23.2.1.dist-info/entry_points.txt | 4 + .../pip-23.2.1.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 699 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 853 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2211 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 859 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14303 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12699 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17411 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33412 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 682 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4981 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10108 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13705 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 292 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 290 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8464 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10450 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30353 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1787 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2310 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4917 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15085 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2629 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18850 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7846 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 387 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 508 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4014 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9391 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2102 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 4899 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13266 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10077 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7598 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4368 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2995 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1685 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6784 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3987 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28978 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15387 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7630 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9740 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4738 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8962 bytes .../pip/_internal/commands/cache.py | 222 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 121 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 108 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 778 ++ .../pip/_internal/commands/list.py | 368 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 381 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 953 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2192 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1452 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8039 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2000 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 733 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 244 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21867 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40780 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 9875 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 223 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16788 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6884 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8023 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3793 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5812 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2887 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35129 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15147 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 342 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3345 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13172 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11175 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1935 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11234 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4261 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1706 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2194 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26044 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1181 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5100 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1863 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4452 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5792 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 237 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 581 ++ .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22000 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 4166 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8588 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11672 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18781 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2265 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2912 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 519 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7591 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10126 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25830 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7131 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1892 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1926 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3077 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1693 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2034 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3941 bytes .../operations/build/build_tracker.py | 124 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1829 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34025 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 740 ++ .../pip/_internal/operations/prepare.py | 743 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3753 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 18861 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21248 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 35943 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7224 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33112 bytes .../pip/_internal/req/constructors.py | 506 + .../pip/_internal/req/req_file.py | 552 ++ .../pip/_internal/req/req_install.py | 874 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 650 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1197 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22542 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8623 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 28003 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 28525 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6220 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10390 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4947 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 10446 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 11435 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 555 ++ .../resolution/resolvelib/factory.py | 730 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 165 + .../resolution/resolvelib/resolver.py | 299 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4545 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1875 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2419 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2222 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5570 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 693 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4195 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3562 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 2937 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2164 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4002 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7464 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1173 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2351 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7563 bytes .../inject_securetransport.cpython-312.pyc | Bin 0 -> 1217 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13658 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 32763 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2721 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2592 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4556 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8715 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 10320 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11115 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2409 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4489 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5996 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 72 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 735 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 543 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5035 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19136 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7611 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12490 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29108 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 355 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4669 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41282 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122050 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 788 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2440 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 5066 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3252 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 934 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 14651 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 3961 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6090 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 7281 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 865 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 385 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7308 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2230 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 331 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 658 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2862 bytes .../pip/_vendor/certifi/cacert.pem | 4589 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4581 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27212 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1400 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9651 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4135 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5031 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3891 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 802 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1409 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3009 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4579 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15323 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4387 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12095 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1403 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27217 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1403 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19139 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1416 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5823 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22168 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83016 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1407 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39562 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83135 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77001 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77512 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83089 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105264 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77690 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77529 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7015 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7195 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3907 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1601 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38658 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 645 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6400 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2370 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4499 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12279 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9992 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3188 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 501 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4025 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 +++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9768 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 505 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3963 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16434 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3563 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8139 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9101 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5480 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18116 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11761 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4917 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2501 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6625 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1272 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45555 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65986 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24400 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60222 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15146 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7473 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41620 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17338 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19603 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 87590 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30168 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52558 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1350 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1082 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 973 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 305 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53765 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 894 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4646 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 900 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16295 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38395 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2651 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158883 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 +++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1844 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2038 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8681 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43575 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 643 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 479 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12086 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6920 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3254 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14062 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6959 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31260 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18969 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5881 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19952 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146487 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18042 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1959 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9457 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9685 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5650 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12454 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 324 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13012 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3502 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 748 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26619 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2640 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3246 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4583 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38314 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1582 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3410 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4095 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4770 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11060 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6686 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8156 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33002 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13995 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37950 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6940 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4229 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4208 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7278 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40586 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27057 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6079 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19968 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6898 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2944 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6140 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9080 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5843 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15171 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14666 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64418 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42653 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4462 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7925 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8409 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13428 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267722 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13008 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48515 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34124 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17202 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13198 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14918 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 ++++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26827 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 +++ .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 627 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 388 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14739 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1094 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14411 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5460 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 598 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2035 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21294 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7218 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13937 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 936 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1521 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25260 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7061 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4326 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1066 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35462 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 786 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27771 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5973 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5631 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36283 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 648 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6865 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2668 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25911 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10520 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 434 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7029 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10318 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7835 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205990 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1743 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2335 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 551 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 869 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12091 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4161 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1899 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3634 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5174 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 738 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6591 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13193 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 979 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 879 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28981 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2504 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3587 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2374 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1622 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12336 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9120 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4286 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11872 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5632 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26539 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1715 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8601 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113798 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2272 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9240 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10943 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10387 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1501 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4223 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1859 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3591 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3096 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9912 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6049 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5223 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20234 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19154 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4908 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13562 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9312 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6390 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7148 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1834 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5328 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12111 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40056 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75089 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10403 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14792 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1806 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 581 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6640 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6582 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3844 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2498 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28175 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6078 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6082 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33528 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2153 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39624 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43598 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3362 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58963 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6354 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 328 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31558 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11453 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27100 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4820 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2329 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1638 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1478 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2316 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1426 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14295 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5582 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2600 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12427 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 398 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26941 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3922 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 380 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3419 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15945 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20421 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36293 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13507 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10427 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4032 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20316 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 6369 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33980 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1132 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1862 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11578 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5733 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24464 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35558 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7525 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17441 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14815 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41333 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1834 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7342 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1160 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4770 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1566 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1366 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4197 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3003 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21699 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15117 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5085 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10781 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11153 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15809 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4417 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12009 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7146 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2710 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9053 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3309 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../python3.12/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3358 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146489 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 89835 bytes .../_vendor/__pycache__/zipp.cpython-312.pyc | Bin 0 -> 14886 bytes .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 693 bytes .../__pycache__/_adapters.cpython-312.pyc | Bin 0 -> 9738 bytes .../__pycache__/_common.cpython-312.pyc | Bin 0 -> 8785 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 5059 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 1205 bytes .../__pycache__/_legacy.cpython-312.pyc | Bin 0 -> 5821 bytes .../__pycache__/abc.cpython-312.pyc | Bin 0 -> 8903 bytes .../__pycache__/readers.cpython-312.pyc | Bin 0 -> 7676 bytes .../__pycache__/simple.cpython-312.pyc | Bin 0 -> 5529 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 207 + .../_vendor/importlib_resources/_compat.py | 108 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 120 + .../_vendor/importlib_resources/abc.py | 170 + .../_vendor/importlib_resources/py.typed | 0 .../_vendor/importlib_resources/readers.py | 120 + .../_vendor/importlib_resources/simple.py | 106 + .../pkg_resources/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/context.cpython-312.pyc | Bin 0 -> 11145 bytes .../__pycache__/functools.cpython-312.pyc | Bin 0 -> 20558 bytes .../pkg_resources/_vendor/jaraco/context.py | 288 + .../pkg_resources/_vendor/jaraco/functools.py | 556 ++ .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 24460 bytes .../_vendor/more_itertools/__init__.py | 6 + .../_vendor/more_itertools/__init__.pyi | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 374 bytes .../__pycache__/more.cpython-312.pyc | Bin 0 -> 158174 bytes .../__pycache__/recipes.cpython-312.pyc | Bin 0 -> 33384 bytes .../_vendor/more_itertools/more.py | 4391 +++++++++ .../_vendor/more_itertools/more.pyi | 666 ++ .../_vendor/more_itertools/py.typed | 0 .../_vendor/more_itertools/recipes.py | 930 ++ .../_vendor/more_itertools/recipes.pyi | 119 + .../_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 586 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5049 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9187 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4443 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 13835 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3264 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7953 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 10513 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 9874 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4905 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38693 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 20790 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 6002 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19774 bytes .../_vendor/packaging/_elffile.py | 108 + .../_vendor/packaging/_manylinux.py | 240 + .../_vendor/packaging/_musllinux.py | 80 + .../_vendor/packaging/_parser.py | 353 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/_tokenizer.py | 192 + .../_vendor/packaging/markers.py | 252 + .../_vendor/packaging/metadata.py | 408 + .../pkg_resources/_vendor/packaging/py.typed | 0 .../_vendor/packaging/requirements.py | 95 + .../_vendor/packaging/specifiers.py | 1008 ++ .../pkg_resources/_vendor/packaging/tags.py | 546 ++ .../pkg_resources/_vendor/packaging/utils.py | 141 + .../_vendor/packaging/version.py | 564 ++ .../_vendor/platformdirs/__init__.py | 342 + .../_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 13223 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1811 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 5808 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 6630 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 4254 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 9991 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 334 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 9295 bytes .../_vendor/platformdirs/android.py | 120 + .../pkg_resources/_vendor/platformdirs/api.py | 156 + .../_vendor/platformdirs/macos.py | 64 + .../_vendor/platformdirs/py.typed | 0 .../_vendor/platformdirs/unix.py | 181 + .../_vendor/platformdirs/version.py | 4 + .../_vendor/platformdirs/windows.py | 184 + .../_vendor/typing_extensions.py | 2209 +++++ .../pkg_resources/_vendor/zipp.py | 329 + .../pkg_resources/extern/__init__.py | 80 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4056 bytes .../pyinstaller-6.3.0.dist-info/COPYING.txt | 636 ++ .../pyinstaller-6.3.0.dist-info/INSTALLER | 1 + .../pyinstaller-6.3.0.dist-info/METADATA | 208 + .../pyinstaller-6.3.0.dist-info/RECORD | 1030 ++ .../pyinstaller-6.3.0.dist-info/REQUESTED | 0 .../pyinstaller-6.3.0.dist-info/WHEEL | 5 + .../entry_points.txt | 7 + .../pyinstaller-6.3.0.dist-info/top_level.txt | 1 + .../INSTALLER | 1 + .../LICENSE | 23 + .../LICENSE.APL.txt | 38 + .../LICENSE.GPL.txt | 313 + .../METADATA | 369 + .../RECORD | 912 ++ .../REQUESTED | 0 .../WHEEL | 6 + .../entry_points.txt | 3 + .../top_level.txt | 1 + .../requests-2.31.0.dist-info/INSTALLER | 1 + .../requests-2.31.0.dist-info/LICENSE | 175 + .../requests-2.31.0.dist-info/METADATA | 122 + .../requests-2.31.0.dist-info/RECORD | 43 + .../requests-2.31.0.dist-info/REQUESTED | 0 .../requests-2.31.0.dist-info/WHEEL | 5 + .../requests-2.31.0.dist-info/top_level.txt | 1 + .../site-packages/requests/__init__.py | 180 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5337 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 586 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2023 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21221 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7206 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13925 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 668 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1740 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25248 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7036 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4329 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1054 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35378 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1271 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27759 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5961 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5619 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36259 bytes .../site-packages/requests/__version__.py | 14 + .../site-packages/requests/_internal_utils.py | 50 + .../site-packages/requests/adapters.py | 538 ++ .../python3.12/site-packages/requests/api.py | 157 + .../python3.12/site-packages/requests/auth.py | 315 + .../site-packages/requests/certs.py | 17 + .../site-packages/requests/compat.py | 79 + .../site-packages/requests/cookies.py | 561 ++ .../site-packages/requests/exceptions.py | 141 + .../python3.12/site-packages/requests/help.py | 134 + .../site-packages/requests/hooks.py | 33 + .../site-packages/requests/models.py | 1034 ++ .../site-packages/requests/packages.py | 28 + .../site-packages/requests/sessions.py | 833 ++ .../site-packages/requests/status_codes.py | 128 + .../site-packages/requests/structures.py | 99 + .../site-packages/requests/utils.py | 1094 +++ .../setuptools-69.0.3.dist-info/INSTALLER | 1 + .../setuptools-69.0.3.dist-info/LICENSE | 17 + .../setuptools-69.0.3.dist-info/METADATA | 133 + .../setuptools-69.0.3.dist-info/RECORD | 476 + .../setuptools-69.0.3.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-69.0.3.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 266 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12542 bytes .../_core_metadata.cpython-312.pyc | Bin 0 -> 12297 bytes .../__pycache__/_entry_points.cpython-312.pyc | Bin 0 -> 4684 bytes .../__pycache__/_imp.cpython-312.pyc | Bin 0 -> 3582 bytes .../__pycache__/_importlib.cpython-312.pyc | Bin 0 -> 1806 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 1091 bytes .../_normalization.cpython-312.pyc | Bin 0 -> 5997 bytes .../__pycache__/_path.cpython-312.pyc | Bin 0 -> 1950 bytes .../__pycache__/_reqs.cpython-312.pyc | Bin 0 -> 1877 bytes .../__pycache__/archive_util.cpython-312.pyc | Bin 0 -> 9211 bytes .../__pycache__/build_meta.cpython-312.pyc | Bin 0 -> 23448 bytes .../__pycache__/dep_util.cpython-312.pyc | Bin 0 -> 882 bytes .../__pycache__/depends.cpython-312.pyc | Bin 0 -> 7463 bytes .../__pycache__/discovery.cpython-312.pyc | Bin 0 -> 29103 bytes .../__pycache__/dist.cpython-312.pyc | Bin 0 -> 45234 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 3461 bytes .../__pycache__/extension.cpython-312.pyc | Bin 0 -> 6484 bytes .../__pycache__/glob.cpython-312.pyc | Bin 0 -> 6014 bytes .../__pycache__/installer.cpython-312.pyc | Bin 0 -> 6482 bytes .../__pycache__/launch.cpython-312.pyc | Bin 0 -> 1323 bytes .../__pycache__/logging.cpython-312.pyc | Bin 0 -> 2060 bytes .../__pycache__/modified.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/monkey.cpython-312.pyc | Bin 0 -> 6487 bytes .../__pycache__/msvc.cpython-312.pyc | Bin 0 -> 60587 bytes .../__pycache__/namespaces.cpython-312.pyc | Bin 0 -> 5267 bytes .../__pycache__/package_index.cpython-312.pyc | Bin 0 -> 52723 bytes .../__pycache__/py312compat.cpython-312.pyc | Bin 0 -> 831 bytes .../__pycache__/sandbox.cpython-312.pyc | Bin 0 -> 23788 bytes .../__pycache__/unicode_utils.cpython-312.pyc | Bin 0 -> 1655 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 434 bytes .../__pycache__/warnings.cpython-312.pyc | Bin 0 -> 4956 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 13488 bytes .../windows_support.cpython-312.pyc | Bin 0 -> 1459 bytes .../setuptools/_core_metadata.py | 258 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 542 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 7902 bytes .../__pycache__/_functools.cpython-312.pyc | Bin 0 -> 2604 bytes .../__pycache__/_log.cpython-312.pyc | Bin 0 -> 292 bytes .../__pycache__/_macos_compat.cpython-312.pyc | Bin 0 -> 579 bytes .../__pycache__/_modified.cpython-312.pyc | Bin 0 -> 3898 bytes .../__pycache__/_msvccompiler.cpython-312.pyc | Bin 0 -> 22447 bytes .../__pycache__/archive_util.cpython-312.pyc | Bin 0 -> 9775 bytes .../__pycache__/bcppcompiler.cpython-312.pyc | Bin 0 -> 12024 bytes .../__pycache__/ccompiler.cpython-312.pyc | Bin 0 -> 44270 bytes .../__pycache__/cmd.cpython-312.pyc | Bin 0 -> 17582 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 5444 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 9162 bytes .../cygwinccompiler.cpython-312.pyc | Bin 0 -> 12170 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 333 bytes .../__pycache__/dep_util.cpython-312.pyc | Bin 0 -> 727 bytes .../__pycache__/dir_util.cpython-312.pyc | Bin 0 -> 9591 bytes .../__pycache__/dist.cpython-312.pyc | Bin 0 -> 50489 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 5765 bytes .../__pycache__/extension.cpython-312.pyc | Bin 0 -> 9443 bytes .../__pycache__/fancy_getopt.cpython-312.pyc | Bin 0 -> 15580 bytes .../__pycache__/file_util.cpython-312.pyc | Bin 0 -> 9618 bytes .../__pycache__/filelist.cpython-312.pyc | Bin 0 -> 15822 bytes .../__pycache__/log.cpython-312.pyc | Bin 0 -> 2630 bytes .../__pycache__/msvc9compiler.cpython-312.pyc | Bin 0 -> 30894 bytes .../__pycache__/msvccompiler.cpython-312.pyc | Bin 0 -> 25062 bytes .../__pycache__/py38compat.cpython-312.pyc | Bin 0 -> 575 bytes .../__pycache__/py39compat.cpython-312.pyc | Bin 0 -> 2710 bytes .../__pycache__/spawn.cpython-312.pyc | Bin 0 -> 4122 bytes .../__pycache__/sysconfig.cpython-312.pyc | Bin 0 -> 20979 bytes .../__pycache__/text_file.cpython-312.pyc | Bin 0 -> 10777 bytes .../__pycache__/unixccompiler.cpython-312.pyc | Bin 0 -> 15253 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 18956 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 10468 bytes .../versionpredicate.cpython-312.pyc | Bin 0 -> 6916 bytes .../setuptools/_distutils/_collections.py | 194 + .../setuptools/_distutils/_functools.py | 73 + .../setuptools/_distutils/_log.py | 4 + .../setuptools/_distutils/_macos_compat.py | 12 + .../setuptools/_distutils/_modified.py | 72 + .../setuptools/_distutils/_msvccompiler.py | 568 ++ .../setuptools/_distutils/archive_util.py | 280 + .../setuptools/_distutils/bcppcompiler.py | 401 + .../setuptools/_distutils/ccompiler.py | 1254 +++ .../setuptools/_distutils/cmd.py | 435 + .../setuptools/_distutils/command/__init__.py | 25 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 543 bytes .../_framework_compat.cpython-312.pyc | Bin 0 -> 2659 bytes .../command/__pycache__/bdist.cpython-312.pyc | Bin 0 -> 5633 bytes .../__pycache__/bdist_dumb.cpython-312.pyc | Bin 0 -> 5552 bytes .../__pycache__/bdist_rpm.cpython-312.pyc | Bin 0 -> 21543 bytes .../command/__pycache__/build.cpython-312.pyc | Bin 0 -> 5890 bytes .../__pycache__/build_clib.cpython-312.pyc | Bin 0 -> 7372 bytes .../__pycache__/build_ext.cpython-312.pyc | Bin 0 -> 28825 bytes .../__pycache__/build_py.cpython-312.pyc | Bin 0 -> 16041 bytes .../__pycache__/build_scripts.cpython-312.pyc | Bin 0 -> 7123 bytes .../command/__pycache__/check.cpython-312.pyc | Bin 0 -> 6964 bytes .../command/__pycache__/clean.cpython-312.pyc | Bin 0 -> 3036 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 15001 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 27183 bytes .../__pycache__/install_data.cpython-312.pyc | Bin 0 -> 3514 bytes .../install_egg_info.cpython-312.pyc | Bin 0 -> 4909 bytes .../install_headers.cpython-312.pyc | Bin 0 -> 2246 bytes .../__pycache__/install_lib.cpython-312.pyc | Bin 0 -> 8132 bytes .../install_scripts.cpython-312.pyc | Bin 0 -> 2969 bytes .../__pycache__/py37compat.cpython-312.pyc | Bin 0 -> 1452 bytes .../__pycache__/register.cpython-312.pyc | Bin 0 -> 14288 bytes .../command/__pycache__/sdist.cpython-312.pyc | Bin 0 -> 22263 bytes .../__pycache__/upload.cpython-312.pyc | Bin 0 -> 9475 bytes .../_distutils/command/_framework_compat.py | 55 + .../setuptools/_distutils/command/bdist.py | 156 + .../_distutils/command/bdist_dumb.py | 143 + .../_distutils/command/bdist_rpm.py | 614 ++ .../setuptools/_distutils/command/build.py | 152 + .../_distutils/command/build_clib.py | 207 + .../_distutils/command/build_ext.py | 788 ++ .../setuptools/_distutils/command/build_py.py | 406 + .../_distutils/command/build_scripts.py | 172 + .../setuptools/_distutils/command/check.py | 151 + .../setuptools/_distutils/command/clean.py | 75 + .../setuptools/_distutils/command/config.py | 376 + .../setuptools/_distutils/command/install.py | 813 ++ .../_distutils/command/install_data.py | 83 + .../_distutils/command/install_egg_info.py | 92 + .../_distutils/command/install_headers.py | 44 + .../_distutils/command/install_lib.py | 237 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 31 + .../setuptools/_distutils/command/register.py | 320 + .../setuptools/_distutils/command/sdist.py | 530 + .../setuptools/_distutils/command/upload.py | 206 + .../setuptools/_distutils/config.py | 139 + .../setuptools/_distutils/core.py | 291 + .../setuptools/_distutils/cygwinccompiler.py | 356 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 14 + .../setuptools/_distutils/dir_util.py | 243 + .../setuptools/_distutils/dist.py | 1287 +++ .../setuptools/_distutils/errors.py | 127 + .../setuptools/_distutils/extension.py | 248 + .../setuptools/_distutils/fancy_getopt.py | 470 + .../setuptools/_distutils/file_util.py | 248 + .../setuptools/_distutils/filelist.py | 371 + .../setuptools/_distutils/log.py | 57 + .../setuptools/_distutils/msvc9compiler.py | 829 ++ .../setuptools/_distutils/msvccompiler.py | 692 ++ .../setuptools/_distutils/py38compat.py | 8 + .../setuptools/_distutils/py39compat.py | 66 + .../setuptools/_distutils/spawn.py | 109 + .../setuptools/_distutils/sysconfig.py | 559 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 400 + .../setuptools/_distutils/util.py | 513 + .../setuptools/_distutils/version.py | 357 + .../setuptools/_distutils/versionpredicate.py | 175 + .../site-packages/setuptools/_entry_points.py | 88 + .../site-packages/setuptools/_imp.py | 88 + .../site-packages/setuptools/_importlib.py | 51 + .../site-packages/setuptools/_itertools.py | 23 + .../setuptools/_normalization.py | 132 + .../site-packages/setuptools/_path.py | 37 + .../site-packages/setuptools/_reqs.py | 40 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/ordered_set.cpython-312.pyc | Bin 0 -> 19545 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 98131 bytes .../_vendor/__pycache__/zipp.cpython-312.pyc | Bin 0 -> 14883 bytes .../_vendor/importlib_metadata/__init__.py | 904 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 45261 bytes .../__pycache__/_adapters.cpython-312.pyc | Bin 0 -> 3971 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 1958 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 2480 bytes .../__pycache__/_functools.cpython-312.pyc | Bin 0 -> 3516 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 2440 bytes .../__pycache__/_meta.cpython-312.pyc | Bin 0 -> 2724 bytes .../__pycache__/_py39compat.cpython-312.pyc | Bin 0 -> 1672 bytes .../__pycache__/_text.cpython-312.pyc | Bin 0 -> 3917 bytes .../_vendor/importlib_metadata/_adapters.py | 90 + .../importlib_metadata/_collections.py | 30 + .../_vendor/importlib_metadata/_compat.py | 72 + .../_vendor/importlib_metadata/_functools.py | 104 + .../_vendor/importlib_metadata/_itertools.py | 73 + .../_vendor/importlib_metadata/_meta.py | 49 + .../_vendor/importlib_metadata/_py39compat.py | 35 + .../_vendor/importlib_metadata/_text.py | 99 + .../_vendor/importlib_metadata/py.typed | 0 .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 690 bytes .../__pycache__/_adapters.cpython-312.pyc | Bin 0 -> 9735 bytes .../__pycache__/_common.cpython-312.pyc | Bin 0 -> 8782 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 5056 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 1202 bytes .../__pycache__/_legacy.cpython-312.pyc | Bin 0 -> 5818 bytes .../__pycache__/abc.cpython-312.pyc | Bin 0 -> 8900 bytes .../__pycache__/readers.cpython-312.pyc | Bin 0 -> 7673 bytes .../__pycache__/simple.cpython-312.pyc | Bin 0 -> 5526 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 207 + .../_vendor/importlib_resources/_compat.py | 108 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 120 + .../_vendor/importlib_resources/abc.py | 170 + .../_vendor/importlib_resources/py.typed | 0 .../_vendor/importlib_resources/readers.py | 120 + .../_vendor/importlib_resources/simple.py | 106 + .../setuptools/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/context.cpython-312.pyc | Bin 0 -> 11142 bytes .../__pycache__/functools.cpython-312.pyc | Bin 0 -> 20549 bytes .../setuptools/_vendor/jaraco/context.py | 288 + .../setuptools/_vendor/jaraco/functools.py | 556 ++ .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 24448 bytes .../_vendor/more_itertools/__init__.py | 4 + .../_vendor/more_itertools/__init__.pyi | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 295 bytes .../__pycache__/more.cpython-312.pyc | Bin 0 -> 138052 bytes .../__pycache__/recipes.cpython-312.pyc | Bin 0 -> 21808 bytes .../setuptools/_vendor/more_itertools/more.py | 3824 ++++++++ .../_vendor/more_itertools/more.pyi | 480 + .../_vendor/more_itertools/py.typed | 0 .../_vendor/more_itertools/recipes.py | 620 ++ .../_vendor/more_itertools/recipes.pyi | 103 + .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 583 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5046 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9184 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4440 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 13832 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3261 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7950 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 10510 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 9871 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4902 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38690 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 20787 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5999 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19771 bytes .../setuptools/_vendor/packaging/_elffile.py | 108 + .../_vendor/packaging/_manylinux.py | 240 + .../_vendor/packaging/_musllinux.py | 80 + .../setuptools/_vendor/packaging/_parser.py | 353 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/_tokenizer.py | 192 + .../setuptools/_vendor/packaging/markers.py | 252 + .../setuptools/_vendor/packaging/metadata.py | 408 + .../setuptools/_vendor/packaging/py.typed | 0 .../_vendor/packaging/requirements.py | 95 + .../_vendor/packaging/specifiers.py | 1008 ++ .../setuptools/_vendor/packaging/tags.py | 546 ++ .../setuptools/_vendor/packaging/utils.py | 141 + .../setuptools/_vendor/packaging/version.py | 564 ++ .../setuptools/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 405 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26948 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3929 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 387 bytes .../setuptools/_vendor/tomli/_parser.py | 691 ++ .../setuptools/_vendor/tomli/_re.py | 107 + .../setuptools/_vendor/tomli/_types.py | 10 + .../setuptools/_vendor/tomli/py.typed | 1 + .../setuptools/_vendor/typing_extensions.py | 2296 +++++ .../site-packages/setuptools/_vendor/zipp.py | 329 + .../site-packages/setuptools/archive_util.py | 216 + .../site-packages/setuptools/build_meta.py | 507 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 14336 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 13824 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 11776 bytes .../setuptools/command/__init__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 662 bytes .../__pycache__/_requirestxt.cpython-312.pyc | Bin 0 -> 6562 bytes .../command/__pycache__/alias.cpython-312.pyc | Bin 0 -> 3548 bytes .../__pycache__/bdist_egg.cpython-312.pyc | Bin 0 -> 23650 bytes .../__pycache__/bdist_rpm.cpython-312.pyc | Bin 0 -> 2006 bytes .../command/__pycache__/build.cpython-312.pyc | Bin 0 -> 6530 bytes .../__pycache__/build_clib.cpython-312.pyc | Bin 0 -> 3865 bytes .../__pycache__/build_ext.cpython-312.pyc | Bin 0 -> 22673 bytes .../__pycache__/build_py.cpython-312.pyc | Bin 0 -> 22092 bytes .../__pycache__/develop.cpython-312.pyc | Bin 0 -> 9978 bytes .../__pycache__/dist_info.cpython-312.pyc | Bin 0 -> 5624 bytes .../__pycache__/easy_install.cpython-312.pyc | Bin 0 -> 109279 bytes .../editable_wheel.cpython-312.pyc | Bin 0 -> 47454 bytes .../__pycache__/egg_info.cpython-312.pyc | Bin 0 -> 35428 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 6721 bytes .../install_egg_info.cpython-312.pyc | Bin 0 -> 3766 bytes .../__pycache__/install_lib.cpython-312.pyc | Bin 0 -> 5718 bytes .../install_scripts.cpython-312.pyc | Bin 0 -> 3715 bytes .../__pycache__/register.cpython-312.pyc | Bin 0 -> 1012 bytes .../__pycache__/rotate.cpython-312.pyc | Bin 0 -> 3578 bytes .../__pycache__/saveopts.cpython-312.pyc | Bin 0 -> 1274 bytes .../command/__pycache__/sdist.cpython-312.pyc | Bin 0 -> 11808 bytes .../__pycache__/setopt.cpython-312.pyc | Bin 0 -> 6973 bytes .../command/__pycache__/test.cpython-312.pyc | Bin 0 -> 13212 bytes .../__pycache__/upload.cpython-312.pyc | Bin 0 -> 982 bytes .../__pycache__/upload_docs.cpython-312.pyc | Bin 0 -> 11206 bytes .../setuptools/command/_requirestxt.py | 128 + .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 464 + .../setuptools/command/bdist_rpm.py | 40 + .../site-packages/setuptools/command/build.py | 149 + .../setuptools/command/build_clib.py | 104 + .../setuptools/command/build_ext.py | 456 + .../setuptools/command/build_py.py | 393 + .../setuptools/command/develop.py | 187 + .../setuptools/command/dist_info.py | 111 + .../setuptools/command/easy_install.py | 2366 +++++ .../setuptools/command/editable_wheel.py | 894 ++ .../setuptools/command/egg_info.py | 738 ++ .../setuptools/command/install.py | 147 + .../setuptools/command/install_egg_info.py | 57 + .../setuptools/command/install_lib.py | 125 + .../setuptools/command/install_scripts.py | 66 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 62 + .../setuptools/command/saveopts.py | 21 + .../site-packages/setuptools/command/sdist.py | 214 + .../setuptools/command/setopt.py | 138 + .../site-packages/setuptools/command/test.py | 250 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 221 + .../setuptools/config/__init__.py | 42 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2027 bytes .../_apply_pyprojecttoml.cpython-312.pyc | Bin 0 -> 20650 bytes .../config/__pycache__/expand.cpython-312.pyc | Bin 0 -> 25054 bytes .../__pycache__/pyprojecttoml.cpython-312.pyc | Bin 0 -> 22628 bytes .../__pycache__/setupcfg.cpython-312.pyc | Bin 0 -> 31563 bytes .../setuptools/config/_apply_pyprojecttoml.py | 438 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1879 bytes .../error_reporting.cpython-312.pyc | Bin 0 -> 17797 bytes .../extra_validations.cpython-312.pyc | Bin 0 -> 1700 bytes .../fastjsonschema_exceptions.cpython-312.pyc | Bin 0 -> 2856 bytes ...fastjsonschema_validations.cpython-312.pyc | Bin 0 -> 173365 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 13471 bytes .../_validate_pyproject/error_reporting.py | 318 + .../_validate_pyproject/extra_validations.py | 36 + .../fastjsonschema_exceptions.py | 51 + .../fastjsonschema_validations.py | 1052 ++ .../config/_validate_pyproject/formats.py | 275 + .../site-packages/setuptools/config/expand.py | 462 + .../setuptools/config/pyprojecttoml.py | 439 + .../setuptools/config/setupcfg.py | 775 ++ .../site-packages/setuptools/dep_util.py | 16 + .../site-packages/setuptools/depends.py | 178 + .../site-packages/setuptools/discovery.py | 614 ++ .../site-packages/setuptools/dist.py | 968 ++ .../site-packages/setuptools/errors.py | 66 + .../site-packages/setuptools/extension.py | 148 + .../setuptools/extern/__init__.py | 84 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4129 bytes .../site-packages/setuptools/glob.py | 166 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 14336 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 13824 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/installer.py | 145 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/logging.py | 38 + .../site-packages/setuptools/modified.py | 8 + .../site-packages/setuptools/monkey.py | 167 + .../site-packages/setuptools/msvc.py | 1739 ++++ .../site-packages/setuptools/namespaces.py | 103 + .../site-packages/setuptools/package_index.py | 1131 +++ .../site-packages/setuptools/py312compat.py | 12 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/warnings.py | 105 + .../site-packages/setuptools/wheel.py | 234 + .../setuptools/windows_support.py | 30 + .../urllib3-2.1.0.dist-info/INSTALLER | 1 + .../urllib3-2.1.0.dist-info/METADATA | 152 + .../urllib3-2.1.0.dist-info/RECORD | 62 + .../urllib3-2.1.0.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 21 + .../site-packages/urllib3/__init__.py | 149 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5035 bytes .../_base_connection.cpython-312.pyc | Bin 0 -> 6874 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 22704 bytes .../_request_methods.cpython-312.pyc | Bin 0 -> 8455 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 270 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 31358 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 39652 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 15758 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 12367 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 3520 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 24134 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 46012 bytes .../site-packages/urllib3/_base_connection.py | 172 + .../site-packages/urllib3/_collections.py | 483 + .../site-packages/urllib3/_request_methods.py | 217 + .../site-packages/urllib3/_version.py | 4 + .../site-packages/urllib3/connection.py | 905 ++ .../site-packages/urllib3/connectionpool.py | 1182 +++ .../site-packages/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 26915 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 8169 bytes .../urllib3/contrib/pyopenssl.py | 548 ++ .../site-packages/urllib3/contrib/socks.py | 230 + .../site-packages/urllib3/exceptions.py | 318 + .../site-packages/urllib3/fields.py | 345 + .../site-packages/urllib3/filepost.py | 89 + .../site-packages/urllib3/poolmanager.py | 638 ++ .../python3.12/site-packages/urllib3/py.typed | 2 + .../site-packages/urllib3/response.py | 1130 +++ .../site-packages/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1013 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4756 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1225 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 8044 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2881 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 20226 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 16645 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5565 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 13614 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11869 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 16237 bytes .../util/__pycache__/util.cpython-312.pyc | Bin 0 -> 2002 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 3448 bytes .../site-packages/urllib3/util/connection.py | 137 + .../site-packages/urllib3/util/proxy.py | 43 + .../site-packages/urllib3/util/request.py | 256 + .../site-packages/urllib3/util/response.py | 101 + .../site-packages/urllib3/util/retry.py | 529 + .../site-packages/urllib3/util/ssl_.py | 514 + .../urllib3/util/ssl_match_hostname.py | 159 + .../urllib3/util/ssltransport.py | 280 + .../site-packages/urllib3/util/timeout.py | 279 + .../site-packages/urllib3/util/url.py | 471 + .../site-packages/urllib3/util/util.py | 42 + .../site-packages/urllib3/util/wait.py | 124 + 3646 files changed, 356105 insertions(+) create mode 100644 .gitignore create mode 100755 build.sh create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/__init__.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/_recursion_too_deep_message.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/_shared_with_waf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/config.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/configure.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/log.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/_recursion_too_deep_message.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/_shared_with_waf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/archive/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/pyz_crypto.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/readers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/writers.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/archive/pyz_crypto.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/archive/readers.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/archive/writers.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run_d create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/build_main.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/datastruct.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/icon.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/makespec.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/osx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/splash.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/splash_templates.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/templates.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/utils.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/api.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/build_main.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/datastruct.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/icon.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/makespec.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/osx.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/splash.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/splash_templates.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/templates.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/building/utils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/compat.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/config.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/configure.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/analysis.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/bindepend.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/bytecode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/dylib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphook.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphookapi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/utils.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/analysis.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/bindepend.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/bytecode.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/dylib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/imphook.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/imphookapi.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/depend/utils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/__pycache__/pyi_splash.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/_win32.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/tempfile.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/_win32.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/tempfile.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/pyi_splash.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.Image.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.ImageFilter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.SpiderImagePlugin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QAxContainer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qsci.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DAnimation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DInput.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DLogic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DRender.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtBluetooth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtChart.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDataVisualization.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDesigner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtGui.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtHelp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtLocation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMacExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimedia.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimediaWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNetwork.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNetworkAuth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNfc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtOpenGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPositioning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPrintSupport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPurchasing.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick3D.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuickWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtRemoteObjects.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtScript.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSensors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSerialPort.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSvg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtTest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtTextToSpeech.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebChannel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngineCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngineWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebKit.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebKitWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebSockets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWinExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtX11Extras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtXml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtXmlPatterns.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.uic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QAxContainer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qsci.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DAnimation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DInput.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DLogic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DRender.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtBluetooth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtCharts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtDBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtDataVisualization.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtDesigner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtGui.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtHelp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtMultimedia.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtMultimediaWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtNetwork.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtNetworkAuth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtNfc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGLWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPdf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPdfWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPositioning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPrintSupport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQuick3D.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQuickWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtRemoteObjects.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSensors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSerialPort.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSpatialAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSvg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSvgWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTextToSpeech.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebChannel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebSockets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtXml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.uic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DAnimation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DInput.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DLogic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DRender.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtAxContainer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtCharts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtConcurrent.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtDataVisualization.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtGui.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtHelp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtLocation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMacExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimedia.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimediaWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtNetwork.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGLFunctions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPositioning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPrintSupport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickControls2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtRemoteObjects.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScript.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScriptTools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScxml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSensors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSerialPort.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSvg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtTest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtTextToSpeech.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtUiTools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebChannel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebEngine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebEngineCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebEngineWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKit.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKitWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebSockets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWinExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtX11Extras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXmlPatterns.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qwt5.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DAnimation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DExtras.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DInput.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DLogic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DRender.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtAxContainer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtBluetooth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtCharts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtConcurrent.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDataVisualization.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDesigner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGraphs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGui.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtHelp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtHttpServer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtLocation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtMultimedia.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtMultimediaWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtNetwork.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtNetworkAuth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtNfc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtOpenGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtOpenGLWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdfWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPositioning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPrintSupport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuick3D.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuickControls2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuickWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtRemoteObjects.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtScxml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSensors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialPort.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSpatialAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtStateMachine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSvg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSvgWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtTest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtTextToSpeech.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtUiTools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebChannel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineCore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineQuick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebSockets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtXml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-_pyi_rth_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-_tkinter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-babel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-difflib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.command.check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.contrib.sessions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.mail.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.management.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.db.backends.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.db.backends.mysql.base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.db.backends.oracle.base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.template.loaders.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-encodings.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gevent.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Adw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AppIndicator3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Atk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AyatanaAppIndicator3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Champlain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Clutter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.DBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GIRepository.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GLib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GModule.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GObject.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gdk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GdkPixbuf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Graphene.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gsk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gst.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAllocators.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstApp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstBadAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstBase.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstCheck.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstCodecs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstController.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLEGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLWayland.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLX11.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstInsertBin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstMpegts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstNet.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPbutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlay.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlayer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtsp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtspServer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstSdp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstTag.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstTranscoder.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVideo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkan.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanWayland.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanXCB.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstWebRTC.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gtk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkChamplain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkClutter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkosxApplication.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.HarfBuzz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Pango.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.PangoCairo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.cairo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.xlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-heapq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-idlelib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-importlib_metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-importlib_resources.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-keyring.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-kivy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-lib2to3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-matplotlib.backends.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-matplotlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-matplotlib.numerix.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-multiprocessing.util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-numpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-packaging.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.io.formats.style.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.plotting.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pickle.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pkg_resources.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-platform.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pygments.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pytz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pytzdata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-qtawesome.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scapy.layers.all.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.io.matlab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.linalg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.sparse.csgraph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.spatial.transform.rotation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ellip_harm_2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ufuncs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.stats._stats.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scrapy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools._distutils.command.check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools.msvc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-shelve.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-shiboken6.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sphinx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sqlalchemy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sqlite3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sysconfig.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-wcwidth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-win32ctypes.core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-xml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-xml.dom.domreg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-xml.etree.cElementTree.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-zope.interface.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PIL.Image.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PIL.ImageFilter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PIL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QAxContainer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qsci.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DAnimation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DInput.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DLogic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DRender.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtBluetooth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtChart.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtDBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtDataVisualization.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtDesigner.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtGui.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtHelp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtLocation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtMacExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtMultimedia.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtMultimediaWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtNetwork.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtNetworkAuth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtNfc.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtOpenGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtPositioning.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtPrintSupport.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtPurchasing.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtQml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuick3D.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuickWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtRemoteObjects.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtScript.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtSensors.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtSerialPort.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtSql.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtSvg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtTest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtTextToSpeech.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebChannel.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngine.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngineCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebKit.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebKitWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebSockets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtWinExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtX11Extras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtXml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.QtXmlPatterns.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt5.uic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QAxContainer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qsci.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DAnimation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DInput.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DLogic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DRender.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtBluetooth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtCharts.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtDBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtDataVisualization.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtDesigner.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtGui.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtHelp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtMultimedia.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtMultimediaWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtNetwork.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtNetworkAuth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtNfc.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtOpenGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtOpenGLWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtPdf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtPdfWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtPositioning.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtPrintSupport.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtQml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuick3D.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuickWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtRemoteObjects.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSensors.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSerialPort.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSpatialAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSql.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSvg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtSvgWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtTest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtTextToSpeech.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebChannel.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebSockets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.QtXml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PyQt6.uic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DAnimation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DInput.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DLogic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DRender.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtAxContainer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtCharts.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtConcurrent.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtDataVisualization.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtGui.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtHelp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtLocation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtMacExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtMultimedia.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtMultimediaWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtNetwork.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtOpenGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtOpenGLFunctions.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtPositioning.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtPrintSupport.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtQml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtQuickControls2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtQuickWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtRemoteObjects.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtScript.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtScriptTools.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtScxml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtSensors.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtSerialPort.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtSql.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtSvg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtTest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtTextToSpeech.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtUiTools.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebChannel.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngine.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngineCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebKit.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebKitWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWebSockets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtWinExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtX11Extras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtXml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.QtXmlPatterns.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.Qwt5.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DAnimation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DExtras.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DInput.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DLogic.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DRender.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtAxContainer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtBluetooth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtCharts.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtConcurrent.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtDBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtDataVisualization.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtDesigner.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtGraphs.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtGui.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtHelp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtHttpServer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtLocation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtMultimedia.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtMultimediaWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtNetwork.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtNetworkAuth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtNfc.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtOpenGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtOpenGLWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtPdf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtPdfWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtPositioning.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtPrintSupport.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtQml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtQuick3D.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtQuickControls2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtQuickWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtRemoteObjects.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtScxml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSensors.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSerialBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSerialPort.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSpatialAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSql.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtStateMachine.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSvg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtSvgWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtTest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtTextToSpeech.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtUiTools.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWebChannel.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineCore.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineQuick.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWebSockets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtWidgets.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.QtXml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-PySide6.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-_pyi_rth_utils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-_tkinter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-babel.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-difflib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-distutils.command.check.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-distutils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-distutils.util.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.contrib.sessions.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.core.cache.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.core.mail.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.core.management.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.db.backends.mysql.base.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.db.backends.oracle.base.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.db.backends.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-django.template.loaders.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-encodings.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gevent.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Adw.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.AppIndicator3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Atk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.AyatanaAppIndicator3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Champlain.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Clutter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.DBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GIRepository.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GLib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GModule.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GObject.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Gdk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GdkPixbuf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Gio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Graphene.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Gsk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Gst.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstAllocators.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstApp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstBadAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstBase.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstCheck.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstCodecs.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstController.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLEGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLWayland.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLX11.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstInsertBin.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstMpegts.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstNet.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstPbutils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstPlay.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstPlayer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtsp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtspServer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstSdp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstTag.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstTranscoder.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstVideo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkan.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkanWayland.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkanXCB.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GstWebRTC.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Gtk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GtkChamplain.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GtkClutter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GtkSource.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.GtkosxApplication.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.HarfBuzz.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.Pango.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.PangoCairo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.cairo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.freetype2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-gi.repository.xlib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-heapq.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-idlelib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-importlib_metadata.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-importlib_resources.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-keyring.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-kivy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-lib2to3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-matplotlib.backends.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-matplotlib.numerix.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-matplotlib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-multiprocessing.util.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-numpy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-packaging.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pandas.io.formats.style.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pandas.plotting.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pandas.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pickle.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pkg_resources.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-platform.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pygments.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pytz.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-pytzdata.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-qtawesome.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scapy.layers.all.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.io.matlab.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.linalg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.sparse.csgraph.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.spatial.transform.rotation.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.special._ellip_harm_2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.special._ufuncs.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scipy.stats._stats.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-scrapy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-setuptools._distutils.command.check.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-setuptools.msvc.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-setuptools.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-shelve.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-shiboken6.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-sphinx.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-sqlalchemy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-sqlite3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-sysconfig.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-wcwidth.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-win32ctypes.core.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-xml.dom.domreg.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-xml.etree.cElementTree.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-xml.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/hook-zope.interface.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__pycache__/hook-PyQt5.uic.port_v2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__pycache__/hook-_pyi_rth_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__pycache__/hook-distutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/__pycache__/hook-pyi_splash.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/hook-_pyi_rth_utils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_find_module_path/hook-pyi_splash.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-distutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Adw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.AppIndicator3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Atk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.AyatanaAppIndicator3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Champlain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Clutter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.DBus.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GIRepository.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GLib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GModule.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GObject.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Gdk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GdkPixbuf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Gio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Graphene.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Gsk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Gst.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstAllocators.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstApp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstBadAudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstBase.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstCheck.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstCodecs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstController.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstGLEGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstGLWayland.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstGLX11.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstInsertBin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstMpegts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstNet.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstPbutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstPlay.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstPlayer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstRtp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstRtsp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstRtspServer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstSdp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstTag.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstTranscoder.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstVideo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstVulkan.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstVulkanWayland.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstVulkanXCB.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GstWebRTC.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Gtk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkChamplain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkClutter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkosxApplication.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.HarfBuzz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.Pango.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.PangoCairo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.cairo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.xlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-setuptools.extern.six.moves.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-six.moves.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-urllib3.packages.six.moves.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-distutils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Adw.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AppIndicator3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AyatanaAppIndicator3.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.DBus.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Graphene.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gsk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAllocators.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstApp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBadAudio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCheck.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCodecs.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstController.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLEGL.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLWayland.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLX11.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstInsertBin.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstMpegts.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstNet.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlay.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlayer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtsp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtspServer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstSdp.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTranscoder.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkan.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanWayland.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanXCB.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstWebRTC.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkosxApplication.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.HarfBuzz.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.freetype2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks.dat create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth__tkinter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_django.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gdkpixbuf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_glib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gstreamer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gtk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_inspect.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_kivy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_mplconfig.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_multiprocessing.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgres.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgutil.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyqt5.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyqt6.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyside2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyside6.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_setuptools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_win32comgenpy.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_django.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gdkpixbuf.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gi.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gio.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_glib.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gtk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt6.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside2.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside6.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_setuptools.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_win32comgenpy.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/isolated/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/_child.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/_parent.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/isolated/_child.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/isolated/_parent.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/README.rst create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/__pycache__/__init__.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__init__.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/find_modules.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/modulegraph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/util.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/find_modules.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/modulegraph.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/util.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyiboot01_bootstrap.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod01_archive.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod02_importers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod03_ctypes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod04_pywin32.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod01_archive.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod02_importers.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod03_ctypes.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod04_pywin32.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/log.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/_gitrevision.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/conftest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/git.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/misc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/osx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/run_tests.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/tests.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/_gitrevision.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/archive_viewer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/bindepend.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/grab_version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/makespec.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/set_version.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/archive_viewer.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/bindepend.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/grab_version.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/makespec.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/set_version.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/conftest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/git.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/conda.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/django.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/gi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/tcl_tk.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/conda.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/django.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/gi.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/_modules_info.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/_modules_info.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/tcl_tk.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/misc.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/osx.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/run_tests.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/tests.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/icon.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/versioninfo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/winmanifest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/winresource.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/winutils.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/icon.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/versioninfo.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winmanifest.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winresource.py create mode 100755 venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winutils.py create mode 100644 venv/lib64/python3.12/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_distutils_hack/override.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/compat.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_find_module_path/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_find_module_path/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__pycache__/hook-tensorflow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__pycache__/hook-win32com.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-tensorflow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks.dat create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_enchant.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_ffpyplayer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_nltk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_osgeo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pygraphviz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyproj.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyqtgraph_multiprocess.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pythoncom.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pywintypes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_tensorflow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_traitlets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_usb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_enchant.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_ffpyplayer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_nltk.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_osgeo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pygraphviz.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pyproj.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pyqtgraph_multiprocess.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pythoncom.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pywintypes.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_tensorflow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_traitlets.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_usb.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-BTrees.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-CTkMessagebox.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Crypto.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Cryptodome.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-HtmlTestRunner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-IPython.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL_accelerate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-PyTaskbar.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Xlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-_mssql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-_mysql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-accessible_output2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adbutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adios.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-afmformats.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-aliyunsdkcore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-altair.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-amazonproduct.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-anyio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-appdirs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-appy.pod.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-apscheduler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-argon2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-astor.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-astroid.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-astropy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-astropy_iers_data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-av.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-avro.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-azurerm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-backports.zoneinfo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bacon.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bcrypt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bitsandbytes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bleak.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-blspy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bokeh.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-botocore.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-branca.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cairocffi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cairosvg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cassandra.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-celpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-certifi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cf_units.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cftime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-charset_normalizer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cloudscraper.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-clr.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-clr_loader.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-compliance_checker.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-countrycode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-countryinfo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cryptography.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-customtkinter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cv2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cx_Oracle.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cytoolz.itertoolz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_bootstrap_components.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_core_components.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_html_components.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_renderer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_table.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_uploader.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dask.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-datasets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dateparser.utils.strptime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dclab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-detectron2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-discid.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-distorm3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dns.rdata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-docutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-docx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-docx2pdf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dynaconf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-easyocr.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enchant.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eng_to_ipa.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ens.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enzyme.parsers.ebml.core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_abi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_account.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_hash.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keyfile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keys.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_rlp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_typing.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_utils.network.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-exchangelib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fabric.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fairscale.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-faker.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastai.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastparquet.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ffpyplayer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fiona.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flask_compress.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flask_restx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flex.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flirpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fmpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-folium.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-freetype.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fvcore.nn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gadfly.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gcloud.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-geopandas.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gitlab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gmplot.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gmsh.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gooey.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.api_core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.bigquery.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.kms_v1.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.pubsub_v1.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.speech.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.storage.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.translate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-googleapiclient.model.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-graphql_query.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-great_expectations.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-grpc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gst._gst.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gtk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-h5py.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-hdf5plugin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-httplib2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-humanize.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-hydra.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ijson.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio_ffmpeg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-iminuit.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jaraco.text.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jedi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jieba.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinja2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinxed.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jira.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonpath_rw_ext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonrpcserver.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonschema.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonschema_specifications.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jupyterlab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-kaleido.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-khmernltk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-kinterbasdb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langchain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langcodes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langdetect.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-laonlp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lark.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ldfparser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lensfunpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-libaudioverse.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-librosa.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lightgbm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lightning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-limits.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-linear_operator.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lingua.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-litestar.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-llvmlite.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-logilab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.etree.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.isoschematron.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.objectify.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lz4.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-magic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mako.codegen.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mariadb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-markdown.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mecab.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-metpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-migrate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mimesis.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-minecraft_launcher_lib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mistune.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mnemonic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-moviepy.audio.fx.all.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-moviepy.video.fx.all.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mpl_toolkits.basemap.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-msoffcrypto.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nacl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-names.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nanite.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbconvert.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbdime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbformat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ncclient.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-netCDF4.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nltk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nnpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-notebook.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numba.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numcodecs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cublas.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_cupti.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_nvcc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_nvrtc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_runtime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cudnn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cufft.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.curand.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cusolver.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cusparse.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nccl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvjitlink.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvtx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-office365.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-opencc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-openpyxl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-orjson.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-osgeo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pandas_flavor.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-panel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-parsedatetime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-parso.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-passlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-paste.exceptions.reporter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-patsy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pdfminer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pendulum.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-phonenumbers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pingouin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pint.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pinyin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-platformdirs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-plotly.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-prettytable.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psutil.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psychopy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psycopg2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-publicsuffix2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pubsub.core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-puremagic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-py.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyarrow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycountry.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycparser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycrfsuite.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydantic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydivert.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-io.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-ods.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-ods3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-odsr.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xls.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xlsx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xlsxw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_io.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_ods.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_ods3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_odsr.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xls.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsxw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcelerate.Writer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pygraphviz.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pygwalker.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pylibmagic.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pylint.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pylsl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pymediainfo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pymorphy3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pymssql.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pynput.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyodbc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyopencl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pypemicro.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyphen.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyppeteer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyproj.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pypsexec.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pypylon.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyqtgraph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyshark.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pysnmp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pystray.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pytest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pythainlp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pythoncom.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyttsx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyttsx3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyviz_comms.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyvjoy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pywintypes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pywt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-qtmodern.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-radicale.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-raven.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rawpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rdflib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-redmine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-regex.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-reportlab.lib.utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-reportlab.pdfbase._fontdata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-resampy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rlp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rpy2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rtree.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sacremoses.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-seedir.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-selenium.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sentry_sdk.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shapely.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shotgun_api3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-simplemma.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.color.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.draw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.exposure.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.feature.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.filters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.future.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.graph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.io.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.measure.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.morphology.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.registration.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.restoration.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.transform.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.cluster.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.linear_model.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.cluster.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.pairwise.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.neighbors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.tree.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skyfield.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sound_lib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sounddevice.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-soundfile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-speech_recognition.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spiceypy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spnego.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-srsly.msgpack._packer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sspilib.raw.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-statsmodels.tsa.statespace.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-stdnum.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-storm.database.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sudachipy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sunpy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-swagger_spec_validator.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sympy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tableauhyperapi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tables.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tcod.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tensorflow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-text_unidecode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-textdistance.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-thinc.backends.numpy_ops.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-thinc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-timezonefinder.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-timm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tinycss2.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torch.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchaudio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchtext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchvision.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchvision.io.image.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-transformers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-trimesh.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-triton.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ttkthemes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ttkwidgets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tzdata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-u1db.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-umap.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-unidecode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uniseg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-usb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvicorn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvloop.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-vaderSentiment.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-vtkpython.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-wavefile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-weasyprint.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-web3.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webassets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webrtcvad.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-websockets.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webview.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-win32com.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-wordcloud.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-workflow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-wx.lib.activex.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-wx.lib.pubsub.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-wx.xrc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xml.dom.html.HTMLDocument.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xml.sax.saxexts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xmldiff.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xsge_gui.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xyzservices.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-z3c.rml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-zeep.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-zmq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-zoneinfo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-BTrees.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-CTkMessagebox.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Crypto.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Cryptodome.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-HtmlTestRunner.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-IPython.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL_accelerate.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-PyTaskbar.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Xlib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mssql.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mysql.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-accessible_output2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adbutils.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adios.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-afmformats.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-aliyunsdkcore.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-altair.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-amazonproduct.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-anyio.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appdirs.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appy.pod.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-apscheduler.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-argon2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astor.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astroid.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy_iers_data.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-av.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-avro.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-azurerm.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-backports.zoneinfo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bacon.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bcrypt.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bitsandbytes.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bleak.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-blspy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bokeh.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-botocore.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-branca.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairocffi.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairosvg.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cassandra.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-celpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-certifi.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cf_units.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cftime.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-charset_normalizer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cloudscraper.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr_loader.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-compliance_checker.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countrycode.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countryinfo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cryptography.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-customtkinter.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cv2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cx_Oracle.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cytoolz.itertoolz.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_bootstrap_components.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_core_components.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_html_components.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_renderer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_table.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_uploader.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dask.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-datasets.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dateparser.utils.strptime.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dclab.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-detectron2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-discid.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-distorm3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dns.rdata.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docutils.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx2pdf.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dynaconf.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-easyocr.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eel.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enchant.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eng_to_ipa.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ens.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enzyme.parsers.ebml.core.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_abi.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_account.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_hash.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keyfile.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keys.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_rlp.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_typing.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.network.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-exchangelib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fabric.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fairscale.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-faker.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastai.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastparquet.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ffpyplayer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fiona.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_compress.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_restx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flex.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flirpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fmpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-folium.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-freetype.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fvcore.nn.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gadfly.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gcloud.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-geopandas.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gitlab.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmplot.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmsh.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gooey.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.api_core.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.bigquery.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.core.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.kms_v1.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.pubsub_v1.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.speech.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.storage.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.translate.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-googleapiclient.model.py create mode 100755 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-great_expectations.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-grpc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gst._gst.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gtk.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-h5py.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hdf5plugin.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-httplib2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-humanize.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hydra.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ijson.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio_ffmpeg.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-iminuit.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jaraco.text.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jedi.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jieba.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinja2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinxed.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jira.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonpath_rw_ext.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonrpcserver.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema_specifications.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jupyterlab.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kaleido.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-khmernltk.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kinterbasdb.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langchain.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langcodes.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langdetect.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-laonlp.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lark.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ldfparser.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lensfunpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-libaudioverse.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-librosa.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightgbm.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightning.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-limits.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-linear_operator.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lingua.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-litestar.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-llvmlite.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-logilab.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.etree.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.isoschematron.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.objectify.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lz4.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-magic.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mako.codegen.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mariadb.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-markdown.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mecab.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-metpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-migrate.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mimesis.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-minecraft_launcher_lib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mistune.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mnemonic.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.audio.fx.all.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.video.fx.all.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mpl_toolkits.basemap.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-msoffcrypto.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nacl.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-names.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nanite.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbconvert.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbdime.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbformat.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbt.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ncclient.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-netCDF4.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nltk.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nnpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-notebook.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numba.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numcodecs.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cublas.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_cupti.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvcc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvrtc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_runtime.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cudnn.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cufft.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.curand.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusolver.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusparse.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nccl.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvjitlink.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvtx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-office365.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-opencc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-openpyxl.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-orjson.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-osgeo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pandas_flavor.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-panel.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parsedatetime.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parso.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-passlib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-paste.exceptions.reporter.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-patsy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pdfminer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pendulum.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-phonenumbers.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pingouin.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pint.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pinyin.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-platformdirs.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-plotly.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-prettytable.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psutil.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psychopy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psycopg2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-publicsuffix2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pubsub.core.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-puremagic.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-py.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyarrow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycountry.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycparser.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycrfsuite.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydantic.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydivert.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-io.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-odsr.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xls.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsxw.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_io.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_odsr.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xls.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsxw.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcelerate.Writer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygraphviz.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygwalker.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylibmagic.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylint.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylsl.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymediainfo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymorphy3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymssql.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pynput.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyodbc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyopencl.py create mode 100755 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypemicro.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyphen.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyppeteer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyproj.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypsexec.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypylon.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyqtgraph.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyshark.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pysnmp.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pystray.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pytest.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythainlp.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythoncom.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyviz_comms.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyvjoy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywintypes.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywt.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-qtmodern.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-radicale.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-raven.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rawpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rdflib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-redmine.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-regex.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.lib.utils.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.pdfbase._fontdata.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-resampy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rlp.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rpy2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rtree.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sacremoses.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-seedir.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-selenium.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sentry_sdk.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shapely.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shotgun_api3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-simplemma.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.color.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.data.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.draw.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.exposure.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.feature.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.filters.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.future.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.graph.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.io.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.measure.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.morphology.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.registration.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.restoration.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.transform.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.cluster.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.linear_model.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.cluster.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.pairwise.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.neighbors.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.tree.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.utils.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skyfield.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sound_lib.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sounddevice.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-soundfile.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spacy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-speech_recognition.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spiceypy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spnego.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-srsly.msgpack._packer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sspilib.raw.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-statsmodels.tsa.statespace.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-stdnum.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-storm.database.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sudachipy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sunpy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-swagger_spec_validator.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sympy.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tableauhyperapi.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tables.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tcod.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tensorflow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-text_unidecode.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-textdistance.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.backends.numpy_ops.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timezonefinder.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timm.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tinycss2.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torch.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchaudio.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchtext.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.io.image.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-transformers.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-trimesh.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-triton.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkthemes.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkwidgets.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tzdata.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-u1db.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-umap.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-unidecode.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uniseg.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-usb.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvicorn.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvloop.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vaderSentiment.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vtkpython.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wavefile.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-weasyprint.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-web3.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webassets.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webrtcvad.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-websockets.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webview.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-win32com.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wordcloud.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-workflow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.activex.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.pubsub.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.xrc.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.dom.html.HTMLDocument.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.sax.saxexts.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xmldiff.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xsge_gui.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xyzservices.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-z3c.rml.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zeep.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zmq.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zoneinfo.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/nvidia_cuda.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/nvidia_cuda.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/conftest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_deep_learning.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_libraries.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_pytorch.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_scikit_image.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_scikit_learn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_tensorflow.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_wx_lib_pubsub.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/conftest.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/data/test_hydra/config.yaml create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_boto.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_enchant.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_pycparser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_tensorflow_layer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_tensorflow_mnist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/pyi_lib_boto.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/pyi_lib_enchant.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/pyi_lib_pycparser.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/pyi_lib_tensorflow_layer.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/pyi_lib_tensorflow_mnist.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_deep_learning.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_libraries.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_pytorch.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_image.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_learn.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_tensorflow.py create mode 100644 venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_wx_lib_pubsub.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/zip-safe create mode 100644 venv/lib64/python3.12/site-packages/altgraph/Dot.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/Graph.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/GraphAlgo.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/GraphStat.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/GraphUtil.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/ObjectGraph.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/Dot.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/Graph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphAlgo.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphStat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphUtil.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/ObjectGraph.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/altgraph/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/certifi/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/certifi/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/certifi/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/certifi/cacert.pem create mode 100644 venv/lib64/python3.12/site-packages/certifi/core.py create mode 100644 venv/lib64/python3.12/site-packages/certifi/py.typed create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/api.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/cd.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/cli/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/cli/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/constant.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/legacy.py create mode 100755 venv/lib64/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/md.py create mode 100755 venv/lib64/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/models.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/py.typed create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/utils.py create mode 100644 venv/lib64/python3.12/site-packages/charset_normalizer/version.py create mode 100644 venv/lib64/python3.12/site-packages/distutils-precedence.pth create mode 100644 venv/lib64/python3.12/site-packages/idna-3.6.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/idna-3.6.dist-info/LICENSE.md create mode 100644 venv/lib64/python3.12/site-packages/idna-3.6.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/idna-3.6.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/idna-3.6.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/idna/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/idna/codec.py create mode 100644 venv/lib64/python3.12/site-packages/idna/compat.py create mode 100644 venv/lib64/python3.12/site-packages/idna/core.py create mode 100644 venv/lib64/python3.12/site-packages/idna/idnadata.py create mode 100644 venv/lib64/python3.12/site-packages/idna/intranges.py create mode 100644 venv/lib64/python3.12/site-packages/idna/package_data.py create mode 100644 venv/lib64/python3.12/site-packages/idna/py.typed create mode 100644 venv/lib64/python3.12/site-packages/idna/uts46data.py create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.APACHE create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.BSD create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/packaging/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/packaging/_elffile.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/_manylinux.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/_musllinux.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/_parser.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/_structures.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/_tokenizer.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/markers.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/metadata.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/py.typed create mode 100644 venv/lib64/python3.12/site-packages/packaging/requirements.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/specifiers.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/tags.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/utils.py create mode 100644 venv/lib64/python3.12/site-packages/packaging/version.py create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt create mode 100644 venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/pip/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/main.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/six.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib64/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib64/python3.12/site-packages/pip/py.typed create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/_common.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/abc.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/py.typed create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/readers.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/importlib_resources/simple.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/context.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/functools.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/__init__.pyi create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/more.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/more.pyi create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/py.typed create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/recipes.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/more_itertools/recipes.pyi create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_elffile.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_parser.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/_tokenizer.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/metadata.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/py.typed create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__main__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/android.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/api.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/macos.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/py.typed create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/unix.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/version.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/platformdirs/windows.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/typing_extensions.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/_vendor/zipp.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-312.pyc create mode 100755 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/COPYING.txt create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/INSTALLER create mode 100755 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/REQUESTED create mode 100755 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/WHEEL create mode 100755 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/entry_points.txt create mode 100755 venv/lib64/python3.12/site-packages/pyinstaller-6.3.0.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/LICENSE.APL.txt create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/LICENSE.GPL.txt create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/REQUESTED create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/entry_points.txt create mode 100644 venv/lib64/python3.12/site-packages/pyinstaller_hooks_contrib-2024.0.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/REQUESTED create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/requests-2.31.0.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/requests/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/requests/__version__.py create mode 100644 venv/lib64/python3.12/site-packages/requests/_internal_utils.py create mode 100644 venv/lib64/python3.12/site-packages/requests/adapters.py create mode 100644 venv/lib64/python3.12/site-packages/requests/api.py create mode 100644 venv/lib64/python3.12/site-packages/requests/auth.py create mode 100644 venv/lib64/python3.12/site-packages/requests/certs.py create mode 100644 venv/lib64/python3.12/site-packages/requests/compat.py create mode 100644 venv/lib64/python3.12/site-packages/requests/cookies.py create mode 100644 venv/lib64/python3.12/site-packages/requests/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/requests/help.py create mode 100644 venv/lib64/python3.12/site-packages/requests/hooks.py create mode 100644 venv/lib64/python3.12/site-packages/requests/models.py create mode 100644 venv/lib64/python3.12/site-packages/requests/packages.py create mode 100644 venv/lib64/python3.12/site-packages/requests/sessions.py create mode 100644 venv/lib64/python3.12/site-packages/requests/status_codes.py create mode 100644 venv/lib64/python3.12/site-packages/requests/structures.py create mode 100644 venv/lib64/python3.12/site-packages/requests/utils.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/LICENSE create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/entry_points.txt create mode 100644 venv/lib64/python3.12/site-packages/setuptools-69.0.3.dist-info/top_level.txt create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/dep_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/package_index.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/py312compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_core_metadata.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/config.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_collections.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_functools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_log.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_macos_compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_modified.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/py39compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_entry_points.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_imp.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_importlib.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_itertools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_normalization.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_path.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_reqs.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_py39compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_py39compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/_common.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/abc.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/py.typed create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/readers.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/importlib_resources/simple.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/context.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/functools.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/py.typed create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/_re.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/_types.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/tomli/py.typed create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/typing_extensions.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/_vendor/zipp.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/archive_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/build_meta.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/cli-arm64.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/cli.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/register.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/upload.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/__pycache__/upload_docs.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/_requirestxt.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/alias.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/build.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/develop.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/editable_wheel.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/install.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/register.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/test.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/upload.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/expand.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/pyprojecttoml.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/config/setupcfg.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/dep_util.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/depends.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/discovery.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/dist.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/errors.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/extension.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/extern/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/setuptools/glob.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/gui-arm64.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/gui.exe create mode 100644 venv/lib64/python3.12/site-packages/setuptools/installer.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/launch.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/logging.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/modified.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/monkey.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/msvc.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/namespaces.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/package_index.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/py312compat.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/sandbox.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib64/python3.12/site-packages/setuptools/script.tmpl create mode 100644 venv/lib64/python3.12/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/version.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/warnings.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/wheel.py create mode 100644 venv/lib64/python3.12/site-packages/setuptools/windows_support.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3-2.1.0.dist-info/INSTALLER create mode 100644 venv/lib64/python3.12/site-packages/urllib3-2.1.0.dist-info/METADATA create mode 100644 venv/lib64/python3.12/site-packages/urllib3-2.1.0.dist-info/RECORD create mode 100644 venv/lib64/python3.12/site-packages/urllib3-2.1.0.dist-info/WHEEL create mode 100644 venv/lib64/python3.12/site-packages/urllib3-2.1.0.dist-info/licenses/LICENSE.txt create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/_request_methods.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/_base_connection.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/_collections.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/_request_methods.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/_version.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/connection.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/connectionpool.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/contrib/socks.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/exceptions.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/fields.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/filepost.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/poolmanager.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/py.typed create mode 100644 venv/lib64/python3.12/site-packages/urllib3/response.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__init__.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/connection.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/proxy.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/request.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/response.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/retry.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/ssl_.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/ssltransport.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/timeout.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/url.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/util.py create mode 100644 venv/lib64/python3.12/site-packages/urllib3/util/wait.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..41f0f96 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +source venv/bin/activate +pyinstaller --onefile main.py diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/__init__.py new file mode 100755 index 0000000..4a52fbe --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/__init__.py @@ -0,0 +1,64 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +__all__ = ('HOMEPATH', 'PLATFORM', '__version__', 'DEFAULT_DISTPATH', 'DEFAULT_SPECPATH', 'DEFAULT_WORKPATH') + +import os +import sys + +from PyInstaller import compat +from PyInstaller.utils.git import get_repo_revision + +# Note: Keep this variable as plain string so it could be updated automatically when doing a release. +__version__ = '6.3.0' + +# Absolute path of this package's directory. Save this early so all submodules can use the absolute path. This is +# required for example if the current directory changes prior to loading the hooks. +PACKAGEPATH = os.path.abspath(os.path.dirname(__file__)) + +HOMEPATH = os.path.dirname(PACKAGEPATH) + +# Update __version__ as necessary. +if os.path.exists(os.path.join(HOMEPATH, 'setup.py')): + # PyInstaller is run directly from source without installation, or __version__ is called from 'setup.py'... + if compat.getenv('PYINSTALLER_DO_RELEASE') == '1': + # Suppress the git revision when doing a release. + pass + elif 'sdist' not in sys.argv: + # and 'setup.py' was not called with 'sdist' argument. For creating source tarball we do not want git revision + # in the filename. + try: + __version__ += get_repo_revision() + except Exception: + # Write to stderr because stdout is used for eval() statement in some subprocesses. + sys.stderr.write('WARN: failed to parse git revision') +else: + # PyInstaller was installed by `python setup.py install'. + from importlib.metadata import version + __version__ = version('PyInstaller') +# Default values of paths where to put files created by PyInstaller. If changing these, do not forget to update the +# help text for corresponding command-line options, defined in build_main. + +# Where to put created .spec file. +DEFAULT_SPECPATH = os.getcwd() +# Where to put the final frozen application. +DEFAULT_DISTPATH = os.path.join(os.getcwd(), 'dist') +# Where to put all the temporary files; .log, .pyz, etc. +DEFAULT_WORKPATH = os.path.join(os.getcwd(), 'build') + +PLATFORM = compat.system + '-' + compat.architecture +# Include machine name in path to bootloader for some machines (e.g., 'arm'). Explicitly avoid doing this on macOS, +# where we keep universal2 bootloaders in Darwin-64bit folder regardless of whether we are on x86_64 or arm64. +if compat.machine and not compat.is_darwin: + PLATFORM += '-' + compat.machine +# Similarly, disambiguate musl Linux from glibc Linux. +if compat.is_musl: + PLATFORM += '-musl' diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__main__.py b/venv/lib64/python3.12/site-packages/PyInstaller/__main__.py new file mode 100755 index 0000000..dc72613 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/__main__.py @@ -0,0 +1,218 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Main command-line interface to PyInstaller. +""" +from __future__ import annotations + +import argparse +import os +import platform +import sys +from collections import defaultdict + +from PyInstaller import __version__ +from PyInstaller import log as logging +# Note: do not import anything else until compat.check_requirements function is run! +from PyInstaller import compat + +try: + from argcomplete import autocomplete +except ImportError: + + def autocomplete(parser): + return None + + +logger = logging.getLogger(__name__) + +# Taken from https://stackoverflow.com/a/22157136 to format args more flexibly: any help text which beings with ``R|`` +# will have all newlines preserved; the help text will be line wrapped. See +# https://docs.python.org/3/library/argparse.html#formatter-class. + + +# This is used by the ``--debug`` option. +class _SmartFormatter(argparse.HelpFormatter): + def _split_lines(self, text, width): + if text.startswith('R|'): + # The underlying implementation of ``RawTextHelpFormatter._split_lines`` invokes this; mimic it. + return text[2:].splitlines() + else: + # Invoke the usual formatter. + return super()._split_lines(text, width) + + +def run_makespec(filenames, **opts): + # Split pathex by using the path separator + temppaths = opts['pathex'][:] + pathex = opts['pathex'] = [] + for p in temppaths: + pathex.extend(p.split(os.pathsep)) + + import PyInstaller.building.makespec + + spec_file = PyInstaller.building.makespec.main(filenames, **opts) + logger.info('wrote %s' % spec_file) + return spec_file + + +def run_build(pyi_config, spec_file, **kwargs): + import PyInstaller.building.build_main + PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) + + +def __add_options(parser): + parser.add_argument( + '-v', + '--version', + action='version', + version=__version__, + help='Show program version info and exit.', + ) + + +class _PyiArgumentParser(argparse.ArgumentParser): + def __init__(self, *args, **kwargs): + self._pyi_action_groups = defaultdict(list) + super().__init__(*args, **kwargs) + + def _add_options(self, __add_options: callable, name: str = ""): + """ + Mutate self with the given callable, storing any new actions added in a named group + """ + n_actions_before = len(getattr(self, "_actions", [])) + __add_options(self) # preserves old behavior + new_actions = getattr(self, "_actions", [])[n_actions_before:] + self._pyi_action_groups[name].extend(new_actions) + + def _option_name(self, action): + """ + Get the option name(s) associated with an action + + For options that define both short and long names, this function will + return the long names joined by "/" + """ + longnames = [name for name in action.option_strings if name.startswith("--")] + if longnames: + name = "/".join(longnames) + else: + name = action.option_strings[0] + return name + + def _forbid_options(self, args: argparse.Namespace, group: str, errmsg: str = ""): + """Forbid options from a named action group""" + options = defaultdict(str) + for action in self._pyi_action_groups[group]: + dest = action.dest + name = self._option_name(action) + if getattr(args, dest) is not self.get_default(dest): + if dest in options: + options[dest] += "/" + options[dest] += name + + # if any options from the forbidden group are not the default values, + # the user must have passed them in, so issue an error report + if options: + sep = "\n " + bad = sep.join(options.values()) + if errmsg: + errmsg = "\n" + errmsg + raise SystemExit(f"option(s) not allowed:{sep}{bad}{errmsg}") + + +def generate_parser() -> _PyiArgumentParser: + """ + Build an argparse parser for PyInstaller's main CLI. + """ + + import PyInstaller.building.build_main + import PyInstaller.building.makespec + import PyInstaller.log + + parser = _PyiArgumentParser(formatter_class=_SmartFormatter) + parser.prog = "pyinstaller" + + parser._add_options(__add_options) + parser._add_options(PyInstaller.building.makespec.__add_options, name="makespec") + parser._add_options(PyInstaller.building.build_main.__add_options, name="build_main") + parser._add_options(PyInstaller.log.__add_options, name="log") + + parser.add_argument( + 'filenames', + metavar='scriptname', + nargs='+', + help="Name of scriptfiles to be processed or exactly one .spec file. If a .spec file is specified, most " + "options are unnecessary and are ignored.", + ) + + return parser + + +def run(pyi_args: list | None = None, pyi_config: dict | None = None): + """ + pyi_args allows running PyInstaller programmatically without a subprocess + pyi_config allows checking configuration once when running multiple tests + """ + compat.check_requirements() + + import PyInstaller.log + + old_sys_argv = sys.argv + try: + parser = generate_parser() + autocomplete(parser) + if pyi_args is None: + pyi_args = sys.argv[1:] + try: + index = pyi_args.index("--") + except ValueError: + index = len(pyi_args) + args = parser.parse_args(pyi_args[:index]) + spec_args = pyi_args[index + 1:] + PyInstaller.log.__process_options(parser, args) + + # Print PyInstaller version, Python version, and platform as the first line to stdout. This helps us identify + # PyInstaller, Python, and platform version when users report issues. + logger.info('PyInstaller: %s' % __version__) + logger.info('Python: %s%s', platform.python_version(), " (conda)" if compat.is_conda else "") + logger.info('Platform: %s' % platform.platform()) + + # Skip creating .spec when .spec file is supplied. + if args.filenames[0].endswith('.spec'): + parser._forbid_options( + args, group="makespec", errmsg="makespec options not valid when a .spec file is given" + ) + spec_file = args.filenames[0] + else: + spec_file = run_makespec(**vars(args)) + + sys.argv = [spec_file, *spec_args] + run_build(pyi_config, spec_file, **vars(args)) + + except KeyboardInterrupt: + raise SystemExit("Aborted by user request.") + except RecursionError: + from PyInstaller import _recursion_too_deep_message + _recursion_too_deep_message.raise_with_msg() + finally: + sys.argv = old_sys_argv + + +def _console_script_run(): + # Python prepends the main script's parent directory to sys.path. When PyInstaller is ran via the usual + # `pyinstaller` CLI entry point, this directory is $pythonprefix/bin which should not be in sys.path. + if os.path.basename(sys.path[0]) in ("bin", "Scripts"): + sys.path.pop(0) + run() + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d95e7a741e1a7efb91819f05a2c67964fa33249 GIT binary patch literal 2011 zcmb_c-*3}a6uwRzJC2h!O=*FacHxJBGLir-1V#zVAYGw_R&5y~FP0nMrVfc6UAyTI z2`S~JiZrRM_K@@mrai#K3;)9;UiL!BG}xUcRYQB&TQoFj>eG%}jG44*n=~uB=ey^8 z=ey?|JNMf_z=z=R`JUoOB0{gNjs0+M!JGSTgsMnEX{0cUE6=2vZR<+Az`FD90-I(T zE5_zM1uo42_M~~tYf>2Ndp!YiDntL{7O7W^-YOWg~^RIg0o0afAq?9ajYG${n&9jx8~yOF)>nn+1tnn;U1;+?{h4@?YUc;AKMv@B^=}i zcNmMVMb}}3Lq`zlWe~jAqYlqTxjq{?R`J>21%vLO&wrjr3+_8;p6P4r_%!l zIWbg`#W%YRh6%BDko-Qc^APCC|BNfArLn*TCjnF*XH1!yYYM4uhZYL*heiWXO)jU?hrXDWJ#K7UKYKCoDIE#N5FJ={Ys8Y%!4~PoywsugRUA)V8A*P+J!NA3n<1Y9)vLc%@Y1x(o zfy}%@toxOCtcBlpLnkIKP`^wvvmlT$=LjZn^&-j_WN>Mi3aTL~GMR@mc!1VGzD93= zg0?cTS-pT`#ypnI81!5udJZ&<*kn=8;8Ar3M{X6N2uxxnC_e^u#fppOtgiJ(PoIey zaAE|QcjYWLV((2cCP}KMnvw)>e9Jpn(3QD7PLK$kX_+y1zM(&!ZS=+)E$7SPrWja_SK_Oe zE0=2*8{)CD7cyCHCB7VANh~MU4pon>AFG~RKUrIN+|>vTeCIy9$?qwbR_-m|d)^Ug z@X@D-U+`x)z5Z81u;zZ?-SF0haFb(&E6gkZ-g@`RMt8LCk5)#0_ao1TKZN$zB8|}T z@<`K%_Vlcssa{yW@WsXFD7e|)QH`(1tAp!<4~2)WN5YrFSK{N(8tntS25&do&sssT zZS_*+Qmwx(_CD-bWexi2tW!H%pT_;|#{x$d7OjTRg>cJy*_DFen z(=AvGE5g^=z01Q*H)2D7G-D{Z|2O1nU-}Q!{Rf`+B)|86()3t?Eh7Z4 V;TxB4s2e@&4i6>V&n_{r{t5qbyjlPN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05bc0592deba73f75ea922ac08f5f57fffc63be5 GIT binary patch literal 9504 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 UVDR#Td$;zV53jz!{G+(%Ka|`DvH$=8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/_shared_with_waf.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/_shared_with_waf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ddb8983191255e752831f7a4c3752bcbbcc8a878 GIT binary patch literal 2531 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 H^9cVRFv1Gy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/config.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/config.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19ed4d7e658fbdec13343dff9ab448abd2373cbf GIT binary patch literal 1432 zcmb7EO>g8x5Ve!+Zq!mFPDtG9#B3yD3%IQoqy_OMK{nE65dRz9MLz8v@5^5g5P06Qr{1cu)708dd2*vU3EXQso4ztW$gb0l zYHJ!^jZOx(rV!#==~yli^Xb#m&j~3cDXzoAW7=?N2|;&5$PO{mQ)p!%=`sBjvqGhGDnS1xb*hGfw z;e8N(B}T5K>e-~1Iu4N-hpS4iA$lCiw2FB))?LOJA(A&LO!>;mp(Q$jDPl2j&flcj z{~~SJsD-@)I_exB!lz5Q-}aPwWB-8=eud2?_7aPOxB IcOScd1Lqy%BLDyZ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/configure.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/configure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1fc02b43f5645e7077ef43eb52d921d8842ffde5 GIT binary patch literal 4339 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/exceptions.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd54d5b87c94c56149027b70f56561aaca87f16e GIT binary patch literal 4889 zcmbtYPizy}8Gkdj6WheVvRz1ETV7$e!ZfyFyJeSXyK3_XNJR|7$)Y$&!(`?q9y6XX z@69A}79XM4-uK@7zTfxf`Jb6gn!uAz|CK%7N63Hhqw^%f&PEG5_lZeN#U?eStSCe!7m2B^ z5HrTq$FYE~9Fx>IP!lZPr6we`2dKR)(WUlCY7(fah=g8AO#^jbgqoDpKA>hI)Reiu zoR%X8VB{d%*OlETsqX;wP=r4tsqX^yClTuY#(UYr-{AqWN~_0kYjxc-g7XBe5`Jv- zLFYbUq^y{vtTvRa+InYfi5Vkqt)@HX1>LflS-NlkO~8q>5^TGMK->D$=v)3n>Z zZU-Z)WCO+i$O;v=#tLGQ>0V*p^6K2JGQ$&vQe8LLWowS*rs}5dFl2$wIo43&e5p&WduxnymoMki6rN#SFlyMk5OmJvv;xDFGaI&TQigmY zFZqhuIPbwFd$CDE)9TeU(={}Wr;sG~11Kas(`nv?jzHC~kndGBkzDT~iB!OdJlk*l z5R61OzCyySA04mNUGB-vU#~Fdn(sK4Gmi%{I);Y11XYBn-Y7!@$XBY-QJ~>-hg8*| z7i~>-VCS(Ijy(=%l}I*T)DMB=06WxksU`PE1Juwj&)fw?-u5jHnw)I}nne|N#?Ri( z)2lX<`mZqK7G10`ufkq4fB@a_0C#qSvL#D+f&x~%Y`_}`wFC{YZ_V0_E?QoNHe8?6 z1;z!Sh`Mw1%d>Zf=(Ow8nl)eX=%Vg;xMR+A6ZXRy)n{Gbli~!m9E!5RF<@=EBtUz? zGJ%WMecR6Av6zq&;LI?_Xav7`jyn1dl@4y!14pjuUMsHic>!)37tEd$I7m671yLkC zu4&6BcD8Rm4o=q*T_r_Cc3A{I9%nyUStq?}<;n*C7pFqg3kPS7F2!zOyP3Y}lY2#tLU6OXF>F&G zFjF{p{`~n>wUrQlopB7amScIEwi@H_!HHVEH6{c^!d6PtWHbVcqZ3nlPr`)14rha1?2T71)o_h6dosA&urN&~}#eAfxc1~?3U z;y#v26cRYA&Ds{Y=UcseS4(BzcD}B)&Z3&pFC*4^xqrS{ahvn?X5Z~sF*S5EPJ!zU zd!0feHfP``x=s{BCxRxh7LM!RgO#t!(uqP9#dY4Gj*FP}9digXtt?R{E076mOm{?( z|H2tzP?F({nl2~^=R&{=b0s7&2uV~_bj;Kp`EyVahNX{`>x&=}SM++F!3w6&FoV{t zzzQZ?V76PYF-WXoQ8!2-lKPJDt-zCJeakjskVAb59xX60W1!t;oB6an&}n+bp`&cp z(w)N8tnYaKAfAjm3^s}dM-Xm161Lfc7?Of0Jx%qxmz!r^cT!l2=3v%ac)Bd7>G+)7 z0BDNJ;~)UT{X>a^RR^Z`K}a&eX=O2TGnZoy29sQ%+V&Idtflr>q|DO6=>L0&&G5p2a@E6ZMz5Z-q`gyXvOL#^}9Gel88wt-dGCa?O z;TbvhVEX=XXF<0uv&4;2NS2d+-407D)KTZbn+$$$VCdOm_*kU0Qcd-a`VDy)?-;97 zUL6mYp{GjMMh5BVSZPul9lw^P9xgaUm(@I#VHU1UvcO3SZfGX#h+~NuSOuX4SFmV> z^Yfjy-?hp(OcE#~VwL8xp(md{8GJhX?U8R&&4Fvrlcik@@eytSn@cDvVu(p;h{@0p z$gu}Q91hBPh^G_G)8QVhzv+Ky0%?X1ptHpcq5ql6Ce?#~EJn-L@P-AK7J2!C)$$Ns z<#Ke6yEPhwIr{l;DBQZwP~n-tgORyALEAi`OV4%bF!|&BxgcxGT=j-K9pC=2U85CI z(};tJ(biQZbLw>|x_yp32XiNmfC=C2GzfW6euc86cK#2Yva|pI literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/log.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/__pycache__/log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e03bf1adf20a855dbc01e775205408393897b24 GIT binary patch literal 2495 zcmaJ?O>7&-6`uX&a!Klslw?OuvVtPZL?bePEdnEPOUtw&l#*PDO6v`5dc_%0%j^#^ zyOKj9Mu?z5BOs`hlLaINf}T=12lv!-a_vQ|+=|%-Xn>q@qwN$3eCnH()>MrqkKB20 z-h1=+-ZyXlmP)AzNLB9=RYB+*)`=*7EIi!f5W0;p(oqdz?oXV~VIB(>uk#@nbOE?% z3AU(2PkU$F_4PO%S+3Fbg57-l!C;? z;+5s%T%kO_wD>LC_hMG25^x%04ZsCafi)s)Snj?JtupH}@ML2<XRblbQNcv~tsD zDX|RS+#++77(T&StWBS_$QH32!zNkp9CU5sc}5L7LF&rY`ATW&a-~#!qgV=e(0Y2_ z*)l8>YyV@@K(|S>nO0^dr>$(bn-PwdYmrU zF5D3K*byFLXl|o-Q2nG8bc`_PA43>qxFQ%}UuUO(g8E)jLR%21&*VGDz8q>o@D^K% z*;&i2%^qz{3eOuTpa~VNPYSlX>GQ($?JOqi#-`<;(-<1opFKP?HVJwfN_?tQf?q8?IR;UJ$ckn_vw@n8Xjn4PrI2LXb2tt{Ako$wmiq zxXG13th=U@)cLgpyX?&-=J=tRDCbM(lDx|WUiCh)dmI- z(fk(dDQ}r;`9{;> zh0l8pnl|c+>Y+H^5y!jA=vPBy-J$VrYP`pD1It{u{M*CwwNClkz3cd(OzsQZz&h7U zAnDY9P)w2^!gy4D3=Zh9REK~Xf|CKDxH@xrg6Km02P}0q_6dq=(=Fa-S2Cn`cvh)y z2|fdGNcB`C_4&I(1Vj$K%liY7r9Ko%eU5n+j3)f1kk9USNKn5fId(0gS0ge2$K3xv z9Rq!T-K*$>mB&?0SZs~0I&V4dO-F;&Xd&XY8`ItmnuHm%ahe7eNSloYfRY_CP<}<4 zMM_;7NT32H!$4N=6hLx`Rg-{s0ffg;&5Cq_4HF^P9vx(&TnU%)SnxC;`V*!du2cYJ zfM4%1EV7_~6+X|024E3O{QlN^w|cx7pX0ijQ@0mBTsX|kbTTssne6+;uSO^KiXUEk z|I&9diVyA#ZV&Fs_mpS5XMXwtzoTxeyTACmGSwSI%INpsDQM`_1H`d;k|R5%?b80~ z7w=yD>%w0aI;RW&OkU^-%=X9|hK2tyRhU4ZPt079gfB!6+U!ISt5mRCtyGu*#lKRa z)8HAzSSa9y`0?@`R_pLOhT&R-;v3fSqxi~~mX;R^WqO89D8O?Ps1=CiQOu|Y+AxZA zlG)Xjrsos8__hi6+%n;|C)Nzltj@X4x>=)B%$r><%0l^PMA<7HhWnB7+R-a^p8gDU z?ACiCv~X~ayFbQr;sXUG-sIY`Z&3VSXyD)I{2@C3wUXN9w&QK7i!$xlAB2ub#Qy1Ln4B89Kd7jDTkd6$daf;ZQ-eGD zw!U+H`}*F}r*9mjUTLd6Uf|YQes<3trl&gTse|-%CwZn_?8%4=mrr+4dhh3-j{XDX zzl@LUzJ3s&Y|9U1g_9qSDctkl_ok3C1Zjq8zEm^& str + """ + Choose an intentionally simplified architecture identifier to be used in the bootloader's directory name. + + Args: + machine: + The output of ``platform.machine()`` or any known architecture alias or shorthand that may be used by a + C compiler. + system: + The output of ``platform.system()`` on the target machine. + Returns: + Either a string tag or, on platforms that don't need an architecture tag, ``None``. + + Ideally, we would just use ``platform.machine()`` directly, but that makes cross-compiling the bootloader almost + impossible, because you need to know at compile time exactly what ``platform.machine()`` will be at run time, based + only on the machine name alias or shorthand reported by the C compiler at the build time. Rather, use a loose + differentiation, and trust that anyone mixing armv6l with armv6h knows what they are doing. + """ + # See the corresponding tests in tests/unit/test_compat.py for examples. + + if platform.machine() == "sw_64" or platform.machine() == "loongarch64": + # This explicitly inhibits cross compiling the bootloader for or on SunWay and LoongArch machine. + return platform.machine() + + if system == "Windows": + if machine.lower().startswith("arm"): + return "arm" + else: + return "intel" + + if system != "Linux": + # No architecture specifier for anything par Linux. + # - macOS is on two 64 bit architectures, but they are merged into one "universal2" bootloader. + # - BSD supports a wide range of architectures, but according to PyPI's download statistics, every one of our + # BSD users are on x86_64. This may change in the distant future. + return + + if machine.startswith(("arm", "aarch")): + # ARM has a huge number of similar and aliased sub-versions, such as armv5, armv6l armv8h, aarch64. + return "arm" + if machine in ("thumb"): + # Reported by waf/gcc when Thumb instruction set is enabled on 32-bit ARM. The platform.machine() returns "arm" + # regardless of the instruction set. + return "arm" + if machine in ("x86_64", "x64", "x86"): + return "intel" + if re.fullmatch("i[1-6]86", machine): + return "intel" + if machine.startswith(("ppc", "powerpc")): + # PowerPC comes in 64 vs 32 bit and little vs big endian variants. + return "ppc" + if machine in ("mips64", "mips"): + return "mips" + if machine.startswith("riscv"): + return "riscv" + # Machines with no known aliases :) + if machine in ("s390x",): + return machine + + # Unknown architectures are allowed by default, but will all be placed under one directory. In theory, trying to + # have multiple unknown architectures in one copy of PyInstaller will not work, but that should be sufficiently + # unlikely to ever happen. + return "unknown" diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/archive/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/archive/__init__.py new file mode 100755 index 0000000..a7501ae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/archive/__init__.py @@ -0,0 +1 @@ +__author__ = 'martin' diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfeef9ee196308617dd7c24955473bb531db724e GIT binary patch literal 230 zcmX@j%ge<81YBGjQpJGuV-N=h7@>^M96-i&h7^VeiA5!ud48IVx47ct z6H7}n@{8i*S2BDCssEL&pOK%Ns$X25npmQro>@{*l%JKFTvDtbT#%TY>XVt4svBC6 zl30>jq+gbrSEiqnnWSG(2{a?mSkKT%zc{lbRTro-J25@ASU;fBGq1QLF((J8I?#5dRL+H_c%)=w8Kxx{4qnC|+`DdZ#O!HZ#+m?n!ilf=J$B zpF#HGdw5y!gTJfudDlGr_&}V?e+)w9uV@?J6maOjP(^X zjz~Zr5lL1=(qlw=8IdyRg-PQydXpjRi|8K_AR{WtD3GBHR&*4WwAZS-!&2Q#buzuL z%mnNp*%tX0;pSUkuNz1zgOp_SO+b;rYix8(J&cfd*lO_2TRmD`eF~XgfNVNG1X0W_ z>|3kta(|eDaKLPhU`aibiCnS+&w+0OMp%(S0oJjx)fp@G+%jh%VPlm-zZX=OhUMej z6(UW+_Tg0mrcgR}_N=E6RxJnVxC*CG))D6q!WcWv;)%{6b}x}se5eXz^$SP}7e6y1 zfhTGVyU&djI5}QGzKBzG5Sy}?=zOn#>vrr^0lSEtibHVmKNMnNlZjdYf|oq8r73jZ zlvTvJ%2mPn^78*{?r#%aB<3!ldP}}U4?cHqoZQr(y5=M@YYgHx2Y5%=CdYknUbQ*T zw4A5j-r;;U7ip8R=Mep#*d6>?|B9?Xa;-XOxCqsX{0f3IGunWBe$b;0?z{*8tv!wI cG*j+cPtD(P&GAP_DgAvdq%-=HcwLwL0lG!CKmY&$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/readers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/archive/__pycache__/readers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c84da4ecfb4c3c43d42dca76ede0f3c0e8ae8f16 GIT binary patch literal 7712 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 C{= len(magic_pattern): + start_pos = max(end_pos - SEARCH_CHUNK_SIZE, 0) + chunk_size = end_pos - start_pos + # Is the remaining chunk large enough to hold the pattern? + if chunk_size < len(magic_pattern): + break + # Read and scan the chunk + fp.seek(start_pos, os.SEEK_SET) + buf = fp.read(chunk_size) + pos = buf.rfind(magic_pattern) + if pos != -1: + magic_offset = start_pos + pos + break + # Adjust search location for next chunk; ensure proper overlap + end_pos = start_pos + len(magic_pattern) - 1 + + return magic_offset + + @classmethod + def _parse_toc(cls, data): + options = [] + toc = {} + cur_pos = 0 + while cur_pos < len(data): + # Read and parse the fixed-size TOC entry header + entry_length, entry_offset, data_length, uncompressed_length, compression_flag, typecode = \ + struct.unpack(cls._TOC_ENTRY_FORMAT, data[cur_pos:(cur_pos + cls._TOC_ENTRY_LENGTH)]) + cur_pos += cls._TOC_ENTRY_LENGTH + # Read variable-length name + name_length = entry_length - cls._TOC_ENTRY_LENGTH + name, *_ = struct.unpack(f'{name_length}s', data[cur_pos:(cur_pos + name_length)]) + cur_pos += name_length + # Name string may contain up to 15 bytes of padding + name = name.rstrip(b'\0').decode('utf-8') + + typecode = chr(typecode) + + # The TOC should not contain duplicates, except for OPTION entries. Therefore, keep those + # in a separate list. With options, the rest of the entries do not make sense, anyway. + if typecode == 'o': + options.append(name) + else: + toc[name] = (entry_offset, data_length, uncompressed_length, compression_flag, typecode) + + return toc, options + + def extract(self, name): + """ + Extract data for the given entry name. + """ + + entry = self.toc.get(name) + if entry is None: + raise KeyError(f"No entry named {name} found in the archive!") + + entry_offset, data_length, uncompressed_length, compression_flag, typecode = entry + with open(self._filename, "rb") as fp: + fp.seek(self._start_offset + entry_offset, os.SEEK_SET) + data = fp.read(data_length) + + if compression_flag: + import zlib + data = zlib.decompress(data) + + return data + + def open_embedded_archive(self, name): + """ + Open new archive reader for the embedded archive. + """ + + entry = self.toc.get(name) + if entry is None: + raise KeyError(f"No entry named {name} found in the archive!") + + entry_offset, data_length, uncompressed_length, compression_flag, typecode = entry + + if typecode == PKG_ITEM_PYZ: + # Open as embedded archive, without extraction. + return ZlibArchiveReader(self._filename, self._start_offset + entry_offset) + elif typecode == PKG_ITEM_ZIPFILE: + raise NotAnArchiveError("Zipfile archives not supported yet!") + else: + raise NotAnArchiveError(f"Entry {name} is not a supported embedded archive!") + + +def pkg_archive_contents(filename, recursive=True): + """ + List the contents of the PKG / CArchive. If `recursive` flag is set (the default), the contents of the embedded PYZ + archive is included as well. + + Used by the tests. + """ + + contents = [] + + pkg_archive = CArchiveReader(filename) + for name, toc_entry in pkg_archive.toc.items(): + *_, typecode = toc_entry + contents.append(name) + if typecode == PKG_ITEM_PYZ and recursive: + pyz_archive = pkg_archive.open_embedded_archive(name) + for name in pyz_archive.toc.keys(): + contents.append(name) + + return contents diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/archive/writers.py b/venv/lib64/python3.12/site-packages/PyInstaller/archive/writers.py new file mode 100755 index 0000000..d408cdc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/archive/writers.py @@ -0,0 +1,407 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Utilities to create data structures for embedding Python modules and additional files into the executable. +""" + +import marshal +import os +import shutil +import struct +import sys +import zlib + +from PyInstaller.building.utils import get_code_object, strip_paths_in_code +from PyInstaller.compat import BYTECODE_MAGIC, is_win, strict_collect_mode +from PyInstaller.loader.pyimod01_archive import PYZ_ITEM_MODULE, PYZ_ITEM_NSPKG, PYZ_ITEM_PKG + + +class ZlibArchiveWriter: + """ + Writer for PyInstaller's PYZ (ZlibArchive) archive. The archive is used to store collected byte-compiled Python + modules, as individually-compressed entries. + """ + _PYZ_MAGIC_PATTERN = b'PYZ\0' + _HEADER_LENGTH = 12 + 5 + _COMPRESSION_LEVEL = 6 # zlib compression level + + def __init__(self, filename, entries, code_dict=None): + """ + filename + Target filename of the archive. + entries + An iterable containing entries in the form of tuples: (name, src_path, typecode), where `name` is the name + under which the resource is stored (e.g., python module name, without suffix), `src_path` is name of the + file from which the resource is read, and `typecode` is the Analysis-level TOC typecode (`PYMODULE`). + code_dict + Optional code dictionary containing code objects for analyzed/collected python modules. + """ + code_dict = code_dict or {} + + with open(filename, "wb") as fp: + # Reserve space for the header. + fp.write(b'\0' * self._HEADER_LENGTH) + + # Write entries' data and collect TOC entries + toc = [] + for entry in entries: + toc_entry = self._write_entry(fp, entry, code_dict) + toc.append(toc_entry) + + # Write TOC + toc_offset = fp.tell() + toc_data = marshal.dumps(toc) + fp.write(toc_data) + + # Write header: + # - PYZ magic pattern (4 bytes) + # - python bytecode magic pattern (4 bytes) + # - TOC offset (32-bit int, 4 bytes) + # - 4 unused bytes + fp.seek(0, os.SEEK_SET) + + fp.write(self._PYZ_MAGIC_PATTERN) + fp.write(BYTECODE_MAGIC) + fp.write(struct.pack('!i', toc_offset)) + + @classmethod + def _write_entry(cls, fp, entry, code_dict): + name, src_path, typecode = entry + assert typecode == 'PYMODULE' + + typecode = PYZ_ITEM_MODULE + if src_path in ('-', None): + # This is a NamespacePackage, modulegraph marks them by using the filename '-'. (But wants to use None, + # so check for None, too, to be forward-compatible.) + typecode = PYZ_ITEM_NSPKG + else: + src_basename, _ = os.path.splitext(os.path.basename(src_path)) + if src_basename == '__init__': + typecode = PYZ_ITEM_PKG + data = marshal.dumps(code_dict[name]) + + # First compress, then encrypt. + obj = zlib.compress(data, cls._COMPRESSION_LEVEL) + + # Create TOC entry + toc_entry = (name, (typecode, fp.tell(), len(obj))) + + # Write data blob + fp.write(obj) + + return toc_entry + + +class CArchiveWriter: + """ + Writer for PyInstaller's CArchive (PKG) archive. + + This archive contains all files that are bundled within an executable; a PYZ (ZlibArchive), DLLs, Python C + extensions, and other data files that are bundled in onefile mode. + + The archive can be read from either C (bootloader code at application's run-time) or Python (for debug purposes). + """ + _COOKIE_MAGIC_PATTERN = b'MEI\014\013\012\013\016' + + # For cookie and TOC entry structure, see `PyInstaller.archive.readers.CArchiveReader`. + _COOKIE_FORMAT = '!8sIIii64s' + _COOKIE_LENGTH = struct.calcsize(_COOKIE_FORMAT) + + _TOC_ENTRY_FORMAT = '!iIIIBB' + _TOC_ENTRY_LENGTH = struct.calcsize(_TOC_ENTRY_FORMAT) + + _COMPRESSION_LEVEL = 9 # zlib compression level + + def __init__(self, filename, entries, pylib_name): + """ + filename + Target filename of the archive. + entries + An iterable containing entries in the form of tuples: (dest_name, src_name, compress, typecode), where + `dest_name` is the name under which the resource is stored in the archive (and name under which it is + extracted at runtime), `src_name` is name of the file from which the resouce is read, `compress` is a + boolean compression flag, and `typecode` is the Analysis-level TOC typecode. + pylib_name + Name of the python shared library. + """ + self._collected_names = set() # Track collected names for strict package mode. + + with open(filename, "wb") as fp: + # Write entries' data and collect TOC entries + toc = [] + for entry in entries: + toc_entry = self._write_entry(fp, entry) + toc.append(toc_entry) + + # Write TOC + toc_offset = fp.tell() + toc_data = self._serialize_toc(toc) + toc_length = len(toc_data) + + fp.write(toc_data) + + # Write cookie + archive_length = toc_offset + toc_length + self._COOKIE_LENGTH + pyvers = sys.version_info[0] * 100 + sys.version_info[1] + cookie_data = struct.pack( + self._COOKIE_FORMAT, + self._COOKIE_MAGIC_PATTERN, + archive_length, + toc_offset, + toc_length, + pyvers, + pylib_name.encode('ascii'), + ) + + fp.write(cookie_data) + + def _write_entry(self, fp, entry): + dest_name, src_name, compress, typecode = entry + + # Write OPTION entries as-is, without normalizing them. This also exempts them from duplication check, + # allowing them to be specified multiple times. + if typecode == 'o': + return self._write_blob(fp, b"", dest_name, typecode) + + # Ensure forward slashes in paths are on Windows converted to back slashes '\\', as on Windows the bootloader + # works only with back slashes. + dest_name = os.path.normpath(dest_name) + if is_win and os.path.sep == '/': + # When building under MSYS, the above path normalization uses Unix-style separators, so replace them + # manually. + dest_name = dest_name.replace(os.path.sep, '\\') + + # Strict pack/collect mode: keep track of the destination names, and raise an error if we try to add a duplicate + # (a file with same destination name, subject to OS case normalization rules). + if strict_collect_mode: + normalized_dest = None + if typecode in ('s', 'm', 'M'): + # Exempt python source scripts and modules from the check. + pass + else: + # Everything else; normalize the case + normalized_dest = os.path.normcase(dest_name) + # Check for existing entry, if applicable + if normalized_dest: + if normalized_dest in self._collected_names: + raise ValueError( + f"Attempting to collect a duplicated file into CArchive: {normalized_dest} (type: {typecode})" + ) + self._collected_names.add(normalized_dest) + + if typecode == 'd': + # Dependency; merge src_name (= reference path prefix) and dest_name (= name) into single-string format that + # is parsed by bootloader. + return self._write_blob(fp, b"", f"{src_name}:{dest_name}", typecode) + elif typecode == 's': + # If it is a source code file, compile it to a code object and marshal the object, so it can be unmarshalled + # by the bootloader. + code = get_code_object(dest_name, src_name) + code = strip_paths_in_code(code) + return self._write_blob(fp, marshal.dumps(code), dest_name, typecode, compress=compress) + elif typecode in ('m', 'M'): + # Read the PYC file + with open(src_name, "rb") as in_fp: + data = in_fp.read() + assert data[:4] == BYTECODE_MAGIC + # Skip the PYC header, load the code object. + code = marshal.loads(data[16:]) + code = strip_paths_in_code(code) + # These module entries are loaded and executed within the bootloader, which requires only the code + # object, without the PYC header. + return self._write_blob(fp, marshal.dumps(code), dest_name, typecode, compress=compress) + elif typecode == 'n': + # Symbolic link; store target name (as NULL-terminated string) + data = src_name.encode('utf-8') + b'\x00' + return self._write_blob(fp, data, dest_name, typecode, compress=compress) + else: + return self._write_file(fp, src_name, dest_name, typecode, compress=compress) + + def _write_blob(self, out_fp, blob: bytes, dest_name, typecode, compress=False): + """ + Write the binary contents (**blob**) of a small file to the archive and return the corresponding CArchive TOC + entry. + """ + data_offset = out_fp.tell() + data_length = len(blob) + if compress: + blob = zlib.compress(blob, level=self._COMPRESSION_LEVEL) + out_fp.write(blob) + + return (data_offset, len(blob), data_length, int(compress), typecode, dest_name) + + def _write_file(self, out_fp, src_name, dest_name, typecode, compress=False): + """ + Stream copy a large file into the archive and return the corresponding CArchive TOC entry. + """ + data_offset = out_fp.tell() + data_length = os.stat(src_name).st_size + with open(src_name, 'rb') as in_fp: + if compress: + tmp_buffer = bytearray(16 * 1024) + compressor = zlib.compressobj(self._COMPRESSION_LEVEL) + while True: + num_read = in_fp.readinto(tmp_buffer) + if not num_read: + break + out_fp.write(compressor.compress(tmp_buffer[:num_read])) + out_fp.write(compressor.flush()) + else: + shutil.copyfileobj(in_fp, out_fp) + + return (data_offset, out_fp.tell() - data_offset, data_length, int(compress), typecode, dest_name) + + @classmethod + def _serialize_toc(cls, toc): + serialized_toc = [] + for toc_entry in toc: + data_offset, compressed_length, data_length, compress, typecode, name = toc_entry + + # Encode names as UTF-8. This should be safe as standard python modules only contain ASCII-characters (and + # standard shared libraries should have the same), and thus the C-code still can handle this correctly. + name = name.encode('utf-8') + name_length = len(name) + 1 # Add 1 for string-terminating zero byte. + + # Ensure TOC entries are aligned on 16-byte boundary, so they can be read by bootloader (C code) on + # platforms with strict data alignment requirements (for example linux on `armhf`/`armv7`, such as 32-bit + # Debian Buster on Raspberry Pi). + entry_length = cls._TOC_ENTRY_LENGTH + name_length + if entry_length % 16 != 0: + padding_length = 16 - (entry_length % 16) + name_length += padding_length + + # Serialize + serialized_entry = struct.pack( + cls._TOC_ENTRY_FORMAT + f"{name_length}s", # "Ns" format automatically pads the string with zero bytes. + cls._TOC_ENTRY_LENGTH + name_length, + data_offset, + compressed_length, + data_length, + compress, + ord(typecode), + name, + ) + serialized_toc.append(serialized_entry) + + return b''.join(serialized_toc) + + +class SplashWriter: + """ + Writer for the splash screen resources archive. + + The resulting archive is added as an entry into the CArchive with the typecode PKG_ITEM_SPLASH. + """ + # This struct describes the splash resources as it will be in an buffer inside the bootloader. All necessary parts + # are bundled, the *_len and *_offset fields describe the data beyond this header definition. + # Whereas script and image fields are binary data, the requirements fields describe an array of strings. Each string + # is null-terminated in order to easily iterate over this list from within C. + # + # typedef struct _splash_data_header { + # char tcl_libname[16]; /* Name of tcl library, e.g. tcl86t.dll */ + # char tk_libname[16]; /* Name of tk library, e.g. tk86t.dll */ + # char tk_lib[16]; /* Tk Library generic, e.g. "tk/" */ + # char rundir[16]; /* temp folder inside extraction path in + # * which the dependencies are extracted */ + # + # int script_len; /* Length of the script */ + # int script_offset; /* Offset (rel to start) of the script */ + # + # int image_len; /* Length of the image data */ + # int image_offset; /* Offset (rel to start) of the image */ + # + # int requirements_len; + # int requirements_offset; + # + # } SPLASH_DATA_HEADER; + # + _HEADER_FORMAT = '!16s 16s 16s 16s ii ii ii' + _HEADER_LENGTH = struct.calcsize(_HEADER_FORMAT) + + # The created archive is compressed by the CArchive, so no need to compress the data here. + + def __init__(self, filename, name_list, tcl_libname, tk_libname, tklib, rundir, image, script): + """ + Writer for splash screen resources that are bundled into the CArchive as a single archive/entry. + + :param filename: The filename of the archive to create + :param name_list: List of filenames for the requirements array + :param str tcl_libname: Name of the tcl shared library file + :param str tk_libname: Name of the tk shared library file + :param str tklib: Root of tk library (e.g. tk/) + :param str rundir: Unique path to extract requirements to + :param Union[str, bytes] image: Image like object + :param str script: The tcl/tk script to execute to create the screen. + """ + + # Ensure forward slashes in dependency names are on Windows converted to back slashes '\\', as on Windows the + # bootloader works only with back slashes. + def _normalize_filename(filename): + filename = os.path.normpath(filename) + if is_win and os.path.sep == '/': + # When building under MSYS, the above path normalization uses Unix-style separators, so replace them + # manually. + filename = filename.replace(os.path.sep, '\\') + return filename + + name_list = [_normalize_filename(name) for name in name_list] + + with open(filename, "wb") as fp: + # Reserve space for the header. + fp.write(b'\0' * self._HEADER_LENGTH) + + # Serialize the requirements list. This list (more an array) contains the names of all files the bootloader + # needs to extract before the splash screen can be started. The implementation terminates every name with a + # null-byte, that keeps the list short memory wise and makes it iterable from C. + requirements_len = 0 + requirements_offset = fp.tell() + for name in name_list: + name = name.encode('utf-8') + b'\0' + fp.write(name) + requirements_len += len(name) + + # Write splash script + script_offset = fp.tell() + script_len = len(script) + fp.write(script.encode("utf-8")) + + # Write splash image. If image is a bytes buffer, it is written directly into the archive. Otherwise, it + # is assumed to be a path and the file is copied into the archive. + image_offset = fp.tell() + if isinstance(image, bytes): + # Image was converted by PIL/Pillow and is already in buffer + image_len = len(image) + fp.write(image) + else: + # Read image into buffer + with open(image, 'rb') as image_fp: + image_data = image_fp.read() + image_len = len(image_data) + fp.write(image_data) + del image_data + + # Write header + header_data = struct.pack( + self._HEADER_FORMAT, + tcl_libname.encode("utf-8"), + tk_libname.encode("utf-8"), + tklib.encode("utf-8"), + rundir.encode("utf-8"), + script_len, + script_offset, + image_len, + image_offset, + requirements_len, + requirements_offset, + ) + + fp.seek(0, os.SEEK_SET) + fp.write(header_data) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run b/venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run new file mode 100755 index 0000000000000000000000000000000000000000..4d40d917a44e4d3bc0ae3befadf8af1c1f3aa7a8 GIT binary patch literal 55984 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%0D(OVg`UL7tFJ=_9_U>eQ(HL~bF;o&@i zyoE?f_d{kSbQ!YjfC_nK6x(xzVK>ZP7L6?kQ5D}Aq=&Iig?f8-i*=o=hQNyZdC{!# zAn8t<)saz*%#N3W%y#*9z z4ytti9V}&Fi)-Z3tY?5xWX7FOU}?Xbp@$xP%8o?*x{BW2P6xq{Y_kDX)L{LSSvgqS z5 z6Ch{UVrJz`DMXg0A~5q8L`O~r0Pz6!o5YA=D@u=?56iI3Zrn!*e6aZd9FUl#k+Gix z9lI+<|19pGcAoZ#d^3vk!T9udbctyfk}ukbD zs5zC$8x-gC%mHiR6D((z#P1KiVji@XrR-l_^B-Q^?mOvdctf5qVG{w@BnqP2{_5 z^Mpd)FOm3Pccg~?K;)oDrEXg!@@f+)PRq|x$a0AsZ6g28ninbL6p1{=M0OE5Ss_PB zDK0(27~e=uo3VdG=4YvJ3&4Nm~(h{5=7Sy(4* zPz;t&n1iqrIQSAlU*v4UG{WAE!A>P?2FB3X8-sleHx@QXw>1X)2Vq@=ZHU2MB5WOD zYh$p@ge@n(mKf|;gxP-!SWOJ}Bf{npHZKOdg|Gs`3S%(7VHe&*SY8Y^hp-KV4UfTG zgtZWs9)pb`>=SI*o!gPzrO^`z7eoZG1yy#okqHcVzB23 zyNj@n80;y+@>q984E77aPX2w&z*oUZ^J;LR>ikE<{*wDici^~+cNtwUu*eo+;(Dx* zMsNeCLm_@1CA2Up|Bd4I<31clequBU_zwKG47Qc{X#-ydc16YlK(YJ2Dm3u|V+2}I z(Y>8NbC|B}#%n6)U?=XMz?ik~o$?kmhcySMaoxtpzecO=Z}|3c-@Xs~CITG*VrRvv zmi8zjqAgetV==gkH{Z3$b+9hWg4iKexVaCLTbFML?n{G_Zy;CJhzqjfEn?>5`)hGy zGI9x8lKX+k67<5tkQy?U0WIDM^JR)(KfrG>reU@2O47HK78kka;iD%RSU&ZDeapOg zIP(jXr0;eP#Phn}M57D1R*HMDxc_Eq951^c_nl`bT+vuKegi%f1$zx-@Ms?JP2#TWyuMQ({`5t#2=Iixc&vb!b=VtKh z8O-;2Jf3R74L=%Jih8@5!8bC1d@=k~G3|v9aZ!nl`luqdLQ@kR?tH7~Wxy0|RIN05HxZ5fK z6Lsr%C#v*$E1KeK;BO3$lid$8*6c(tghovw%ui#vuotP+5D4Y@G=%N|b#bU7HOam5 z3-Q+Ewd8S=&>wn*GmMETo5rC=W#AM%B}mdoeWtJ6F512u111{6>w0Iz`1|t7;5Xeu z*Y`93((}wO{}FVeIn?bZp%_yi3L%f##QUA@z^CyaNx(M!Bg{y7#Tj!MZ&ae|*N9uw z@|v{WsD3bZ*ZDTw)jwq9LV#BM6zq4^>ty`JH=Jg`k`Hw*q`6I{p~eq&IqtaUTp{1& zodjEJ=V0;YIvkiiIPe?5gD-I+Y+NpwE&qc$XQE8v7cJ#84lTTw4eb5}ZBR_wYdC4I zHlF-t3{u!qkmo<0@9g^rcc*<=j;8Q2wxdo@usiJ_0CaW6?*IUMNO6ojfAAEGJsr|7 zbf;}m6(h6h5>0(7M-R1$chcuTV`9K&O9K^W&%2C!&sWx@%Fr=MtqK9I(f#IypH&%NHk& zCRy)J9s7Fiysrgfu#ljeI-wf2m-OtwLi^G=J91FSEJ<N&fb2uuBV_l<3B3iW;Irv!0{o6Q}ARR9IyRR5FNsUUE@Wtr^`ie#6tpHk?#px zNfdqKrp3fv+%E@wEMpO5 z?oOKsYJLy_Pe7K#fjP6IxcpzxU{U+=TQ8J)!6Tm|n(-9`B}uMco;3jE_-)Cg&@{ZM zmHL;!w?2je7Ed_rePvYAYy5r(pZ8*= z3cQAe_hUWqGNYXWzC6WF8-Ev**S7jKjEM1XR1WNbp|2i^1@S2?6b9gJ`Ax&;C(o{9B2x+@moK4`QHsrdUcUF zzQ9F=LHHq$O|-@Ue)+TzzvT9I{&Buq`4RL);-kT|$3g4~j(h|O-mN?rizj|m${nh~ zJKDVeFMcY=c<6ozfwv%V#(c=Q7lrP$@1p`gdUx85DvNgqnnz)c8x+`XdwOTD{K(-`(mxl&F)i{CSq7_Us zGLaM3+<7`1=5r-a`5xD%AEV-Cf-sD)|4h-ypC%AIcY~)VIHtRdN1J#F;eBHmbOO}} zf*6rt+9N=q@54pkd(ih?cv>nu{wUb#6W(ISj~Wl4Af)b2YeE%%(EA#d75@Q7Fl_-_ z368u@@=T!5*>SdqjHz+9!{cnT%xqjk!8A=W|8k)ac)Mk=q#c@KfAmu|UOf+3%$dJm zFlUzWYpNIuy}B?s^0(lGiyDtH!A}8&uFpwEkfT5QP6~g?@obn0DM!0ncVgP5wS%lM zF!ClrU6Xwb;c@l}4Ij0Da{eHe#`!neXCY!~UBowtx6^}Z6TkqAI%3j+dN6IAU`LOF zb?_V%a4RS{@(g6=%!&<*G)c36!_5BC9#27G{(|nbw@Wqg!I{=KQf2j?KSFt1YXksV~sp;gv5cgs(G zUg@u?am=1E8JMER#`;D_eVwBcHOCIr%4H)B%d5wf*Vp;Hb-t!C71fR2a$kMpa*g0d zf1R(o);q>m+W-UwjkoG;_BEE3`y3;iE^}1ZRo0aGyzaVcU+ySJrIc)0wXX^?`23A^ zkgme(7+C=!)Te(wswVm*L<38Q&s*D2-&oeT9E~*ieU3%`%1UozjM4vqPrcuFGNbPi3Y$Mr!g;8^>rybcUh z6SW79p zRjSP5!pbJcva%)zZ44S)&IDC845zxRrurtYX(I9dl%q-5LDTZuMfEk+ z<&K)_x+O5W|59&4-@dZO#a^FP-T$$lF@44Dub1V;<+IL%xSqru6(i*6rKos4b42CD zbu`pBK?n79s$cP09Fs)0?|>rJeCAY|Tvo@a9wVyt)?)GsBG=5xy8D`<(pj^)saG>k z(JQ6KI~N-d)qeJcPBBx{|A%Sc`hCm)Q@&=s|5N^XRTBNb* zrOouh>v`+SF_$X5@F5k*FONAA)Swkq*8A%!;MnnTDHqdF1}E%oF86vXnj9rKGcGN5 z%>zZ;4u$ZI|AD<^3cm4ral4n&{&y_mcFh@Ss>xAXU*Q*P(%0hY^Qy~z6vnlvslLV! zzaTmY$JkWfSl!_3udBk2<8u4!YRej%s>*8QqEx@=Ml5(@!i;Ph*sFiuayFnCUof)i z0!M`(KCIs1ud6DntDs+_W*gMB<)haU*Q{9=YNaLDx=UwFFDi7;EG?cuSA9GLmgy0@_o!kcRd5zvR? z*Hm5M9aB?}c;F;L*hsEghU4yD^UQD+7R|iOT(hZ2j0=3MzuD2ySYM8%&rw%a%fR9? zZ5$!vn!GiY<2V6oD#nbwWc>Ua#x5A!R6llPg$Nn6rQXIx^-W&QUnd=ww?eCjifZB9 zwW_kFs!}+<3eE4UEYK>vOSMI1P2SR)>P1}Q$KF)kpdmk|VtE}q0X>xzJH_}p`lNZP z>@?HqlCD{$n^fAR@S0hkA?dUdnL5o>!CO?i@M?)S(*vsPoGIaUm8Q>BhOLz1cE7q0*A&rG?&dcm;FhD{8Pp3NwzO25K^k*vnIoh1kn- zQFFC#maoj`Zz?ivm*6SYFe(m_GNfMYOr&7QAWyETC^!i3b>rkClpQM^mUhZ#fgsn@CC6L;e zh@(K79A|o)5P@^Fik6nul=5pb#t>yUV_{#ZtD>SFG*c zO><^XDFA^9z?6}S>iwq3sKdb;{&1t-hLiF^e<34K-!uUQK@b zu{BOyNFk@BSgb+XA6-9F)g{tFd6mJUSH>ts2_^1w@3NUe660QUpXzlhn}ujMq%h$S%sXrv|2U0`qRVL zRWQZtw_e=K^($9zzo$6$qd(=utnRR1e*Mq^LOnP1l*#lM#`{cq@fji4%7 zj@g`W2KFo8*H!qscKdbcW`%zA(AUum(*EeI-v8_PfiAWxd<~uHxaDf02>WT*q?7LZ zzom<QT4439n?+`H7*#dhKrx<>Dq>R2r7@YXK!R#c$F4YDl+d)~$d z923gJ%6PrlQH>eEI+}cq{&E~AdPg|s)HV4Vl;#v8?5BA8c!d-+&PR-qY^$msf>Q1A z^Mc-VwIW)?){eVIL1}iVH(jD$Tlf9gsWxJt{q^0o?4uWRpRcyY4x9*@aiu&`kj~dp zFG5YV3wKmEIi}C?c-R}YGZuq*?RA$qdY=!_3={RcOhmbkl54M%2d3P(pG=Q{6Lw0( zB66v&yY0 zt6fx4c9~;(eVupIsN7L9O4PJ|wQu_r9`;oLy;EirfG z$d2`u*J$`-yv7vASalU1xnbA5*iC9Um%<5wiv!7%#_NUR$5(Kw%A+B^J3Le z<*#Csz;a$$=jCYwPx^TZ)+Fs?R*A~Jk0%wiI10xc25BEU%7`<1 zD-loa)uD-nK5qZw)MR#f&A8c1=qPX=QSCKnNz8xtC%0@`9kWWQaqmUR4Th#I_^Nn# z?yVT>m{C`=94Gm*=zva15}Wv7fm)?P-zT|u6C-IRg9RVE(A9`a*r``AaFeG-0#sN( zqt08j6q+(AgHEsaRaY+W4VzmA%c6|3k*ob)zoi!v=)#GaB!W!Wlr>&>^0G+| z3Mo~Fh#)bgLRyuJXlrtPZ7t6Ggf!r#LR4~|?p-EJpb}^RxCwDJHkNVwEMSUhQM1Va z2*mT;ZjuMX_bD*=SOJ9n4m$~pnx$;agUwP=$t9i@_FG4wWEHW?@0W-e&@4%0auOjZ z(EaKD+G3n-&xNJcFKaUWSHFy{=Bd`%e(8E!t)T3eE^f+-TWns&_k&caX=R}5myd~; zR`fOPS>}Rjv0r}HDe`r6&|a^ZlSsbUWa?*s!TwpMmujy6e#R!4+2I8IVsvsMl4t+@ zG^a5qr);@jy1r93Q9muS`0M*2+#Kv(&BR3fVv{pLKdsYMHQ2BGeP%I9`=yJ`>;&yW zp4eRfy7o*Lkf>kgZ0{Gpg#NAfq{LJ$F2TbGZJf4jk>)8Z^|-H`>6&?MDIWm!Etk%i z>7J^2+_PpEO)o8R7iuGGcw?9kQ~#5w5+B{8@IHqaUAXhXyg1% zGBdlVxP*;rc=9nF4;($7qM29`XSyfPE}b*I#5MUU`5;6qnmKa@A2;whS6K~Lz~y*U zfm2CF|A?2W%-ahpHlOR7Io&;d>i5)!;t`S?hxo_b!I7{@e_4gda*I40iK*+Fo zDR(5js7{Khgul-xiII9)SD!Ez#%- zq}eN@(I=5MBRzn09nz1G>OVlc_=&0P)@XD*(mhD$A>Gu5dPsBI!5^uyIvRDPYuX9? zvPcEeJwddGbU)JlNORYqKS&FZ4muTlkvfnT{3sf2K)M0xTBLiBZbVvj7urX90;vOY zB>TtE7g8N*3DW&YS0mknw;H!1O}__vBp&Hur1Ow!8Q_C78|faT*CS287q3|&U5E5B zq$lo!Tu7^Mr+N^^Wi`@Vr0KYly%lNm19*!7-^c9G1JdDx!S{FQ7t-uMV0@77L3#pdE`FY7^bqhvT7q;x(q^RTc+;u_X*SY_ zkme%Ygw#N4ABuiG9gR*zx&f&VX%${R+0Qc4FOVAey$sJVz@Gsg=?0`7NX2`^NR6%0 zXlfSP+Xg)%-O!0~Lb|65bVv=P8;IWxzAPg>jPwLj?KHsgewznr`krXC25C0Z7NogI z*CK63x)Eu?bJ6I#NLS+}yy2&#ofn{Yq{fTr7t-{X!5?Wh(!)q|k!snnC#0j1?m_BA zY9O6W_@BU^Wu#9cUA+(eI0JnC0((T7i&RIt8mSNIrdObE!v7kLrk^RMsfO;0Ptr{@ zwWMZy(piH}N$*HH#ZLHe{OzibM!zFT#CQMnnwF#Joi}1kFo(2E`;^S=X|{}I=`Gq7 zXI}oDi*n8*1J*CZUlsV0%=~zexgLLc4bkW{%xUe)O#7Y5S7v74k#c3GBb0h&X6~9a zS7zR-0j|t~)>Ecs9!N_0IB8&JL1AW|D>D}~phcZ4Gt;NRWciMr_89p!MWdL4;-llc z3xA^lyE+M(K5b0v-Nsd!&g94YZNZ(Pkr)31D5noT2zl}fQQkEvu1v?O)WXc%*0gDv z8y!`dn;bJTyBzb7x=^kdn3-FciL8=Vm%QeI*IMve&FgV}W0Vrrt6zGutIhsW78ZWQ*7(Etj;g&FfL`I_8BgK+&3l z5nYB_g`$=VZP5NkgSG>-n9AZqeK`U98DI|+G8I;w{D9!?K=FFu@@|espCeB2rkN*i z5ljJc;I9QVZ-V9t2SS?8ILUjIax9Fkcas z?LtOtyYL6C1Eyu}O-lax$-Ij)=ub9+#~Q5Hdliqb^(lKD$tyDVJ3N^O91D>`ct`SD zcmTB1$H#Dp#Te7qeStWD?D?V3%mM5KU^561V+5V1yECR>glHH1Pfv3ZE13R|FvcZ0 zfSG(~^EH4u0DFg%5qiIq^H}-AqTap=mgG!%wtuGpZzXMKEBJNY9*vfxEakd3v%>+V z%64di@4z{Ky&xuW%D>JT%<)>mUXHQlJ zOuKU;ZmI!~)))`;X;sR!%=HVCYs_f}9M_2&(C!88*`&qPngdA)Zv%Wk;1>`+HFG`8 zC!KTpXMi6A{7%A!-o@OUk-0G`xf~)v4q?@35uQrUmpqWZf_ge)vwtZY31Lo|etbq| z%ZTKU24*_I3SGwXQj|d%(y^$dB7VD=Z9%qLC7T2A(ST1PoU-{d`G&k!0QhXc5q^me zd3XRT0Ss!5eVoWu0ImZrUfC0RM&qkerc%#MG1V4jOo`=tsabP?2jk8P@VE?l>Y_Dy zX6E{qq=lLGLNT5kix)xD0-BYi5x(2>WthgTYj7AZzsj({-a#o<|18yF0-{<&X%}AciW#3tt zsbeXemYL_l?3$V}w>NNc@8Y7~#oFFQX>V-0cN~sNkLrG@I_fPifli|!9l67A> zN?Hf3N?Vf}O1T4TJN1-{zrR&Pqu45l&qw&~f-KknI2!$gK2`V#I4G{)&gAvNo(ePP z6=p7+mg!v5yNK9AIS@n@OMBz~H%O~`*Nk(WnvvYx8<&u@C?k1UZ_3UGg9Qsy1`Ea$Tfwshdv%BM5!U^R*cVKP zZ+!~^GeWdj4DHS+>=RXs*oW)wAnf%^u;+gWdD$PxxQelG@?3OB2E#gyK;=<052S^t zw+HpEWj*U0ble6~xipK&TQ1nbKATbJBh)Eoo!Oc8Dp-~W(Yfi9>34nx8V7zvBF=X* z=Qh^OWb8#HU#`15K{pR{BgqR=E>wQ?O~4xf=Mu*c=f*L>Y5;@k#Ai0XQ*owI1=uD+ zFgAB`Y*btp-`7mdbk2wW0-#UCTYnM|Y&hqx2j9Km+h^UsI&-}PVX`t0&{6k12TT2B zeE*{C1G-<8S_v&8sDsa*k}=H;TTo{q{<=_aH0p`};9kg%VBEUL#`>!E*i*63T)}mG zazEj3NoK*6lfdBbz+Vm&w;Debb1CxLRotU27>GbZ&zKCKuv^+9|L>89K$EZR+ZvZo zi^aBX?)61%JEZ@B0=s9lhre~;xAx&^^d`0`;+^E{U?N2sGldIc=q>zU7w8UyuJ2x! zJl+J(jx#H|sNxA}){X(1S&7UB5essd6rq zfY+Pgb(FlOQCDI;Vw=A=7aV=ZZXK~7ytTBGHq=?SAsT%_wZDeeu`0!bI<3~ZMw{9Q z+KKoPw4v0q=#$vz!A?>RLZxa}xJ69+CTQ~>jjxwvKN^1@0bT(3`wUdk-!;kLA>z@L zl_}r>wy-tf7Gw;71@{Dg_mXagAE;F;0F1x+Y0e|+(F52qz+NFye|i+>J%zLZ1_wAf zDS&4C?8IOJj7!#mR~yb1FCZ_>X>37Y{bJZf`#djP3%nVBQ>GUI>j2D*zqw8x0Bj9l z)5%BZ3(+QQClAFhfa?NoTMTE$%Qr|Zz&@~yx0_n!Jk3Ku>-l{&I#v1HHOU_8PMkAL z&FmVHl7mrjV9ccwc|4&_#9tNaRr~?_uvk5z^Q*WAz_!Af{0~%vSCiG;888?)J6S43 z{SByJi1X7+WA#NmI0wGOmAS!zNY8;#5c&1u;6heJVBw05XJH2Wd<=Xh;+*w##Yg!W zaqa>+9Lay_z4B16Im2M5IE%IFx&W{oz)W4!HhCuN0IVH(j(;e58rL|kA8_y4MW$Ji zXESKqK+6z=AHvoE)&kgB0wVRc9$*x<64y`-=f0zX=MSz*nc+Xzq~M5Y6~+bUPzWAV92nDHi>NCj<*buo zoLeQ}w_-E)Hsmel7HmP;hge1B$O!q^=N8bv2zs$6MwxnC3)p_ZW+AWXoS*2k;!!P( zVy;*xIp?}SJ7^2$i5ky4EoZF4@5X%>{C{#!zjLlIL!99b!ddn)@ba=Ybf9EJ-9A|@1HqPX!(r-Th|ImQ*+fLCDyGm(p{OnMJY?fc{Q{LaFY^d@e zSsf0;DRSmIGX8d1#$yffG2W78(#~|=?zheMzlzHK?9Y_-@xw==f2JJARC%<*D>nbflM_n+eH*$&jq4PZUZc`Vl`d83 zDwW=&(uY<0v`TlY^i`GqOQpwEI$(s<$7w44wn{Hi>HjM23__v`!Z3L|94;8C1~Ki-+VLQf4;Z##+}(^-dZN7$qKnnZjf7KjXWUhWP@yyEi&KB_+)_` zBg^D8Ss~ZS4RVXDkq2a*Y>-W|MdmN3&eA2aK#q}Ra+<7=>*NNxMb^jzvQ9S0CfOqM zeT+{Q$T6}^PLmaKo!lU|$QpS-*2xChBwJ*@pYh28X?=pfkzbP&6W5}F$y;{@qf&e| z9*u^R;%G89JQ5Au#%AZK*=M1As8kws8RueRKV$*#;bKx8Njl!4VyIXgbS_?9!ro^* z;OgSAUE0OiG`kQlK3GC{_Zj9d?dN#Z0e4RZ;>S8=3iboy;@dTN#;b!SS zj2YBDU3fTa0_L7z?;S#7hhgkDyv7w6s9W(nRpW)FnF_YPFU%~>Ln|vN@GA${+vmJO zc{DuxX!$;(uAoJnVjmzhHn+O!V*HGR?Nzm2{l8@ItLJd!*vw8Y^|>7u=zW~k-dA}e zmapyt4(Z?JQdsy7fCYWt>YUDZvOZV9IjcX-rM_JAQsk}9sasz{RSWO6im&;_{xPnl zfdHrZriZq09U1Eb={5f()F0Z#A?0ycKS{57po}tem0t7N87DB!UvTls+Q=sR9AtBc z^qMcO;Cm5EwSe~Z%TK(EdYg-6Yd-o+{Vw%({dS$Yeipk2$XK6Buldiu|FAR_(2g&? zUcU`N(~r|n^XU=wnt!eTu?%g;m;MFHtWWIve2P*sKfPpX12tBkH5bYVkQn zH$IqtJ?zVAzXY@Tgzr~Le{jgn(UGvv2-)-+Mpm!&Qt4Ij(z-#K?(w@xeNGOWX~W**YE34n!Prdu*eo$5Ire%`uzlwH|v7x3g zS|6Ui4<6nAvc)%Wv!Nor){o!+QGW=n#ni4^(+3_aS99V zeDG+G*I;$Vui9y#BCB^_(%^a&P}PkIX1hJ3>nb;2OIa#*s0rtvjQ=BBn9-^DH?E@(_5c6? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run_d b/venv/lib64/python3.12/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run_d new file mode 100755 index 0000000000000000000000000000000000000000..4a6cb7332e1ff82f5de9270d231c15f182ae5439 GIT binary patch literal 60080 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 X-!!spId1jLjT2|%!#5;^=+LDfcStwL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/api.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07d72441a93dcb7e45901408766d5273406ddb8e GIT binary patch literal 55003 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/splash_templates.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/splash_templates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e3701036c350d2bd88c0e2462bd86cf11100d5e GIT binary patch literal 6514 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/templates.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/building/__pycache__/templates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a77c897b401099d952472eeb0fa1b50e421e8f96 GIT binary patch literal 2829 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 HZ2J8_&kr9w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/api.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/api.py new file mode 100755 index 0000000..49ecb23 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/api.py @@ -0,0 +1,1270 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +This module contains classes that are available for the .spec files. + +Spec file is generated by PyInstaller. The generated code from .spec file +is a way how PyInstaller does the dependency analysis and creates executable. +""" + +import os +import subprocess +import time +import shutil +from operator import itemgetter + +from PyInstaller import HOMEPATH, PLATFORM +from PyInstaller import log as logging +from PyInstaller.archive.writers import CArchiveWriter, ZlibArchiveWriter +from PyInstaller.building.datastruct import Target, _check_guts_eq, normalize_pyz_toc, normalize_toc +from PyInstaller.building.utils import ( + _check_guts_toc, _make_clean_directory, _rmtree, process_collected_binary, get_code_object, strip_paths_in_code, + compile_pymodule +) +from PyInstaller.building.splash import Splash # argument type validation in EXE +from PyInstaller.compat import is_cygwin, is_darwin, is_linux, is_win, strict_collect_mode +from PyInstaller.depend import bindepend +from PyInstaller.depend.analysis import get_bootstrap_modules +import PyInstaller.utils.misc as miscutils + +logger = logging.getLogger(__name__) + +if is_win: + from PyInstaller.utils.win32 import (icon, versioninfo, winmanifest, winresource, winutils) + +if is_darwin: + import PyInstaller.utils.osx as osxutils + + +class PYZ(Target): + """ + Creates a zlib-based PYZ archive that contains byte-compiled pure Python modules. + """ + def __init__(self, *tocs, **kwargs): + """ + tocs + One or more TOC (Table of Contents) lists, usually an `Analysis.pure`. + + kwargs + Possible keyword arguments: + + name + A filename for the .pyz. Normally not needed, as the generated name will do fine. + """ + if kwargs.get("cipher"): + from PyInstaller.exceptions import RemovedCipherFeatureError + raise RemovedCipherFeatureError( + "Please remove the 'cipher' arguments to PYZ() and Analysis() in your spec file." + ) + + from PyInstaller.config import CONF + + super().__init__() + + name = kwargs.get('name', None) + + self.name = name + if name is None: + self.name = os.path.splitext(self.tocfilename)[0] + '.pyz' + + # PyInstaller bootstrapping modules. + bootstrap_dependencies = get_bootstrap_modules() + + # Compile the python modules that are part of bootstrap dependencies, so that they can be collected into the + # CArchive/PKG and imported by the bootstrap script. + self.dependencies = [] + workpath = os.path.join(CONF['workpath'], 'localpycs') + for name, src_path, typecode in bootstrap_dependencies: + if typecode == 'PYMODULE': + # Compile pymodule and include the compiled .pyc file. + pyc_path = compile_pymodule(name, src_path, workpath, code_cache=None) + self.dependencies.append((name, pyc_path, typecode)) + else: + # Include as is (extensions). + self.dependencies.append((name, src_path, typecode)) + + # Merge input TOC(s) and their code object dictionaries (if available). Skip the bootstrap modules, which will + # be passed on to CArchive/PKG. + bootstrap_module_names = set(name for name, _, typecode in self.dependencies if typecode == 'PYMODULE') + self.toc = [] + self.code_dict = {} + for toc in tocs: + # Check if code cache association exists for the given TOC list + code_cache = CONF['code_cache'].get(id(toc)) + if code_cache is not None: + self.code_dict.update(code_cache) + + for entry in toc: + name, _, typecode = entry + # PYZ expects only PYMODULE entries (python code objects). + assert typecode == 'PYMODULE', f"Invalid entry passed to PYZ: {entry}!" + # Module required during bootstrap; skip to avoid collecting a duplicate. + if name in bootstrap_module_names: + continue + self.toc.append(entry) + + # Normalize TOC + self.toc = normalize_pyz_toc(self.toc) + + # Alphabetically sort the TOC to enable reproducible builds. + self.toc.sort() + + self.__postinit__() + + _GUTS = ( + # input parameters + ('name', _check_guts_eq), + ('toc', _check_guts_toc), + # no calculated/analysed values + ) + + def assemble(self): + logger.info("Building PYZ (ZlibArchive) %s", self.name) + + # Ensure code objects are available for all modules we are about to collect. + # NOTE: `self.toc` is already sorted by names. + archive_toc = [] + for entry in self.toc: + name, src_path, typecode = entry + if name not in self.code_dict: + # The code object is not available from the ModuleGraph's cache; re-create it. + try: + self.code_dict[name] = get_code_object(name, src_path) + except SyntaxError: + # The module was likely written for different Python version; exclude it + continue + archive_toc.append(entry) + + # Remove leading parts of paths in code objects. + self.code_dict = {name: strip_paths_in_code(code) for name, code in self.code_dict.items()} + + # Create the archive + ZlibArchiveWriter(self.name, archive_toc, code_dict=self.code_dict) + logger.info("Building PYZ (ZlibArchive) %s completed successfully.", self.name) + + +class PKG(Target): + """ + Creates a CArchive. CArchive is the data structure that is embedded into the executable. This data structure allows + to include various read-only data in a single-file deployment. + """ + xformdict = { + 'PYMODULE': 'm', + 'PYSOURCE': 's', + 'EXTENSION': 'b', + 'PYZ': 'z', + 'PKG': 'a', + 'DATA': 'x', + 'BINARY': 'b', + 'ZIPFILE': 'Z', + 'EXECUTABLE': 'b', + 'DEPENDENCY': 'd', + 'SPLASH': 'l', + 'SYMLINK': 'n', + } + + def __init__( + self, + toc, + python_lib_name, + name=None, + cdict=None, + exclude_binaries=False, + strip_binaries=False, + upx_binaries=False, + upx_exclude=None, + target_arch=None, + codesign_identity=None, + entitlements_file=None + ): + """ + toc + A TOC (Table of Contents) list. + python_lib_name + Name of the python shared library to store in PKG. Required by bootloader. + name + An optional filename for the PKG. + cdict + Dictionary that specifies compression by typecode. For Example, PYZ is left uncompressed so that it + can be accessed inside the PKG. The default uses sensible values. If zlib is not available, no + compression is used. + exclude_binaries + If True, EXTENSIONs and BINARYs will be left out of the PKG, and forwarded to its container (usually + a COLLECT). + strip_binaries + If True, use 'strip' command to reduce the size of binary files. + upx_binaries + """ + super().__init__() + + self.toc = normalize_toc(toc) # Ensure guts contain normalized TOC + self.python_lib_name = python_lib_name + self.cdict = cdict + self.name = name + if name is None: + self.name = os.path.splitext(self.tocfilename)[0] + '.pkg' + self.exclude_binaries = exclude_binaries + self.strip_binaries = strip_binaries + self.upx_binaries = upx_binaries + self.upx_exclude = upx_exclude or [] + self.target_arch = target_arch + self.codesign_identity = codesign_identity + self.entitlements_file = entitlements_file + + # This dict tells PyInstaller what items embedded in the executable should be compressed. + if self.cdict is None: + self.cdict = { + 'EXTENSION': COMPRESSED, + 'DATA': COMPRESSED, + 'BINARY': COMPRESSED, + 'EXECUTABLE': COMPRESSED, + 'PYSOURCE': COMPRESSED, + 'PYMODULE': COMPRESSED, + 'SPLASH': COMPRESSED, + # Do not compress PYZ as a whole, as it contains individually-compressed modules. + 'PYZ': UNCOMPRESSED, + # Do not compress target names in symbolic links. + 'SYMLINK': UNCOMPRESSED, + } + + self.__postinit__() + + _GUTS = ( # input parameters + ('name', _check_guts_eq), + ('cdict', _check_guts_eq), + ('toc', _check_guts_toc), # list unchanged and no newer files + ('python_lib_name', _check_guts_eq), + ('exclude_binaries', _check_guts_eq), + ('strip_binaries', _check_guts_eq), + ('upx_binaries', _check_guts_eq), + ('upx_exclude', _check_guts_eq), + ('target_arch', _check_guts_eq), + ('codesign_identity', _check_guts_eq), + ('entitlements_file', _check_guts_eq), + # no calculated/analysed values + ) + + def assemble(self): + logger.info("Building PKG (CArchive) %s", os.path.basename(self.name)) + + bootstrap_toc = [] # TOC containing bootstrap scripts and modules, which must not be sorted. + archive_toc = [] # TOC containing all other elements. Sorted to enable reproducible builds. + + for dest_name, src_name, typecode in self.toc: + # Ensure that the source file exists, if necessary. Skip the check for OPTION entries, where 'src_name' is + # None. Also skip DEPENDENCY entries due to special contents of 'dest_name' and/or 'src_name'. Same for the + # SYMLINK entries, where 'src_name' is relative target name for symbolic link. + if typecode not in {'OPTION', 'DEPENDENCY', 'SYMLINK'} and not os.path.exists(src_name): + if strict_collect_mode: + raise ValueError(f"Non-existent resource {src_name}, meant to be collected as {dest_name}!") + else: + logger.warning( + "Ignoring non-existent resource %s, meant to be collected as %s", src_name, dest_name + ) + continue + if typecode in ('BINARY', 'EXTENSION'): + if self.exclude_binaries: + # This is onedir-specific codepath - the EXE and consequently PKG should not be passed the Analysis' + # `datas` and `binaries` TOCs (unless the user messes up the .spec file). However, EXTENSION entries + # might still slip in via `PYZ.dependencies`, which are merged by EXE into its TOC and passed on to + # PKG here. Such entries need to be passed to the parent container (the COLLECT) via + # `PKG.dependencies`. + # + # This codepath formerly performed such pass-through only for EXTENSION entries, but in order to + # keep code simple, we now also do it for BINARY entries. In a sane world, we do not expect to + # encounter them here; but if they do happen to pass through here and we pass them on, the + # container's TOC de-duplication should take care of them (same as with EXTENSION ones, really). + self.dependencies.append((dest_name, src_name, typecode)) + else: + # This is onefile-specific codepath. The binaries (both EXTENSION and BINARY entries) need to be + # processed using `process_collected_binary` helper. + src_name = process_collected_binary( + src_name, + dest_name, + use_strip=self.strip_binaries, + use_upx=self.upx_binaries, + upx_exclude=self.upx_exclude, + target_arch=self.target_arch, + codesign_identity=self.codesign_identity, + entitlements_file=self.entitlements_file, + strict_arch_validation=(typecode == 'EXTENSION'), + ) + archive_toc.append((dest_name, src_name, self.cdict.get(typecode, False), self.xformdict[typecode])) + elif typecode in ('DATA', 'ZIPFILE'): + # Same logic as above for BINARY and EXTENSION; if `exclude_binaries` is set, we are in onedir mode; + # we should exclude DATA (and ZIPFILE) entries and instead pass them on via PKG's `dependencies`. This + # prevents a onedir application from becoming a broken onefile one if user accidentally passes datas + # and binaries TOCs to EXE instead of COLLECT. + if self.exclude_binaries: + self.dependencies.append((dest_name, src_name, typecode)) + else: + if typecode == 'DATA' and os.access(src_name, os.X_OK): + # DATA with executable bit set (e.g., shell script); turn into binary so that executable bit is + # restored on the extracted file. + carchive_typecode = 'b' + else: + carchive_typecode = self.xformdict[typecode] + archive_toc.append((dest_name, src_name, self.cdict.get(typecode, False), carchive_typecode)) + elif typecode == 'OPTION': + archive_toc.append((dest_name, '', False, 'o')) + elif typecode in ('PYSOURCE', 'PYMODULE'): + # Collect python script and modules in a TOC that will not be sorted. + bootstrap_toc.append((dest_name, src_name, self.cdict.get(typecode, False), self.xformdict[typecode])) + else: + # PYZ, PKG, DEPENDENCY, SPLASH, SYMLINK + archive_toc.append((dest_name, src_name, self.cdict.get(typecode, False), self.xformdict[typecode])) + + # Sort content alphabetically by type and name to enable reproducible builds. + archive_toc.sort(key=itemgetter(3, 0)) + # Do *not* sort modules and scripts, as their order is important. + # TODO: Think about having all modules first and then all scripts. + CArchiveWriter(self.name, bootstrap_toc + archive_toc, pylib_name=self.python_lib_name) + + logger.info("Building PKG (CArchive) %s completed successfully.", os.path.basename(self.name)) + + +class EXE(Target): + """ + Creates the final executable of the frozen app. This bundles all necessary files together. + """ + def __init__(self, *args, **kwargs): + """ + args + One or more arguments that are either an instance of `Target` or an iterable representing TOC list. + kwargs + Possible keyword arguments: + + bootloader_ignore_signals + Non-Windows only. If True, the bootloader process will ignore all ignorable signals. If False (default), + it will forward all signals to the child process. Useful in situations where for example a supervisor + process signals both the bootloader and the child (e.g., via a process group) to avoid signalling the + child twice. + console + On Windows or Mac OS governs whether to use the console executable or the windowed executable. Always + True on Linux/Unix (always console executable - it does not matter there). + hide_console + Windows only. In console-enabled executable, hide or minimize the console window if the program owns the + console window (i.e., was not launched from existing console window). Depending on the setting, the + console is hidden/mininized either early in the bootloader execution ('hide-early', 'minimize-early') or + late in the bootloader execution ('hide-late', 'minimize-late'). The early option takes place as soon as + the PKG archive is found. In onefile builds, the late option takes place after application has unpacked + itself and before it launches the child process. In onedir builds, the late option takes place before + starting the embedded python interpreter. + disable_windowed_traceback + Disable traceback dump of unhandled exception in windowed (noconsole) mode (Windows and macOS only), + and instead display a message that this feature is disabled. + debug + Setting to True gives you progress messages from the executable (for console=False there will be + annoying MessageBoxes on Windows). + name + The filename for the executable. On Windows suffix '.exe' is appended. + exclude_binaries + Forwarded to the PKG the EXE builds. + icon + Windows and Mac OS only. icon='myicon.ico' to use an icon file or icon='notepad.exe,0' to grab an icon + resource. Defaults to use PyInstaller's console or windowed icon. Use icon=`NONE` to not add any icon. + version + Windows only. version='myversion.txt'. Use grab_version.py to get a version resource from an executable + and then edit the output to create your own. (The syntax of version resources is so arcane that I would + not attempt to write one from scratch). + uac_admin + Windows only. Setting to True creates a Manifest with will request elevation upon application start. + uac_uiaccess + Windows only. Setting to True allows an elevated application to work with Remote Desktop. + argv_emulation + macOS only. Enables argv emulation in macOS .app bundles (i.e., windowed bootloader). If enabled, the + initial open document/URL Apple Events are intercepted by bootloader and converted into sys.argv. + target_arch + macOS only. Used to explicitly specify the target architecture; either single-arch ('x86_64' or 'arm64') + or 'universal2'. Used in checks that the collected binaries contain the requires arch slice(s) and/or + to convert fat binaries into thin ones as necessary. If not specified (default), a single-arch build + corresponding to running architecture is assumed. + codesign_identity + macOS only. Use the provided identity to sign collected binaries and the generated executable. If + signing identity is not provided, ad-hoc signing is performed. + entitlements_file + macOS only. Optional path to entitlements file to use with code signing of collected binaries + (--entitlements option to codesign utility). + contents_directory + Onedir mode only. Specifies the name of the directory where all files par the executable will be placed. + Setting the name to '.' (or '' or None) re-enables old onedir layout without contents directory. + """ + from PyInstaller.config import CONF + + super().__init__() + + # Available options for EXE in .spec files. + self.exclude_binaries = kwargs.get('exclude_binaries', False) + self.bootloader_ignore_signals = kwargs.get('bootloader_ignore_signals', False) + self.console = kwargs.get('console', True) + self.hide_console = kwargs.get('hide_console', None) + self.disable_windowed_traceback = kwargs.get('disable_windowed_traceback', False) + self.debug = kwargs.get('debug', False) + self.name = kwargs.get('name', None) + self.icon = kwargs.get('icon', None) + self.versrsrc = kwargs.get('version', None) + self.manifest = kwargs.get('manifest', None) + self.resources = kwargs.get('resources', []) + self.strip = kwargs.get('strip', False) + self.upx_exclude = kwargs.get("upx_exclude", []) + self.runtime_tmpdir = kwargs.get('runtime_tmpdir', None) + self.contents_directory = kwargs.get("contents_directory", "_internal") + # If ``append_pkg`` is false, the archive will not be appended to the exe, but copied beside it. + self.append_pkg = kwargs.get('append_pkg', True) + + # On Windows allows the exe to request admin privileges. + self.uac_admin = kwargs.get('uac_admin', False) + self.uac_uiaccess = kwargs.get('uac_uiaccess', False) + + # macOS argv emulation + self.argv_emulation = kwargs.get('argv_emulation', False) + + # Target architecture (macOS only) + self.target_arch = kwargs.get('target_arch', None) + if is_darwin: + if self.target_arch is None: + import platform + self.target_arch = platform.machine() + else: + assert self.target_arch in {'x86_64', 'arm64', 'universal2'}, \ + f"Unsupported target arch: {self.target_arch}" + logger.info("EXE target arch: %s", self.target_arch) + else: + self.target_arch = None # explicitly disable + + # Code signing identity (macOS only) + self.codesign_identity = kwargs.get('codesign_identity', None) + if is_darwin: + logger.info("Code signing identity: %s", self.codesign_identity) + else: + self.codesign_identity = None # explicitly disable + # Code signing entitlements + self.entitlements_file = kwargs.get('entitlements_file', None) + + # UPX needs to be both available and enabled for the target. + self.upx = CONF['upx_available'] and kwargs.get('upx', False) + + # Catch and clear options that are unsupported on specific platforms. + if self.versrsrc and not is_win: + logger.warning('Ignoring version information; supported only on Windows!') + self.versrsrc = None + if self.manifest and not is_win: + logger.warning('Ignoring manifest; supported only on Windows!') + self.manifest = None + if self.resources and not is_win: + logger.warning('Ignoring resources; supported only on Windows!') + self.resources = [] + if self.icon and not (is_win or is_darwin): + logger.warning('Ignoring icon; supported only on Windows and macOS!') + self.icon = None + if self.hide_console and not is_win: + logger.warning('Ignoring hide_console; supported only on Windows!') + self.hide_console = None + + if self.contents_directory in ("", "."): + self.contents_directory = None # Re-enable old onedir layout without contents directory. + elif self.contents_directory == ".." or "/" in self.contents_directory or "\\" in self.contents_directory: + raise SystemExit( + f'Invalid value "{self.contents_directory}" passed to `--contents-directory` or `contents_directory`. ' + 'Exactly one directory level is required (or just "." to disable the contents directory).' + ) + + if not kwargs.get('embed_manifest', True): + from PyInstaller.exceptions import RemovedExternalManifestError + raise RemovedExternalManifestError( + "Please remove the 'embed_manifest' argument to EXE() in your spec file." + ) + + # Old .spec format included in 'name' the path where to put created app. New format includes only exename. + # + # Ignore fullpath in the 'name' and prepend DISTPATH or WORKPATH. + # DISTPATH - onefile + # WORKPATH - onedir + if self.exclude_binaries: + # onedir mode - create executable in WORKPATH. + self.name = os.path.join(CONF['workpath'], os.path.basename(self.name)) + else: + # onefile mode - create executable in DISTPATH. + self.name = os.path.join(CONF['distpath'], os.path.basename(self.name)) + + # Old .spec format included on Windows in 'name' .exe suffix. + if is_win or is_cygwin: + # Append .exe suffix if it is not already there. + if not self.name.endswith('.exe'): + self.name += '.exe' + base_name = os.path.splitext(os.path.basename(self.name))[0] + else: + base_name = os.path.basename(self.name) + # Create the CArchive PKG in WORKPATH. When instancing PKG(), set name so that guts check can test whether the + # file already exists. + self.pkgname = os.path.join(CONF['workpath'], base_name + '.pkg') + + self.toc = [] + + for arg in args: + # Valid arguments: PYZ object, Splash object, and TOC-list iterables + if isinstance(arg, (PYZ, Splash)): + # Add object as an entry to the TOC, and merge its dependencies TOC + if isinstance(arg, PYZ): + self.toc.append((os.path.basename(arg.name), arg.name, "PYZ")) + else: + self.toc.append((os.path.basename(arg.name), arg.name, "SPLASH")) + self.toc.extend(arg.dependencies) + elif miscutils.is_iterable(arg): + # TOC-like iterable + self.toc.extend(arg) + else: + raise TypeError(f"Invalid argument type for EXE: {type(arg)!r}") + + if self.runtime_tmpdir is not None: + self.toc.append(("pyi-runtime-tmpdir " + self.runtime_tmpdir, "", "OPTION")) + + if self.bootloader_ignore_signals: + # no value; presence means "true" + self.toc.append(("pyi-bootloader-ignore-signals", "", "OPTION")) + + if self.disable_windowed_traceback: + # no value; presence means "true" + self.toc.append(("pyi-disable-windowed-traceback", "", "OPTION")) + + if self.argv_emulation: + # no value; presence means "true" + self.toc.append(("pyi-macos-argv-emulation", "", "OPTION")) + + if self.contents_directory: + self.toc.append(("pyi-contents-directory " + self.contents_directory, "", "OPTION")) + + if self.hide_console: + # Validate the value + _HIDE_CONSOLE_VALUES = {'hide-early', 'minimize-early', 'hide-late', 'minimize-late'} + self.hide_console = self.hide_console.lower() + if self.hide_console not in _HIDE_CONSOLE_VALUES: + raise ValueError( + f"Invalid hide_console value: {self.hide_console}! Allowed values: {_HIDE_CONSOLE_VALUES}" + ) + self.toc.append((f"pyi-hide-console {self.hide_console}", "", "OPTION")) + + # If the icon path is relative, make it relative to the .spec file. + if self.icon and self.icon != "NONE": + if isinstance(self.icon, list): + self.icon = [self._makeabs(ic) for ic in self.icon] + else: + self.icon = [self._makeabs(self.icon)] + + if is_win: + if not self.icon: + # --icon not specified; use default from bootloader folder + if self.console: + ico = 'icon-console.ico' + else: + ico = 'icon-windowed.ico' + self.icon = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'bootloader', 'images', ico) + + # Prepare manifest for the executable by creating minimal manifest or modifying the supplied one. + if self.manifest: + # Determine if we were given a filename or an XML string. + if "<" in self.manifest: + self.manifest = self.manifest.encode("utf-8") + else: + self.manifest = self._makeabs(self.manifest) + with open(self.manifest, "rb") as fp: + self.manifest = fp.read() + self.manifest = winmanifest.create_application_manifest(self.manifest, self.uac_admin, self.uac_uiaccess) + + if self.versrsrc: + if isinstance(self.versrsrc, versioninfo.VSVersionInfo): + # We were passed a valid versioninfo.VSVersionInfo structure + pass + elif isinstance(self.versrsrc, (str, bytes, os.PathLike)): + # File path; either absolute, or relative to the spec file + self.versrsrc = self._makeabs(self.versrsrc) + logger.debug("Loading version info from file: %r", self.versrsrc) + self.versrsrc = versioninfo.load_version_info_from_text_file(self.versrsrc) + else: + raise TypeError(f"Unsupported type for version info argument: {type(self.versrsrc)!r}") + + # Identify python shared library. This is needed both for PKG (where we need to store the name so that + # bootloader can look it up), and for macOS-specific processing of the generated executable (adjusting the SDK + # version). + # + # NOTE: we already performed an equivalent search (using the same `get_python_library_path` helper) during the + # analysis stage to ensure that the python shared library is collected. Unfortunately, with the way data passing + # works in onedir builds, we cannot look up the value in the TOC at this stage, and we need to search again. + self.python_lib = bindepend.get_python_library_path() + if self.python_lib is None: + from PyInstaller.exceptions import PythonLibraryNotFoundError + raise PythonLibraryNotFoundError() + + # Normalize TOC + self.toc = normalize_toc(self.toc) + + self.pkg = PKG( + toc=self.toc, + python_lib_name=os.path.basename(self.python_lib), + name=self.pkgname, + cdict=kwargs.get('cdict', None), + exclude_binaries=self.exclude_binaries, + strip_binaries=self.strip, + upx_binaries=self.upx, + upx_exclude=self.upx_exclude, + target_arch=self.target_arch, + codesign_identity=self.codesign_identity, + entitlements_file=self.entitlements_file + ) + self.dependencies = self.pkg.dependencies + + # Get the path of the bootloader and store it in a TOC, so it can be checked for being changed. + exe = self._bootloader_file('run', '.exe' if is_win or is_cygwin else '') + self.exefiles = [(os.path.basename(exe), exe, 'EXECUTABLE')] + + self.__postinit__() + + _GUTS = ( + # input parameters + ('name', _check_guts_eq), + ('console', _check_guts_eq), + ('debug', _check_guts_eq), + ('exclude_binaries', _check_guts_eq), + ('icon', _check_guts_eq), + ('versrsrc', _check_guts_eq), + ('uac_admin', _check_guts_eq), + ('uac_uiaccess', _check_guts_eq), + ('manifest', _check_guts_eq), + ('append_pkg', _check_guts_eq), + ('argv_emulation', _check_guts_eq), + ('target_arch', _check_guts_eq), + ('codesign_identity', _check_guts_eq), + ('entitlements_file', _check_guts_eq), + # for the case the directory is shared between platforms: + ('pkgname', _check_guts_eq), + ('toc', _check_guts_eq), + ('resources', _check_guts_eq), + ('strip', _check_guts_eq), + ('upx', _check_guts_eq), + ('mtm', None), # checked below + # derived values + ('exefiles', _check_guts_toc), + ('python_lib', _check_guts_eq), + ) + + def _check_guts(self, data, last_build): + if not os.path.exists(self.name): + logger.info("Rebuilding %s because %s missing", self.tocbasename, os.path.basename(self.name)) + return True + if not self.append_pkg and not os.path.exists(self.pkgname): + logger.info("Rebuilding because %s missing", os.path.basename(self.pkgname)) + return True + + if Target._check_guts(self, data, last_build): + return True + + mtm = data['mtm'] + if mtm != miscutils.mtime(self.name): + logger.info("Rebuilding %s because mtimes don't match", self.tocbasename) + return True + if mtm < miscutils.mtime(self.pkg.tocfilename): + logger.info("Rebuilding %s because pkg is more recent", self.tocbasename) + return True + + return False + + @staticmethod + def _makeabs(path): + """ + Helper for anchoring relative paths to spec file location. + """ + from PyInstaller.config import CONF + if os.path.isabs(path): + return path + else: + return os.path.join(CONF['specpath'], path) + + def _bootloader_file(self, exe, extension=None): + """ + Pick up the right bootloader file - debug, console, windowed. + """ + # Having console/windowed bootloader makes sense only on Windows and Mac OS. + if is_win or is_darwin: + if not self.console: + exe = exe + 'w' + # There are two types of bootloaders: + # run - release, no verbose messages in console. + # run_d - contains verbose messages in console. + if self.debug: + exe = exe + '_d' + if extension: + exe = exe + extension + bootloader_file = os.path.join(HOMEPATH, 'PyInstaller', 'bootloader', PLATFORM, exe) + logger.info('Bootloader %s' % bootloader_file) + return bootloader_file + + def assemble(self): + # On Windows, we used to append .notanexecutable to the intermediate/temporary file name to (attempt to) + # prevent interference from anti-virus programs with the build process (see #6467). This is now disabled + # as we wrap all processing steps that modify the executable in the `_retry_operation` helper; however, + # we keep around the `build_name` variable instead of directly using `self.name`, just in case we need + # to re-enable it... + build_name = self.name + + logger.info("Building EXE from %s", self.tocbasename) + if os.path.exists(self.name): + if os.path.isdir(self.name): + _rmtree(self.name) # will prompt for confirmation if --noconfirm is not given + else: + os.remove(self.name) + if not os.path.exists(os.path.dirname(self.name)): + os.makedirs(os.path.dirname(self.name)) + bootloader_exe = self.exefiles[0][1] # pathname of bootloader + if not os.path.exists(bootloader_exe): + raise SystemExit(_MISSING_BOOTLOADER_ERRORMSG) + + # Step 1: copy the bootloader file, and perform any operations that need to be done prior to appending the PKG. + logger.info("Copying bootloader EXE to %s", build_name) + self._retry_operation(shutil.copyfile, bootloader_exe, build_name) + self._retry_operation(os.chmod, build_name, 0o755) + + if is_win: + # First, remove all resources from the file. This ensures that no manifest is embedded, even if bootloader + # was compiled with a toolchain that forcibly embeds a default manifest (e.g., mingw toolchain from msys2). + self._retry_operation(winresource.remove_all_resources, build_name) + # Embed icon. + if self.icon != "NONE": + logger.info("Copying icon to EXE") + self._retry_operation(icon.CopyIcons, build_name, self.icon) + # Embed version info. + if self.versrsrc: + logger.info("Copying version information to EXE") + self._retry_operation(versioninfo.write_version_info_to_executable, build_name, self.versrsrc) + # Embed/copy other resources. + logger.info("Copying %d resources to EXE", len(self.resources)) + for resource in self.resources: + self._retry_operation(self._copy_windows_resource, build_name, resource) + # Embed the manifest into the executable. + logger.info("Embedding manifest in EXE") + self._retry_operation(winmanifest.write_manifest_to_executable, build_name, self.manifest) + elif is_darwin: + # Convert bootloader to the target arch + logger.info("Converting EXE to target arch (%s)", self.target_arch) + osxutils.binary_to_target_arch(build_name, self.target_arch, display_name='Bootloader EXE') + + # Step 2: append the PKG, if necessary + if self.append_pkg: + append_file = self.pkg.name # Append PKG + append_type = 'PKG archive' # For debug messages + else: + # In onefile mode, copy the stand-alone PKG next to the executable. In onedir, this will be done by the + # COLLECT() target. + if not self.exclude_binaries: + pkg_dst = os.path.join(os.path.dirname(build_name), os.path.basename(self.pkgname)) + logger.info("Copying stand-alone PKG archive from %s to %s", self.pkg.name, pkg_dst) + shutil.copyfile(self.pkg.name, pkg_dst) + else: + logger.info("Stand-alone PKG archive will be handled by COLLECT") + + # The bootloader requires package side-loading to be explicitly enabled, which is done by embedding custom + # signature to the executable. This extra signature ensures that the sideload-enabled executable is at least + # slightly different from the stock bootloader executables, which should prevent antivirus programs from + # flagging our stock bootloaders due to sideload-enabled applications in the wild. + + # Write to temporary file + pkgsig_file = self.pkg.name + '.sig' + with open(pkgsig_file, "wb") as f: + # 8-byte MAGIC; slightly changed PKG MAGIC pattern + f.write(b'MEI\015\013\012\013\016') + + append_file = pkgsig_file # Append PKG-SIG + append_type = 'PKG sideload signature' # For debug messages + + if is_linux: + # Linux: append data into custom ELF section using objcopy. + logger.info("Appending %s to custom ELF section in EXE", append_type) + cmd = ['objcopy', '--add-section', f'pydata={append_file}', build_name] + p = subprocess.run(cmd, stderr=subprocess.STDOUT, stdout=subprocess.PIPE, encoding='utf-8') + if p.returncode: + raise SystemError(f"objcopy Failure: {p.returncode} {p.stdout}") + + elif is_darwin: + # macOS: remove signature, append data, and fix-up headers so that the appended data appears to be part of + # the executable (which is required by strict validation during code-signing). + + # Strip signatures from all arch slices. Strictly speaking, we need to remove signature (if present) from + # the last slice, because we will be appending data to it. When building universal2 bootloaders natively on + # macOS, only arm64 slices have a (dummy) signature. However, when cross-compiling with osxcross, we seem to + # get dummy signatures on both x86_64 and arm64 slices. While the former should not have any impact, it does + # seem to cause issues with further binary signing using real identity. Therefore, we remove all signatures + # and re-sign the binary using dummy signature once the data is appended. + logger.info("Removing signature(s) from EXE") + osxutils.remove_signature_from_binary(build_name) + + # Append the data + logger.info("Appending %s to EXE", append_type) + self._append_data_to_exe(build_name, append_file) + + # Fix Mach-O headers + logger.info("Fixing EXE headers for code signing") + osxutils.fix_exe_for_code_signing(build_name) + else: + # Fall back to just appending data at the end of the file + logger.info("Appending %s to EXE", append_type) + self._retry_operation(self._append_data_to_exe, build_name, append_file) + + # Step 3: post-processing + if is_win: + # Set checksum to appease antiviral software. Also set build timestamp to current time to increase entropy + # (but honor SOURCE_DATE_EPOCH environment variable for reproducible builds). + logger.info("Fixing EXE headers") + build_timestamp = int(os.environ.get('SOURCE_DATE_EPOCH', time.time())) + self._retry_operation(winutils.set_exe_build_timestamp, build_name, build_timestamp) + self._retry_operation(winutils.update_exe_pe_checksum, build_name) + elif is_darwin: + # If the version of macOS SDK used to build bootloader exceeds that of macOS SDK used to built Python + # library (and, by extension, bundled Tcl/Tk libraries), force the version declared by the frozen executable + # to match that of the Python library. + # Having macOS attempt to enable new features (based on SDK version) for frozen application has no benefit + # if the Python library does not support them as well. + # On the other hand, there seem to be UI issues in tkinter due to failed or partial enablement of dark mode + # (i.e., the bootloader executable being built against SDK 10.14 or later, which causes macOS to enable dark + # mode, and Tk libraries being built against an earlier SDK version that does not support the dark mode). + # With python.org Intel macOS installers, this manifests as black Tk windows and UI elements (see issue + # #5827), while in Anaconda python, it may result in white text on bright background. + pylib_version = osxutils.get_macos_sdk_version(self.python_lib) + exe_version = osxutils.get_macos_sdk_version(build_name) + if pylib_version < exe_version: + logger.info( + "Rewriting the executable's macOS SDK version (%d.%d.%d) to match the SDK version of the Python " + "library (%d.%d.%d) in order to avoid inconsistent behavior and potential UI issues in the " + "frozen application.", *exe_version, *pylib_version + ) + osxutils.set_macos_sdk_version(build_name, *pylib_version) + + # Re-sign the binary (either ad-hoc or using real identity, if provided). + logger.info("Re-signing the EXE") + osxutils.sign_binary(build_name, self.codesign_identity, self.entitlements_file) + + # Ensure executable flag is set + self._retry_operation(os.chmod, build_name, 0o755) + # Get mtime for storing into the guts + self.mtm = self._retry_operation(miscutils.mtime, build_name) + if build_name != self.name: + self._retry_operation(os.rename, build_name, self.name) + logger.info("Building EXE from %s completed successfully.", self.tocbasename) + + def _copy_windows_resource(self, build_name, resource_spec): + import pefile + + # Helper for optionally converting integer strings to values; resource types and IDs/names can be specified as + # either numeric values or custom strings... + def _to_int(value): + try: + return int(value) + except Exception: + return value + + logger.debug("Processing resource: %r", resource_spec) + resource = resource_spec.split(",") # filename,[type],[name],[language] + + if len(resource) < 1 or len(resource) > 4: + raise ValueError( + f"Invalid Windows resource specifier {resource_spec!r}! " + f"Must be in format 'filename,[type],[name],[language]'!" + ) + + # Anchor resource file to spec file location, if necessary. + src_filename = self._makeabs(resource[0]) + + # Ensure file exists. + if not os.path.isfile(src_filename): + raise ValueError("Resource file {src_filename!r} does not exist!") + + # Check if src_filename points to a PE file or an arbitrary (data) file. + try: + with pefile.PE(src_filename, fast_load=True): + is_pe_file = True + except Exception: + is_pe_file = False + + if is_pe_file: + # If resource file is PE file, copy all resources from it, subject to specified type, name, and language. + logger.debug("Resource file %r is a PE file...", src_filename) + + # Resource type, name, and language serve as filters. If not specified, use "*". + resource_type = _to_int(resource[1]) if len(resource) >= 2 else "*" + resource_name = _to_int(resource[2]) if len(resource) >= 3 else "*" + resource_lang = _to_int(resource[3]) if len(resource) >= 4 else "*" + + try: + winresource.copy_resources_from_pe_file( + build_name, + src_filename, + [resource_type], + [resource_name], + [resource_lang], + ) + except Exception as e: + raise IOError(f"Failed to copy resources from PE file {src_filename!r}") from e + else: + logger.debug("Resource file %r is an arbitrary data file...", src_filename) + + # For arbitrary data file, resource type and name need to be provided. + if len(resource) < 3: + raise ValueError( + f"Invalid Windows resource specifier {resource_spec!r}! " + f"For arbitrary data file, the format is 'filename,type,name,[language]'!" + ) + + resource_type = _to_int(resource[1]) + resource_name = _to_int(resource[2]) + resource_lang = _to_int(resource[3]) if len(resource) >= 4 else 0 # LANG_NEUTRAL + + # Prohibit wildcards for resource type and name. + if resource_type == "*": + raise ValueError( + f"Invalid Windows resource specifier {resource_spec!r}! " + f"For arbitrary data file, resource type cannot be a wildcard (*)!" + ) + if resource_name == "*": + raise ValueError( + f"Invalid Windows resource specifier {resource_spec!r}! " + f"For arbitrary data file, resource ma,e cannot be a wildcard (*)!" + ) + + try: + with open(src_filename, 'rb') as fp: + data = fp.read() + + winresource.add_or_update_resource( + build_name, + data, + resource_type, + [resource_name], + [resource_lang], + ) + except Exception as e: + raise IOError(f"Failed to embed data file {src_filename!r} as Windows resource") from e + + def _append_data_to_exe(self, build_name, append_file): + with open(build_name, 'ab') as outf: + with open(append_file, 'rb') as inf: + shutil.copyfileobj(inf, outf, length=64 * 1024) + + @staticmethod + def _retry_operation(func, *args, max_attempts=20): + """ + Attempt to execute the given function `max_attempts` number of times while catching exceptions that are usually + associated with Windows anti-virus programs temporarily locking the access to the executable. + """ + def _is_allowed_exception(e): + """ + Helper to determine whether the given exception is eligible for retry or not. + """ + if isinstance(e, PermissionError): + # Always retry on all instances of PermissionError + return True + elif is_win: + from PyInstaller.compat import pywintypes + + # Windows-specific errno and winerror codes. + # https://learn.microsoft.com/en-us/cpp/c-runtime-library/errno-constants + _ALLOWED_ERRNO = { + 13, # EACCES (would typically be a PermissionError instead) + 22, # EINVAL (reported to be caused by Crowdstrike; see #7840) + } + # https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- + _ALLOWED_WINERROR = { + 5, # ERROR_ACCESS_DENIED (reported in #7825) + 32, # ERROR_SHARING_VIOLATION (exclusive lock via `CreateFileW` flags, or via `_locked`). + 110, # ERROR_OPEN_FAILED (reported in #8138) + } + if isinstance(e, OSError): + # For OSError exceptions other than PermissionError, validate errno. + if e.errno in _ALLOWED_ERRNO: + return True + # OSError typically translates `winerror` into `errno` equivalent; but try to match the original + # values as a fall back, just in case. `OSError.winerror` attribute exists only on Windows. + if e.winerror in _ALLOWED_WINERROR: + return True + elif isinstance(e, pywintypes.error): + # pywintypes.error is raised by helper functions that use win32 C API bound via pywin32-ctypes. + if e.winerror in _ALLOWED_WINERROR: + return True + return False + + func_name = func.__name__ + for attempt in range(max_attempts): + try: + return func(*args) + except Exception as e: + # Check if exception is eligible for retry; if not, also check its immediate cause (in case the + # exception was thrown from an eligible exception). + if not _is_allowed_exception(e) and not _is_allowed_exception(e.__context__): + raise + + # Retry after sleep (unless this was our last attempt) + if attempt < max_attempts - 1: + sleep_duration = 1 / (max_attempts - 1 - attempt) + logger.warning( + f"Execution of {func_name!r} failed on attempt #{attempt + 1} / {max_attempts}: {e!r}. " + f"Retrying in {sleep_duration:.2f} second(s)..." + ) + time.sleep(sleep_duration) + else: + logger.warning( + f"Execution of {func_name!r} failed on attempt #{attempt + 1} / {max_attempts}: {e!r}." + ) + raise RuntimeError(f"Execution of {func_name!r} failed - no more attempts left!") from e + + +class COLLECT(Target): + """ + In one-dir mode creates the output folder with all necessary files. + """ + def __init__(self, *args, **kwargs): + """ + args + One or more arguments that are either an instance of `Target` or an iterable representing TOC list. + kwargs + Possible keyword arguments: + + name + The name of the directory to be built. + """ + from PyInstaller.config import CONF + + super().__init__() + + self.strip_binaries = kwargs.get('strip', False) + self.upx_exclude = kwargs.get("upx_exclude", []) + self.console = True + self.target_arch = None + self.codesign_identity = None + self.entitlements_file = None + + # UPX needs to be both available and enabled for the taget. + self.upx_binaries = CONF['upx_available'] and kwargs.get('upx', False) + + # The `name` should be the output directory name, without the parent path (the directory is created in the + # DISTPATH). Old .spec formats included parent path, so strip it away. + self.name = os.path.join(CONF['distpath'], os.path.basename(kwargs.get('name'))) + + for arg in args: + if isinstance(arg, EXE): + self.contents_directory = arg.contents_directory + break + else: + raise ValueError("No EXE() instance was passed to COLLECT()") + + self.toc = [] + for arg in args: + # Valid arguments: EXE object and TOC-like iterables + if isinstance(arg, EXE): + # Add EXE as an entry to the TOC, and merge its dependencies TOC + self.toc.append((os.path.basename(arg.name), arg.name, 'EXECUTABLE')) + self.toc.extend(arg.dependencies) + # Inherit settings + self.console = arg.console + self.target_arch = arg.target_arch + self.codesign_identity = arg.codesign_identity + self.entitlements_file = arg.entitlements_file + # Search for the executable's external manifest, and collect it if available + for dest_name, src_name, typecode in arg.toc: + if dest_name == os.path.basename(arg.name) + ".manifest": + self.toc.append((dest_name, src_name, typecode)) + # If PKG is not appended to the executable, we need to collect it. + if not arg.append_pkg: + self.toc.append((os.path.basename(arg.pkgname), arg.pkgname, 'PKG')) + elif miscutils.is_iterable(arg): + # TOC-like iterable + self.toc.extend(arg) + else: + raise TypeError(f"Invalid argument type for COLLECT: {type(arg)!r}") + + # Normalize TOC + self.toc = normalize_toc(self.toc) + + self.__postinit__() + + _GUTS = ( + # COLLECT always builds, we just want the TOC to be written out. + ('toc', None), + ) + + def _check_guts(self, data, last_build): + # COLLECT always needs to be executed, in order to clean the output directory. + return True + + def assemble(self): + _make_clean_directory(self.name) + logger.info("Building COLLECT %s", self.tocbasename) + for dest_name, src_name, typecode in self.toc: + # Ensure that the source file exists, if necessary. Skip the check for DEPENDENCY entries due to special + # contents of 'dest_name' and/or 'src_name'. Same for the SYMLINK entries, where 'src_name' is relative + # target name for symbolic link. + if typecode not in {'DEPENDENCY', 'SYMLINK'} and not os.path.exists(src_name): + # If file is contained within python egg, it will be added with the egg. + if strict_collect_mode: + raise ValueError(f"Non-existent resource {src_name}, meant to be collected as {dest_name}!") + else: + logger.warning( + "Ignoring non-existent resource %s, meant to be collected as %s", src_name, dest_name + ) + continue + # Disallow collection outside of the dist directory. + if os.pardir in os.path.normpath(dest_name).split(os.sep) or os.path.isabs(dest_name): + raise SystemExit( + 'Security-Alert: attempting to store file outside of the dist directory: %r. Aborting.' % dest_name + ) + # Create parent directory structure, if necessary + if typecode in ("EXECUTABLE", "PKG"): + dest_path = os.path.join(self.name, dest_name) + else: + dest_path = os.path.join(self.name, self.contents_directory or "", dest_name) + dest_dir = os.path.dirname(dest_path) + try: + os.makedirs(dest_dir, exist_ok=True) + except FileExistsError: + raise SystemExit( + f"Pyinstaller needs to create a directory at {dest_dir!r}, " + "but there already exists a file at that path!" + ) + if typecode in ('EXTENSION', 'BINARY'): + src_name = process_collected_binary( + src_name, + dest_name, + use_strip=self.strip_binaries, + use_upx=self.upx_binaries, + upx_exclude=self.upx_exclude, + target_arch=self.target_arch, + codesign_identity=self.codesign_identity, + entitlements_file=self.entitlements_file, + strict_arch_validation=(typecode == 'EXTENSION'), + ) + if typecode == 'SYMLINK': + os.symlink(src_name, dest_path) # Create link at dest_path, pointing at (relative) src_name + elif typecode != 'DEPENDENCY': + # At this point, `src_name` should be a valid file. + if not os.path.isfile(src_name): + raise ValueError(f"Resource {src_name!r} is not a valid file!") + # If strict collection mode is enabled, the destination should not exist yet. + if strict_collect_mode and os.path.exists(dest_path): + raise ValueError( + f"Attempting to collect a duplicated file into COLLECT: {dest_name} (type: {typecode})" + ) + # Use `shutil.copyfile` to copy file with default permissions. We do not attempt to preserve original + # permissions nor metadata, as they might be too restrictive and cause issues either during subsequent + # re-build attempts or when trying to move the application bundle. For binaries (and data files with + # executable bit set), we manually set the executable bits after copying the file. + shutil.copyfile(src_name, dest_path) + if ( + typecode in ('EXTENSION', 'BINARY', 'EXECUTABLE') + or (typecode == 'DATA' and os.access(src_name, os.X_OK)) + ): + os.chmod(dest_path, 0o755) + logger.info("Building COLLECT %s completed successfully.", self.tocbasename) + + +class MERGE: + """ + Given Analysis objects for multiple executables, replace occurrences of data and binary files with references to the + first executable in which they occur. The actual data and binary files are then collected only once, thereby + reducing the disk space used by multiple executables. Every executable (even onedir ones!) obtained from a + MERGE-processed Analysis gains onefile semantics, because it needs to extract its referenced dependencies from other + executables into temporary directory before they can run. + """ + def __init__(self, *args): + """ + args + Dependencies as a list of (analysis, identifier, path_to_exe) tuples. `analysis` is an instance of + `Analysis`, `identifier` is the basename of the entry-point script (without .py suffix), and `path_to_exe` + is path to the corresponding executable, relative to the `dist` directory (without .exe suffix in the + filename component). For onefile executables, `path_to_exe` is usually just executable's base name + (e.g., `myexecutable`). For onedir executables, `path_to_exe` usually comprises both the application's + directory name and executable name (e.g., `myapp/myexecutable`). + """ + self._dependencies = {} + self._symlinks = set() + + # Process all given (analysis, identifier, path_to_exe) tuples + for analysis, identifier, path_to_exe in args: + # Process analysis.binaries and analysis.datas TOCs. self._process_toc() call returns two TOCs; the first + # contains entries that remain within this analysis, while the second contains entries that reference + # an entry in another executable. + binaries, binaries_refs = self._process_toc(analysis.binaries, path_to_exe) + datas, datas_refs = self._process_toc(analysis.datas, path_to_exe) + # Update `analysis.binaries`, `analysis.datas`, and `analysis.dependencies`. + # The entries that are found in preceding executable(s) are removed from `binaries` and `datas`, and their + # DEPENDENCY entry counterparts are added to `dependencies`. We cannot simply update the entries in + # `binaries` and `datas`, because at least in theory, we need to support both onefile and onedir mode. And + # while in onefile, `a.datas`, `a.binaries`, and `a.dependencies` are passed to `EXE` (and its `PKG`), with + # onedir, `a.datas` and `a.binaries` need to be passed to `COLLECT` (as they were before the MERGE), while + # `a.dependencies` needs to be passed to `EXE`. This split requires DEPENDENCY entries to be in a separate + # TOC. + analysis.binaries = normalize_toc(binaries) + analysis.datas = normalize_toc(datas) + analysis.dependencies += binaries_refs + datas_refs + + def _process_toc(self, toc, path_to_exe): + # NOTE: unfortunately, these need to keep two separate lists. See the comment in the calling code on why this + # is so. + toc_keep = [] + toc_refs = [] + for entry in toc: + dest_name, src_name, typecode = entry + + # Special handling and bookkeeping for symbolic links. We need to account both for dest_name and src_name, + # because src_name might be the same in different contexts. For example, when collecting Qt .framework + # bundles on macOS, there are multiple relative symbolic links `Current -> A` (one in each .framework). + if typecode == 'SYMLINK': + key = dest_name, src_name + if key not in self._symlinks: + # First occurrence; keep the entry in "for-keep" TOC, same as we would for binaries and datas. + logger.debug("Keeping symbolic link %r entry in original TOC.", entry) + self._symlinks.add(key) + toc_keep.append(entry) + else: + # Subsequent occurrence; keep the SYMLINK entry intact, but add it to the references TOC instead of + # "for-keep" TOC, so it ends up in `a.dependencies`. + logger.debug("Moving symbolic link %r entry to references TOC.", entry) + toc_refs.append(entry) + del key # Block-local variable + continue + + if src_name not in self._dependencies: + logger.debug("Adding dependency %s located in %s", src_name, path_to_exe) + self._dependencies[src_name] = path_to_exe + # Add entry to list of kept TOC entries + toc_keep.append(entry) + else: + # Construct relative dependency path; i.e., the relative path from this executable (or rather, its + # parent directory) to the executable that contains the dependency. + dep_path = os.path.relpath(self._dependencies[src_name], os.path.dirname(path_to_exe)) + # Ignore references that point to the origin package. This can happen if the same resource is listed + # multiple times in TOCs (e.g., once as binary and once as data). + if dep_path.endswith(path_to_exe): + logger.debug( + "Ignoring self-reference of %s for %s, located in %s - duplicated TOC entry?", src_name, + path_to_exe, dep_path + ) + # The entry is a duplicate, and should be ignored (i.e., do not add it to either of output TOCs). + continue + logger.debug("Referencing %s to be a dependency for %s, located in %s", src_name, path_to_exe, dep_path) + # Create new DEPENDENCY entry; under destination path (first element), we store the original destination + # path, while source path contains the relative reference path. + toc_refs.append((dest_name, dep_path, "DEPENDENCY")) + + return toc_keep, toc_refs + + +UNCOMPRESSED = False +COMPRESSED = True + +_MISSING_BOOTLOADER_ERRORMSG = """Fatal error: PyInstaller does not include a pre-compiled bootloader for your +platform. For more details and instructions how to build the bootloader see +""" diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/build_main.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/build_main.py new file mode 100755 index 0000000..7e8a920 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/build_main.py @@ -0,0 +1,1071 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Build packages using spec files. + +NOTE: All global variables, classes and imported modules create API for .spec files. +""" + +import glob +import os +import pathlib +import pprint +import shutil +import enum + +import sys + +from PyInstaller import DEFAULT_DISTPATH, DEFAULT_WORKPATH, HOMEPATH, compat +from PyInstaller import log as logging +from PyInstaller.building.api import COLLECT, EXE, MERGE, PYZ +from PyInstaller.building.datastruct import ( + TOC, Target, Tree, _check_guts_eq, normalize_toc, normalize_pyz_toc, toc_process_symbolic_links +) +from PyInstaller.building.osx import BUNDLE +from PyInstaller.building.splash import Splash +from PyInstaller.building.utils import ( + _check_guts_toc, _check_guts_toc_mtime, _should_include_system_binary, format_binaries_and_datas, compile_pymodule, + add_suffix_to_extension, postprocess_binaries_toc_pywin32, postprocess_binaries_toc_pywin32_anaconda +) +from PyInstaller.compat import is_win, is_conda, is_darwin +from PyInstaller.depend import bindepend +from PyInstaller.depend.analysis import initialize_modgraph +from PyInstaller.depend.utils import create_py3_base_library, scan_code_for_ctypes +from PyInstaller import isolated +from PyInstaller.utils.misc import absnormpath, get_path_to_toplevel_modules, mtime +from PyInstaller.utils.hooks import get_package_paths +from PyInstaller.utils.hooks.gi import compile_glib_schema_files + +if is_darwin: + from PyInstaller.utils import osx as osxutils + +logger = logging.getLogger(__name__) + +STRINGTYPE = type('') +TUPLETYPE = type((None,)) + +rthooks = {} + +# Place where the loader modules and initialization scripts live. +_init_code_path = os.path.join(HOMEPATH, 'PyInstaller', 'loader') + +IMPORT_TYPES = [ + 'top-level', 'conditional', 'delayed', 'delayed, conditional', 'optional', 'conditional, optional', + 'delayed, optional', 'delayed, conditional, optional' +] + +WARNFILE_HEADER = """\ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean this module is required for running your program. Python and +Python 3rd-party packages include a lot of conditional or optional modules. For +example the module 'ntpath' only exists on Windows, whereas the module +'posixpath' only exists on Posix systems. + +Types if import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported within a function +* optional: imported within a try-except-statement + +IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for + tracking down the missing module yourself. Thanks! + +""" + + +@isolated.decorate +def discover_hook_directories(): + """ + Discover hook directories via pyinstaller40 entry points. Perform the discovery in an isolated subprocess + to avoid importing the package(s) in the main process. + + :return: list of discovered hook directories. + """ + + from traceback import format_exception_only + from PyInstaller.log import logger + from PyInstaller.compat import importlib_metadata + + # The “selectable” entry points (via group and name keyword args) were introduced in importlib_metadata 4.6 and + # Python 3.10. The compat module ensures we are using a compatible version. + entry_points = importlib_metadata.entry_points(group='pyinstaller40', name='hook-dirs') + + # Ensure that pyinstaller_hooks_contrib comes last so that hooks from packages providing their own take priority. + entry_points = sorted(entry_points, key=lambda x: x.module == "_pyinstaller_hooks_contrib.hooks") + + hook_directories = [] + for entry_point in entry_points: + try: + hook_directories.extend(entry_point.load()()) + except Exception as e: + msg = "".join(format_exception_only(type(e), e)).strip() + logger.warning("discover_hook_directories: Failed to process hook entry point '%s': %s", entry_point, msg) + + logger.debug("discover_hook_directories: Hook directories: %s", hook_directories) + + return hook_directories + + +def find_binary_dependencies(binaries, import_packages): + """ + Find dynamic dependencies (linked shared libraries) for the provided list of binaries. + + On Windows, this function performs additional pre-processing in an isolated environment in an attempt to handle + dynamic library search path modifications made by packages during their import. The packages from the given list + of collected packages are imported one by one, while keeping track of modifications made by `os.add_dll_directory` + calls and additions to the `PATH` environment variable. The recorded additional search paths are then passed to + the binary dependency analysis step. + + binaries + List of binaries to scan for dynamic dependencies. + import_packages + List of packages to import prior to scanning binaries. + + :return: expanded list of binaries and then dependencies. + """ + + # Extra library search paths (used on Windows to resolve DLL paths). + extra_libdirs = [] + if compat.is_win: + # Always search `sys.base_prefix`, and search it first. This ensures that we resolve the correct version of + # `python3X.dll` and `python3.dll` (a PEP-0384 stable ABI stub that forwards symbols to the fully versioned + # `python3X.dll`), regardless of other python installations that might be present in the PATH. + extra_libdirs.append(compat.base_prefix) + + # If `pywin32` is installed, resolve the path to the `pywin32_system32` directory. Most `pywin32` extensions + # reference the `pywintypes3X.dll` in there. Based on resolved `pywin32_system32` directory, also add other + # `pywin32` directory, in case extensions in different directories reference each other (the ones in the same + # directory should already be resolvable due to binary dependency analysis passing the analyzed binary's + # location to the `get_imports` function). This allows us to avoid searching all paths in `sys.path`, which + # may lead to other corner-case issues (e.g., #5560). + pywin32_system32_dir = None + try: + # Look up the directory by treating it as a namespace package. + _, pywin32_system32_dir = get_package_paths('pywin32_system32') + except Exception: + pass + + if pywin32_system32_dir: + pywin32_base_dir = os.path.dirname(pywin32_system32_dir) + extra_libdirs += [ + pywin32_system32_dir, # .../pywin32_system32 + # based on pywin32.pth + os.path.join(pywin32_base_dir, 'win32'), # .../win32 + os.path.join(pywin32_base_dir, 'win32', 'lib'), # .../win32/lib + os.path.join(pywin32_base_dir, 'Pythonwin'), # .../Pythonwin + ] + + # On Windows, packages' initialization code might register additional DLL search paths, either by modifying the + # `PATH` environment variable, or by calling `os.add_dll_directory`. Therefore, we import all collected packages, + # and track changes made to the environment. + if compat.is_win: + # Helper functions to be executed in isolated environment. + def setup(): + """ + Prepare environment for change tracking + """ + import os + + os._added_dll_directories = [] + os._original_path_env = os.environ.get('PATH', '') + + _original_add_dll_directory = os.add_dll_directory + + def _pyi_add_dll_directory(path): + os._added_dll_directories.append(path) + return _original_add_dll_directory(path) + + os.add_dll_directory = _pyi_add_dll_directory + + def import_library(package): + """ + Import collected package to set up environment. + """ + try: + __import__(package) + except Exception: + pass + + def process_search_paths(): + """ + Obtain lists of added search paths. + """ + import os + + # `os.add_dll_directory` might be called with a `pathlib.Path`, which cannot be marhsalled out of the helper + # process. So explicitly convert all entries to strings. + dll_directories = [str(path) for path in os._added_dll_directories] + + orig_path = set(os._original_path_env.split(os.pathsep)) + modified_path = os.environ.get('PATH', '').split(os.pathsep) + path_additions = [path for path in modified_path if path and path not in orig_path] + + return dll_directories, path_additions + + # Processing in isolated environment. + with isolated.Python() as child: + child.call(setup) + for package in import_packages: + child.call(import_library, package) + added_dll_directories, added_path_directories = child.call(process_search_paths) + + # Process extra search paths... + logger.info("Extra DLL search directories (AddDllDirectory): %r", added_dll_directories) + extra_libdirs += added_dll_directories + + logger.info("Extra DLL search directories (PATH): %r", added_path_directories) + extra_libdirs += added_path_directories + + # Deduplicate search paths + # NOTE: `list(set(extra_libdirs))` does not preserve the order of search paths (which matters here), so we need to + # de-duplicate using `list(dict.fromkeys(extra_libdirs).keys())` instead. + extra_libdirs = list(dict.fromkeys(extra_libdirs).keys()) + + # Search for dependencies of the given binaries + return bindepend.binary_dependency_analysis(binaries, search_paths=extra_libdirs) + + +class _ModuleCollectionMode(enum.IntFlag): + """ + Module collection mode flags. + """ + PYZ = enum.auto() # Collect byte-compiled .pyc into PYZ archive + PYC = enum.auto() # Collect byte-compiled .pyc as external data file + PY = enum.auto() # Collect source .py file as external data file + + +_MODULE_COLLECTION_MODES = { + "pyz": _ModuleCollectionMode.PYZ, + "pyc": _ModuleCollectionMode.PYC, + "py": _ModuleCollectionMode.PY, + "pyz+py": _ModuleCollectionMode.PYZ | _ModuleCollectionMode.PY, + "py+pyz": _ModuleCollectionMode.PYZ | _ModuleCollectionMode.PY, +} + + +def _get_module_collection_mode(mode_dict, name, noarchive=False): + """ + Determine the module/package collection mode for the given module name, based on the provided collection + mode settings dictionary. + """ + # Default mode: collect into PYZ, unless noarchive is enabled. In that case, collect as pyc. + mode_flags = _ModuleCollectionMode.PYC if noarchive else _ModuleCollectionMode.PYZ + + # If we have no collection mode settings, end here and now. + if not mode_dict: + return mode_flags + + # Search the parent modules/packages in top-down fashion, and take the last given setting. This ensures that + # a setting given for the top-level package is recursively propagated to all its subpackages and submodules, + # but also allows individual sub-modules to override the setting again. + mode = 'pyz' + + name_parts = name.split('.') + for i in range(len(name_parts)): + modlevel = ".".join(name_parts[:i + 1]) + modlevel_mode = mode_dict.get(modlevel, None) + if modlevel_mode is not None: + mode = modlevel_mode + + # Convert mode string to _ModuleCollectionMode flags + try: + mode_flags = _MODULE_COLLECTION_MODES[mode] + except KeyError: + raise ValueError(f"Unknown module collection mode for {name!r}: {mode!r}!") + + # noarchive flag being set means that we need to change _ModuleCollectionMode.PYZ into _ModuleCollectionMode.PYC + if noarchive and _ModuleCollectionMode.PYZ in mode_flags: + mode_flags ^= _ModuleCollectionMode.PYZ + mode_flags |= _ModuleCollectionMode.PYC + + return mode_flags + + +class Analysis(Target): + """ + Class that performs analysis of the user's main Python scripts. + + An Analysis contains multiple TOC (Table of Contents) lists, accessed as attributes of the analysis object. + + scripts + The scripts you gave Analysis as input, with any runtime hook scripts prepended. + pure + The pure Python modules. + binaries + The extension modules and their dependencies. + datas + Data files collected from packages. + zipfiles + Deprecated - always empty. + zipped_data + Deprecated - always empty. + """ + _old_scripts = { + absnormpath(os.path.join(HOMEPATH, "support", "_mountzlib.py")), + absnormpath(os.path.join(HOMEPATH, "support", "useUnicode.py")), + absnormpath(os.path.join(HOMEPATH, "support", "useTK.py")), + absnormpath(os.path.join(HOMEPATH, "support", "unpackTK.py")), + absnormpath(os.path.join(HOMEPATH, "support", "removeTK.py")) + } + + def __init__( + self, + scripts, + pathex=None, + binaries=None, + datas=None, + hiddenimports=None, + hookspath=None, + hooksconfig=None, + excludes=None, + runtime_hooks=None, + cipher=None, + win_no_prefer_redirects=False, + win_private_assemblies=False, + noarchive=False, + module_collection_mode=None, + **_kwargs, + ): + """ + scripts + A list of scripts specified as file names. + pathex + An optional list of paths to be searched before sys.path. + binaries + An optional list of additional binaries (dlls, etc.) to include. + datas + An optional list of additional data files to include. + hiddenimport + An optional list of additional (hidden) modules to include. + hookspath + An optional list of additional paths to search for hooks. (hook-modules). + hooksconfig + An optional dict of config settings for hooks. (hook-modules). + excludes + An optional list of module or package names (their Python names, not path names) that will be + ignored (as though they were not found). + runtime_hooks + An optional list of scripts to use as users' runtime hooks. Specified as file names. + cipher + Deprecated. Raises an error if not None. + win_no_prefer_redirects + Deprecated. Raises an error if not False. + win_private_assemblies + Deprecated. Raises an error if not False. + noarchive + If True, do not place source files in a archive, but keep them as individual files. + module_collection_mode + An optional dict of package/module names and collection mode strings. Valid collection mode strings: + 'pyz' (default), 'pyc', 'py', 'pyz+py' (or 'py+pyz') + """ + if cipher is not None: + from PyInstaller.exceptions import RemovedCipherFeatureError + raise RemovedCipherFeatureError( + "Please remove the 'cipher' arguments to PYZ() and Analysis() in your spec file." + ) + if win_no_prefer_redirects: + from PyInstaller.exceptions import RemovedWinSideBySideSupportError + raise RemovedWinSideBySideSupportError( + "Please remove the 'win_no_prefer_redirects' argument to Analysis() in your spec file." + ) + if win_private_assemblies: + from PyInstaller.exceptions import RemovedWinSideBySideSupportError + raise RemovedWinSideBySideSupportError( + "Please remove the 'win_private_assemblies' argument to Analysis() in your spec file." + ) + super().__init__() + from PyInstaller.config import CONF + + self.inputs = [] + spec_dir = os.path.dirname(CONF['spec']) + for script in scripts: + # If path is relative, it is relative to the location of .spec file. + if not os.path.isabs(script): + script = os.path.join(spec_dir, script) + if absnormpath(script) in self._old_scripts: + logger.warning('Ignoring obsolete auto-added script %s', script) + continue + # Normalize script path. + script = os.path.normpath(script) + if not os.path.exists(script): + raise SystemExit("script '%s' not found" % script) + self.inputs.append(script) + + # Django hook requires this variable to find the script manage.py. + CONF['main_script'] = self.inputs[0] + + self.pathex = self._extend_pathex(pathex, self.inputs) + # Set global config variable 'pathex' to make it available for PyInstaller.utils.hooks and import hooks. Path + # extensions for module search. + CONF['pathex'] = self.pathex + # Extend sys.path so PyInstaller could find all necessary modules. + logger.info('Extending PYTHONPATH with paths\n' + pprint.pformat(self.pathex)) + sys.path.extend(self.pathex) + + self.hiddenimports = hiddenimports or [] + # Include hidden imports passed via CONF['hiddenimports']; these might be populated if user has a wrapper script + # that calls `build_main.main()` with custom `pyi_config` dictionary that contains `hiddenimports`. + self.hiddenimports.extend(CONF.get('hiddenimports', [])) + + self.hookspath = [] + # Append directories in `hookspath` (`--additional-hooks-dir`) to take precedence over those from the entry + # points. + if hookspath: + self.hookspath.extend(hookspath) + + # Add hook directories from PyInstaller entry points. + self.hookspath += discover_hook_directories() + + self.hooksconfig = {} + if hooksconfig: + self.hooksconfig.update(hooksconfig) + + # Custom runtime hook files that should be included and started before any existing PyInstaller runtime hooks. + self.custom_runtime_hooks = runtime_hooks or [] + + self._input_binaries = [] + self._input_datas = [] + + self.excludes = excludes or [] + self.scripts = [] + self.pure = [] + self.binaries = [] + self.zipfiles = [] + self.zipped_data = [] + self.datas = [] + self.dependencies = [] + self._python_version = sys.version + self.noarchive = noarchive + self.module_collection_mode = module_collection_mode or {} + + # Expand the `binaries` and `datas` lists specified in the .spec file, and ensure that the lists are normalized + # and sorted before guts comparison. + # + # While we use these lists to initialize `Analysis.binaries` and `Analysis.datas`, at this point, we need to + # store them in separate variables, which undergo *full* guts comparison (`_check_guts_toc`) as opposed to + # just mtime-based comparison (`_check_guts_toc_mtime`). Changes to these initial list *must* trigger a rebuild + # (and due to the way things work, a re-analysis), otherwise user might end up with a cached build that fails to + # reflect the changes. + if binaries: + logger.info("Appending 'binaries' from .spec") + self._input_binaries = [(dest_name, src_name, 'BINARY') + for dest_name, src_name in format_binaries_and_datas(binaries, workingdir=spec_dir)] + self._input_binaries = sorted(normalize_toc(self._input_binaries)) + + if datas: + logger.info("Appending 'datas' from .spec") + self._input_datas = [(dest_name, src_name, 'DATA') + for dest_name, src_name in format_binaries_and_datas(datas, workingdir=spec_dir)] + self._input_datas = sorted(normalize_toc(self._input_datas)) + + self.__postinit__() + + _GUTS = ( # input parameters + ('inputs', _check_guts_eq), # parameter `scripts` + ('pathex', _check_guts_eq), + ('hiddenimports', _check_guts_eq), + ('hookspath', _check_guts_eq), + ('hooksconfig', _check_guts_eq), + ('excludes', _check_guts_eq), + ('custom_runtime_hooks', _check_guts_eq), + ('noarchive', _check_guts_eq), + ('module_collection_mode', _check_guts_eq), + + ('_input_binaries', _check_guts_toc), + ('_input_datas', _check_guts_toc), + + # calculated/analysed values + ('_python_version', _check_guts_eq), + ('scripts', _check_guts_toc_mtime), + ('pure', _check_guts_toc_mtime), + ('binaries', _check_guts_toc_mtime), + ('zipfiles', _check_guts_toc_mtime), + ('zipped_data', None), # TODO check this, too + ('datas', _check_guts_toc_mtime), + # TODO: Need to add "dependencies"? + ) + + def _extend_pathex(self, spec_pathex, scripts): + """ + Normalize additional paths where PyInstaller will look for modules and add paths with scripts to the list of + paths. + + :param spec_pathex: Additional paths defined defined in .spec file. + :param scripts: Scripts to create executable from. + :return: list of updated paths + """ + # Based on main supplied script - add top-level modules directory to PYTHONPATH. + # Sometimes the main app script is not top-level module but submodule like 'mymodule.mainscript.py'. + # In that case PyInstaller will not be able find modules in the directory containing 'mymodule'. + # Add this directory to PYTHONPATH so PyInstaller could find it. + pathex = [] + # Add scripts paths first. + for script in scripts: + logger.debug('script: %s' % script) + script_toplevel_dir = get_path_to_toplevel_modules(script) + if script_toplevel_dir: + pathex.append(script_toplevel_dir) + # Append paths from .spec. + if spec_pathex is not None: + pathex.extend(spec_pathex) + # Normalize paths in pathex and make them absolute. + return [absnormpath(p) for p in pathex] + + def _check_guts(self, data, last_build): + if Target._check_guts(self, data, last_build): + return True + for filename in self.inputs: + if mtime(filename) > last_build: + logger.info("Building because %s changed", filename) + return True + # Now we know that none of the input parameters and none of the input files has changed. So take the values + # that were calculated / analyzed in the last run and store them in `self`. These TOC lists should already + # be normalized. + self.scripts = data['scripts'] + self.pure = data['pure'] + self.binaries = data['binaries'] + self.zipfiles = data['zipfiles'] + self.zipped_data = data['zipped_data'] + self.datas = data['datas'] + + return False + + def assemble(self): + """ + This method is the MAIN method for finding all necessary files to be bundled. + """ + from PyInstaller.config import CONF + + for m in self.excludes: + logger.debug("Excluding module '%s'" % m) + self.graph = initialize_modgraph(excludes=self.excludes, user_hook_dirs=self.hookspath) + + # Initialize `binaries` and `datas` with `_input_binaries` and `_input_datas`. Make sure to copy the lists + # to prevent modifications of original lists, which we need to store in original form for guts comparison. + self.datas = [entry for entry in self._input_datas] + self.binaries = [entry for entry in self._input_binaries] + + # TODO: find a better place where to put 'base_library.zip' and when to created it. + # For Python 3 it is necessary to create file 'base_library.zip' containing core Python modules. In Python 3 + # some built-in modules are written in pure Python. base_library.zip is a way how to have those modules as + # "built-in". + libzip_filename = os.path.join(CONF['workpath'], 'base_library.zip') + create_py3_base_library(libzip_filename, graph=self.graph) + # Bundle base_library.zip as data file. + # Data format of TOC item: ('relative_path_in_dist_dir', 'absolute_path_on_disk', 'DATA') + self.datas.append((os.path.basename(libzip_filename), libzip_filename, 'DATA')) + + # Expand sys.path of module graph. The attribute is the set of paths to use for imports: sys.path, plus our + # loader, plus other paths from e.g. --path option). + self.graph.path = self.pathex + self.graph.path + + # Scan for legacy namespace packages. + self.graph.scan_legacy_namespace_packages() + + logger.info("Running Analysis %s", self.tocbasename) + + # Search for python shared library, which we need to collect into frozen application. + logger.info('Looking for Python shared library...') + python_lib = bindepend.get_python_library_path() + if python_lib is None: + from PyInstaller.exceptions import PythonLibraryNotFoundError + raise PythonLibraryNotFoundError() + logger.info('Using Python shared library: %s', python_lib) + if is_darwin and osxutils.is_framework_bundle_lib(python_lib): + # If python library is located in macOS .framework bundle, collect the bundle, and create symbolic link to + # top-level directory. + src_path = pathlib.PurePath(python_lib) + dst_path = pathlib.PurePath(src_path.relative_to(src_path.parent.parent.parent.parent)) + self.binaries.append((str(dst_path), str(src_path), 'BINARY')) + self.binaries.append((os.path.basename(python_lib), str(dst_path), 'SYMLINK')) + else: + self.binaries.append((os.path.basename(python_lib), python_lib, 'BINARY')) + + # -- Module graph. -- + # + # Construct the module graph of import relationships between modules required by this user's application. For + # each entry point (top-level user-defined Python script), all imports originating from this entry point are + # recursively parsed into a subgraph of the module graph. This subgraph is then connected to this graph's root + # node, ensuring imported module nodes will be reachable from the root node -- which is is (arbitrarily) chosen + # to be the first entry point's node. + + # List to hold graph nodes of scripts and runtime hooks in use order. + priority_scripts = [] + + # Assume that if the script does not exist, Modulegraph will raise error. Save the graph nodes of each in + # sequence. + for script in self.inputs: + logger.info("Analyzing %s", script) + priority_scripts.append(self.graph.add_script(script)) + + # Analyze the script's hidden imports (named on the command line) + self.graph.add_hiddenimports(self.hiddenimports) + + # -- Post-graph hooks. -- + self.graph.process_post_graph_hooks(self) + + # Update 'binaries' and 'datas' TOC lists with entries collected from hooks. + self.binaries += self.graph.make_hook_binaries_toc() + self.datas += self.graph.make_hook_datas_toc() + + # We do not support zipped eggs anymore (PyInstaller v6.0), so `zipped_data` and `zipfiles` are always empty. + self.zipped_data = [] + self.zipfiles = [] + + # -- Automatic binary vs. data reclassification. -- + # + # At this point, `binaries` and `datas` contain TOC entries supplied by user via input arguments, and by hooks + # that were ran during the analysis. Neither source can be fully trusted regarding the DATA vs BINARY + # classification (no thanks to our hookutils not being 100% reliable, either!). Therefore, inspect the files and + # automatically reclassify them as necessary. + # + # The proper classification is important especially for collected binaries - to ensure that they undergo binary + # dependency analysis and platform-specific binary processing. On macOS, the .app bundle generation code also + # depends on files to be properly classified. + # + # For entries added to `binaries` and `datas` after this point, we trust their typecodes due to the nature of + # their origin. + combined_toc = normalize_toc(self.datas + self.binaries) + + logger.info('Performing binary vs. data reclassification (%d entries)', len(combined_toc)) + + self.datas = [] + self.binaries = [] + + for dest_name, src_name, typecode in combined_toc: + # Returns 'BINARY' or 'DATA', or None if file cannot be classified. + detected_typecode = bindepend.classify_binary_vs_data(src_name) + if detected_typecode is not None: + if detected_typecode != typecode: + logger.debug( + "Reclassifying collected file %r from %s to %s...", src_name, typecode, detected_typecode + ) + typecode = detected_typecode + + # Put back into corresponding TOC list. + if typecode in {'BINARY', 'EXTENSION'}: + self.binaries.append((dest_name, src_name, typecode)) + else: + self.datas.append((dest_name, src_name, typecode)) + + # -- Look for dlls that are imported by Python 'ctypes' module. -- + # First get code objects of all modules that import 'ctypes'. + logger.info('Looking for ctypes DLLs') + # dict like: {'module1': code_obj, 'module2': code_obj} + ctypes_code_objs = self.graph.get_code_using("ctypes") + + for name, co in ctypes_code_objs.items(): + # Get dlls that might be needed by ctypes. + logger.debug('Scanning %s for ctypes-based references to shared libraries', name) + try: + ctypes_binaries = scan_code_for_ctypes(co) + # As this scan happens after automatic binary-vs-data classification, we need to validate the binaries + # ourselves, just in case. + for dest_name, src_name, typecode in set(ctypes_binaries): + # Allow for `None` in case re-classification is not supported on the given platform. + if bindepend.classify_binary_vs_data(src_name) not in (None, 'BINARY'): + logger.warning("Ignoring %s found via ctypes - not a valid binary!", src_name) + continue + self.binaries.append((dest_name, src_name, typecode)) + except Exception as ex: + raise RuntimeError(f"Failed to scan the module '{name}'. This is a bug. Please report it.") from ex + + self.datas.extend((dest, source, "DATA") + for (dest, source) in format_binaries_and_datas(self.graph.metadata_required())) + + # Analyze run-time hooks. Run-time hooks has to be executed before user scripts. Add them to the beginning of + # 'priority_scripts'. + priority_scripts = self.graph.analyze_runtime_hooks(self.custom_runtime_hooks) + priority_scripts + + # 'priority_scripts' is now a list of the graph nodes of custom runtime hooks, then regular runtime hooks, then + # the PyI loader scripts. Further on, we will make sure they end up at the front of self.scripts + + # -- Extract the nodes of the graph as TOCs for further processing. -- + + # Initialize the scripts list with priority scripts in the proper order. + self.scripts = self.graph.nodes_to_toc(priority_scripts) + self.scripts = normalize_toc(self.scripts) # Should not really contain duplicates, but just in case... + + # Extend the binaries list with all the Extensions modulegraph has found. + self.binaries += self.graph.make_binaries_toc() + + # Convert extension module names into full filenames, and append suffix. Ensure that extensions that come from + # the lib-dynload are collected into _MEIPASS/lib-dynload instead of directly into _MEIPASS. + for idx, (dest, source, typecode) in enumerate(self.binaries): + if typecode != 'EXTENSION': + continue + + # Convert to full filename and append suffix + dest, source, typecode = add_suffix_to_extension(dest, source, typecode) + + # Divert into lib-dyload, if necessary (i.e., if file comes from lib-dynload directory) and its destination + # path does not already have a directory prefix. + src_parent = os.path.basename(os.path.dirname(source)) + if src_parent == 'lib-dynload' and not os.path.dirname(os.path.normpath(dest)): + dest = os.path.join('lib-dynload', dest) + + # Update + self.binaries[idx] = (dest, source, typecode) + + # Perform initial normalization of `datas` and `binaries` + self.datas = normalize_toc(self.datas) + self.binaries = normalize_toc(self.binaries) + + # Post-process GLib schemas + self.datas = compile_glib_schema_files(self.datas, os.path.join(CONF['workpath'], "_pyi_gschema_compilation")) + self.datas = normalize_toc(self.datas) + + # Process the pure-python modules list. Depending on the collection mode, these entries end up either in "pure" + # list for collection into the PYZ archive, or in the "datas" list for collection as external data files. + assert len(self.pure) == 0 + pure_pymodules_toc = self.graph.make_pure_toc() + + # Merge package collection mode settings from .spec file. These are applied last, so they override the + # settings previously applied by hooks. + self.graph._module_collection_mode.update(self.module_collection_mode) + logger.debug("Module collection settings: %r", self.graph._module_collection_mode) + + pycs_dir = os.path.join(CONF['workpath'], 'localpycs') + code_cache = self.graph.get_code_objects() + + for name, src_path, typecode in pure_pymodules_toc: + assert typecode == 'PYMODULE' + collect_mode = _get_module_collection_mode(self.graph._module_collection_mode, name, self.noarchive) + + # Collect byte-compiled .pyc into PYZ archive + if _ModuleCollectionMode.PYZ in collect_mode: + self.pure.append((name, src_path, typecode)) + + # Pure namespace packages have no source path, and cannot be collected as external data file. + if src_path in (None, '-'): + continue + + # Collect source .py file as external data file + if _ModuleCollectionMode.PY in collect_mode: + dest_path = name.replace('.', os.sep) + # Special case: modules have an implied filename to add. + basename, ext = os.path.splitext(os.path.basename(src_path)) + if basename == '__init__': + dest_path += os.sep + '__init__' + ext + else: + dest_path += ext + self.datas.append((dest_path, src_path, "DATA")) + + # Collect byte-compiled .pyc file as external data file + if _ModuleCollectionMode.PYC in collect_mode: + dest_path = name.replace('.', os.sep) + # Special case: modules have an implied filename to add. + basename, ext = os.path.splitext(os.path.basename(src_path)) + if basename == '__init__': + dest_path += os.sep + '__init__' + # Append the extension for the compiled result. In python 3.5 (PEP-488) .pyo files were replaced by + # .opt-1.pyc and .opt-2.pyc. However, it seems that for bytecode-only module distribution, we always + # need to use the .pyc extension. + dest_path += '.pyc' + + # Compile + obj_path = compile_pymodule(name, src_path, workpath=pycs_dir, code_cache=code_cache) + + self.datas.append((dest_path, obj_path, "DATA")) + + # Normalize list of pure-python modules (these will end up in PYZ archive, so use specific normalization). + self.pure = normalize_pyz_toc(self.pure) + + # Associate the `pure` TOC list instance with code cache in the global `CONF`; this is used by `PYZ` writer + # to obtain modules' code from cache instead + # + # (NOTE: back when `pure` was an instance of `TOC` class, the code object was passed by adding an attribute + # to the `pure` itself; now that `pure` is plain `list`, we cannot do that anymore. But the association via + # object ID should have the same semantics as the added attribute). + from PyInstaller.config import CONF + global_code_cache_map = CONF['code_cache'] + global_code_cache_map[id(self.pure)] = code_cache + + # Add remaining binary dependencies - analyze Python C-extensions and what DLLs they depend on. + # + # Up until this point, we did very best not to import the packages into the main process. However, a package + # may set up additional library search paths during its import (e.g., by modifying PATH or calling the + # add_dll_directory() function on Windows, or modifying LD_LIBRARY_PATH on Linux). In order to reliably + # discover dynamic libraries, we therefore require an environment with all packages imported. We achieve that + # by gathering list of all collected packages, and spawn an isolated process, in which we first import all + # the packages from the list, and then perform search for dynamic libraries. + logger.info('Looking for dynamic libraries') + + collected_packages = self.graph.get_collected_packages() + self.binaries.extend(find_binary_dependencies(self.binaries, collected_packages)) + + # Apply work-around for (potential) binaries collected from `pywin32` package... + if is_win: + self.binaries = postprocess_binaries_toc_pywin32(self.binaries) + # With anaconda, we need additional work-around... + if is_conda: + self.binaries = postprocess_binaries_toc_pywin32_anaconda(self.binaries) + + # Final normalization of `datas` and `binaries`: + # - normalize both TOCs together (to avoid having duplicates across the lists) + # - process the combined normalized TOC for symlinks + # - split back into `binaries` (BINARY, EXTENSION) and `datas` (everything else) + combined_toc = normalize_toc(self.datas + self.binaries) + combined_toc = toc_process_symbolic_links(combined_toc) + + # On macOS, look for binaries collected from .framework bundles, and collect their Info.plist files. + if is_darwin: + combined_toc += osxutils.collect_files_from_framework_bundles(combined_toc) + + self.datas = [] + self.binaries = [] + for entry in combined_toc: + dest_name, src_name, typecode = entry + if typecode in {'BINARY', 'EXTENSION'}: + self.binaries.append(entry) + else: + self.datas.append(entry) + + # On macOS, the Finder app seems to litter visited directories with `.DS_Store` files. These cause issues with + # codesigning when placed in mixed-content directories, where our .app bundle generator cross-links data files + # from `Resources` to `Frameworks` tree, and the `codesign` utility explicitly forbids a `.DS_Store` file to be + # a symbolic link. + # But there is no reason for `.DS_Store` files to be collected in the first place, so filter them out. + if is_darwin: + self.datas = [(dest_name, src_name, typecode) for dest_name, src_name, typecode in self.datas + if os.path.basename(src_name) != '.DS_Store'] + + # Write warnings about missing modules. + self._write_warnings() + # Write debug information about the graph + self._write_graph_debug() + + # On macOS, check the SDK version of the binaries to be collected, and warn when the SDK version is either + # invalid or too low. Such binaries will likely refuse to be loaded when hardened runtime is enabledm and + # while we cannot do anything about it, we can at least warn the user about it. + # See: https://developer.apple.com/forums/thread/132526 + if is_darwin: + binaries_with_invalid_sdk = [] + for dest_name, src_name, typecode in self.binaries: + sdk_version = osxutils.get_macos_sdk_version(src_name) + if sdk_version < (10, 9, 0): + binaries_with_invalid_sdk.append((dest_name, src_name, sdk_version)) + if binaries_with_invalid_sdk: + logger.warning("Found one or more binaries with invalid or incompatible macOS SDK version:") + for dest_name, src_name, sdk_version in binaries_with_invalid_sdk: + logger.warning(" * %r, collected as %r; version: %r", src_name, dest_name, sdk_version) + logger.warning("These binaries will likely cause issues with code-signing and hardened runtime!") + + def _write_warnings(self): + """ + Write warnings about missing modules. Get them from the graph and use the graph to figure out who tried to + import them. + """ + def dependency_description(name, dep_info): + if not dep_info or dep_info == 'direct': + imptype = 0 + else: + imptype = (dep_info.conditional + 2 * dep_info.function + 4 * dep_info.tryexcept) + return '%s (%s)' % (name, IMPORT_TYPES[imptype]) + + from PyInstaller.config import CONF + miss_toc = self.graph.make_missing_toc() + with open(CONF['warnfile'], 'w', encoding='utf-8') as wf: + wf.write(WARNFILE_HEADER) + for (n, p, status) in miss_toc: + importers = self.graph.get_importers(n) + print( + status, + 'module named', + n, + '- imported by', + ', '.join(dependency_description(name, data) for name, data in importers), + file=wf + ) + logger.info("Warnings written to %s", CONF['warnfile']) + + def _write_graph_debug(self): + """ + Write a xref (in html) and with `--log-level DEBUG` a dot-drawing of the graph. + """ + from PyInstaller.config import CONF + with open(CONF['xref-file'], 'w', encoding='utf-8') as fh: + self.graph.create_xref(fh) + logger.info("Graph cross-reference written to %s", CONF['xref-file']) + if logger.getEffectiveLevel() > logging.DEBUG: + return + # The `DOT language's `_ default character encoding (see the end + # of the linked page) is UTF-8. + with open(CONF['dot-file'], 'w', encoding='utf-8') as fh: + self.graph.graphreport(fh) + logger.info("Graph drawing written to %s", CONF['dot-file']) + + def exclude_system_libraries(self, list_of_exceptions=None): + """ + This method may be optionally called from the spec file to exclude any system libraries from the list of + binaries other than those containing the shell-style wildcards in list_of_exceptions. Those that match + '*python*' or are stored under 'lib-dynload' are always treated as exceptions and not excluded. + """ + + self.binaries = [ + entry for entry in self.binaries if _should_include_system_binary(entry, list_of_exceptions or []) + ] + + +class ExecutableBuilder: + """ + Class that constructs the executable. + """ + # TODO wrap the 'main' and 'build' function into this class. + + +def build(spec, distpath, workpath, clean_build): + """ + Build the executable according to the created SPEC file. + """ + from PyInstaller.config import CONF + + # Ensure starting tilde and environment variables get expanded in distpath / workpath. + # '~/path/abc', '${env_var_name}/path/abc/def' + distpath = os.path.abspath(compat.expand_path(distpath)) + workpath = os.path.abspath(compat.expand_path(workpath)) + CONF['spec'] = os.path.abspath(compat.expand_path(spec)) + + CONF['specpath'], CONF['specnm'] = os.path.split(CONF['spec']) + CONF['specnm'] = os.path.splitext(CONF['specnm'])[0] + + # Add 'specname' to workpath and distpath if they point to PyInstaller homepath. + if os.path.dirname(distpath) == HOMEPATH: + distpath = os.path.join(HOMEPATH, CONF['specnm'], os.path.basename(distpath)) + CONF['distpath'] = distpath + if os.path.dirname(workpath) == HOMEPATH: + workpath = os.path.join(HOMEPATH, CONF['specnm'], os.path.basename(workpath), CONF['specnm']) + else: + workpath = os.path.join(workpath, CONF['specnm']) + CONF['workpath'] = workpath + + CONF['warnfile'] = os.path.join(workpath, 'warn-%s.txt' % CONF['specnm']) + CONF['dot-file'] = os.path.join(workpath, 'graph-%s.dot' % CONF['specnm']) + CONF['xref-file'] = os.path.join(workpath, 'xref-%s.html' % CONF['specnm']) + + CONF['code_cache'] = dict() + + # Clean PyInstaller cache (CONF['cachedir']) and temporary files (workpath) to be able start a clean build. + if clean_build: + logger.info('Removing temporary files and cleaning cache in %s', CONF['cachedir']) + for pth in (CONF['cachedir'], workpath): + if os.path.exists(pth): + # Remove all files in 'pth'. + for f in glob.glob(pth + '/*'): + # Remove dirs recursively. + if os.path.isdir(f): + shutil.rmtree(f) + else: + os.remove(f) + + # Create DISTPATH and workpath if they does not exist. + for pth in (CONF['distpath'], CONF['workpath']): + os.makedirs(pth, exist_ok=True) + + # Construct NAMESPACE for running the Python code from .SPEC file. + # NOTE: Passing NAMESPACE allows to avoid having global variables in this module and makes isolated environment for + # running tests. + # NOTE: Defining NAMESPACE allows to map any class to a apecific name for .SPEC. + # FIXME: Some symbols might be missing. Add them if there are some failures. + # TODO: What from this .spec API is deprecated and could be removed? + spec_namespace = { + # Set of global variables that can be used while processing .spec file. Some of them act as configuration + # options. + 'DISTPATH': CONF['distpath'], + 'HOMEPATH': HOMEPATH, + 'SPEC': CONF['spec'], + 'specnm': CONF['specnm'], + 'SPECPATH': CONF['specpath'], + 'WARNFILE': CONF['warnfile'], + 'workpath': CONF['workpath'], + # PyInstaller classes for .spec. + 'TOC': TOC, # Kept for backward compatibility even though `TOC` class is deprecated. + 'Analysis': Analysis, + 'BUNDLE': BUNDLE, + 'COLLECT': COLLECT, + 'EXE': EXE, + 'MERGE': MERGE, + 'PYZ': PYZ, + 'Tree': Tree, + 'Splash': Splash, + # Python modules available for .spec. + 'os': os, + } + + # Execute the specfile. Read it as a binary file... + try: + with open(spec, 'rb') as f: + # ... then let Python determine the encoding, since ``compile`` accepts byte strings. + code = compile(f.read(), spec, 'exec') + except FileNotFoundError: + raise SystemExit(f'Spec file "{spec}" not found!') + exec(code, spec_namespace) + + +def __add_options(parser): + parser.add_argument( + "--distpath", + metavar="DIR", + default=DEFAULT_DISTPATH, + help="Where to put the bundled app (default: ./dist)", + ) + parser.add_argument( + '--workpath', + default=DEFAULT_WORKPATH, + help="Where to put all the temporary work files, .log, .pyz and etc. (default: ./build)", + ) + parser.add_argument( + '-y', + '--noconfirm', + action="store_true", + default=False, + help="Replace output directory (default: %s) without asking for confirmation" % + os.path.join('SPECPATH', 'dist', 'SPECNAME'), + ) + parser.add_argument( + '--upx-dir', + default=None, + help="Path to UPX utility (default: search the execution path)", + ) + parser.add_argument( + '--clean', + dest='clean_build', + action='store_true', + default=False, + help="Clean PyInstaller cache and remove temporary files before building.", + ) + + +def main( + pyi_config, + specfile, + noconfirm=False, + distpath=DEFAULT_DISTPATH, + workpath=DEFAULT_WORKPATH, + upx_dir=None, + clean_build=False, + **kw +): + from PyInstaller.config import CONF + CONF['noconfirm'] = noconfirm + + # If configuration dict is supplied - skip configuration step. + if pyi_config is None: + import PyInstaller.configure as configure + CONF.update(configure.get_config(upx_dir=upx_dir)) + else: + CONF.update(pyi_config) + + CONF['ui_admin'] = kw.get('ui_admin', False) + CONF['ui_access'] = kw.get('ui_uiaccess', False) + + build(specfile, distpath, workpath, clean_build) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/datastruct.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/datastruct.py new file mode 100755 index 0000000..c8cc3a0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/datastruct.py @@ -0,0 +1,457 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import os +import pathlib +import warnings + +from PyInstaller import log as logging +from PyInstaller.building.utils import _check_guts_eq +from PyInstaller.utils import misc + +logger = logging.getLogger(__name__) + + +def unique_name(entry): + """ + Return the filename used to enforce uniqueness for the given TOC entry. + + Parameters + ---------- + entry : tuple + + Returns + ------- + unique_name: str + """ + name, path, typecode = entry + if typecode in ('BINARY', 'DATA', 'EXTENSION', 'DEPENDENCY'): + name = os.path.normcase(name) + + return name + + +# This class is deprecated and has been replaced by plain lists with explicit normalization (de-duplication) via +# `normalize_toc` and `normalize_pyz_toc` helper functions. +class TOC(list): + """ + TOC (Table of Contents) class is a list of tuples of the form (name, path, typecode). + + typecode name path description + -------------------------------------------------------------------------------------- + EXTENSION Python internal name. Full path name in build. Extension module. + PYSOURCE Python internal name. Full path name in build. Script. + PYMODULE Python internal name. Full path name in build. Pure Python module (including __init__ modules). + PYZ Runtime name. Full path name in build. A .pyz archive (ZlibArchive data structure). + PKG Runtime name. Full path name in build. A .pkg archive (Carchive data structure). + BINARY Runtime name. Full path name in build. Shared library. + DATA Runtime name. Full path name in build. Arbitrary files. + OPTION The option. Unused. Python runtime option (frozen into executable). + + A TOC contains various types of files. A TOC contains no duplicates and preserves order. + PyInstaller uses TOC data type to collect necessary files bundle them into an executable. + """ + def __init__(self, initlist=None): + super().__init__() + + # Deprecation warning + warnings.warn( + "TOC class is deprecated. Use a plain list of 3-element tuples instead.", + DeprecationWarning, + stacklevel=2, + ) + + self.filenames = set() + if initlist: + for entry in initlist: + self.append(entry) + + def append(self, entry): + if not isinstance(entry, tuple): + logger.info("TOC found a %s, not a tuple", entry) + raise TypeError("Expected tuple, not %s." % type(entry).__name__) + + unique = unique_name(entry) + + if unique not in self.filenames: + self.filenames.add(unique) + super().append(entry) + + def insert(self, pos, entry): + if not isinstance(entry, tuple): + logger.info("TOC found a %s, not a tuple", entry) + raise TypeError("Expected tuple, not %s." % type(entry).__name__) + unique = unique_name(entry) + + if unique not in self.filenames: + self.filenames.add(unique) + super().insert(pos, entry) + + def __add__(self, other): + result = TOC(self) + result.extend(other) + return result + + def __radd__(self, other): + result = TOC(other) + result.extend(self) + return result + + def __iadd__(self, other): + for entry in other: + self.append(entry) + return self + + def extend(self, other): + # TODO: look if this can be done more efficient with out the loop, e.g. by not using a list as base at all. + for entry in other: + self.append(entry) + + def __sub__(self, other): + # Construct new TOC with entries not contained in the other TOC + other = TOC(other) + return TOC([entry for entry in self if unique_name(entry) not in other.filenames]) + + def __rsub__(self, other): + result = TOC(other) + return result.__sub__(self) + + def __setitem__(self, key, value): + if isinstance(key, slice): + if key == slice(None, None, None): + # special case: set the entire list + self.filenames = set() + self.clear() + self.extend(value) + return + else: + raise KeyError("TOC.__setitem__ doesn't handle slices") + + else: + old_value = self[key] + old_name = unique_name(old_value) + self.filenames.remove(old_name) + + new_name = unique_name(value) + if new_name not in self.filenames: + self.filenames.add(new_name) + super(TOC, self).__setitem__(key, value) + + +class Target: + invcnum = 0 + + def __init__(self): + from PyInstaller.config import CONF + + # Get a (per class) unique number to avoid conflicts between toc objects + self.invcnum = self.__class__.invcnum + self.__class__.invcnum += 1 + self.tocfilename = os.path.join(CONF['workpath'], '%s-%02d.toc' % (self.__class__.__name__, self.invcnum)) + self.tocbasename = os.path.basename(self.tocfilename) + self.dependencies = [] + + def __postinit__(self): + """ + Check if the target need to be rebuild and if so, re-assemble. + + `__postinit__` is to be called at the end of `__init__` of every subclass of Target. `__init__` is meant to + setup the parameters and `__postinit__` is checking if rebuild is required and in case calls `assemble()` + """ + logger.info("checking %s", self.__class__.__name__) + data = None + last_build = misc.mtime(self.tocfilename) + if last_build == 0: + logger.info("Building %s because %s is non existent", self.__class__.__name__, self.tocbasename) + else: + try: + data = misc.load_py_data_struct(self.tocfilename) + except Exception: + logger.info("Building because %s is bad", self.tocbasename) + else: + # create a dict for easier access + data = dict(zip((g[0] for g in self._GUTS), data)) + # assemble if previous data was not found or is outdated + if not data or self._check_guts(data, last_build): + self.assemble() + self._save_guts() + + _GUTS = [] + + def _check_guts(self, data, last_build): + """ + Returns True if rebuild/assemble is required. + """ + if len(data) != len(self._GUTS): + logger.info("Building because %s is bad", self.tocbasename) + return True + for attr, func in self._GUTS: + if func is None: + # no check for this value + continue + if func(attr, data[attr], getattr(self, attr), last_build): + return True + return False + + def _save_guts(self): + """ + Save the input parameters and the work-product of this run to maybe avoid regenerating it later. + """ + data = tuple(getattr(self, g[0]) for g in self._GUTS) + misc.save_py_data_struct(self.tocfilename, data) + + +class Tree(Target, list): + """ + This class is a way of creating a TOC (Table of Contents) list that describes some or all of the files within a + directory. + """ + def __init__(self, root=None, prefix=None, excludes=None, typecode='DATA'): + """ + root + The root of the tree (on the build system). + prefix + Optional prefix to the names of the target system. + excludes + A list of names to exclude. Two forms are allowed: + + name + Files with this basename will be excluded (do not include the path). + *.ext + Any file with the given extension will be excluded. + typecode + The typecode to be used for all files found in this tree. See the TOC class for for information about + the typcodes. + """ + Target.__init__(self) + list.__init__(self) + self.root = root + self.prefix = prefix + self.excludes = excludes + self.typecode = typecode + if excludes is None: + self.excludes = [] + self.__postinit__() + + _GUTS = ( # input parameters + ('root', _check_guts_eq), + ('prefix', _check_guts_eq), + ('excludes', _check_guts_eq), + ('typecode', _check_guts_eq), + ('data', None), # tested below + # no calculated/analysed values + ) + + def _check_guts(self, data, last_build): + if Target._check_guts(self, data, last_build): + return True + # Walk the collected directories as check if they have been changed - which means files have been added or + # removed. There is no need to check for the files, since `Tree` is only about the directory contents (which is + # the list of files). + stack = [data['root']] + while stack: + d = stack.pop() + if misc.mtime(d) > last_build: + logger.info("Building %s because directory %s changed", self.tocbasename, d) + return True + for nm in os.listdir(d): + path = os.path.join(d, nm) + if os.path.isdir(path): + stack.append(path) + self[:] = data['data'] # collected files + return False + + def _save_guts(self): + # Use the attribute `data` to save the list + self.data = self + super()._save_guts() + del self.data + + def assemble(self): + logger.info("Building Tree %s", self.tocbasename) + stack = [(self.root, self.prefix)] + excludes = set() + xexcludes = set() + for name in self.excludes: + if name.startswith('*'): + xexcludes.add(name[1:]) + else: + excludes.add(name) + result = [] + while stack: + dir, prefix = stack.pop() + for filename in os.listdir(dir): + if filename in excludes: + continue + ext = os.path.splitext(filename)[1] + if ext in xexcludes: + continue + fullfilename = os.path.join(dir, filename) + if prefix: + resfilename = os.path.join(prefix, filename) + else: + resfilename = filename + if os.path.isdir(fullfilename): + stack.append((fullfilename, resfilename)) + else: + result.append((resfilename, fullfilename, self.typecode)) + self[:] = result + + +def normalize_toc(toc): + # Default priority: 0 + _TOC_TYPE_PRIORITIES = { + # DEPENDENCY entries need to replace original entries, so they need the highest priority. + 'DEPENDENCY': 3, + # SYMLINK entries have higher priority than other regular entries + 'SYMLINK': 2, + # BINARY/EXTENSION entries undergo additional processing, so give them precedence over DATA and other entries. + 'BINARY': 1, + 'EXTENSION': 1, + } + + def _type_case_normalization_fcn(typecode): + # Case-normalize all entries except OPTION. + return typecode not in { + "OPTION", + } + + return _normalize_toc(toc, _TOC_TYPE_PRIORITIES, _type_case_normalization_fcn) + + +def normalize_pyz_toc(toc): + # Default priority: 0 + _TOC_TYPE_PRIORITIES = { + # Ensure that modules are never shadowed by PYZ-embedded data files. + 'PYMODULE': 1, + } + + return _normalize_toc(toc, _TOC_TYPE_PRIORITIES) + + +def _normalize_toc(toc, toc_type_priorities, type_case_normalization_fcn=lambda typecode: False): + options_toc = [] + tmp_toc = dict() + for dest_name, src_name, typecode in toc: + # Exempt OPTION entries from de-duplication processing. Some options might allow being specified multiple times. + if typecode == 'OPTION': + options_toc.append(((dest_name, src_name, typecode))) + continue + + # Always sanitize the dest_name with `os.path.normpath` to remove any local loops with parent directory path + # components. `pathlib` does not seem to offer equivalent functionality. + dest_name = os.path.normpath(dest_name) + + # Normalize the destination name for uniqueness. Use `pathlib.PurePath` to ensure that keys are both + # case-normalized (on OSes where applicable) and directory-separator normalized (just in case). + if type_case_normalization_fcn(typecode): + entry_key = pathlib.PurePath(dest_name) + else: + entry_key = dest_name + + existing_entry = tmp_toc.get(entry_key) + if existing_entry is None: + # Entry does not exist - insert + tmp_toc[entry_key] = (dest_name, src_name, typecode) + else: + # Entry already exists - replace if its typecode has higher priority + _, _, existing_typecode = existing_entry + if toc_type_priorities.get(typecode, 0) > toc_type_priorities.get(existing_typecode, 0): + tmp_toc[entry_key] = (dest_name, src_name, typecode) + + # Return the items as list. The order matches the original order due to python dict maintaining the insertion order. + # The exception are OPTION entries, which are now placed at the beginning of the TOC. + return options_toc + list(tmp_toc.values()) + + +def toc_process_symbolic_links(toc): + """ + Process TOC entries and replace entries whose files are symbolic links with SYMLINK entries (provided original file + is also being collected). + """ + # Dictionary of all destination names, for a fast look-up. + all_dest_files = set([dest_name for dest_name, src_name, typecode in toc]) + + # Process the TOC to create SYMLINK entries + new_toc = [] + for entry in toc: + dest_name, src_name, typecode = entry + + # Skip entries that are already symbolic links + if typecode == 'SYMLINK': + new_toc.append(entry) + continue + + # Skip entries without valid source name (e.g., OPTION) + if not src_name: + new_toc.append(entry) + continue + + # Source path is not a symbolic link (i.e., it is a regular file or directory) + if not os.path.islink(src_name): + new_toc.append(entry) + continue + + # Try preserving the symbolic link, under strict relative-relationship-preservation check + symlink_entry = _try_preserving_symbolic_link(dest_name, src_name, all_dest_files) + + if symlink_entry: + new_toc.append(symlink_entry) + else: + new_toc.append(entry) + + return new_toc + + +def _try_preserving_symbolic_link(dest_name, src_name, all_dest_files): + seen_src_files = set() + + # Set initial values for the loop + ref_src_file = src_name + ref_dest_file = dest_name + + while True: + # Guard against cyclic links... + if ref_src_file in seen_src_files: + break + seen_src_files.add(ref_src_file) + + # Stop when referenced source file is not a symbolic link anymore. + if not os.path.islink(ref_src_file): + break + + # Read the symbolic link's target, but do not fully resolve it using os.path.realpath(), because there might be + # other symbolic links involved as well (for example, /lib64 -> /usr/lib64 whereas we are processing + # /lib64/liba.so -> /lib64/liba.so.1) + symlink_target = os.readlink(ref_src_file) + if os.path.isabs(symlink_target): + break # We support only relative symbolic links. + + ref_dest_file = os.path.join(os.path.dirname(ref_dest_file), symlink_target) + ref_dest_file = os.path.normpath(ref_dest_file) # remove any '..' + + ref_src_file = os.path.join(os.path.dirname(ref_src_file), symlink_target) + ref_src_file = os.path.normpath(ref_src_file) # remove any '..' + + # Check if referenced destination file is valid (i.e., we are collecting a file under referenced name). + if ref_dest_file in all_dest_files: + # Sanity check: original source name and current referenced source name must, after complete resolution, + # point to the same file. + if os.path.realpath(src_name) == os.path.realpath(ref_src_file): + # Compute relative link for the destination file (might be modified, if we went over non-collected + # intermediate links). + rel_link = os.path.relpath(ref_dest_file, os.path.dirname(dest_name)) + return dest_name, rel_link, 'SYMLINK' + + # If referenced destination is not valid, do another iteration in case we are dealing with chained links and we + # are not collecting an intermediate link... + + return None diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/icon.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/icon.py new file mode 100755 index 0000000..de298f2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/icon.py @@ -0,0 +1,90 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2022-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from typing import Tuple + +import os +import hashlib + + +def normalize_icon_type(icon_path: str, allowed_types: Tuple[str], convert_type: str, workpath: str) -> str: + """ + Returns a valid icon path or raises an Exception on error. + Ensures that the icon exists, and, if necessary, attempts to convert it to correct OS-specific format using Pillow. + + Takes: + icon_path - the icon given by the user + allowed_types - a tuple of icon formats that should be allowed through + EX: ("ico", "exe") + convert_type - the type to attempt conversion too if necessary + EX: "icns" + workpath - the temp directory to save any newly generated image files + """ + + # explicitly error if file not found + if not os.path.exists(icon_path): + raise FileNotFoundError(f"Icon input file {icon_path} not found") + + _, extension = os.path.splitext(icon_path) + extension = extension[1:] # get rid of the "." in ".whatever" + + # if the file is already in the right format, pass it back unchanged + if extension in allowed_types: + # Check both the suffix and the header of the file to guard against the user confusing image types. + signatures = hex_signatures[extension] + with open(icon_path, "rb") as f: + header = f.read(max(len(s) for s in signatures)) + if any(list(header)[:len(s)] == s for s in signatures): + return icon_path + + # The icon type is wrong! Let's try and import PIL + try: + from PIL import Image as PILImage + import PIL + + except ImportError: + raise ValueError( + f"Received icon image '{icon_path}' which exists but is not in the correct format. On this platform, " + f"only {allowed_types} images may be used as icons. If Pillow is installed, automatic conversion will " + f"be attempted. Please install Pillow or convert your '{extension}' file to one of {allowed_types} " + f"and try again." + ) + + # Let's try to use PIL to convert the icon file type + try: + _generated_name = f"generated-{hashlib.sha256(icon_path.encode()).hexdigest()}.{convert_type}" + generated_icon = os.path.join(workpath, _generated_name) + with PILImage.open(icon_path) as im: + # If an image uses a custom palette + transparency, convert it to RGBA for a better alpha mask depth. + if im.mode == "P" and im.info.get("transparency", None) is not None: + # The bit depth of the alpha channel will be higher, and the images will look better when eventually + # scaled to multiple sizes (16,24,32,..) for the ICO format for example. + im = im.convert("RGBA") + im.save(generated_icon) + icon_path = generated_icon + except PIL.UnidentifiedImageError: + raise ValueError( + f"Something went wrong converting icon image '{icon_path}' to '.{convert_type}' with Pillow, " + f"perhaps the image format is unsupported. Try again with a different file or use a file that can " + f"be used without conversion on this platform: {allowed_types}" + ) + + return icon_path + + +# Possible initial bytes of icon types PyInstaller needs to be able to recognise. +# Taken from: https://en.wikipedia.org/wiki/List_of_file_signatures +hex_signatures = { + "png": [[0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A]], + "exe": [[0x4D, 0x5A], [0x5A, 0x4D]], + "ico": [[0x00, 0x00, 0x01, 0x00]], + "icns": [[0x69, 0x63, 0x6e, 0x73]], +} diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/makespec.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/makespec.py new file mode 100755 index 0000000..790e1a9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/makespec.py @@ -0,0 +1,850 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Automatically build spec files containing a description of the project. +""" + +import argparse +import os +import re + +from PyInstaller import DEFAULT_SPECPATH, HOMEPATH +from PyInstaller import log as logging +from PyInstaller.building.templates import bundleexetmplt, bundletmplt, onedirtmplt, onefiletmplt, splashtmpl +from PyInstaller.compat import expand_path, is_darwin, is_win + +logger = logging.getLogger(__name__) + +# This list gives valid choices for the ``--debug`` command-line option, except for the ``all`` choice. +DEBUG_ARGUMENT_CHOICES = ['imports', 'bootloader', 'noarchive'] +# This is the ``all`` choice. +DEBUG_ALL_CHOICE = ['all'] + + +def escape_win_filepath(path): + # escape all \ with another \ after using normpath to clean up the path + return os.path.normpath(path).replace('\\', '\\\\') + + +def make_path_spec_relative(filename, spec_dir): + """ + Make the filename relative to the directory containing .spec file if filename is relative and not absolute. + Otherwise keep filename untouched. + """ + if os.path.isabs(filename): + return filename + else: + filename = os.path.abspath(filename) + # Make it relative. + filename = os.path.relpath(filename, start=spec_dir) + return filename + + +# Support for trying to avoid hard-coded paths in the .spec files. Eg, all files rooted in the Installer directory tree +# will be written using "HOMEPATH", thus allowing this spec file to be used with any Installer installation. Same thing +# could be done for other paths too. +path_conversions = ((HOMEPATH, "HOMEPATH"),) + + +class SourceDestAction(argparse.Action): + """ + A command line option which takes multiple source:dest pairs. + """ + def __init__(self, *args, default=None, metavar=None, **kwargs): + super().__init__(*args, default=[], metavar='SOURCE:DEST', **kwargs) + + def __call__(self, parser, namespace, value, option_string=None): + try: + # Find the only separator that isn't a Windows drive. + separator, = (m for m in re.finditer(rf"(^\w:[/\\])|[:{os.pathsep}]", value) if not m[1]) + except ValueError: + # Split into SRC and DEST failed, wrong syntax + raise argparse.ArgumentError(self, f'Wrong syntax, should be {self.option_strings[0]}=SOURCE:DEST') + src = value[:separator.start()] + dest = value[separator.end():] + if not src or not dest: + # Syntax was correct, but one or both of SRC and DEST was not given + raise argparse.ArgumentError(self, "You have to specify both SOURCE and DEST") + + # argparse is not particularly smart with copy by reference typed defaults. If the current list is the default, + # replace it before modifying it to avoid changing the default. + if getattr(namespace, self.dest) is self.default: + setattr(namespace, self.dest, []) + getattr(namespace, self.dest).append((src, dest)) + + +def make_variable_path(filename, conversions=path_conversions): + if not os.path.isabs(filename): + # os.path.commonpath can not compare relative and absolute paths, and if filename is not absolute, none of the + # paths in conversions will match anyway. + return None, filename + for (from_path, to_name) in conversions: + assert os.path.abspath(from_path) == from_path, ("path '%s' should already be absolute" % from_path) + try: + common_path = os.path.commonpath([filename, from_path]) + except ValueError: + # Per https://docs.python.org/3/library/os.path.html#os.path.commonpath, this raises ValueError in several + # cases which prevent computing a common path. + common_path = None + if common_path == from_path: + rest = filename[len(from_path):] + if rest.startswith(('\\', '/')): + rest = rest[1:] + return to_name, rest + return None, filename + + +def removed_key_option(x): + from PyInstaller.exceptions import RemovedCipherFeatureError + raise RemovedCipherFeatureError("Please remove your --key=xxx argument.") + + +class _RemovedFlagAction(argparse.Action): + def __init__(self, *args, **kwargs): + kwargs["help"] = argparse.SUPPRESS + kwargs["nargs"] = 0 + super().__init__(*args, **kwargs) + + +class _RemovedNoEmbedManifestAction(_RemovedFlagAction): + def __call__(self, *args, **kwargs): + from PyInstaller.exceptions import RemovedExternalManifestError + raise RemovedExternalManifestError("Please remove your --no-embed-manifest argument.") + + +class _RemovedWinPrivateAssembliesAction(_RemovedFlagAction): + def __call__(self, *args, **kwargs): + from PyInstaller.exceptions import RemovedWinSideBySideSupportError + raise RemovedWinSideBySideSupportError("Please remove your --win-private-assemblies argument.") + + +class _RemovedWinNoPreferRedirectsAction(_RemovedFlagAction): + def __call__(self, *args, **kwargs): + from PyInstaller.exceptions import RemovedWinSideBySideSupportError + raise RemovedWinSideBySideSupportError("Please remove your --win-no-prefer-redirects argument.") + + +# An object used in place of a "path string", which knows how to repr() itself using variable names instead of +# hard-coded paths. +class Path: + def __init__(self, *parts): + self.path = os.path.join(*parts) + self.variable_prefix = self.filename_suffix = None + + def __repr__(self): + if self.filename_suffix is None: + self.variable_prefix, self.filename_suffix = make_variable_path(self.path) + if self.variable_prefix is None: + return repr(self.path) + return "os.path.join(" + self.variable_prefix + "," + repr(self.filename_suffix) + ")" + + +# An object used to construct extra preamble for the spec file, in order to accommodate extra collect_*() calls from the +# command-line +class Preamble: + def __init__( + self, datas, binaries, hiddenimports, collect_data, collect_binaries, collect_submodules, collect_all, + copy_metadata, recursive_copy_metadata + ): + # Initialize with literal values - will be switched to preamble variable name later, if necessary + self.binaries = binaries or [] + self.hiddenimports = hiddenimports or [] + self.datas = datas or [] + # Preamble content + self.content = [] + + # Import statements + if collect_data: + self._add_hookutil_import('collect_data_files') + if collect_binaries: + self._add_hookutil_import('collect_dynamic_libs') + if collect_submodules: + self._add_hookutil_import('collect_submodules') + if collect_all: + self._add_hookutil_import('collect_all') + if copy_metadata or recursive_copy_metadata: + self._add_hookutil_import('copy_metadata') + if self.content: + self.content += [''] # empty line to separate the section + # Variables + if collect_data or copy_metadata or collect_all or recursive_copy_metadata: + self._add_var('datas', self.datas) + self.datas = 'datas' # switch to variable + if collect_binaries or collect_all: + self._add_var('binaries', self.binaries) + self.binaries = 'binaries' # switch to variable + if collect_submodules or collect_all: + self._add_var('hiddenimports', self.hiddenimports) + self.hiddenimports = 'hiddenimports' # switch to variable + # Content - collect_data_files + for entry in collect_data: + self._add_collect_data(entry) + # Content - copy_metadata + for entry in copy_metadata: + self._add_copy_metadata(entry) + # Content - copy_metadata(..., recursive=True) + for entry in recursive_copy_metadata: + self._add_recursive_copy_metadata(entry) + # Content - collect_binaries + for entry in collect_binaries: + self._add_collect_binaries(entry) + # Content - collect_submodules + for entry in collect_submodules: + self._add_collect_submodules(entry) + # Content - collect_all + for entry in collect_all: + self._add_collect_all(entry) + # Merge + if self.content and self.content[-1] != '': + self.content += [''] # empty line + self.content = '\n'.join(self.content) + + def _add_hookutil_import(self, name): + self.content += ['from PyInstaller.utils.hooks import {0}'.format(name)] + + def _add_var(self, name, initial_value): + self.content += ['{0} = {1}'.format(name, initial_value)] + + def _add_collect_data(self, name): + self.content += ['datas += collect_data_files(\'{0}\')'.format(name)] + + def _add_copy_metadata(self, name): + self.content += ['datas += copy_metadata(\'{0}\')'.format(name)] + + def _add_recursive_copy_metadata(self, name): + self.content += ['datas += copy_metadata(\'{0}\', recursive=True)'.format(name)] + + def _add_collect_binaries(self, name): + self.content += ['binaries += collect_dynamic_libs(\'{0}\')'.format(name)] + + def _add_collect_submodules(self, name): + self.content += ['hiddenimports += collect_submodules(\'{0}\')'.format(name)] + + def _add_collect_all(self, name): + self.content += [ + 'tmp_ret = collect_all(\'{0}\')'.format(name), + 'datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]' + ] + + +def __add_options(parser): + """ + Add the `Makespec` options to a option-parser instance or a option group. + """ + g = parser.add_argument_group('What to generate') + g.add_argument( + "-D", + "--onedir", + dest="onefile", + action="store_false", + default=None, + help="Create a one-folder bundle containing an executable (default)", + ) + g.add_argument( + "-F", + "--onefile", + dest="onefile", + action="store_true", + default=None, + help="Create a one-file bundled executable.", + ) + g.add_argument( + "--specpath", + metavar="DIR", + help="Folder to store the generated spec file (default: current directory)", + ) + g.add_argument( + "-n", + "--name", + help="Name to assign to the bundled app and spec file (default: first script's basename)", + ) + g.add_argument( + "--contents-directory", + help="For onedir builds only, specify the name of the directory in which all supporting files (i.e. everything " + "except the executable itself) will be placed in. Use \".\" to re-enable old onedir layout without contents " + "directory.", + ) + + g = parser.add_argument_group('What to bundle, where to search') + g.add_argument( + '--add-data', + action=SourceDestAction, + dest='datas', + help="Additional data files or directories containing data files to be added to the application. The argument " + 'value should be in form of "source:dest_dir", where source is the path to file (or directory) to be ' + "collected, dest_dir is the destination directory relative to the top-level application directory, and both " + "paths are separated by a colon (:). To put a file in the top-level application directory, use . as a " + "dest_dir. This option can be used multiple times." + ) + g.add_argument( + '--add-binary', + action=SourceDestAction, + dest="binaries", + help='Additional binary files to be added to the executable. See the ``--add-data`` option for the format. ' + 'This option can be used multiple times.', + ) + g.add_argument( + "-p", + "--paths", + dest="pathex", + metavar="DIR", + action="append", + default=[], + help="A path to search for imports (like using PYTHONPATH). Multiple paths are allowed, separated by ``%s``, " + "or use this option multiple times. Equivalent to supplying the ``pathex`` argument in the spec file." % + repr(os.pathsep), + ) + g.add_argument( + '--hidden-import', + '--hiddenimport', + action='append', + default=[], + metavar="MODULENAME", + dest='hiddenimports', + help='Name an import not visible in the code of the script(s). This option can be used multiple times.', + ) + g.add_argument( + '--collect-submodules', + action="append", + default=[], + metavar="MODULENAME", + dest='collect_submodules', + help='Collect all submodules from the specified package or module. This option can be used multiple times.', + ) + g.add_argument( + '--collect-data', + '--collect-datas', + action="append", + default=[], + metavar="MODULENAME", + dest='collect_data', + help='Collect all data from the specified package or module. This option can be used multiple times.', + ) + g.add_argument( + '--collect-binaries', + action="append", + default=[], + metavar="MODULENAME", + dest='collect_binaries', + help='Collect all binaries from the specified package or module. This option can be used multiple times.', + ) + g.add_argument( + '--collect-all', + action="append", + default=[], + metavar="MODULENAME", + dest='collect_all', + help='Collect all submodules, data files, and binaries from the specified package or module. This option can ' + 'be used multiple times.', + ) + g.add_argument( + '--copy-metadata', + action="append", + default=[], + metavar="PACKAGENAME", + dest='copy_metadata', + help='Copy metadata for the specified package. This option can be used multiple times.', + ) + g.add_argument( + '--recursive-copy-metadata', + action="append", + default=[], + metavar="PACKAGENAME", + dest='recursive_copy_metadata', + help='Copy metadata for the specified package and all its dependencies. This option can be used multiple ' + 'times.', + ) + g.add_argument( + "--additional-hooks-dir", + action="append", + dest="hookspath", + default=[], + help="An additional path to search for hooks. This option can be used multiple times.", + ) + g.add_argument( + '--runtime-hook', + action='append', + dest='runtime_hooks', + default=[], + help='Path to a custom runtime hook file. A runtime hook is code that is bundled with the executable and is ' + 'executed before any other code or module to set up special features of the runtime environment. This option ' + 'can be used multiple times.', + ) + g.add_argument( + '--exclude-module', + dest='excludes', + action='append', + default=[], + help='Optional module or package (the Python name, not the path name) that will be ignored (as though it was ' + 'not found). This option can be used multiple times.', + ) + g.add_argument( + '--key', + dest='key', + help=argparse.SUPPRESS, + type=removed_key_option, + ) + g.add_argument( + '--splash', + dest='splash', + metavar="IMAGE_FILE", + help="(EXPERIMENTAL) Add an splash screen with the image IMAGE_FILE to the application. The splash screen can " + "display progress updates while unpacking.", + ) + + g = parser.add_argument_group('How to generate') + g.add_argument( + "-d", + "--debug", + # If this option is not specified, then its default value is an empty list (no debug options selected). + default=[], + # Note that ``nargs`` is omitted. This produces a single item not stored in a list, as opposed to a list + # containing one item, as per `nargs `_. + nargs=None, + # The options specified must come from this list. + choices=DEBUG_ALL_CHOICE + DEBUG_ARGUMENT_CHOICES, + # Append choice, rather than storing them (which would overwrite any previous selections). + action='append', + # Allow newlines in the help text; see the ``_SmartFormatter`` in ``__main__.py``. + help=( + "R|Provide assistance with debugging a frozen\n" + "application. This argument may be provided multiple\n" + "times to select several of the following options.\n" + "\n" + "- all: All three of the following options.\n" + "\n" + "- imports: specify the -v option to the underlying\n" + " Python interpreter, causing it to print a message\n" + " each time a module is initialized, showing the\n" + " place (filename or built-in module) from which it\n" + " is loaded. See\n" + " https://docs.python.org/3/using/cmdline.html#id4.\n" + "\n" + "- bootloader: tell the bootloader to issue progress\n" + " messages while initializing and starting the\n" + " bundled app. Used to diagnose problems with\n" + " missing imports.\n" + "\n" + "- noarchive: instead of storing all frozen Python\n" + " source files as an archive inside the resulting\n" + " executable, store them as files in the resulting\n" + " output directory.\n" + "\n" + ), + ) + g.add_argument( + '--python-option', + dest='python_options', + metavar='PYTHON_OPTION', + action='append', + default=[], + help='Specify a command-line option to pass to the Python interpreter at runtime. Currently supports ' + '"v" (equivalent to "--debug imports"), "u", "W ", "X ", and "hash_seed=". ' + 'For details, see the section "Specifying Python Interpreter Options" in PyInstaller manual.', + ) + g.add_argument( + "-s", + "--strip", + action="store_true", + help="Apply a symbol-table strip to the executable and shared libs (not recommended for Windows)", + ) + g.add_argument( + "--noupx", + action="store_true", + default=False, + help="Do not use UPX even if it is available (works differently between Windows and *nix)", + ) + g.add_argument( + "--upx-exclude", + dest="upx_exclude", + metavar="FILE", + action="append", + help="Prevent a binary from being compressed when using upx. This is typically used if upx corrupts certain " + "binaries during compression. FILE is the filename of the binary without path. This option can be used " + "multiple times.", + ) + + g = parser.add_argument_group('Windows and Mac OS X specific options') + g.add_argument( + "-c", + "--console", + "--nowindowed", + dest="console", + action="store_true", + default=None, + help="Open a console window for standard i/o (default). On Windows this option has no effect if the first " + "script is a '.pyw' file.", + ) + g.add_argument( + "-w", + "--windowed", + "--noconsole", + dest="console", + action="store_false", + default=None, + help="Windows and Mac OS X: do not provide a console window for standard i/o. On Mac OS this also triggers " + "building a Mac OS .app bundle. On Windows this option is automatically set if the first script is a '.pyw' " + "file. This option is ignored on *NIX systems.", + ) + g.add_argument( + "--hide-console", + type=str, + choices={'hide-early', 'hide-late', 'minimize-early', 'minimize-late'}, + default=None, + help="Windows only: in console-enabled executable, have bootloader automatically hide or minimize the console " + "window if the program owns the console window (i.e., was not launched from an existing console window).", + ) + g.add_argument( + "-i", + "--icon", + action='append', + dest="icon_file", + metavar='', + help="FILE.ico: apply the icon to a Windows executable. FILE.exe,ID: extract the icon with ID from an exe. " + "FILE.icns: apply the icon to the .app bundle on Mac OS. If an image file is entered that isn't in the " + "platform format (ico on Windows, icns on Mac), PyInstaller tries to use Pillow to translate the icon into " + "the correct format (if Pillow is installed). Use \"NONE\" to not apply any icon, thereby making the OS show " + "some default (default: apply PyInstaller's icon). This option can be used multiple times.", + ) + g.add_argument( + "--disable-windowed-traceback", + dest="disable_windowed_traceback", + action="store_true", + default=False, + help="Disable traceback dump of unhandled exception in windowed (noconsole) mode (Windows and macOS only), " + "and instead display a message that this feature is disabled.", + ) + + g = parser.add_argument_group('Windows specific options') + g.add_argument( + "--version-file", + dest="version_file", + metavar="FILE", + help="Add a version resource from FILE to the exe.", + ) + g.add_argument( + "-m", + "--manifest", + metavar="", + help="Add manifest FILE or XML to the exe.", + ) + g.add_argument( + "--no-embed-manifest", + action=_RemovedNoEmbedManifestAction, + ) + g.add_argument( + "-r", + "--resource", + dest="resources", + metavar="RESOURCE", + action="append", + default=[], + help="Add or update a resource to a Windows executable. The RESOURCE is one to four items, " + "FILE[,TYPE[,NAME[,LANGUAGE]]]. FILE can be a data file or an exe/dll. For data files, at least TYPE and NAME " + "must be specified. LANGUAGE defaults to 0 or may be specified as wildcard * to update all resources of the " + "given TYPE and NAME. For exe/dll files, all resources from FILE will be added/updated to the final executable " + "if TYPE, NAME and LANGUAGE are omitted or specified as wildcard *. This option can be used multiple times.", + ) + g.add_argument( + '--uac-admin', + dest='uac_admin', + action="store_true", + default=False, + help="Using this option creates a Manifest that will request elevation upon application start.", + ) + g.add_argument( + '--uac-uiaccess', + dest='uac_uiaccess', + action="store_true", + default=False, + help="Using this option allows an elevated application to work with Remote Desktop.", + ) + + g = parser.add_argument_group('Windows Side-by-side Assembly searching options (advanced)') + g.add_argument( + "--win-private-assemblies", + action=_RemovedWinPrivateAssembliesAction, + ) + g.add_argument( + "--win-no-prefer-redirects", + action=_RemovedWinNoPreferRedirectsAction, + ) + + g = parser.add_argument_group('Mac OS specific options') + g.add_argument( + "--argv-emulation", + dest="argv_emulation", + action="store_true", + default=False, + help="Enable argv emulation for macOS app bundles. If enabled, the initial open document/URL event is " + "processed by the bootloader and the passed file paths or URLs are appended to sys.argv.", + ) + + g.add_argument( + '--osx-bundle-identifier', + dest='bundle_identifier', + help="Mac OS .app bundle identifier is used as the default unique program name for code signing purposes. " + "The usual form is a hierarchical name in reverse DNS notation. For example: com.mycompany.department.appname " + "(default: first script's basename)", + ) + + g.add_argument( + '--target-architecture', + '--target-arch', + dest='target_arch', + metavar='ARCH', + default=None, + help="Target architecture (macOS only; valid values: x86_64, arm64, universal2). Enables switching between " + "universal2 and single-arch version of frozen application (provided python installation supports the target " + "architecture). If not target architecture is not specified, the current running architecture is targeted.", + ) + + g.add_argument( + '--codesign-identity', + dest='codesign_identity', + metavar='IDENTITY', + default=None, + help="Code signing identity (macOS only). Use the provided identity to sign collected binaries and generated " + "executable. If signing identity is not provided, ad-hoc signing is performed instead.", + ) + + g.add_argument( + '--osx-entitlements-file', + dest='entitlements_file', + metavar='FILENAME', + default=None, + help="Entitlements file to use when code-signing the collected binaries (macOS only).", + ) + + g = parser.add_argument_group('Rarely used special options') + g.add_argument( + "--runtime-tmpdir", + dest="runtime_tmpdir", + metavar="PATH", + help="Where to extract libraries and support files in `onefile`-mode. If this option is given, the bootloader " + "will ignore any temp-folder location defined by the run-time OS. The ``_MEIxxxxxx``-folder will be created " + "here. Please use this option only if you know what you are doing.", + ) + g.add_argument( + "--bootloader-ignore-signals", + action="store_true", + default=False, + help="Tell the bootloader to ignore signals rather than forwarding them to the child process. Useful in " + "situations where for example a supervisor process signals both the bootloader and the child (e.g., via a " + "process group) to avoid signalling the child twice.", + ) + + +def main( + scripts, + name=None, + onefile=False, + console=True, + debug=[], + python_options=[], + strip=False, + noupx=False, + upx_exclude=None, + runtime_tmpdir=None, + contents_directory=None, + pathex=[], + version_file=None, + specpath=None, + bootloader_ignore_signals=False, + disable_windowed_traceback=False, + datas=[], + binaries=[], + icon_file=None, + manifest=None, + resources=[], + bundle_identifier=None, + hiddenimports=[], + hookspath=[], + runtime_hooks=[], + excludes=[], + uac_admin=False, + uac_uiaccess=False, + collect_submodules=[], + collect_binaries=[], + collect_data=[], + collect_all=[], + copy_metadata=[], + splash=None, + recursive_copy_metadata=[], + target_arch=None, + codesign_identity=None, + entitlements_file=None, + argv_emulation=False, + hide_console=None, + **_kwargs +): + # Default values for onefile and console when not explicitly specified on command-line (indicated by None) + if onefile is None: + onefile = False + + if console is None: + console = True + + # If appname is not specified - use the basename of the main script as name. + if name is None: + name = os.path.splitext(os.path.basename(scripts[0]))[0] + + # If specpath not specified - use default value - current working directory. + if specpath is None: + specpath = DEFAULT_SPECPATH + else: + # Expand tilde to user's home directory. + specpath = expand_path(specpath) + # If cwd is the root directory of PyInstaller, generate the .spec file in ./appname/ subdirectory. + if specpath == HOMEPATH: + specpath = os.path.join(HOMEPATH, name) + # Create directory tree if missing. + if not os.path.exists(specpath): + os.makedirs(specpath) + + # Handle additional EXE options. + exe_options = '' + if version_file: + exe_options += "\n version='%s'," % escape_win_filepath(version_file) + if uac_admin: + exe_options += "\n uac_admin=True," + if uac_uiaccess: + exe_options += "\n uac_uiaccess=True," + if icon_file: + # Icon file for Windows. + # On Windows, the default icon is embedded in the bootloader executable. + if icon_file[0] == 'NONE': + exe_options += "\n icon='NONE'," + else: + exe_options += "\n icon=[%s]," % ','.join("'%s'" % escape_win_filepath(ic) for ic in icon_file) + # Icon file for Mac OS. + # We need to encapsulate it into apostrofes. + icon_file = "'%s'" % icon_file[0] + else: + # On Mac OS, the default icon has to be copied into the .app bundle. + # The the text value 'None' means - use default icon. + icon_file = 'None' + if contents_directory: + exe_options += "\n contents_directory='%s'," % (contents_directory or "_internal") + if hide_console: + exe_options += "\n hide_console='%s'," % hide_console + + if bundle_identifier: + # We need to encapsulate it into apostrofes. + bundle_identifier = "'%s'" % bundle_identifier + + if manifest: + if "<" in manifest: + # Assume XML string + exe_options += "\n manifest='%s'," % manifest.replace("'", "\\'") + else: + # Assume filename + exe_options += "\n manifest='%s'," % escape_win_filepath(manifest) + if resources: + resources = list(map(escape_win_filepath, resources)) + exe_options += "\n resources=%s," % repr(resources) + + hiddenimports = hiddenimports or [] + upx_exclude = upx_exclude or [] + + # If file extension of the first script is '.pyw', force --windowed option. + if is_win and os.path.splitext(scripts[0])[-1] == '.pyw': + console = False + + # If script paths are relative, make them relative to the directory containing .spec file. + scripts = [make_path_spec_relative(x, specpath) for x in scripts] + # With absolute paths replace prefix with variable HOMEPATH. + scripts = list(map(Path, scripts)) + + # Translate the default of ``debug=None`` to an empty list. + if debug is None: + debug = [] + # Translate the ``all`` option. + if DEBUG_ALL_CHOICE[0] in debug: + debug = DEBUG_ARGUMENT_CHOICES + + # Create preamble (for collect_*() calls) + preamble = Preamble( + datas, binaries, hiddenimports, collect_data, collect_binaries, collect_submodules, collect_all, copy_metadata, + recursive_copy_metadata + ) + + if splash: + splash_init = splashtmpl % {'splash_image': splash} + splash_binaries = "\n splash.binaries," + splash_target = "\n splash," + else: + splash_init = splash_binaries = splash_target = "" + + # Create OPTIONs array + if 'imports' in debug and 'v' not in python_options: + python_options.append('v') + python_options_array = [(opt, None, 'OPTION') for opt in python_options] + + d = { + 'scripts': scripts, + 'pathex': pathex or [], + 'binaries': preamble.binaries, + 'datas': preamble.datas, + 'hiddenimports': preamble.hiddenimports, + 'preamble': preamble.content, + 'name': name, + 'noarchive': 'noarchive' in debug, + 'options': python_options_array, + 'debug_bootloader': 'bootloader' in debug, + 'bootloader_ignore_signals': bootloader_ignore_signals, + 'strip': strip, + 'upx': not noupx, + 'upx_exclude': upx_exclude, + 'runtime_tmpdir': runtime_tmpdir, + 'exe_options': exe_options, + # Directory with additional custom import hooks. + 'hookspath': hookspath, + # List with custom runtime hook files. + 'runtime_hooks': runtime_hooks or [], + # List of modules/packages to ignore. + 'excludes': excludes or [], + # only Windows and Mac OS distinguish windowed and console apps + 'console': console, + 'disable_windowed_traceback': disable_windowed_traceback, + # Icon filename. Only Mac OS uses this item. + 'icon': icon_file, + # .app bundle identifier. Only OSX uses this item. + 'bundle_identifier': bundle_identifier, + # argv emulation (macOS only) + 'argv_emulation': argv_emulation, + # Target architecture (macOS only) + 'target_arch': target_arch, + # Code signing identity (macOS only) + 'codesign_identity': codesign_identity, + # Entitlements file (macOS only) + 'entitlements_file': entitlements_file, + # splash screen + 'splash_init': splash_init, + 'splash_target': splash_target, + 'splash_binaries': splash_binaries, + } + + # Write down .spec file to filesystem. + specfnm = os.path.join(specpath, name + '.spec') + with open(specfnm, 'w', encoding='utf-8') as specfile: + if onefile: + specfile.write(onefiletmplt % d) + # For Mac OS create .app bundle. + if is_darwin and not console: + specfile.write(bundleexetmplt % d) + else: + specfile.write(onedirtmplt % d) + # For Mac OS create .app bundle. + if is_darwin and not console: + specfile.write(bundletmplt % d) + + return specfnm diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/osx.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/osx.py new file mode 100755 index 0000000..c56f40d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/osx.py @@ -0,0 +1,720 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import os +import pathlib +import plistlib +import shutil +import subprocess + +from PyInstaller.building.api import COLLECT, EXE +from PyInstaller.building.datastruct import Target, logger, normalize_toc +from PyInstaller.building.utils import _check_path_overlap, _rmtree, process_collected_binary +from PyInstaller.compat import is_darwin, strict_collect_mode +from PyInstaller.building.icon import normalize_icon_type +import PyInstaller.utils.misc as miscutils + +if is_darwin: + import PyInstaller.utils.osx as osxutils + +# Character sequence used to replace dot (`.`) in names of directories that are created in `Contents/MacOS` or +# `Contents/Frameworks`, where only .framework bundle directories are allowed to have dot in name. +DOT_REPLACEMENT = '__dot__' + + +class BUNDLE(Target): + def __init__(self, *args, **kwargs): + from PyInstaller.config import CONF + + # BUNDLE only has a sense under Mac OS, it's a noop on other platforms + if not is_darwin: + return + + # Get a path to a .icns icon for the app bundle. + self.icon = kwargs.get('icon') + if not self.icon: + # --icon not specified; use the default in the pyinstaller folder + self.icon = os.path.join( + os.path.dirname(os.path.dirname(__file__)), 'bootloader', 'images', 'icon-windowed.icns' + ) + else: + # User gave an --icon=path. If it is relative, make it relative to the spec file location. + if not os.path.isabs(self.icon): + self.icon = os.path.join(CONF['specpath'], self.icon) + + super().__init__() + + # .app bundle is created in DISTPATH. + self.name = kwargs.get('name', None) + base_name = os.path.basename(self.name) + self.name = os.path.join(CONF['distpath'], base_name) + + self.appname = os.path.splitext(base_name)[0] + self.version = kwargs.get("version", "0.0.0") + self.toc = [] + self.strip = False + self.upx = False + self.console = True + self.target_arch = None + self.codesign_identity = None + self.entitlements_file = None + + # .app bundle identifier for Code Signing + self.bundle_identifier = kwargs.get('bundle_identifier') + if not self.bundle_identifier: + # Fallback to appname. + self.bundle_identifier = self.appname + + self.info_plist = kwargs.get('info_plist', None) + + for arg in args: + # Valid arguments: EXE object, COLLECT object, and TOC-like iterables + if isinstance(arg, EXE): + # Add EXE as an entry to the TOC, and merge its dependencies TOC + self.toc.append((os.path.basename(arg.name), arg.name, 'EXECUTABLE')) + self.toc.extend(arg.dependencies) + # Inherit settings + self.strip = arg.strip + self.upx = arg.upx + self.upx_exclude = arg.upx_exclude + self.console = arg.console + self.target_arch = arg.target_arch + self.codesign_identity = arg.codesign_identity + self.entitlements_file = arg.entitlements_file + elif isinstance(arg, COLLECT): + # Merge the TOC + self.toc.extend(arg.toc) + # Inherit settings + self.strip = arg.strip_binaries + self.upx = arg.upx_binaries + self.upx_exclude = arg.upx_exclude + self.console = arg.console + self.target_arch = arg.target_arch + self.codesign_identity = arg.codesign_identity + self.entitlements_file = arg.entitlements_file + elif miscutils.is_iterable(arg): + # TOC-like iterable + self.toc.extend(arg) + else: + raise TypeError(f"Invalid argument type for BUNDLE: {type(arg)!r}") + + # Infer the executable name from the first EXECUTABLE entry in the TOC; it might have come from the COLLECT + # (as opposed to the stand-alone EXE). + for dest_name, src_name, typecode in self.toc: + if typecode == "EXECUTABLE": + self.exename = src_name + break + else: + raise ValueError("No EXECUTABLE entry found in the TOC!") + + # Normalize TOC + self.toc = normalize_toc(self.toc) + + self.__postinit__() + + _GUTS = ( + # BUNDLE always builds, just want the toc to be written out + ('toc', None), + ) + + def _check_guts(self, data, last_build): + # BUNDLE always needs to be executed, in order to clean the output directory. + return True + + # Helper for determining whether the given file belongs to a .framework bundle or not. If it does, it returns + # the path to the top-level .framework bundle directory; otherwise, returns None. + @staticmethod + def _is_framework_file(dest_path): + for parent in dest_path.parents: + if parent.name.endswith('.framework'): + return parent + return None + + # Helper that computes relative cross-link path between link's location and target, assuming they are both + # rooted in the `Contents` directory of a macOS .app bundle. + @staticmethod + def _compute_relative_crosslink(crosslink_location, crosslink_target): + # We could take symlink_location and symlink_target as they are (relative to parent of the `Contents` + # directory), but that would introduce an unnecessary `../Contents` part. So instead, we take both paths + # relative to the `Contents` directory. + return os.path.join( + *['..' for level in pathlib.PurePath(crosslink_location).relative_to('Contents').parent.parts], + pathlib.PurePath(crosslink_target).relative_to('Contents'), + ) + + # This method takes the original (input) TOC and processes it into final TOC, based on which the `assemble` method + # performs its file collection. The TOC processing here represents the core of our efforts to generate an .app + # bundle that is compatible with Apple's code-signing requirements. + # + # For in-depth details on the code-signing, see Apple's `Technical Note TN2206: macOS Code Signing In Depth` at + # https://developer.apple.com/library/archive/technotes/tn2206/_index.html + # + # The requirements, framed from PyInstaller's perspective, can be summarized as follows: + # + # 1. The `Contents/MacOS` directory is expected to contain only the program executable and (binary) code (= dylibs + # and nested .framework bundles). Alternatively, the dylibs and .framework bundles can be also placed into + # `Contents/Frameworks` directory (where same rules apply as for `Contents/MacOS`, so the remainder of this + # text refers to the two inter-changeably, unless explicitly noted otherwise). The code in `Contents/MacOS` + # is expected to be signed, and the `codesign` utility will recursively sign all found code when using `--deep` + # option to sign the .app bundle. + # + # 2. All non-code files should be be placed in `Contents/Resources`, so they become sealed (data) resources; + # i.e., their signature data is recorded in `Contents/_CodeSignature/CodeResources`. (As a side note, + # it seems that signature information for data/resources in `Contents/Resources` is kept nder `file` key in + # the `CodeResources` file, while the information for contents in `Contents/MacOS` is kept under `file2` key). + # + # 3. The directories in `Contents/MacOS` may not contain dots (`.`) in their names, except for the nested + # .framework bundle directories. The directories in `Contents/Resources` have no such restrictions. + # + # 4. There may not be any content in the top level of a bundle. In other words, if a bundle has a `Contents` + # or a `Versions` directory at its top level, there may be no other files or directories alongside them. The + # sole exception is that alongside ˙Versions˙, there may be symlinks to files and directories in + # `Versions/Current`. This rule is important for nested .framework bundles that we collect from python packages. + # + # Next, let us consider the consequences of violating each of the above requirements: + # + # 1. Code signing machinery can directly store signature only in Mach-O binaries and nested .framework bundles; if + # a data file is placed in `Contents/MacOS`, the signature is stored in the file's extended attributes. If the + # extended attributes are lost, the program's signature will be broken. Many file transfer techniques (e.g., a + # zip file) do not preserve extended attributes, nor are they preserved when uploading to the Mac App Store. + # + # 2. Putting code (a dylib or a .framework bundle) into `Contents/Resources` causes it to be treated as a resource; + # the outer signature (i.e., of the whole .app bundle) does not know that this nested content is actually a code. + # Consequently, signing the bundle with ˙codesign --deep` will NOT sign binaries placed in the + # `Contents/Resources`, which may result in missing signatures when .app bundle is verified for notarization. + # This might be worked around by signing each binary separately, and then signing the whole bundle (without the + # `--deep˙ option), but requires the user to keep track of the offending binaries. + # + # 3. If a directory in `Contents/MacOS` contains a dot in the name, code-signing the bundle fails with + # ˙bundle format unrecognized, invalid, or unsuitable` due to code signing machinery treating directory as a + # nested .framework bundle directory. + # + # 4. If nested .framework bundle is malformed, the signing of the .app bundle might succeed, but subsequent + # verification will fail, for example with `embedded framework contains modified or invalid version` (as observed + # with .framework bundles shipped by contemporary PyQt/PySide PyPI wheels). + # + # The above requirements are unfortunately often at odds with the structure of python packages: + # + # * In general, python packages are mixed-content directories, where binaries and data files may be expected to + # be found next to each other. + # + # For example, `opencv-python` provides a custom loader script that requires the package to be collected in the + # source-only form by PyInstaller (i.e., the python modules and scripts collected as source .py files). At the + # same time, it expects the .py loader script to be able to find the binary extension next to itself. + # + # Another example of mixed-mode directories are Qt QML components' sub-directories, which contain both the + # component's plugin (a binary) and associated meta files (data files). + # + # * In python world, the directories often contain dots in their names. + # + # Dots are often used for private directories containing binaries that are shipped with a package. For example, + # `numpy/.dylibs`, `scipy/.dylibs`, etc. + # + # Qt QML components may also contain a dot in their name; couple of examples from `PySide2` package: + # `PySide2/Qt/qml/QtQuick.2`, ˙PySide2/Qt/qml/QtQuick/Controls.2˙, ˙PySide2/Qt/qml/QtQuick/Particles.2˙, etc. + # + # The packages' metadata directories also invariably contain dots in the name due to version (for example, + # `numpy-1.24.3.dist-info`). + # + # In the light of all above, PyInstaller attempts to strictly place all files to their mandated location + # (`Contents/MacOS` or `Contents/Frameworks` vs `Contents/Resources`). To preserve the illusion of mixed-content + # directories, the content is cross-linked from one directory to the other. Specifically: + # + # * All entries with DATA typecode are assumed to be data files, and are always placed in corresponding directory + # structure rooted in `Contents/Resources`. + # + # * All entries with BINARY or EXTENSION typecode are always placed in corresponding directory structure rooted in + # `Contents/Frameworks`. + # + # * All entries with EXECUTABLE are placed in `Contents/MacOS` directory. + # + # * For the purposes of relocation, nested .framework bundles are treated as a single BINARY entity; i.e., the + # whole .bundle directory is placed in corresponding directory structure rooted in `Contents/Frameworks` (even + # though some of its contents, such as `Info.plist` file, are actually data files). + # + # * Top-level data files and binaries are always cross-linked to the other directory. For example, given a data file + # `data_file.txt` that was collected into `Contents/Resources`, we create a symbolic link called + # `Contents/MacOS/data_file.txt` that points to `../Resources/data_file.txt`. + # + # * The executable itself, while placed in `Contents/MacOS`, are cross-linked into both `Contents/Framworks` and + # `Contents/Resources`. + # + # * The stand-alone PKG entries (used with onefile builds that side-load the PKG archive) are treated as data files + # and collected into `Contents/Resources`, but cross-linked only into `Contents/MacOS` directory (because they + # must appear to be next to the program executable). This is the only entry type that is cross-linked into the + # `Contents/MacOS` directory and also the only data-like entry type that is not cross-linked into the + # `Contents/Frameworks` directory. + # + # * For files in sub-directories, the cross-linking behavior depends on the type of directory: + # + # * A data-only directory is created in directory structure rooted in `Contents/Resources`, and cross-linked + # into directory structure rooted in `Contents/Frameworks` at directory level (i.e., we link the whole + # directory instead of individual files). + # + # This largely saves us from having to deal with dots in the names of collected metadata directories, which + # are examples of data-only directories. + # + # * A binary-only directory is created in directory structure rooted in `Contents/Frameworks`, and cross-linked + # into `Contents/Resources` at directory level. + # + # * A mixed-content directory is created in both directory structures. Files are placed into corresponding + # directory structure based on their type, and cross-linked into other directory structure at file level. + # + # * This rule is applied recursively; for example, a data-only sub-directory in a mixed-content directory is + # cross-linked at directory level, while adjacent binary and data files are cross-linked at file level. + # + # * To work around the issue with dots in the names of directories in `Contents/Frameworks` (applicable to + # binary-only or mixed-content directories), such directories are created with modified name (the dot replaced + # with a pre-defined pattern). Next to the modified directory, a symbolic link with original name is created, + # pointing to the directory with modified name. With mixed-content directories, this modification is performed + # only on the `Contents/Frameworks` side; the corresponding directory in `Contents/Resources` can be created + # directly, without name modification and symbolic link. + # + # * If a symbolic link needs to be created in a mixed-content directory due to a SYMLINK entry from the original + # TOC (i.e., a "collected" symlink originating from analysis, as opposed to the cross-linking mechanism described + # above), the link is created in both directory structures, each pointing to the resource in its corresponding + # directory structure (with one such resource being an actual file, and the other being a cross-link to the file). + # + # Final remarks: + # + # NOTE: the relocation mechanism is codified by tests in `tests/functional/test_macos_bundle_structure.py`. + # + # NOTE: by placing binaries and nested .framework entries into `Contents/Frameworks` instead of `Contents/MacOS`, + # we have effectively relocated the `sys._MEIPASS` directory from the `Contents/MacOS` (= the parent directory of + # the program executable) into `Contents/Frameworks`. This requires the PyInstaller's bootloader to detect that it + # is running in the app-bundle mode (e.g., by checking if program executable's parent directory is `Contents/NacOS`) + # and adjust the path accordingly. + # + # NOTE: the implemented relocation mechanism depends on the input TOC containing properly classified entries + # w.r.t. BINARY vs DATA. So hooks and .spec files triggering collection of binaries as datas (and vice versa) will + # result in incorrect placement of those files in the generated .app bundle. However, this is *not* the proper place + # to address such issues; if necessary, automatic (re)classification should be added to analysis process, to ensure + # that BUNDLE (as well as other build targets) receive correctly classified TOC. + # + # NOTE: similar to the previous note, the relocation mechanism is also not the proper place to enforce compliant + # structure of the nested .framework bundles. Instead, this is handled by the analysis process, using the + # `PyInstaller.utils.osx.collect_files_from_framework_bundles` helper function. So the input TOC that BUNDLE + # receives should already contain entries that reconstruct compliant nested .framework bundles. + def _process_bundle_toc(self, toc): + bundle_toc = [] + + # Step 1: inspect the directory layout and classify the directories according to their contents. + directory_types = dict() + + _MIXED_DIR_TYPE = 'MIXED-DIR' + _DATA_DIR_TYPE = 'DATA-DIR' + _BINARY_DIR_TYPE = 'BINARY-DIR' + _FRAMEWORK_DIR_TYPE = 'FRAMEWORK-DIR' + + _TOP_LEVEL_DIR = pathlib.PurePath('.') + + for dest_name, src_name, typecode in toc: + dest_path = pathlib.PurePath(dest_name) + + framework_dir = self._is_framework_file(dest_path) + if framework_dir: + # Mark the framework directory as FRAMEWORK-DIR. + directory_types[framework_dir] = _FRAMEWORK_DIR_TYPE + # Treat the framework directory as BINARY file when classifying parent directories. + typecode = 'BINARY' + parent_dirs = framework_dir.parents + else: + parent_dirs = dest_path.parents + # Treat BINARY and EXTENSION as BINARY to simplify further processing. + if typecode == 'EXTENSION': + typecode = 'BINARY' + + # (Re)classify parent directories + for parent_dir in parent_dirs: + # Skip the top-level `.` dir. This is also the only directory that can contain EXECUTABLE and PKG + # entries, so we do not have to worry about. + if parent_dir == _TOP_LEVEL_DIR: + continue + + directory_type = _BINARY_DIR_TYPE if typecode == 'BINARY' else _DATA_DIR_TYPE # default + directory_type = directory_types.get(parent_dir, directory_type) + + if directory_type == _DATA_DIR_TYPE and typecode == 'BINARY': + directory_type = _MIXED_DIR_TYPE + if directory_type == _BINARY_DIR_TYPE and typecode == 'DATA': + directory_type = _MIXED_DIR_TYPE + + directory_types[parent_dir] = directory_type + + logger.debug("Directory classification: %r", directory_types) + + # Step 2: process the obtained directory structure and create symlink entries for directories that need to be + # cross-linked. Such directories are data-only and binary-only directories (and framework directories) that are + # located either in the top-level directory (have no parent) or in a mixed-content directory. + for directory_path, directory_type in directory_types.items(): + # Cross-linking at directory level applies only to data-only and binary-only directories (as well as + # framework directories). + if directory_type == _MIXED_DIR_TYPE: + continue + + # The parent needs to be either top-level directory or a mixed-content directory. Otherwise, the parent + # (or one of its ancestors) will get cross-linked, and we do not need the link here. + parent_dir = directory_path.parent + requires_crosslink = parent_dir == _TOP_LEVEL_DIR or directory_types.get(parent_dir) == _MIXED_DIR_TYPE + if not requires_crosslink: + continue + + logger.debug("Cross-linking directory %r of type %r", directory_path, directory_type) + + # Data-only directories are created in `Contents/Resources`, needs to be cross-linked into `Contents/MacOS`. + # Vice versa for binary-only or framework directories. The directory creation is handled implicitly, when we + # create parent directory structure for collected files. + if directory_type == _DATA_DIR_TYPE: + symlink_src = os.path.join('Contents/Resources', directory_path) + symlink_dest = os.path.join('Contents/Frameworks', directory_path) + else: + symlink_src = os.path.join('Contents/Frameworks', directory_path) + symlink_dest = os.path.join('Contents/Resources', directory_path) + symlink_ref = self._compute_relative_crosslink(symlink_dest, symlink_src) + + bundle_toc.append((symlink_dest, symlink_ref, 'SYMLINK')) + + # Step 3: first part of the work-around for directories that are located in `Contents/Frameworks` but contain a + # dot in their name. As per `codesign` rules, the only directories in `Contents/Frameworks` that are allowed to + # contain a dot in their name are .framework bundle directories. So we replace the dot with a custom character + # sequence (stored in global `DOT_REPLACEMENT` variable), and create a symbolic with original name pointing to + # the modified name. This is the best we can do with code-sign requirements vs. python community showing their + # packages' dylibs into `.dylib` subdirectories, or Qt storing their Qml components in directories named + # `QtQuick.2`, `QtQuick/Controls.2`, `QtQuick/Particles.2`, `QtQuick/Templates.2`, etc. + # + # In this step, we only prepare symlink entries that link the original directory name (with dot) to the modified + # one (with dot replaced). The parent paths for collected files are modified in later step(s). + for directory_path, directory_type in directory_types.items(): + # .framework bundle directories contain a dot in the name, but are allowed that. + if directory_type == _FRAMEWORK_DIR_TYPE: + continue + + # Data-only directories are fully located in `Contents/Resources` and cross-linked to `Contents/Frameworks` + # at directory level, so they are also allowed a dot in their name. + if directory_type == _DATA_DIR_TYPE: + continue + + # Apply the work-around, if necessary... + if '.' not in directory_path.name: + continue + + logger.debug( + "Creating symlink to work around the dot in the name of directory %r (%s)...", str(directory_path), + directory_type + ) + + # Create a SYMLINK entry, but only for this level. In case of nested directories with dots in names, the + # symlinks for ancestors will be created by corresponding loop iteration. + bundle_toc.append(( + os.path.join('Contents/Frameworks', directory_path), + directory_path.name.replace('.', DOT_REPLACEMENT), + 'SYMLINK', + )) + + # Step 4: process the entries for collected files, and decide whether they should be placed into + # `Contents/MacOS`, `Contents/Frameworks`, or `Contents/Resources`, and whether they should be cross-linked into + # other directories. + for orig_dest_name, src_name, typecode in toc: + orig_dest_path = pathlib.PurePath(orig_dest_name) + + # Special handling for EXECUTABLE and PKG entries + if typecode == 'EXECUTABLE': + # Place into `Contents/MacOS`, ... + file_dest = os.path.join('Contents/MacOS', orig_dest_name) + bundle_toc.append((file_dest, src_name, typecode)) + # ... and do nothing else. We explicitly avoid cross-linking the executable to `Contents/Frameworks` and + # `Contents/Resources`, because it should be not necessary (the executable's location should be + # discovered via `sys.executable`) and to prevent issues when executable name collides with name of a + # package from which we collect either binaries or data files (or both); see #7314. + continue + elif typecode == 'PKG': + # Place into `Contents/Resources` ... + file_dest = os.path.join('Contents/Resources', orig_dest_name) + bundle_toc.append((file_dest, src_name, typecode)) + # ... and cross-link only into `Contents/MacOS`. + # This is used only in `onefile` mode, where there is actually no other content to distribute among the + # `Contents/Resources` and `Contents/Frameworks` directories, so cross-linking into the latter makes + # little sense. + symlink_dest = os.path.join('Contents/MacOS', orig_dest_name) + symlink_ref = self._compute_relative_crosslink(symlink_dest, file_dest) + bundle_toc.append((symlink_dest, symlink_ref, 'SYMLINK')) + continue + + # Standard data vs binary processing... + + # Determine file location based on its type. + if self._is_framework_file(orig_dest_path): + # File from a framework bundle; put into `Contents/Frameworks`, but never cross-link the file itself. + # The whole .framework bundle directory will be linked as necessary by the directory cross-linking + # mechanism. + file_base_dir = 'Contents/Frameworks' + crosslink_base_dir = None + elif typecode == 'DATA': + # Data file; relocate to `Contents/Resources` and cross-link it back into `Contents/Frameworks`. + file_base_dir = 'Contents/Resources' + crosslink_base_dir = 'Contents/Frameworks' + else: + # Binary; put into `Contents/Frameworks` and cross-link it into `Contents/Resources`. + file_base_dir = 'Contents/Frameworks' + crosslink_base_dir = 'Contents/Resources' + + # Determine if we need to cross-link the file. We need to do this for top-level files (the ones without + # parent directories), and for files whose parent directories are mixed-content directories. + requires_crosslink = False + if crosslink_base_dir is not None: + parent_dir = orig_dest_path.parent + requires_crosslink = parent_dir == _TOP_LEVEL_DIR or directory_types.get(parent_dir) == _MIXED_DIR_TYPE + + # Special handling for SYMLINK entries in original TOC; if we need to cross-link a symlink entry, we create + # it in both locations, and have each point to the (relative) resource in the same directory (so one of the + # targets will likely be a file, and the other will be a symlink due to cross-linking). + if typecode == 'SYMLINK' and requires_crosslink: + bundle_toc.append((os.path.join(file_base_dir, orig_dest_name), src_name, typecode)) + bundle_toc.append((os.path.join(crosslink_base_dir, orig_dest_name), src_name, typecode)) + continue + + # The file itself. + file_dest = os.path.join(file_base_dir, orig_dest_name) + bundle_toc.append((file_dest, src_name, typecode)) + + # Symlink for cross-linking + if requires_crosslink: + symlink_dest = os.path.join(crosslink_base_dir, orig_dest_name) + symlink_ref = self._compute_relative_crosslink(symlink_dest, file_dest) + bundle_toc.append((symlink_dest, symlink_ref, 'SYMLINK')) + + # Step 5: sanitize all destination paths in the new TOC, to ensure that paths that are rooted in + # `Contents/Frameworks` do not contain directories with dots in their names. Doing this as a post-processing + # step keeps code simple and clean and ensures that this step is applied to files, symlinks that originate from + # cross-linking files, and symlinks that originate from cross-linking directories. This in turn ensures that + # all directory hierarchies created during the actual file collection have sanitized names, and that collection + # outcome does not depend on the order of entries in the TOC. + sanitized_toc = [] + for dest_name, src_name, typecode in bundle_toc: + dest_path = pathlib.PurePath(dest_name) + + # Paths rooted in Contents/Resources do not require sanitizing. + if dest_path.parts[0] == 'Contents' and dest_path.parts[1] == 'Resources': + sanitized_toc.append((dest_name, src_name, typecode)) + continue + + # Special handling for files from .framework bundle directories; sanitize only parent path of the .framework + # directory. + framework_path = self._is_framework_file(dest_path) + if framework_path: + parent_path = framework_path.parent + remaining_path = dest_path.relative_to(parent_path) + else: + parent_path = dest_path.parent + remaining_path = dest_path.name + + sanitized_dest_path = pathlib.PurePath( + *parent_path.parts[:2], # Contents/Frameworks + *[part.replace('.', DOT_REPLACEMENT) for part in parent_path.parts[2:]], + remaining_path, + ) + sanitized_dest_name = str(sanitized_dest_path) + + if sanitized_dest_path != dest_path: + logger.debug("Sanitizing dest path: %r -> %r", dest_name, sanitized_dest_name) + + sanitized_toc.append((sanitized_dest_name, src_name, typecode)) + + bundle_toc = sanitized_toc + + # Normalize and sort the TOC for easier inspection + bundle_toc = sorted(normalize_toc(bundle_toc)) + + return bundle_toc + + def assemble(self): + from PyInstaller.config import CONF + + if _check_path_overlap(self.name) and os.path.isdir(self.name): + _rmtree(self.name) + + logger.info("Building BUNDLE %s", self.tocbasename) + + # Create a minimal Mac bundle structure. + os.makedirs(os.path.join(self.name, "Contents", "MacOS")) + os.makedirs(os.path.join(self.name, "Contents", "Resources")) + os.makedirs(os.path.join(self.name, "Contents", "Frameworks")) + + # Makes sure the icon exists and attempts to convert to the proper format if applicable + self.icon = normalize_icon_type(self.icon, ("icns",), "icns", CONF["workpath"]) + + # Ensure icon path is absolute + self.icon = os.path.abspath(self.icon) + + # Copy icns icon to Resources directory. + shutil.copyfile(self.icon, os.path.join(self.name, 'Contents', 'Resources', os.path.basename(self.icon))) + + # Key/values for a minimal Info.plist file + info_plist_dict = { + "CFBundleDisplayName": self.appname, + "CFBundleName": self.appname, + + # Required by 'codesign' utility. + # The value for CFBundleIdentifier is used as the default unique name of your program for Code Signing + # purposes. It even identifies the APP for access to restricted OS X areas like Keychain. + # + # The identifier used for signing must be globally unique. The usual form for this identifier is a + # hierarchical name in reverse DNS notation, starting with the toplevel domain, followed by the company + # name, followed by the department within the company, and ending with the product name. Usually in the + # form: com.mycompany.department.appname + # CLI option --osx-bundle-identifier sets this value. + "CFBundleIdentifier": self.bundle_identifier, + "CFBundleExecutable": os.path.basename(self.exename), + "CFBundleIconFile": os.path.basename(self.icon), + "CFBundleInfoDictionaryVersion": "6.0", + "CFBundlePackageType": "APPL", + "CFBundleShortVersionString": self.version, + } + + # Set some default values. But they still can be overwritten by the user. + if self.console: + # Setting EXE console=True implies LSBackgroundOnly=True. + info_plist_dict['LSBackgroundOnly'] = True + else: + # Let's use high resolution by default. + info_plist_dict['NSHighResolutionCapable'] = True + + # Merge info_plist settings from spec file + if isinstance(self.info_plist, dict) and self.info_plist: + info_plist_dict.update(self.info_plist) + + plist_filename = os.path.join(self.name, "Contents", "Info.plist") + with open(plist_filename, "wb") as plist_fh: + plistlib.dump(info_plist_dict, plist_fh) + + # Pre-process the TOC into its final BUNDLE-compatible form. + bundle_toc = self._process_bundle_toc(self.toc) + + # Perform the actual collection. + CONTENTS_FRAMEWORKS_PATH = pathlib.PurePath('Contents/Frameworks') + for dest_name, src_name, typecode in bundle_toc: + # Create parent directory structure, if necessary + dest_path = os.path.join(self.name, dest_name) # Absolute destination path + dest_dir = os.path.dirname(dest_path) + try: + os.makedirs(dest_dir, exist_ok=True) + except FileExistsError: + raise SystemExit( + f"Pyinstaller needs to create a directory at {dest_dir!r}, " + "but there already exists a file at that path!" + ) + # Copy extensions and binaries from cache. This ensures that these files undergo additional binary + # processing - have paths to linked libraries rewritten (relative to `@rpath`) and have rpath set to the + # top-level directory (relative to `@loader_path`, i.e., the file's location). The "top-level" directory + # in this case corresponds to `Contents/MacOS` (where `sys._MEIPASS` also points), so we need to pass + # the cache retrieval function the *original* destination path (which is without preceding + # `Contents/MacOS`). + if typecode in ('EXTENSION', 'BINARY'): + orig_dest_name = str(pathlib.PurePath(dest_name).relative_to(CONTENTS_FRAMEWORKS_PATH)) + src_name = process_collected_binary( + src_name, + orig_dest_name, + use_strip=self.strip, + use_upx=self.upx, + upx_exclude=self.upx_exclude, + target_arch=self.target_arch, + codesign_identity=self.codesign_identity, + entitlements_file=self.entitlements_file, + strict_arch_validation=(typecode == 'EXTENSION'), + ) + if typecode == 'SYMLINK': + os.symlink(src_name, dest_path) # Create link at dest_path, pointing at (relative) src_name + else: + # BUNDLE does not support MERGE-based multipackage + assert typecode != 'DEPENDENCY', "MERGE DEPENDENCY entries are not supported in BUNDLE!" + + # At this point, `src_name` should be a valid file. + if not os.path.isfile(src_name): + raise ValueError(f"Resource {src_name!r} is not a valid file!") + # If strict collection mode is enabled, the destination should not exist yet. + if strict_collect_mode and os.path.exists(dest_path): + raise ValueError( + f"Attempting to collect a duplicated file into BUNDLE: {dest_name} (type: {typecode})" + ) + # Use `shutil.copyfile` to copy file with default permissions. We do not attempt to preserve original + # permissions nor metadata, as they might be too restrictive and cause issues either during subsequent + # re-build attempts or when trying to move the application bundle. For binaries (and data files with + # executable bit set), we manually set the executable bits after copying the file. + shutil.copyfile(src_name, dest_path) + if ( + typecode in ('EXTENSION', 'BINARY', 'EXECUTABLE') + or (typecode == 'DATA' and os.access(src_name, os.X_OK)) + ): + os.chmod(dest_path, 0o755) + + # Sign the bundle + logger.info('Signing the BUNDLE...') + try: + osxutils.sign_binary(self.name, self.codesign_identity, self.entitlements_file, deep=True) + except Exception as e: + # Display a warning or re-raise the error, depending on the environment-variable setting. + if os.environ.get("PYINSTALLER_STRICT_BUNDLE_CODESIGN_ERROR", "0") == "0": + logger.warning("Error while signing the bundle: %s", e) + logger.warning("You will need to sign the bundle manually!") + else: + raise RuntimeError("Failed to codesign the bundle!") from e + + logger.info("Building BUNDLE %s completed successfully.", self.tocbasename) + + # Optionally verify bundle's signature. This is primarily intended for our CI. + if os.environ.get("PYINSTALLER_VERIFY_BUNDLE_SIGNATURE", "0") != "0": + logger.info("Verifying signature for BUNDLE %s...", self.name) + self.verify_bundle_signature(self.name) + logger.info("BUNDLE verification complete!") + + @staticmethod + def verify_bundle_signature(bundle_dir): + # First, verify the bundle signature using codesign. + cmd_args = ['codesign', '--verify', '--all-architectures', '--deep', '--strict', bundle_dir] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf8') + if p.returncode: + raise SystemError( + f"codesign command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}" + ) + + # Ensure that code-signing information is *NOT* embedded in the files' extended attributes. + # + # This happens when files other than binaries are present in `Contents/MacOS` or `Contents/Frameworks` + # directory; as the signature cannot be embedded within the file itself (contrary to binaries with + # `LC_CODE_SIGNATURE` section in their header), it ends up stores in the file's extended attributes. However, + # if such bundle is transferred using a method that does not support extended attributes (for example, a zip + # file), the signatures on these files are lost, and the signature of the bundle as a whole becomes invalid. + # This is the primary reason why we need to relocate non-binaries into `Contents/Resources` - the signatures + # for files in that directory end up stored in `Contents/_CodeSignature/CodeResources` file. + # + # This check therefore aims to ensure that all files have been properly relocated to their corresponding + # locations w.r.t. the code-signing requirements. + + try: + import xattr + except ModuleNotFoundError: + logger.info("xattr package not available; skipping verification of extended attributes!") + return + + CODESIGN_ATTRS = ( + "com.apple.cs.CodeDirectory", + "com.apple.cs.CodeRequirements", + "com.apple.cs.CodeRequirements-1", + "com.apple.cs.CodeSignature", + ) + + for entry in pathlib.Path(bundle_dir).rglob("*"): + if not entry.is_file(): + continue + + file_attrs = xattr.listxattr(entry) + if any([codesign_attr in file_attrs for codesign_attr in CODESIGN_ATTRS]): + raise ValueError(f"Code-sign attributes found in extended attributes of {str(entry)!r}!") diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/splash.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/splash.py new file mode 100755 index 0000000..35fbfe8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/splash.py @@ -0,0 +1,468 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ----------------------------------------------------------------------------- +import io +import os +import re +import struct +import pathlib + +from PyInstaller import log as logging +from PyInstaller.archive.writers import SplashWriter +from PyInstaller.building import splash_templates +from PyInstaller.building.datastruct import Target +from PyInstaller.building.utils import _check_guts_eq, _check_guts_toc, misc +from PyInstaller.compat import is_darwin +from PyInstaller.depend import bindepend +from PyInstaller.utils.hooks import tcl_tk as tcltk_utils + +try: + from PIL import Image as PILImage +except ImportError: + PILImage = None + +logger = logging.getLogger(__name__) + +# These requirement files are checked against the current splash screen script. If you wish to modify the splash screen +# and run into tcl errors/bad behavior, this is a good place to start and add components your implementation of the +# splash screen might use. +# NOTE: these paths use the *destination* layout for Tcl/Tk scripts, which uses unversioned tcl and tk directories +# (see `PyInstaller.utils.hooks.tcl_tk.collect_tcl_tk_files`). +splash_requirements = [ + # prepended tcl/tk binaries + os.path.join(tcltk_utils.TK_ROOTNAME, "license.terms"), + os.path.join(tcltk_utils.TK_ROOTNAME, "text.tcl"), + os.path.join(tcltk_utils.TK_ROOTNAME, "tk.tcl"), + # Used for customizable font + os.path.join(tcltk_utils.TK_ROOTNAME, "ttk", "ttk.tcl"), + os.path.join(tcltk_utils.TK_ROOTNAME, "ttk", "fonts.tcl"), + os.path.join(tcltk_utils.TK_ROOTNAME, "ttk", "cursors.tcl"), + os.path.join(tcltk_utils.TK_ROOTNAME, "ttk", "utils.tcl"), +] + + +class Splash(Target): + """ + Bundles the required resources for the splash screen into a file, which will be included in the CArchive. + + A Splash has two outputs, one is itself and one is stored in splash.binaries. Both need to be passed to other + build targets in order to enable the splash screen. + """ + def __init__(self, image_file, binaries, datas, **kwargs): + """ + :param str image_file: + A path-like object to the image to be used. Only the PNG file format is supported. + + .. note:: If a different file format is supplied and PIL (Pillow) is installed, the file will be converted + automatically. + + .. note:: *Windows*: The color ``'magenta'`` / ``'#ff00ff'`` must not be used in the image or text, as it is + used by splash screen to indicate transparent areas. Use a similar color (e.g., ``'#ff00fe'``) instead. + + .. note:: If PIL (Pillow) is installed and the image is bigger than max_img_size, the image will be resized + to fit into the specified area. + :param list binaries: + The TOC list of binaries the Analysis build target found. This TOC includes all extension modules and their + binary dependencies. This is required to determine whether the user's program uses `tkinter`. + :param list datas: + The TOC list of data the Analysis build target found. This TOC includes all data-file dependencies of the + modules. This is required to check if all splash screen requirements can be bundled. + + :keyword text_pos: + An optional two-integer tuple that represents the origin of the text on the splash screen image. The + origin of the text is its lower left corner. A unit in the respective coordinate system is a pixel of the + image, its origin lies in the top left corner of the image. This parameter also acts like a switch for + the text feature. If omitted, no text will be displayed on the splash screen. This text will be used to + show textual progress in onefile mode. + :type text_pos: Tuple[int, int] + :keyword text_size: + The desired size of the font. If the size argument is a positive number, it is interpreted as a size in + points. If size is a negative number, its absolute value is interpreted as a size in pixels. Default: ``12`` + :type text_size: int + :keyword text_font: + An optional name of a font for the text. This font must be installed on the user system, otherwise the + system default font is used. If this parameter is omitted, the default font is also used. + :keyword text_color: + An optional color for the text. HTML color codes (``'#40e0d0'``) and color names (``'turquoise'``) are + supported. Default: ``'black'`` + (Windows: the color ``'magenta'`` / ``'#ff00ff'`` is used to indicate transparency, and should not be used) + :type text_color: str + :keyword text_default: + The default text which will be displayed before the extraction starts. Default: ``"Initializing"`` + :type text_default: str + :keyword full_tk: + By default Splash bundles only the necessary files for the splash screen (some tk components). This + options enables adding full tk and making it a requirement, meaning all tk files will be unpacked before + the splash screen can be started. This is useful during development of the splash screen script. + Default: ``False`` + :type full_tk: bool + :keyword minify_script: + The splash screen is created by executing an Tcl/Tk script. This option enables minimizing the script, + meaning removing all non essential parts from the script. Default: ``True`` + :keyword rundir: + The folder name in which tcl/tk will be extracted at runtime. There should be no matching folder in your + application to avoid conflicts. Default: ``'__splash'`` + :type rundir: str + :keyword name: + An optional alternative filename for the .res file. If not specified, a name is generated. + :type name: str + :keyword script_name: + An optional alternative filename for the Tcl script, that will be generated. If not specified, a name is + generated. + :type script_name: str + :keyword max_img_size: + Maximum size of the splash screen image as a tuple. If the supplied image exceeds this limit, it will be + resized to fit the maximum width (to keep the original aspect ratio). This option can be disabled by + setting it to None. Default: ``(760, 480)`` + :type max_img_size: Tuple[int, int] + :keyword always_on_top: + Force the splashscreen to be always on top of other windows. If disabled, other windows (e.g., from other + applications) can cover the splash screen by user bringing them to front. This might be useful for + frozen applications with long startup times. Default: ``True`` + :type always_on_top: bool + """ + from ..config import CONF + Target.__init__(self) + + # Splash screen is not supported on macOS. It operates in a secondary thread and macOS disallows UI operations + # in any thread other than main. + if is_darwin: + raise SystemExit("Splash screen is not supported on macOS.") + + # Make image path relative to .spec file + if not os.path.isabs(image_file): + image_file = os.path.join(CONF['specpath'], image_file) + image_file = os.path.normpath(image_file) + if not os.path.exists(image_file): + raise ValueError("Image file '%s' not found" % image_file) + + # Copy all arguments + self.image_file = image_file + self.full_tk = kwargs.get("full_tk", False) + self.name = kwargs.get("name", None) + self.script_name = kwargs.get("script_name", None) + self.minify_script = kwargs.get("minify_script", True) + self.rundir = kwargs.get("rundir", None) + self.max_img_size = kwargs.get("max_img_size", (760, 480)) + + # text options + self.text_pos = kwargs.get("text_pos", None) + self.text_size = kwargs.get("text_size", 12) + self.text_font = kwargs.get("text_font", "TkDefaultFont") + self.text_color = kwargs.get("text_color", "black") + self.text_default = kwargs.get("text_default", "Initializing") + + # always-on-top behavior + self.always_on_top = kwargs.get("always_on_top", True) + + # Save the generated file separately so that it is not necessary to generate the data again and again + root = os.path.splitext(self.tocfilename)[0] + if self.name is None: + self.name = root + '.res' + if self.script_name is None: + self.script_name = root + '_script.tcl' + + if self.rundir is None: + self.rundir = self._find_rundir(binaries + datas) + + # Internal variables + try: + # Do not import _tkinter at the toplevel, because on some systems _tkinter will fail to load, since it is + # not installed. This would cause a runtime error in PyInstaller, since this module is imported from + # build_main.py, instead we just want to inform the user that the splash screen feature is not supported on + # his platform + import _tkinter + self._tkinter_module = _tkinter + self._tkinter_file = self._tkinter_module.__file__ + except ModuleNotFoundError: + raise SystemExit( + "Your platform does not support the splash screen feature, since tkinter is not installed. Please " + "install tkinter and try again." + ) + + # Calculated / analysed values + self.uses_tkinter = self._uses_tkinter(self._tkinter_file, binaries) + logger.debug("Program uses tkinter: %r", self.uses_tkinter) + self.script = self.generate_script() + self.tcl_lib, self.tk_lib = tcltk_utils.find_tcl_tk_shared_libs(self._tkinter_file) + if is_darwin: + # Outdated Tcl/Tk 8.5 system framework is not supported. Depending on macOS version, the library path will + # come up empty (hidden system libraries on Big Sur), or will be + # [/System]/Library/Frameworks/Tcl.framework/Tcl + if self.tcl_lib[1] is None or 'Library/Frameworks/Tcl.framework' in self.tcl_lib[1]: + raise SystemExit("The splash screen feature does not support macOS system framework version of Tcl/Tk.") + # Check if tcl/tk was found + assert all(self.tcl_lib) + assert all(self.tk_lib) + logger.debug("Use Tcl Library from %s and Tk From %s", self.tcl_lib, self.tk_lib) + self.splash_requirements = set([self.tcl_lib[0], self.tk_lib[0]] + splash_requirements) + + logger.info("Collect tcl/tk binaries for the splash screen") + tcltk_tree = tcltk_utils.collect_tcl_tk_files(self._tkinter_file) + if self.full_tk: + # The user wants a full copy of tk, so make all tk files a requirement. + self.splash_requirements.update(entry[0] for entry in tcltk_tree) + + # Scan for binary dependencies of the Tcl/Tk shared libraries, and add them to `binaries` TOC list (which + # should really be called `dependencies` as it is not limited to binaries. But it is too late now, and + # existing spec files depend on this naming). We specify these binary dependencies (which include the + # Tcl and Tk shared libaries themselves) even if the user's program uses tkinter and they would be collected + # anyway; let the collection mechanism deal with potential duplicates. + tcltk_libs = [(dest_name, src_name, 'BINARY') for dest_name, src_name in (self.tcl_lib, self.tk_lib)] + self.binaries = bindepend.binary_dependency_analysis(tcltk_libs) + + # Put all shared library dependencies in `splash_requirements`, so they are made available in onefile mode. + self.splash_requirements.update(entry[0] for entry in self.binaries) + + # If the user's program does not use tkinter, add resources from Tcl/Tk tree to the dependencies list. + # Do so only for the resources that are part of splash requirements. + if not self.uses_tkinter: + self.binaries.extend(entry for entry in tcltk_tree if entry[0] in self.splash_requirements) + + # Check if all requirements were found. + collected_files = set(entry[0] for entry in (binaries + datas + self.binaries)) + + def _filter_requirement(filename): + if filename not in collected_files: + # Item is not bundled, so warn the user about it. This actually may happen on some tkinter installations + # that are missing the license.terms file. + logger.warning( + "The local Tcl/Tk installation is missing the file %s. The behavior of the splash screen is " + "therefore undefined and may be unsupported.", filename + ) + return False + return True + + # Remove all files which were not found. + self.splash_requirements = set(filter(_filter_requirement, self.splash_requirements)) + + # Test if the tcl/tk version is supported by the bootloader. + self.test_tk_version() + + logger.debug("Splash Requirements: %s", self.splash_requirements) + + self.__postinit__() + + _GUTS = ( + # input parameters + ('image_file', _check_guts_eq), + ('name', _check_guts_eq), + ('script_name', _check_guts_eq), + ('text_pos', _check_guts_eq), + ('text_size', _check_guts_eq), + ('text_font', _check_guts_eq), + ('text_color', _check_guts_eq), + ('text_default', _check_guts_eq), + ('always_on_top', _check_guts_eq), + ('full_tk', _check_guts_eq), + ('minify_script', _check_guts_eq), + ('rundir', _check_guts_eq), + ('max_img_size', _check_guts_eq), + # calculated/analysed values + ('uses_tkinter', _check_guts_eq), + ('script', _check_guts_eq), + ('tcl_lib', _check_guts_eq), + ('tk_lib', _check_guts_eq), + ('splash_requirements', _check_guts_eq), + ('binaries', _check_guts_toc), + # internal value + # Check if the tkinter installation changed. This is theoretically possible if someone uses two different python + # installations of the same version. + ('_tkinter_file', _check_guts_eq), + ) + + def _check_guts(self, data, last_build): + if Target._check_guts(self, data, last_build): + return True + + # Check if the image has been modified. + if misc.mtime(self.image_file) > last_build: + logger.info("Building %s because file %s changed", self.tocbasename, self.image_file) + return True + + return False + + def assemble(self): + logger.info("Building Splash %s", self.name) + + # Function to resize a given image to fit into the area defined by max_img_size. + def _resize_image(_image, _orig_size): + if PILImage: + _w, _h = _orig_size + _ratio_w = self.max_img_size[0] / _w + if _ratio_w < 1: + # Image width exceeds limit + _h = int(_h * _ratio_w) + _w = self.max_img_size[0] + + _ratio_h = self.max_img_size[1] / _h + if _ratio_h < 1: + # Image height exceeds limit + _w = int(_w * _ratio_h) + _h = self.max_img_size[1] + + # If a file is given it will be open + if isinstance(_image, PILImage.Image): + _img = _image + else: + _img = PILImage.open(_image) + _img_resized = _img.resize((_w, _h)) + + # Save image into a stream + _image_stream = io.BytesIO() + _img_resized.save(_image_stream, format='PNG') + _img.close() + _img_resized.close() + _image_data = _image_stream.getvalue() + logger.info("Resized image %s from dimensions %s to (%d, %d)", self.image_file, str(_orig_size), _w, _h) + return _image_data + else: + raise ValueError( + "The splash image dimensions (w: %d, h: %d) exceed max_img_size (w: %d, h:%d), but the image " + "cannot be resized due to missing PIL.Image! Either install the Pillow package, adjust the " + "max_img_size, or use an image of compatible dimensions.", _orig_size[0], _orig_size[1], + self.max_img_size[0], self.max_img_size[1] + ) + + # Open image file + image_file = open(self.image_file, 'rb') + + # Check header of the file to identify it + if image_file.read(8) == b'\x89PNG\r\n\x1a\n': + # self.image_file is a PNG file + image_file.seek(16) + img_size = (struct.unpack("!I", image_file.read(4))[0], struct.unpack("!I", image_file.read(4))[0]) + + if img_size > self.max_img_size: + # The image exceeds the maximum image size, so resize it + image = _resize_image(self.image_file, img_size) + else: + image = os.path.abspath(self.image_file) + elif PILImage: + # Pillow is installed, meaning the image can be converted automatically + img = PILImage.open(self.image_file, mode='r') + + if img.size > self.max_img_size: + image = _resize_image(img, img.size) + else: + image_data = io.BytesIO() + img.save(image_data, format='PNG') + img.close() + image = image_data.getvalue() + logger.info("Converted image %s to PNG format", self.image_file) + else: + raise ValueError( + "The image %s needs to be converted to a PNG file, but PIL.Image is not available! Either install the " + "Pillow package, or use a PNG image for you splash screen.", self.image_file + ) + + image_file.close() + + SplashWriter( + self.name, + self.splash_requirements, + self.tcl_lib[0], # tcl86t.dll + self.tk_lib[0], # tk86t.dll + tcltk_utils.TK_ROOTNAME, + self.rundir, + image, + self.script + ) + + def test_tk_version(self): + tcl_version = float(self._tkinter_module.TCL_VERSION) + tk_version = float(self._tkinter_module.TK_VERSION) + + # Test if tcl/tk version is supported + if tcl_version < 8.6 or tk_version < 8.6: + logger.warning( + "The installed Tcl/Tk (%s/%s) version might not work with the splash screen feature of the bootloader. " + "The bootloader is tested against Tcl/Tk 8.6", self._tkinter_module.TCL_VERSION, + self._tkinter_module.TK_VERSION + ) + + # This should be impossible, since tcl/tk is released together with the same version number, but just in case + if tcl_version != tk_version: + logger.warning( + "The installed version of Tcl (%s) and Tk (%s) do not match. PyInstaller is tested against matching " + "versions", self._tkinter_module.TCL_VERSION, self._tkinter_module.TK_VERSION + ) + + # Ensure that Tcl is built with multi-threading support. + if not tcltk_utils.tcl_threaded: + # This is a feature breaking problem, so exit. + raise SystemExit( + "The installed tcl version is not threaded. PyInstaller only supports the splash screen " + "using threaded tcl." + ) + + def generate_script(self): + """ + Generate the script for the splash screen. + + If minify_script is True, all unnecessary parts will be removed. + """ + d = {} + if self.text_pos is not None: + logger.debug("Add text support to splash screen") + d.update({ + 'pad_x': self.text_pos[0], + 'pad_y': self.text_pos[1], + 'color': self.text_color, + 'font': self.text_font, + 'font_size': self.text_size, + 'default_text': self.text_default, + }) + script = splash_templates.build_script(text_options=d, always_on_top=self.always_on_top) + + if self.minify_script: + # Remove any documentation, empty lines and unnecessary spaces + script = '\n'.join( + line for line in map(lambda line: line.strip(), script.splitlines()) + if not line.startswith('#') # documentation + and line # empty lines + ) + # Remove unnecessary spaces + script = re.sub(' +', ' ', script) + + # Write script to disk, so that it is transparent to the user what script is executed. + with open(self.script_name, "w", encoding="utf-8") as script_file: + script_file.write(script) + return script + + @staticmethod + def _uses_tkinter(tkinter_file, binaries): + # Test for _tkinter extension instead of tkinter module, because user might use a different wrapping library for + # Tk. Use `pathlib.PurePath˙ in comparisons to account for case normalization and separator normalization. + tkinter_file = pathlib.PurePath(tkinter_file) + for dest_name, src_name, typecode in binaries: + if pathlib.PurePath(src_name) == tkinter_file: + return True + return False + + @staticmethod + def _find_rundir(structure): + # First try a name the user could understand, if one would find the directory. + rundir = '__splash%s' + candidate = rundir % "" + counter = 0 + + # Run this loop as long as a folder exist named like rundir. In most cases __splash will be sufficient and this + # loop won't enter. + while any(e[0].startswith(candidate + os.sep) for e in structure): + # just append to rundir a counter + candidate = rundir % str(counter) + counter += 1 + + # The SPLASH_DATA_HEADER structure limits the name to be 16 bytes at maximum. So if we exceed the limit + # raise an error. This will never happen, since there are 10^8 different possibilities, but just in case. + assert len(candidate) <= 16 + + return candidate diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/splash_templates.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/splash_templates.py new file mode 100755 index 0000000..0db2cb0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/splash_templates.py @@ -0,0 +1,229 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ----------------------------------------------------------------------------- +""" +Templates for the splash screen tcl script. +""" +from PyInstaller.compat import is_cygwin, is_darwin, is_win + +ipc_script = r""" +proc _ipc_server {channel clientaddr clientport} { + # This function is called if a new client connects to + # the server. This creates a channel, which calls + # _ipc_caller if data was send through the connection + set client_name [format <%s:%d> $clientaddr $clientport] + + chan configure $channel \ + -buffering none \ + -encoding utf-8 \ + -eofchar \x04 \ + -translation cr + chan event $channel readable [list _ipc_caller $channel $client_name] +} + +proc _ipc_caller {channel client_name} { + # This function is called if a command was sent through + # the tcp connection. The current implementation supports + # two commands: update_text and exit, although exit + # is implemented to be called if the connection gets + # closed (from python) or the character 0x04 was received + chan gets $channel cmd + + if {[chan eof $channel]} { + # This is entered if either the connection was closed + # or the char 0x04 was send + chan close $channel + exit + + } elseif {![chan blocked $channel]} { + # RPC methods + + # update_text command + if {[string match "update_text*" $cmd]} { + global status_text + set first [expr {[string first "(" $cmd] + 1}] + set last [expr {[string last ")" $cmd] - 1}] + + set status_text [string range $cmd $first $last] + } + # Implement other procedures here + } +} + +# By setting the port to 0 the os will assign a free port +set server_socket [socket -server _ipc_server -myaddr localhost 0] +set server_port [fconfigure $server_socket -sockname] + +# This environment variable is shared between the python and the tcl +# interpreter and publishes the port the tcp server socket is available +set env(_PYIBoot_SPLASH) [lindex $server_port 2] +""" + +image_script = r""" +# The variable $_image_data, which holds the data for the splash +# image is created by the bootloader. +image create photo splash_image +splash_image put $_image_data +# delete the variable, because the image now holds the data +unset _image_data + +proc canvas_text_update {canvas tag _var - -} { + # This function is rigged to be called if the a variable + # status_text gets changed. This updates the text on + # the canvas + upvar $_var var + $canvas itemconfigure $tag -text $var +} +""" + +splash_canvas_setup = r""" +package require Tk + +set image_width [image width splash_image] +set image_height [image height splash_image] +set display_width [winfo screenwidth .] +set display_height [winfo screenheight .] + +set x_position [expr {int(0.5*($display_width - $image_width))}] +set y_position [expr {int(0.5*($display_height - $image_height))}] + +# Toplevel frame in which all widgets should be positioned +frame .root + +# Configure the canvas on which the splash +# screen will be drawn +canvas .root.canvas \ + -width $image_width \ + -height $image_height \ + -borderwidth 0 \ + -highlightthickness 0 + +# Draw the image into the canvas, filling it. +.root.canvas create image \ + [expr {$image_width / 2}] \ + [expr {$image_height / 2}] \ + -image splash_image +""" + +splash_canvas_text = r""" +# Create a text on the canvas, which tracks the local +# variable status_text. status_text is changed via C to +# update the progress on the splash screen. +# We cannot use the default label, because it has a +# default background, which cannot be turned transparent +.root.canvas create text \ + %(pad_x)d \ + %(pad_y)d \ + -fill %(color)s \ + -justify center \ + -font myFont \ + -tag vartext \ + -anchor sw +trace variable status_text w \ + [list canvas_text_update .root.canvas vartext] +set status_text "%(default_text)s" +""" + +splash_canvas_default_font = r""" +font create myFont {*}[font actual TkDefaultFont] +font configure myFont -size %(font_size)d +""" + +splash_canvas_custom_font = r""" +font create myFont -family %(font)s -size %(font_size)d +""" + +if is_win or is_cygwin: + transparent_setup = r""" +# If the image is transparent, the background will be filled +# with magenta. The magenta background is later replaced with transparency. +# Here is the limitation of this implementation, that only +# sharp transparent image corners are possible +wm attributes . -transparentcolor magenta +.root.canvas configure -background magenta +""" + +elif is_darwin: + # This is untested, but should work following: https://stackoverflow.com/a/44296157/5869139 + transparent_setup = r""" +wm attributes . -transparent 1 +. configure -background systemTransparent +.root.canvas configure -background systemTransparent +""" + +else: + # For Linux there is no common way to create a transparent window + transparent_setup = r"" + +pack_widgets = r""" +# Position all widgets in the window +pack .root +grid .root.canvas -column 0 -row 0 -columnspan 1 -rowspan 2 +""" + +# Enable always-on-top behavior, by setting overrideredirect and the topmost attribute. +position_window_on_top = r""" +# Set position and mode of the window - always-on-top behavior +wm overrideredirect . 1 +wm geometry . +${x_position}+${y_position} +wm attributes . -topmost 1 +""" + +# Disable always-on-top behavior +if is_win or is_cygwin or is_darwin: + # On Windows, we disable the always-on-top behavior while still setting overrideredirect + # (to disable window decorations), but set topmost attribute to 0. + position_window = r""" +# Set position and mode of the window +wm overrideredirect . 1 +wm geometry . +${x_position}+${y_position} +wm attributes . -topmost 0 +""" +else: + # On Linux, we must not use overrideredirect; instead, we set X11-specific type attribute to splash, + # which lets the window manager to properly handle the splash screen (without window decorations + # but allowing other windows to be brought to front). + position_window = r""" +# Set position and mode of the window +wm geometry . +${x_position}+${y_position} +wm attributes . -type splash +""" + +raise_window = r""" +raise . +""" + + +def build_script(text_options=None, always_on_top=False): + """ + This function builds the tcl script for the splash screen. + """ + # Order is important! + script = [ + ipc_script, + image_script, + splash_canvas_setup, + ] + + if text_options: + # If the default font is used we need a different syntax + if text_options['font'] == "TkDefaultFont": + script.append(splash_canvas_default_font % text_options) + else: + script.append(splash_canvas_custom_font % text_options) + script.append(splash_canvas_text % text_options) + + script.append(transparent_setup) + + script.append(pack_widgets) + script.append(position_window_on_top if always_on_top else position_window) + script.append(raise_window) + + return '\n'.join(script) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/templates.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/templates.py new file mode 100755 index 0000000..2b734ec --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/templates.py @@ -0,0 +1,124 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Templates to generate .spec files. +""" + +onefiletmplt = """# -*- mode: python ; coding: utf-8 -*- +%(preamble)s + +a = Analysis( + %(scripts)s, + pathex=%(pathex)s, + binaries=%(binaries)s, + datas=%(datas)s, + hiddenimports=%(hiddenimports)s, + hookspath=%(hookspath)r, + hooksconfig={}, + runtime_hooks=%(runtime_hooks)r, + excludes=%(excludes)s, + noarchive=%(noarchive)s, +) +pyz = PYZ(a.pure) +%(splash_init)s +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.datas,%(splash_target)s%(splash_binaries)s + %(options)s, + name='%(name)s', + debug=%(debug_bootloader)s, + bootloader_ignore_signals=%(bootloader_ignore_signals)s, + strip=%(strip)s, + upx=%(upx)s, + upx_exclude=%(upx_exclude)s, + runtime_tmpdir=%(runtime_tmpdir)r, + console=%(console)s, + disable_windowed_traceback=%(disable_windowed_traceback)s, + argv_emulation=%(argv_emulation)r, + target_arch=%(target_arch)r, + codesign_identity=%(codesign_identity)r, + entitlements_file=%(entitlements_file)r,%(exe_options)s +) +""" + +onedirtmplt = """# -*- mode: python ; coding: utf-8 -*- +%(preamble)s + +a = Analysis( + %(scripts)s, + pathex=%(pathex)s, + binaries=%(binaries)s, + datas=%(datas)s, + hiddenimports=%(hiddenimports)s, + hookspath=%(hookspath)r, + hooksconfig={}, + runtime_hooks=%(runtime_hooks)r, + excludes=%(excludes)s, + noarchive=%(noarchive)s, +) +pyz = PYZ(a.pure) +%(splash_init)s +exe = EXE( + pyz, + a.scripts,%(splash_target)s + %(options)s, + exclude_binaries=True, + name='%(name)s', + debug=%(debug_bootloader)s, + bootloader_ignore_signals=%(bootloader_ignore_signals)s, + strip=%(strip)s, + upx=%(upx)s, + console=%(console)s, + disable_windowed_traceback=%(disable_windowed_traceback)s, + argv_emulation=%(argv_emulation)r, + target_arch=%(target_arch)r, + codesign_identity=%(codesign_identity)r, + entitlements_file=%(entitlements_file)r,%(exe_options)s +) +coll = COLLECT( + exe, + a.binaries, + a.datas,%(splash_binaries)s + strip=%(strip)s, + upx=%(upx)s, + upx_exclude=%(upx_exclude)s, + name='%(name)s', +) +""" + +bundleexetmplt = """app = BUNDLE( + exe, + name='%(name)s.app', + icon=%(icon)s, + bundle_identifier=%(bundle_identifier)s, +) +""" + +bundletmplt = """app = BUNDLE( + coll, + name='%(name)s.app', + icon=%(icon)s, + bundle_identifier=%(bundle_identifier)s, +) +""" + +splashtmpl = """splash = Splash( + %(splash_image)r, + binaries=a.binaries, + datas=a.datas, + text_pos=None, + text_size=12, + minify_script=True, + always_on_top=True, +) +""" diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/building/utils.py b/venv/lib64/python3.12/site-packages/PyInstaller/building/utils.py new file mode 100755 index 0000000..eaafbab --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/building/utils.py @@ -0,0 +1,756 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import fnmatch +import glob +import hashlib +import marshal +import os +import pathlib +import platform +import py_compile +import shutil +import struct +import subprocess +import sys +import zipfile + +from PyInstaller import compat +from PyInstaller import log as logging +from PyInstaller.compat import (EXTENSION_SUFFIXES, is_darwin, is_win) +from PyInstaller.config import CONF +from PyInstaller.exceptions import InvalidSrcDestTupleError +from PyInstaller.utils import misc + +if is_win: + from PyInstaller.utils.win32 import versioninfo + +if is_darwin: + import PyInstaller.utils.osx as osxutils + +logger = logging.getLogger(__name__) + +# -- Helpers for checking guts. +# +# NOTE: by _GUTS it is meant intermediate files and data structures that PyInstaller creates for bundling files and +# creating final executable. + + +def _check_guts_eq(attr_name, old_value, new_value, last_build): + """ + Rebuild is required if values differ. + """ + if old_value != new_value: + logger.info("Building because %s changed", attr_name) + return True + return False + + +def _check_guts_toc_mtime(attr_name, old_toc, new_toc, last_build): + """ + Rebuild is required if mtimes of files listed in old TOC are newer than last_build. + + Use this for calculated/analysed values read from cache. + """ + for dest_name, src_name, typecode in old_toc: + if misc.mtime(src_name) > last_build: + logger.info("Building because %s changed", src_name) + return True + return False + + +def _check_guts_toc(attr_name, old_toc, new_toc, last_build): + """ + Rebuild is required if either TOC content changed or mtimes of files listed in old TOC are newer than last_build. + + Use this for input parameters. + """ + return _check_guts_eq(attr_name, old_toc, new_toc, last_build) or \ + _check_guts_toc_mtime(attr_name, old_toc, new_toc, last_build) + + +def add_suffix_to_extension(dest_name, src_name, typecode): + """ + Take a TOC entry (dest_name, src_name, typecode) and adjust the dest_name for EXTENSION to include the full library + suffix. + """ + # No-op for non-extension + if typecode != 'EXTENSION': + return dest_name, src_name, typecode + + # If dest_name completely fits into end of the src_name, it has already been processed. + if src_name.endswith(dest_name): + return dest_name, src_name, typecode + + # Change the dotted name into a relative path. This places C extensions in the Python-standard location. + dest_name = dest_name.replace('.', os.sep) + # In some rare cases extension might already contain a suffix. Skip it in this case. + if os.path.splitext(dest_name)[1] not in EXTENSION_SUFFIXES: + # Determine the base name of the file. + base_name = os.path.basename(dest_name) + assert '.' not in base_name + # Use this file's existing extension. For extensions such as ``libzmq.cp36-win_amd64.pyd``, we cannot use + # ``os.path.splitext``, which would give only the ```.pyd`` part of the extension. + dest_name = dest_name + os.path.basename(src_name)[len(base_name):] + + return dest_name, src_name, typecode + + +def process_collected_binary( + src_name, + dest_name, + use_strip=False, + use_upx=False, + upx_exclude=None, + target_arch=None, + codesign_identity=None, + entitlements_file=None, + strict_arch_validation=False +): + """ + Process the collected binary using strip or UPX (or both), and apply any platform-specific processing. On macOS, + this rewrites the library paths in the headers, and (re-)signs the binary. On-disk cache is used to avoid processing + the same binary with same options over and over. + + In addition to given arguments, this function also uses CONF['cachedir'] and CONF['upx_dir']. + """ + from PyInstaller.config import CONF + + # We need to use cache in the following scenarios: + # * extra binary processing due to use of `strip` or `upx` + # * building on macOS, where we need to rewrite library paths in binaries' headers and (re-)sign the binaries. + if not use_strip and not use_upx and not is_darwin: + return src_name + + # Skip processing if this is Windows .manifest file. We used to process these as part of support for collecting + # WinSxS assemblies, but that was removed in PyInstaller 6.0. So in case we happen to get a .manifest file here, + # return it as-is. + if is_win and src_name.lower().endswith(".manifest"): + return src_name + + # Match against provided UPX exclude patterns. + upx_exclude = upx_exclude or [] + if use_upx: + src_path = pathlib.PurePath(src_name) + for upx_exclude_entry in upx_exclude: + # pathlib.PurePath.match() matches from right to left, and supports * wildcard, but does not support the + # "**" syntax for directory recursion. Case sensitivity follows the OS default. + if src_path.match(upx_exclude_entry): + logger.info("Disabling UPX for %s due to match in exclude pattern: %s", src_name, upx_exclude_entry) + use_upx = False + break + + # Prepare cache directory path. Cache is tied to python major/minor version, but also to various processing options. + pyver = f'py{sys.version_info[0]}{sys.version_info[1]}' + arch = platform.architecture()[0] + cache_dir = os.path.join( + CONF['cachedir'], + f'bincache{use_strip:d}{use_upx:d}{pyver}{arch}', + ) + if target_arch: + cache_dir = os.path.join(cache_dir, target_arch) + if is_darwin: + # Separate by codesign identity + if codesign_identity: + # Compute hex digest of codesign identity string to prevent issues with invalid characters. + csi_hash = hashlib.sha256(codesign_identity.encode('utf-8')) + cache_dir = os.path.join(cache_dir, csi_hash.hexdigest()) + else: + cache_dir = os.path.join(cache_dir, 'adhoc') # ad-hoc signing + # Separate by entitlements + if entitlements_file: + # Compute hex digest of entitlements file contents + with open(entitlements_file, 'rb') as fp: + ef_hash = hashlib.sha256(fp.read()) + cache_dir = os.path.join(cache_dir, ef_hash.hexdigest()) + else: + cache_dir = os.path.join(cache_dir, 'no-entitlements') + os.makedirs(cache_dir, exist_ok=True) + + # Load cache index, if available + cache_index_file = os.path.join(cache_dir, "index.dat") + try: + cache_index = misc.load_py_data_struct(cache_index_file) + except FileNotFoundError: + cache_index = {} + except Exception: + # Tell the user they may want to fix their cache... However, do not delete it for them; if it keeps getting + # corrupted, we will never find out. + logger.warning("PyInstaller bincache may be corrupted; use pyinstaller --clean to fix it.") + raise + + # Look up the file in cache; use case-normalized destination name as identifier. + cached_id = os.path.normcase(dest_name) + cached_name = os.path.join(cache_dir, dest_name) + src_digest = _compute_file_digest(src_name) + + if cached_id in cache_index: + # If digest matches to the cached digest, return the cached file... + if src_digest == cache_index[cached_id]: + return cached_name + + # ... otherwise remove it. + os.remove(cached_name) + + cmd = None + + if use_upx: + # If we are to apply both strip and UPX, apply strip first. + if use_strip: + src_name = process_collected_binary( + src_name, + dest_name, + use_strip=True, + use_upx=False, + target_arch=target_arch, + codesign_identity=codesign_identity, + entitlements_file=entitlements_file, + strict_arch_validation=strict_arch_validation, + ) + # We need to avoid using UPX with Windows DLLs that have Control Flow Guard enabled, as it breaks them. + if is_win and versioninfo.pefile_check_control_flow_guard(src_name): + logger.info('Disabling UPX for %s due to CFG!', src_name) + elif misc.is_file_qt_plugin(src_name): + logger.info('Disabling UPX for %s due to it being a Qt plugin!', src_name) + else: + upx_exe = 'upx' + upx_dir = CONF['upx_dir'] + if upx_dir: + upx_exe = os.path.join(upx_dir, upx_exe) + + upx_options = [ + # Do not compress icons, so that they can still be accessed externally. + '--compress-icons=0', + # Use LZMA compression. + '--lzma', + # Quiet mode. + '-q', + ] + if is_win: + # Binaries built with Visual Studio 7.1 require --strip-loadconf or they will not compress. + upx_options.append('--strip-loadconf') + + cmd = [upx_exe, *upx_options, cached_name] + elif use_strip: + strip_options = [] + if is_darwin: + # The default strip behavior breaks some shared libraries under macOS. + strip_options = ["-S"] # -S = strip only debug symbols. + cmd = ["strip", *strip_options, cached_name] + + # Ensure parent path exists + os.makedirs(os.path.dirname(cached_name), exist_ok=True) + + # Use `shutil.copyfile` to copy the file with default permissions bits, then manually set executable + # bits. This way, we avoid copying permission bits and metadata from the original file, which might be too + # restrictive for further processing (read-only permissions, immutable flag on FreeBSD, and so on). + shutil.copyfile(src_name, cached_name) + os.chmod(cached_name, 0o755) + + if cmd: + logger.info("Executing: %s", " ".join(cmd)) + subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) + + # On macOS, we need to modify the given binary's paths to the dependent libraries, in order to ensure they are + # relocatable and always refer to location within the frozen application. Specifically, we make all dependent + # library paths relative to @rpath, and set @rpath to point to the top-level application directory, relative to + # the binary's location (i.e., @loader_path). + # + # While modifying the headers invalidates existing signatures, we avoid removing them in order to speed things up + # (and to avoid potential bugs in the codesign utility, like the one reported on Mac OS 10.13 in #6167). + # The forced re-signing at the end should take care of the invalidated signatures. + if is_darwin: + try: + osxutils.binary_to_target_arch(cached_name, target_arch, display_name=src_name) + #osxutils.remove_signature_from_binary(cached_name) # Disabled as per comment above. + target_rpath = str( + pathlib.PurePath('@loader_path', *['..' for level in pathlib.PurePath(dest_name).parent.parts]) + ) + osxutils.set_dylib_dependency_paths(cached_name, target_rpath) + osxutils.sign_binary(cached_name, codesign_identity, entitlements_file) + except osxutils.InvalidBinaryError: + # Raised by osxutils.binary_to_target_arch when the given file is not a valid macOS binary (for example, + # a linux .so file; see issue #6327). The error prevents any further processing, so just ignore it. + pass + except osxutils.IncompatibleBinaryArchError: + # Raised by osxutils.binary_to_target_arch when the given file does not contain (all) required arch slices. + # Depending on the strict validation mode, re-raise or swallow the error. + # + # Strict validation should be enabled only for binaries where the architecture *must* match the target one, + # i.e., the extension modules. Everything else is pretty much a gray area, for example: + # * a universal2 extension may have its x86_64 and arm64 slices linked against distinct single-arch/thin + # shared libraries + # * a collected executable that is launched by python code via a subprocess can be x86_64-only, even though + # the actual python code is running on M1 in native arm64 mode. + if strict_arch_validation: + raise + logger.debug("File %s failed optional architecture validation - collecting as-is!", src_name) + except Exception as e: + raise SystemError(f"Failed to process binary {cached_name!r}!") from e + + # Update cache index + cache_index[cached_id] = src_digest + misc.save_py_data_struct(cache_index_file, cache_index) + + return cached_name + + +def _compute_file_digest(filename): + hasher = hashlib.md5() + with open(filename, "rb") as fp: + for chunk in iter(lambda: fp.read(16 * 1024), b""): + hasher.update(chunk) + return bytearray(hasher.digest()) + + +def _check_path_overlap(path): + """ + Check that path does not overlap with WORKPATH or SPECPATH (i.e., WORKPATH and SPECPATH may not start with path, + which could be caused by a faulty hand-edited specfile). + + Raise SystemExit if there is overlap, return True otherwise + """ + from PyInstaller.config import CONF + specerr = 0 + if CONF['workpath'].startswith(path): + logger.error('Specfile error: The output path "%s" contains WORKPATH (%s)', path, CONF['workpath']) + specerr += 1 + if CONF['specpath'].startswith(path): + logger.error('Specfile error: The output path "%s" contains SPECPATH (%s)', path, CONF['specpath']) + specerr += 1 + if specerr: + raise SystemExit( + 'Error: Please edit/recreate the specfile (%s) and set a different output name (e.g. "dist").' % + CONF['spec'] + ) + return True + + +def _make_clean_directory(path): + """ + Create a clean directory from the given directory name. + """ + if _check_path_overlap(path): + if os.path.isdir(path) or os.path.isfile(path): + try: + os.remove(path) + except OSError: + _rmtree(path) + + os.makedirs(path, exist_ok=True) + + +def _rmtree(path): + """ + Remove directory and all its contents, but only after user confirmation, or if the -y option is set. + """ + from PyInstaller.config import CONF + if CONF['noconfirm']: + choice = 'y' + elif sys.stdout.isatty(): + choice = input( + 'WARNING: The output directory "%s" and ALL ITS CONTENTS will be REMOVED! Continue? (y/N)' % path + ) + else: + raise SystemExit( + 'Error: The output directory "%s" is not empty. Please remove all its contents or use the -y option (remove' + ' output directory without confirmation).' % path + ) + if choice.strip().lower() == 'y': + if not CONF['noconfirm']: + print("On your own risk, you can use the option `--noconfirm` to get rid of this question.") + logger.info('Removing dir %s', path) + shutil.rmtree(path) + else: + raise SystemExit('User aborted') + + +# TODO Refactor to prohibit empty target directories. As the docstring below documents, this function currently permits +# the second item of each 2-tuple in "hook.datas" to be the empty string, in which case the target directory defaults to +# the source directory's basename. However, this functionality is very fragile and hence bad. Instead: +# +# * An exception should be raised if such item is empty. +# * All hooks currently passing the empty string for such item (e.g., +# "hooks/hook-babel.py", "hooks/hook-matplotlib.py") should be refactored +# to instead pass such basename. +def format_binaries_and_datas(binaries_or_datas, workingdir=None): + """ + Convert the passed list of hook-style 2-tuples into a returned set of `TOC`-style 2-tuples. + + Elements of the passed list are 2-tuples `(source_dir_or_glob, target_dir)`. + Elements of the returned set are 2-tuples `(target_file, source_file)`. + For backwards compatibility, the order of elements in the former tuples are the reverse of the order of elements in + the latter tuples! + + Parameters + ---------- + binaries_or_datas : list + List of hook-style 2-tuples (e.g., the top-level `binaries` and `datas` attributes defined by hooks) whose: + * The first element is either: + * A glob matching only the absolute or relative paths of source non-Python data files. + * The absolute or relative path of a source directory containing only source non-Python data files. + * The second element is the relative path of the target directory into which these source files will be + recursively copied. + + If the optional `workingdir` parameter is passed, source paths may be either absolute or relative; else, source + paths _must_ be absolute. + workingdir : str + Optional absolute path of the directory to which all relative source paths in the `binaries_or_datas` + parameter will be prepended by (and hence converted into absolute paths) _or_ `None` if these paths are to be + preserved as relative. Defaults to `None`. + + Returns + ---------- + set + Set of `TOC`-style 2-tuples whose: + * First element is the absolute or relative path of a target file. + * Second element is the absolute or relative path of the corresponding source file to be copied to this target + file. + """ + toc_datas = set() + + for src_root_path_or_glob, trg_root_dir in binaries_or_datas: + # Disallow empty source path. Those are typically result of errors, and result in implicit collection of the + # whole current working directory, which is never a good idea. + if not src_root_path_or_glob: + raise InvalidSrcDestTupleError( + (src_root_path_or_glob, trg_root_dir), + "Empty SRC is not allowed when adding binary and data files, as it would result in collection of the " + "whole current working directory." + ) + if not trg_root_dir: + raise InvalidSrcDestTupleError( + (src_root_path_or_glob, trg_root_dir), + "Empty DEST_DIR is not allowed - to collect files into application's top-level directory, use " + f"{os.curdir!r}." + ) + # Disallow absolute target paths, as well as target paths that would end up pointing outside of the + # application's top-level directory. + if os.path.isabs(trg_root_dir): + raise InvalidSrcDestTupleError((src_root_path_or_glob, trg_root_dir), "DEST_DIR must be a relative path!") + if os.path.normpath(trg_root_dir).startswith('..'): + raise InvalidSrcDestTupleError( + (src_root_path_or_glob, trg_root_dir), + "DEST_DIR must not point outside of application's top-level directory!", + ) + + # Convert relative to absolute paths if required. + if workingdir and not os.path.isabs(src_root_path_or_glob): + src_root_path_or_glob = os.path.join(workingdir, src_root_path_or_glob) + + # Normalize paths. + src_root_path_or_glob = os.path.normpath(src_root_path_or_glob) + if os.path.isfile(src_root_path_or_glob): + src_root_paths = [src_root_path_or_glob] + else: + # List of the absolute paths of all source paths matching the current glob. + src_root_paths = glob.glob(src_root_path_or_glob) + + if not src_root_paths: + raise SystemExit(f'Unable to find {src_root_path_or_glob!r} when adding binary and data files.') + + for src_root_path in src_root_paths: + if os.path.isfile(src_root_path): + # Normalizing the result to remove redundant relative paths (e.g., removing "./" from "trg/./file"). + toc_datas.add(( + os.path.normpath(os.path.join(trg_root_dir, os.path.basename(src_root_path))), + os.path.normpath(src_root_path), + )) + elif os.path.isdir(src_root_path): + for src_dir, src_subdir_basenames, src_file_basenames in os.walk(src_root_path): + # Ensure the current source directory is a subdirectory of the passed top-level source directory. + # Since os.walk() does *NOT* follow symlinks by default, this should be the case. (But let's make + # sure.) + assert src_dir.startswith(src_root_path) + + # Relative path of the current target directory, obtained by: + # + # * Stripping the top-level source directory from the current source directory (e.g., removing + # "/top" from "/top/dir"). + # * Normalizing the result to remove redundant relative paths (e.g., removing "./" from + # "trg/./file"). + trg_dir = os.path.normpath(os.path.join(trg_root_dir, os.path.relpath(src_dir, src_root_path))) + + for src_file_basename in src_file_basenames: + src_file = os.path.join(src_dir, src_file_basename) + if os.path.isfile(src_file): + # Normalize the result to remove redundant relative paths (e.g., removing "./" from + # "trg/./file"). + toc_datas.add(( + os.path.normpath(os.path.join(trg_dir, src_file_basename)), os.path.normpath(src_file) + )) + + return toc_datas + + +def get_code_object(modname, filename): + """ + Get the code-object for a module. + + This is a simplifed non-performant version which circumvents __pycache__. + """ + + if filename in ('-', None): + # This is a NamespacePackage, modulegraph marks them by using the filename '-'. (But wants to use None, so + # check for None, too, to be forward-compatible.) + logger.debug('Compiling namespace package %s', modname) + txt = '#\n' + code_object = compile(txt, filename, 'exec') + else: + _, ext = os.path.splitext(filename) + ext = ext.lower() + + if ext == '.pyc': + # The module is available in binary-only form. Read the contents of .pyc file using helper function, which + # supports reading from either stand-alone or archive-embedded .pyc files. + logger.debug('Reading code object from .pyc file %s', filename) + pyc_data = _read_pyc_data(filename) + code_object = marshal.loads(pyc_data[16:]) + else: + # Assume this is a source .py file, but allow an arbitrary extension (other than .pyc, which is taken in + # the above branch). This allows entry-point scripts to have an arbitrary (or no) extension, as tested by + # the `test_arbitrary_ext` in `test_basic.py`. + logger.debug('Compiling python script/module file %s', filename) + + with open(filename, 'rb') as f: + source = f.read() + + # If entry-point script has no suffix, append .py when compiling the source. In POSIX builds, the executable + # has no suffix either; this causes issues with `traceback` module, as it tries to read the executable file + # when trying to look up the code for the entry-point script (when current working directory contains the + # executable). + _, ext = os.path.splitext(filename) + if not ext: + logger.debug("Appending .py to compiled entry-point name...") + filename += '.py' + + try: + code_object = compile(source, filename, 'exec') + except SyntaxError: + logger.warning("Sytnax error while compiling %s", filename) + raise + + return code_object + + +def strip_paths_in_code(co, new_filename=None): + # Paths to remove from filenames embedded in code objects + replace_paths = sys.path + CONF['pathex'] + # Make sure paths end with os.sep and the longest paths are first + replace_paths = sorted((os.path.join(f, '') for f in replace_paths), key=len, reverse=True) + + if new_filename is None: + original_filename = os.path.normpath(co.co_filename) + for f in replace_paths: + if original_filename.startswith(f): + new_filename = original_filename[len(f):] + break + + else: + return co + + code_func = type(co) + + consts = tuple( + strip_paths_in_code(const_co, new_filename) if isinstance(const_co, code_func) else const_co + for const_co in co.co_consts + ) + + return co.replace(co_consts=consts, co_filename=new_filename) + + +def _should_include_system_binary(binary_tuple, exceptions): + """ + Return True if the given binary_tuple describes a system binary that should be included. + + Exclude all system library binaries other than those with "lib-dynload" in the destination or "python" in the + source, except for those matching the patterns in the exceptions list. Intended to be used from the Analysis + exclude_system_libraries method. + """ + dest = binary_tuple[0] + if dest.startswith('lib-dynload'): + return True + src = binary_tuple[1] + if fnmatch.fnmatch(src, '*python*'): + return True + if not src.startswith('/lib') and not src.startswith('/usr/lib'): + return True + for exception in exceptions: + if fnmatch.fnmatch(dest, exception): + return True + return False + + +def compile_pymodule(name, src_path, workpath, code_cache=None): + """ + Given the TOC entry (name, path, typecode) for a pure-python module, compile the module in the specified working + directory, and return the TOC entry for collecting the byte-compiled module. No-op for typecodes other than + PYMODULE. + """ + + # Construct the target .pyc filename in the workpath + split_name = name.split(".") + if "__init__" in src_path: + # __init__ module; use "__init__" as module name, and construct parent path using all components of the + # fully-qualified name + parent_dirs = split_name + mod_basename = "__init__" + else: + # Regular module; use last component of the fully-qualified name as module name, and the rest as the parent + # path. + parent_dirs = split_name[:-1] + mod_basename = split_name[-1] + pyc_path = os.path.join(workpath, *parent_dirs, mod_basename + '.pyc') + + # If .pyc file already exists in our workpath, check if we can re-use it. For that: + # - its modification timestamp must be newer than that of the source file + # - it must be compiled for compatible python version + if os.path.exists(pyc_path): + can_reuse = False + if misc.mtime(pyc_path) > misc.mtime(src_path): + with open(pyc_path, 'rb') as fh: + can_reuse = fh.read(4) == compat.BYTECODE_MAGIC + + if can_reuse: + return pyc_path + + # Ensure the existence of parent directories for the target pyc path + os.makedirs(os.path.dirname(pyc_path), exist_ok=True) + + # Check if optional cache contains module entry + code_object = code_cache.get(name, None) if code_cache else None + + if code_object is None: + _, ext = os.path.splitext(src_path) + ext = ext.lower() + + if ext == '.py': + # Source py file; compile... + py_compile.compile(src_path, pyc_path) + # ... and read the contents + with open(pyc_path, 'rb') as fp: + pyc_data = fp.read() + elif ext == '.pyc': + # The module is available in binary-only form. Read the contents of .pyc file using helper function, which + # supports reading from either stand-alone or archive-embedded .pyc files. + pyc_data = _read_pyc_data(src_path) + else: + raise ValueError(f"Invalid python module file {src_path}; unhandled extension {ext}!") + + # Unmarshal code object; this is necessary if we want to strip paths from it + code_object = marshal.loads(pyc_data[16:]) + + # Strip code paths from the code object + code_object = strip_paths_in_code(code_object) + + # Write module file + with open(pyc_path, 'wb') as fh: + fh.write(compat.BYTECODE_MAGIC) + fh.write(struct.pack('= 3.10 stdlib, or equivalent importlib-metadata >= 4.6. +if _setup_py_mode: + importlib_metadata = None +else: + if sys.version_info >= (3, 10): + import importlib.metadata as importlib_metadata + else: + try: + import importlib_metadata + except ImportError as e: + from PyInstaller.exceptions import ImportlibMetadataError + raise ImportlibMetadataError() from e + + import packaging.version # For importlib_metadata version check + + # Validate the version + if packaging.version.parse(importlib_metadata.version("importlib-metadata")) < packaging.version.parse("4.6"): + from PyInstaller.exceptions import ImportlibMetadataError + raise ImportlibMetadataError() + +# Strict collect mode, which raises error when trying to collect duplicate files into PKG/CArchive or COLLECT. +strict_collect_mode = os.environ.get("PYINSTALLER_STRICT_COLLECT_MODE", "0") != "0" + +# Copied from https://docs.python.org/3/library/platform.html#cross-platform. +is_64bits: bool = sys.maxsize > 2**32 + +# Distinguish specific code for various Python versions. Variables 'is_pyXY' mean that Python X.Y and up is supported. +# Keep even unsupported versions here to keep 3rd-party hooks working. +is_py35 = sys.version_info >= (3, 5) +is_py36 = sys.version_info >= (3, 6) +is_py37 = sys.version_info >= (3, 7) +is_py38 = sys.version_info >= (3, 8) +is_py39 = sys.version_info >= (3, 9) +is_py310 = sys.version_info >= (3, 10) +is_py311 = sys.version_info >= (3, 11) +is_py312 = sys.version_info >= (3, 12) + +is_win = sys.platform.startswith('win') +is_win_10 = is_win and (platform.win32_ver()[0] == '10') +is_win_wine = False # Running under Wine; determined later on. +is_cygwin = sys.platform == 'cygwin' +is_darwin = sys.platform == 'darwin' # Mac OS X + +# Unix platforms +is_linux = sys.platform.startswith('linux') +is_solar = sys.platform.startswith('sun') # Solaris +is_aix = sys.platform.startswith('aix') +is_freebsd = sys.platform.startswith('freebsd') +is_openbsd = sys.platform.startswith('openbsd') +is_hpux = sys.platform.startswith('hp-ux') + +# Some code parts are similar to several unix platforms (e.g. Linux, Solaris, AIX). +# Mac OS is not considered as unix since there are many platform-specific details for Mac in PyInstaller. +is_unix = is_linux or is_solar or is_aix or is_freebsd or is_hpux or is_openbsd + +# Linux distributions such as Alpine or OpenWRT use musl as their libc implementation and resultantly need specially +# compiled bootloaders. On musl systems, ldd with no arguments prints 'musl' and its version. +is_musl = is_linux and "musl" in subprocess.run(["ldd"], capture_output=True, encoding="utf-8").stderr + +# macOS version +_macos_ver = tuple(int(x) for x in platform.mac_ver()[0].split('.')) if is_darwin else None + +# macOS 11 (Big Sur): if python is not compiled with Big Sur support, it ends up in compatibility mode by default, which +# is indicated by platform.mac_ver() returning '10.16'. The lack of proper Big Sur support breaks find_library() +# function from ctypes.util module, as starting with Big Sur, shared libraries are not visible on disk anymore. Support +# for the new library search mechanism was added in python 3.9 when compiled with Big Sur support. In such cases, +# platform.mac_ver() reports version as '11.x'. The behavior can be further modified via SYSTEM_VERSION_COMPAT +# environment variable; which allows explicitly enabling or disabling the compatibility mode. However, note that +# disabling the compatibility mode and using python that does not properly support Big Sur still leaves find_library() +# broken (which is a scenario that we ignore at the moment). +# The same logic applies to macOS 12 (Monterey). +is_macos_11_compat = bool(_macos_ver) and _macos_ver[0:2] == (10, 16) # Big Sur or newer in compat mode +is_macos_11_native = bool(_macos_ver) and _macos_ver[0:2] >= (11, 0) # Big Sur or newer in native mode +is_macos_11 = is_macos_11_compat or is_macos_11_native # Big Sur or newer + +# On different platforms is different file for dynamic python library. +_pyver = sys.version_info[:2] +if is_win or is_cygwin: + PYDYLIB_NAMES = { + 'python%d%d.dll' % _pyver, + 'libpython%d%d.dll' % _pyver, + 'libpython%d.%d.dll' % _pyver, + } # For MSYS2 environment +elif is_darwin: + # libpython%d.%dm.dylib for Conda virtual environment installations + PYDYLIB_NAMES = { + 'Python', + '.Python', + 'Python%d' % _pyver[0], + 'libpython%d.%d.dylib' % _pyver, + } +elif is_aix: + # Shared libs on AIX may be archives with shared object members, hence the ".a" suffix. However, starting with + # python 2.7.11 libpython?.?.so and Python3 libpython?.?m.so files are produced. + PYDYLIB_NAMES = { + 'libpython%d.%d.a' % _pyver, + 'libpython%d.%d.so' % _pyver, + } +elif is_freebsd: + PYDYLIB_NAMES = { + 'libpython%d.%d.so.1' % _pyver, + 'libpython%d.%d.so.1.0' % _pyver, + } +elif is_openbsd: + PYDYLIB_NAMES = {'libpython%d.%d.so.0.0' % _pyver} +elif is_hpux: + PYDYLIB_NAMES = {'libpython%d.%d.so' % _pyver} +elif is_unix: + # Other *nix platforms. + # Python 2 .so library on Linux is: libpython2.7.so.1.0 + # Python 3 .so library on Linux is: libpython3.3.so.1.0 + PYDYLIB_NAMES = {'libpython%d.%d.so.1.0' % _pyver, 'libpython%d.%d.so' % _pyver} +else: + raise SystemExit('Your platform is not yet supported. Please define constant PYDYLIB_NAMES for your platform.') + +# In a virtual environment created by virtualenv (github.com/pypa/virtualenv) there exists sys.real_prefix with the path +# to the base Python installation from which the virtual environment was created. This is true regardless of the version +# of Python used to execute the virtualenv command. +# +# In a virtual environment created by the venv module available in the Python standard lib, there exists sys.base_prefix +# with the path to the base implementation. This does not exist in a virtual environment created by virtualenv. +# +# The following code creates compat.is_venv and is.virtualenv that are True when running a virtual environment, and also +# compat.base_prefix with the path to the base Python installation. + +base_prefix: str = os.path.abspath(getattr(sys, 'real_prefix', getattr(sys, 'base_prefix', sys.prefix))) +# Ensure `base_prefix` is not containing any relative parts. +is_venv = is_virtualenv = base_prefix != os.path.abspath(sys.prefix) + +# Conda environments sometimes have different paths or apply patches to packages that can affect how a hook or package +# should access resources. Method for determining conda taken from https://stackoverflow.com/questions/47610844#47610844 +is_conda = os.path.isdir(os.path.join(base_prefix, 'conda-meta')) + +# Similar to ``is_conda`` but is ``False`` using another ``venv``-like manager on top. In this case, no packages +# encountered will be conda packages meaning that the default non-conda behaviour is generally desired from PyInstaller. +is_pure_conda = os.path.isdir(os.path.join(sys.prefix, 'conda-meta')) + +# Full path to python interpreter. +python_executable = getattr(sys, '_base_executable', sys.executable) + +# Is this Python from Microsoft App Store (Windows only)? Python from Microsoft App Store has executable pointing at +# empty shims. +is_ms_app_store = is_win and os.path.getsize(python_executable) == 0 + +if is_ms_app_store: + # Locate the actual executable inside base_prefix. + python_executable = os.path.join(base_prefix, os.path.basename(python_executable)) + if not os.path.exists(python_executable): + raise SystemExit( + 'PyInstaller cannot locate real python executable belonging to Python from Microsoft App Store!' + ) + +# Bytecode magic value +BYTECODE_MAGIC = importlib.util.MAGIC_NUMBER + +# List of suffixes for Python C extension modules. +EXTENSION_SUFFIXES = importlib.machinery.EXTENSION_SUFFIXES +ALL_SUFFIXES = importlib.machinery.all_suffixes() + +# On Windows we require pywin32-ctypes. +# -> all pyinstaller modules should use win32api from PyInstaller.compat to +# ensure that it can work on MSYS2 (which requires pywin32-ctypes) +if is_win: + if _setup_py_mode: + pywintypes = None + win32api = None + else: + try: + from win32ctypes.pywin32 import pywintypes # noqa: F401, E402 + from win32ctypes.pywin32 import win32api # noqa: F401, E402 + except ImportError as e: + raise SystemExit( + 'PyInstaller cannot check for assembly dependencies.\n' + 'Please install pywin32-ctypes.\n\n' + 'pip install pywin32-ctypes\n' + ) from e + except Exception as e: + if sys.flags.optimize == 2: + raise SystemExit( + "pycparser, a Windows only indirect dependency of PyInstaller, is incompatible with " + "Python's \"discard docstrings\" (-OO) flag mode. For more information see:\n" + " https://github.com/pyinstaller/pyinstaller/issues/6345" + ) from e + raise + +# macOS's platform.architecture() can be buggy, so we do this manually here. Based off the python documentation: +# https://docs.python.org/3/library/platform.html#platform.architecture +if is_darwin: + architecture = '64bit' if sys.maxsize > 2**32 else '32bit' +else: + architecture = platform.architecture()[0] + +# Cygwin needs special handling, because platform.system() contains identifiers such as MSYS_NT-10.0-19042 and +# CYGWIN_NT-10.0-19042 that do not fit PyInstaller's OS naming scheme. Explicitly set `system` to 'Cygwin'. +system = 'Cygwin' if is_cygwin else platform.system() + +# Machine suffix for bootloader. +machine = _pyi_machine(platform.machine(), platform.system()) + + +# Wine detection and support +def is_wine_dll(filename: str | os.PathLike): + """ + Check if the given PE file is a Wine DLL (PE-converted built-in, or fake/placeholder one). + + Returns True if the given file is a Wine DLL, False if not (or if file cannot be analyzed or does not exist). + """ + _WINE_SIGNATURES = ( + b'Wine builtin DLL', # PE-converted Wine DLL + b'Wine placeholder DLL', # Fake/placeholder Wine DLL + ) + _MAX_LEN = max([len(sig) for sig in _WINE_SIGNATURES]) + + # Wine places their DLL signature in the padding area between the IMAGE_DOS_HEADER and IMAGE_NT_HEADERS. So we need + # to compare the bytes that come right after IMAGE_DOS_HEADER, i.e., after initial 64 bytes. We can read the file + # directly and avoid using the pefile library to avoid performance penalty associated with full header parsing. + try: + with open(filename, 'rb') as fp: + fp.seek(64) + signature = fp.read(_MAX_LEN) + return signature.startswith(_WINE_SIGNATURES) + except Exception: + pass + return False + + +if is_win: + try: + import ctypes.util # noqa: E402 + is_win_wine = is_wine_dll(ctypes.util.find_library('kernel32')) + except Exception: + pass + +# Set and get environment variables does not handle unicode strings correctly on Windows. + +# Acting on os.environ instead of using getenv()/setenv()/unsetenv(), as suggested in +# : "Calling putenv() directly does not change os.environ, so it is +# better to modify os.environ." (Same for unsetenv.) + + +def getenv(name: str, default: str | None = None): + """ + Returns unicode string containing value of environment variable 'name'. + """ + return os.environ.get(name, default) + + +def setenv(name: str, value: str): + """ + Accepts unicode string and set it as environment variable 'name' containing value 'value'. + """ + os.environ[name] = value + + +def unsetenv(name: str): + """ + Delete the environment variable 'name'. + """ + # Some platforms (e.g., AIX) do not support `os.unsetenv()` and thus `del os.environ[name]` has no effect on the + # real environment. For this case, we set the value to the empty string. + os.environ[name] = "" + del os.environ[name] + + +# Exec commands in subprocesses. + + +def exec_command( + *cmdargs: str, encoding: str | None = None, raise_enoent: bool | None = None, **kwargs: int | bool | list | None +): + """ + Run the command specified by the passed positional arguments, optionally configured by the passed keyword arguments. + + .. DANGER:: + **Ignore this function's return value** -- unless this command's standard output contains _only_ pathnames, in + which case this function returns the correct filesystem-encoded string expected by PyInstaller. In all other + cases, this function's return value is _not_ safely usable. Consider calling the general-purpose + `exec_command_stdout()` function instead. + + For backward compatibility, this function's return value non-portably depends on the current Python version and + passed keyword arguments: + + * Under Python 2.7, this value is an **encoded `str` string** rather than a decoded `unicode` string. This value + _cannot_ be safely used for any purpose (e.g., string manipulation or parsing), except to be passed directly to + another non-Python command. + * Under Python 3.x, this value is a **decoded `str` string**. However, even this value is _not_ necessarily + safely usable: + * If the `encoding` parameter is passed, this value is guaranteed to be safely usable. + * Else, this value _cannot_ be safely used for any purpose (e.g., string manipulation or parsing), except to be + passed directly to another non-Python command. Why? Because this value has been decoded with the encoding + specified by `sys.getfilesystemencoding()`, the encoding used by `os.fsencode()` and `os.fsdecode()` to + convert from platform-agnostic to platform-specific pathnames. This is _not_ necessarily the encoding with + which this command's standard output was encoded. Cue edge-case decoding exceptions. + + Parameters + ---------- + cmdargs : + Variadic list whose: + 1. Mandatory first element is the absolute path, relative path, or basename in the current `${PATH}` of the + command to run. + 2. Optional remaining elements are arguments to pass to this command. + encoding : str, optional + Optional keyword argument specifying the encoding with which to decode this command's standard output under + Python 3. As this function's return value should be ignored, this argument should _never_ be passed. + raise_enoent : boolean, optional + Optional keyword argument to simply raise the exception if the executing the command fails since to the command + is not found. This is useful to checking id a command exists. + + All remaining keyword arguments are passed as is to the `subprocess.Popen()` constructor. + + Returns + ---------- + str + Ignore this value. See discussion above. + """ + + proc = subprocess.Popen(cmdargs, stdout=subprocess.PIPE, **kwargs) + try: + out = proc.communicate(timeout=60)[0] + except OSError as e: + if raise_enoent and e.errno == errno.ENOENT: + raise + print('--' * 20, file=sys.stderr) + print("Error running '%s':" % " ".join(cmdargs), file=sys.stderr) + print(e, file=sys.stderr) + print('--' * 20, file=sys.stderr) + raise ExecCommandFailed("Error: Executing command failed!") from e + except subprocess.TimeoutExpired: + proc.kill() + raise + + # stdout/stderr are returned as a byte array NOT as string, so we need to convert that to proper encoding. + try: + if encoding: + out = out.decode(encoding) + else: + # If no encoding is given, assume we are reading filenames from stdout only because it is the common case. + out = os.fsdecode(out) + except UnicodeDecodeError as e: + # The sub-process used a different encoding; provide more information to ease debugging. + print('--' * 20, file=sys.stderr) + print(str(e), file=sys.stderr) + print('These are the bytes around the offending byte:', file=sys.stderr) + print('--' * 20, file=sys.stderr) + raise + return out + + +def exec_command_rc(*cmdargs: str, **kwargs: float | bool | list | None): + """ + Return the exit code of the command specified by the passed positional arguments, optionally configured by the + passed keyword arguments. + + Parameters + ---------- + cmdargs : list + Variadic list whose: + 1. Mandatory first element is the absolute path, relative path, or basename in the current `${PATH}` of the + command to run. + 2. Optional remaining elements are arguments to pass to this command. + + All keyword arguments are passed as is to the `subprocess.call()` function. + + Returns + ---------- + int + This command's exit code as an unsigned byte in the range `[0, 255]`, where 0 signifies success and all other + values signal a failure. + """ + + # 'encoding' keyword is not supported for 'subprocess.call'; remove it from kwargs. + if 'encoding' in kwargs: + kwargs.pop('encoding') + return subprocess.call(cmdargs, **kwargs) + + +def exec_command_all(*cmdargs: str, encoding: str | None = None, **kwargs: int | bool | list | None): + """ + Run the command specified by the passed positional arguments, optionally configured by the passed keyword arguments. + + .. DANGER:: + **Ignore this function's return value.** If this command's standard output consists solely of pathnames, consider + calling `exec_command()`; otherwise, consider calling `exec_command_stdout()`. + + Parameters + ---------- + cmdargs : str + Variadic list whose: + 1. Mandatory first element is the absolute path, relative path, or basename in the current `${PATH}` of the + command to run. + 2. Optional remaining elements are arguments to pass to this command. + encoding : str, optional + Optional keyword argument specifying the encoding with which to decode this command's standard output. As this + function's return value should be ignored, this argument should _never_ be passed. + + All remaining keyword arguments are passed as is to the `subprocess.Popen()` constructor. + + Returns + ---------- + (int, str, str) + Ignore this 3-element tuple `(exit_code, stdout, stderr)`. See the `exec_command()` function for discussion. + """ + proc = subprocess.Popen( + cmdargs, + bufsize=-1, # Default OS buffer size. + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs + ) + # Waits for subprocess to complete. + try: + out, err = proc.communicate(timeout=60) + except subprocess.TimeoutExpired: + proc.kill() + raise + # stdout/stderr are returned as a byte array NOT as string. Thus we need to convert that to proper encoding. + try: + if encoding: + out = out.decode(encoding) + err = err.decode(encoding) + else: + # If no encoding is given, assume we're reading filenames from stdout only because it's the common case. + out = os.fsdecode(out) + err = os.fsdecode(err) + except UnicodeDecodeError as e: + # The sub-process used a different encoding, provide more information to ease debugging. + print('--' * 20, file=sys.stderr) + print(str(e), file=sys.stderr) + print('These are the bytes around the offending byte:', file=sys.stderr) + print('--' * 20, file=sys.stderr) + raise + + return proc.returncode, out, err + + +def __wrap_python(args, kwargs): + cmdargs = [sys.executable] + + # Mac OS X supports universal binaries (binary for multiple architectures. We need to ensure that subprocess + # binaries are running for the same architecture as python executable. It is necessary to run binaries with 'arch' + # command. + if is_darwin: + if architecture == '64bit': + if platform.machine() == 'arm64': + py_prefix = ['arch', '-arm64'] # Apple M1 + else: + py_prefix = ['arch', '-x86_64'] # Intel + elif architecture == '32bit': + py_prefix = ['arch', '-i386'] + else: + py_prefix = [] + # Since Mac OS 10.11, the environment variable DYLD_LIBRARY_PATH is no more inherited by child processes, so we + # proactively propagate the current value using the `-e` option of the `arch` command. + if 'DYLD_LIBRARY_PATH' in os.environ: + path = os.environ['DYLD_LIBRARY_PATH'] + py_prefix += ['-e', 'DYLD_LIBRARY_PATH=%s' % path] + cmdargs = py_prefix + cmdargs + + if not __debug__: + cmdargs.append('-O') + + cmdargs.extend(args) + + env = kwargs.get('env') + if env is None: + env = dict(**os.environ) + + # Ensure python 3 subprocess writes 'str' as utf-8 + env['PYTHONIOENCODING'] = 'UTF-8' + # ... and ensure we read output as utf-8 + kwargs['encoding'] = 'UTF-8' + + return cmdargs, kwargs + + +def exec_python(*args: str, **kwargs: str | None): + """ + Wrap running python script in a subprocess. + + Return stdout of the invoked command. + """ + cmdargs, kwargs = __wrap_python(args, kwargs) + return exec_command(*cmdargs, **kwargs) + + +def exec_python_rc(*args: str, **kwargs: str | None): + """ + Wrap running python script in a subprocess. + + Return exit code of the invoked command. + """ + cmdargs, kwargs = __wrap_python(args, kwargs) + return exec_command_rc(*cmdargs, **kwargs) + + +# Path handling. + + +def expand_path(path: str | os.PathLike): + """ + Replace initial tilde '~' in path with user's home directory, and also expand environment variables + (i.e., ${VARNAME} on Unix, %VARNAME% on Windows). + """ + return os.path.expandvars(os.path.expanduser(path)) + + +# Site-packages functions - use native function if available. +def getsitepackages(prefixes: list | None = None): + """ + Returns a list containing all global site-packages directories. + + For each directory present in ``prefixes`` (or the global ``PREFIXES``), this function finds its `site-packages` + subdirectory depending on the system environment, and returns a list of full paths. + """ + # This implementation was copied from the ``site`` module, python 3.7.3. + sitepackages = [] + seen = set() + + if prefixes is None: + prefixes = [sys.prefix, sys.exec_prefix] + + for prefix in prefixes: + if not prefix or prefix in seen: + continue + seen.add(prefix) + + if os.sep == '/': + sitepackages.append(os.path.join(prefix, "lib", "python%d.%d" % sys.version_info[:2], "site-packages")) + else: + sitepackages.append(prefix) + sitepackages.append(os.path.join(prefix, "lib", "site-packages")) + return sitepackages + + +# Backported for virtualenv. Module 'site' in virtualenv might not have this attribute. +getsitepackages = getattr(site, 'getsitepackages', getsitepackages) + + +# Wrapper to load a module from a Python source file. This function loads import hooks when processing them. +def importlib_load_source(name: str, pathname: str): + # Import module from a file. + mod_loader = importlib.machinery.SourceFileLoader(name, pathname) + mod = types.ModuleType(mod_loader.name) + mod.__file__ = mod_loader.get_filename() # Some hooks require __file__ attribute in their namespace + mod_loader.exec_module(mod) + return mod + + +# Patterns of module names that should be bundled into the base_library.zip to be available during bootstrap. +# These modules include direct or indirect dependencies of encodings.* modules. The encodings modules must be +# recursively included to set the I/O encoding during python startup. Similarly, this list should include +# modules used by PyInstaller's bootstrap scripts and modules (loader/pyi*.py) + +PY3_BASE_MODULES = { + '_collections_abc', + '_weakrefset', + 'abc', + 'codecs', + 'collections', + 'copyreg', + 'encodings', + 'enum', + 'functools', + 'genericpath', # dependency of os.path + 'io', + 'heapq', + 'keyword', + 'linecache', + 'locale', + 'ntpath', # dependency of os.path + 'operator', + 'os', + 'posixpath', # dependency of os.path + 're', + 'reprlib', + 'sre_compile', + 'sre_constants', + 'sre_parse', + 'stat', # dependency of os.path + 'traceback', # for startup errors + 'types', + 'weakref', + 'warnings', +} + +if not is_py310: + PY3_BASE_MODULES.add('_bootlocale') + +# Object types of Pure Python modules in modulegraph dependency graph. +# Pure Python modules have code object (attribute co_code). +PURE_PYTHON_MODULE_TYPES = { + 'SourceModule', + 'CompiledModule', + 'Package', + 'NamespacePackage', + # Deprecated. + # TODO Could these module types be removed? + 'FlatPackage', + 'ArchiveModule', +} +# Object types of special Python modules (built-in, run-time, namespace package) in modulegraph dependency graph that do +# not have code object. +SPECIAL_MODULE_TYPES = { + 'AliasNode', + 'BuiltinModule', + 'RuntimeModule', + 'RuntimePackage', + + # PyInstaller handles scripts differently and not as standard Python modules. + 'Script', +} +# Object types of Binary Python modules (extensions, etc) in modulegraph dependency graph. +BINARY_MODULE_TYPES = { + 'Extension', + 'ExtensionPackage', +} +# Object types of valid Python modules in modulegraph dependency graph. +VALID_MODULE_TYPES = PURE_PYTHON_MODULE_TYPES | SPECIAL_MODULE_TYPES | BINARY_MODULE_TYPES +# Object types of bad/missing/invalid Python modules in modulegraph dependency graph. +# TODO: should be 'Invalid' module types also in the 'MISSING' set? +BAD_MODULE_TYPES = { + 'BadModule', + 'ExcludedModule', + 'InvalidSourceModule', + 'InvalidCompiledModule', + 'MissingModule', + + # Runtime modules and packages are technically valid rather than bad, but exist only in-memory rather than on-disk + # (typically due to pre_safe_import_module() hooks), and hence cannot be physically frozen. For simplicity, these + # nodes are categorized as bad rather than valid. + 'RuntimeModule', + 'RuntimePackage', +} +ALL_MODULE_TYPES = VALID_MODULE_TYPES | BAD_MODULE_TYPES +# TODO: review this mapping to TOC, remove useless entries. +# Dictionary to map ModuleGraph node types to TOC typecodes. +MODULE_TYPES_TO_TOC_DICT = { + # Pure modules. + 'AliasNode': 'PYMODULE', + 'Script': 'PYSOURCE', + 'SourceModule': 'PYMODULE', + 'CompiledModule': 'PYMODULE', + 'Package': 'PYMODULE', + 'FlatPackage': 'PYMODULE', + 'ArchiveModule': 'PYMODULE', + # Binary modules. + 'Extension': 'EXTENSION', + 'ExtensionPackage': 'EXTENSION', + # Special valid modules. + 'BuiltinModule': 'BUILTIN', + 'NamespacePackage': 'PYMODULE', + # Bad modules. + 'BadModule': 'bad', + 'ExcludedModule': 'excluded', + 'InvalidSourceModule': 'invalid', + 'InvalidCompiledModule': 'invalid', + 'MissingModule': 'missing', + 'RuntimeModule': 'runtime', + 'RuntimePackage': 'runtime', + # Other. + 'does not occur': 'BINARY', +} + + +def check_requirements(): + """ + Verify that all requirements to run PyInstaller are met. + + Fail hard if any requirement is not met. + """ + # Fail hard if Python does not have minimum required version + if sys.version_info < (3, 8): + raise EnvironmentError('PyInstaller requires Python 3.8 or newer.') + + # There are some old packages which used to be backports of libraries which are now part of the standard library. + # These backports are now unmaintained and contain only an older subset of features leading to obscure errors like + # "enum has not attribute IntFlag" if installed. + from importlib.metadata import distribution, PackageNotFoundError + + for name in ["enum34", "typing", "pathlib"]: + try: + dist = distribution(name) + except PackageNotFoundError: + continue + remove = "conda remove" if is_conda else f'"{sys.executable}" -m pip uninstall {name}' + raise SystemExit( + f"The '{name}' package is an obsolete backport of a standard library package and is incompatible with " + f"PyInstaller. Please remove this package (located in {dist.locate_file('')}) using\n {remove}\n" + "then try again." + ) + + # Bail out if binutils is not installed. + if is_linux and shutil.which("objdump") is None: + raise SystemExit( + "On Linux, objdump is required. It is typically provided by the 'binutils' package " + "installable via your Linux distribution's package manager." + ) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/config.py b/venv/lib64/python3.12/site-packages/PyInstaller/config.py new file mode 100755 index 0000000..e6cb695 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/config.py @@ -0,0 +1,56 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +This module holds run-time PyInstaller configuration. + +Variable CONF is a dict() with all configuration options that are necessary for the build phase. Build phase is done by +passing .spec file to exec() function. CONF variable is the only way how to pass arguments to exec() and how to avoid +using 'global' variables. + +NOTE: Having 'global' variables does not play well with the test suite because it does not provide isolated environments +for tests. Some tests might fail in this case. + +NOTE: The 'CONF' dict() is cleaned after building phase to not interfere with any other possible test. + +To pass any arguments to build phase, just do: + + from PyInstaller.config import CONF + CONF['my_var_name'] = my_value + +And to use this variable in the build phase: + + from PyInstaller.config import CONF + foo = CONF['my_var_name'] + + +This is the list of known variables. (Please update it if necessary.) + +cachedir +hiddenimports +noconfirm +pathex +ui_admin +ui_access +upx_available +upx_dir +workpath + +tests_modgraph - cached PyiModuleGraph object to speed up tests + +code_cache - dictionary associating `Analysis.pure` list instances with code cache dictionaries. Used by PYZ writer. +""" + +# NOTE: Do not import other PyInstaller modules here. Just define constants here. + +CONF = { + # Unit tests require this key to exist. + 'pathex': [], +} diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/configure.py b/venv/lib64/python3.12/site-packages/PyInstaller/configure.py new file mode 100755 index 0000000..46234b8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/configure.py @@ -0,0 +1,107 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Configure PyInstaller for the current Python installation. +""" + +import os +import subprocess + +from PyInstaller import compat +from PyInstaller import log as logging + +logger = logging.getLogger(__name__) + + +def _check_upx_availability(upx_dir): + logger.debug('Testing UPX availability ...') + + upx_exe = "upx" + if upx_dir: + upx_exe = os.path.normpath(os.path.join(upx_dir, upx_exe)) + + # Check if we can call `upx -V`. + try: + output = subprocess.check_output( + [upx_exe, '-V'], + stdin=subprocess.DEVNULL, + stderr=subprocess.DEVNULL, + encoding='utf-8', + ) + except Exception: + logger.debug('UPX is not available.') + return False + + # Read the first line to display version string + try: + version_string = output.splitlines()[0] + except IndexError: + version_string = 'version string unavailable' + + logger.debug('UPX is available: %s', version_string) + return True + + +def _get_pyinstaller_cache_dir(): + old_cache_dir = None + if compat.getenv('PYINSTALLER_CONFIG_DIR'): + cache_dir = compat.getenv('PYINSTALLER_CONFIG_DIR') + elif compat.is_win: + cache_dir = compat.getenv('LOCALAPPDATA') + if not cache_dir: + cache_dir = os.path.expanduser('~\\Application Data') + elif compat.is_darwin: + cache_dir = os.path.expanduser('~/Library/Application Support') + else: + # According to XDG specification: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + old_cache_dir = compat.getenv('XDG_DATA_HOME') + if not old_cache_dir: + old_cache_dir = os.path.expanduser('~/.local/share') + cache_dir = compat.getenv('XDG_CACHE_HOME') + if not cache_dir: + cache_dir = os.path.expanduser('~/.cache') + cache_dir = os.path.join(cache_dir, 'pyinstaller') + # Move old cache-dir, if any, to new location. + if old_cache_dir and not os.path.exists(cache_dir): + old_cache_dir = os.path.join(old_cache_dir, 'pyinstaller') + if os.path.exists(old_cache_dir): + parent_dir = os.path.dirname(cache_dir) + if not os.path.exists(parent_dir): + os.makedirs(parent_dir) + os.rename(old_cache_dir, cache_dir) + return cache_dir + + +def get_config(upx_dir=None): + config = {} + + config['cachedir'] = _get_pyinstaller_cache_dir() + config['upx_dir'] = upx_dir + + # Disable UPX on non-Windows. Using UPX (3.96) on modern Linux shared libraries (for example, the python3.x.so + # shared library) seems to result in segmentation fault when they are dlopen'd. This happens in recent versions + # of Fedora and Ubuntu linux, as well as in Alpine containers. On macOS, UPX (3.96) fails with + # UnknownExecutableFormatException on most .dylibs (and interferes with code signature on other occasions). And + # even when it would succeed, compressed libraries cannot be (re)signed due to failed strict validation. + upx_available = _check_upx_availability(upx_dir) + if upx_available: + if compat.is_win or compat.is_cygwin: + logger.info("UPX is available and will be used if enabled on build targets.") + elif os.environ.get("PYINSTALLER_FORCE_UPX", "0") != "0": + logger.warning( + "UPX is available and force-enabled on platform with known compatibility problems - use at own risk!" + ) + else: + upx_available = False + logger.info("UPX is available but is disabled on non-Windows due to known compatibility problems.") + config['upx_available'] = upx_available + + return config diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba1146329d4203e798e6156608fcef1a3c8a7858 GIT binary patch literal 203 zcmZ9FK?=e!5JelSAcY>pMLVclaW9An;<`jLwyA9zl33|UJcB#$;W0dcbk~)Wtsg$~ z|M1|y<2VXPQS`zQ-H$K->c{kX1YIy=yJuiL*L!9tp=fFZdq?gdmrk3e#Iv(-(EN;B zdBNnU1$StmMb$zjPoO(jG-{d77ht8sgvcw;(ZaslDC>At5iL-o5|Cw5Ntb1*?uO~A VZp5v^wVBW~BU>N7A!E#hlz#M#Hs}BV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/analysis.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/analysis.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7157e91bf6a3ae97b8ca25482f6c65c6b6bf101c GIT binary patch literal 40823 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 =MJuiz9Ey$`Tqm;y2*FNX*INf@h%PXWNd=cSM9 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 HZ}$HIKC?!1 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/bytecode.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/bytecode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7e0599f4c3e43f75d26cfd74d1155290391dcd1 GIT binary patch literal 11430 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 I+KBr91)}ML)c^nh literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphook.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphook.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fb5a6177f84d63ed77bc3271d0ed8c229e7b5c9 GIT binary patch literal 21509 zcmc(HdvH`&n%}*xZmGM~dVmCafTSxSKrQqzHekTmV?bbGKw!W&Xzaae>0U`KTHTs^ zZzCkPY{qdaV#*UlO*Y_N@0y+3s>O@9!X#A*m85FD$y9c$l2mnDqFUR_RG5nMhx1Q( zWyf)CYV!Nexvy@u7?+dT+$!C^k8{uCJKy;pzwbNxj};X`0Y@-+TfHzM2>+FCtfS1l zcpMZ3;hLZbgMuO|o|rf&vR}_&3H$X9dfBgU(1+iWSm|WhpkJi2-dJEVIEc@2?TeL9 zh6Y2E6@wM*zBE=jSv6S2uFGQ8lWPXoh=NB@{S)n02b^EE<`()u$6zhWth>c;gvff2 z@QR@LKM<6FT6e32KOU@Cf*%Nj4eB~IIO?&^iU-$?bXLkg5Y!F0t5X|r7y7t#a3iay z0`*kh@|d+Wv1e6yR&76Pp7Dg&%ytJ4CKOfD)L6t&70F0QQ(9s~)%9q6OiGMO(aEWV zW=P|S#Cg3Z_!ZSR5EgSKvBVgD8b%Y^WW1qWh_c zF`iq;D~d&j#=P-vRJl=t4{|J++3Ybh`(4&Z$OwXVEV$MAxOs$kY_kcvMSFN(Md} zO~zs~-9Jc1V$snkzKTaCRh_yJiN&Nz)=^!WjvC`q#9$4^)QFBw#Pd6a8H`1BgMB&V zjBiMa#&shS$J9z{d?YfZCo$vH0ko~F=8*IrX@8Nfr*exf4JVvY{ z?Une@7~`bI8ocxK1 z#=9rg$ppI3E7RQ^f>~qJX;O*WbO?J|1yy2tf(ULmIJ8Q?hNP*8hHe_FhAUm?OOx2d zHK#qY9F0c}S?&lANhmv>Q21yyS{x&$2w_WxuIcabBb}Q7rb2;+d_$ z*gUc&(uI^TQDc4W{H8os?V>PK681*E!tiaf^W{wp?Vckn5w;Rdf-6xC%R51G&0ONd zW1XERGzGJQg-O#)OoHXEN5|q=wj+_a(b>sYsix{v_?|>6HKI$9m8^Ol^J;QW7s&>i z)eDhWlCO3HV#MyJYqij#Vhg)R>R+uoG>jn)L!2k$)?gB>w;0*V+v2Mpf17kcAml79LO^Ygu8h26Yz>K7* zqmg9H=mMocm}rF4npbGHAP=h`iYiM<)Z2{@qH$EtsMRAK2Dz*?#>C!m0GWBRD0mL7YmU zBvbIw3m7$~&Q>cf7MDg6aU%kG0*3DFq&6(k1%~d3_NYBv3s56;oScEYiCbkj%a2B5 zDpy-D3i#R>qMEwjaY^2}o~fCkF0i8tjvmT;10}_m123L8FscW$F+9U3ldIq`tuFAp z$;|c#vvsn3a^?tWyjV=tnDp1>cjn};NOTQ^gE^m`g!;+(EfJb4n^q&|p%ZdG7(f?i zav}Fz6>Wpcw$oR)zLGfcPwh4W6a>_Jv|i}QIADO)$Z4)U~Q>d?*%n}p%=zg z?-ZMs=X$n3+p9+nwHqbRN5)jW*F}zAMV(UPN-t~_>Hy|LBk4R_e>~qDvh~Xgc&iWL z^z|j-Nv9B~yj+&?*Dv`Sp9F=b_D_y~bo^%5;>PFay-WUv2Yw-ZK+JaZXFB@-Q%m;9 zSmwysV#heW+kDSom-TP?!oTHaYsSCru7AseQXx>0^*3ewP1mD${T+|d2827E&4UyJ zQ(Q1>VdSO6K4C$88)|9J-xMeD{-&kM3smHoO5i_1yVQ`NjmR|8r%j zvWX_=opqHewR$89AI7}kh7SW?VWu=(Hv2z^AAUKrYCYiN8+$vX|+@~sH=u)J>*K^CP7w({TlI_R!8sstb5d2WnRB^ zt%b@oQyFV`RKS+ybffDeQW%%uq&3hN#L}~-N70WmjD30vWw(q{`Y&<1Bs{1U8rmKU zb%E{k{a@BKT${c+eeJ!g@BQ&Rw|6gY-M3ix;(Y(TnswKnzxw>O7q7l}qkgHT^WOTc z>5l$v$B9hGiS)^{iyh|{*AJ$v2cMJ*&268Y`{>*sYkxBRN7H|j`lHnC{yXOvx4ydA zbaZ}TxwZF^P*t&gp#lY4T0a^4Xe`^@lWFd`Ik(vS;+@Fno^rfsUT)o-ZGAS= z`s}i_ZMm&?x$Bv1*O5%uktYFP%i4wV2i1bq{>ghEy?67SI|mk9zPAusuHKlf-ju1{ zbmQpV>SrFcpq+BQ6Dj`~VW3kN+)BTnxYcCJA9IWOq5dr6c8WEo3f$ zx|jg61@(mOIq)y&JYkDx=UK`-VfzNoQ$@7I1cX43mwbR?-vSG8l{*J9A%;D(4{b4V z3Z5KHBC?fCo1gPMj8yovE5rx4GAuhDPP0|o^xBUhr&=(#ep+qsgd#8j@DEg}9$rXGZSY^m9chV_aqDyq_#K?sO4``*NC*Tv=8wX3*eHFn`=i}A zj^19oxM9cqvE`O+j|8!zPh2R!S6y?h{A&5Ns;gBu%CpkGjI{5La<}^6gA#g=Pb=13 z>A&2+@ckR@cSBnr)}Thl#^C@Nc{B)F&IM%)1CVneSthW>d{ZXNN@7HoHBy4i9AZ*I zdmgvB3ez|nQDZS#{#4XRyXnODFLMDxW+Af;Tj|ASoWA}*c<8D0`5#Ea`npR44?JZ) z|C8!AU-(hK*y`Kk&X2(OLMEeJFh$ zfBJ5mE(!O_)+}uPxOSUHeCS@FX5rAs&n*R7?pN0?sPl7a|HdzawduM;pR1pr zORqbz7(AKwp5&qo733X^xU?XuxP+y!{?an$6+jB}mV2ZV9M2hr zuWXozB$bK8XMn>346*xS!UgW;P>l=wh36TKL%K%dtThJ(1c-0}9+;^L;AR7h0NLOe zCx>ITi{ONjk%@R%Hgg%_jw+J8(Y1_4u0F(WSP@$XIlwr%l=)i?K!le*mYz zQZw?uWu&l2ZBw;Su7kkET8SrsX!4dgj_shZQpa(65oWCypc!n=2t8FD{Nc39pogI| zCk_sE>&6VQ-)FmxB!F;T8tO128dQ)>MrN19;eU1m>=Mp3)3$J?RV@yrh&rWSR7a8q z1KsHx9rXD@5|A8W0IWx(en@rmbpsf{;uuxwA~XZ24x#Thz;5yx!%T<`h(Ig5Y4!}( zrJT@YvRWP7!yE$Mq0<&z#SjUQ-^Dx}g|!63Z;eV%qYzQXrqZ{jkk#d(zc(Tk$jsuj zqFFAqduYMiI2Ioui@G3M#aLuD)-Vwx;I%*=^N>uNTwGu~tOM+jH&C3d3Wi|P?rH47 z<$&Fu)q95CCgKP;0n%!VB}QQH&9vo#t!>1R{INL#OQ_^k0&@#co*BI3ONhcu_;5v| zT&gf6ca_D&xj9c+{e4UmLAE5YWH_|4-R(%yNC1cf(hk~S4H~dc*Z{E%T@aVlk-bX@KWI6eNH`O705>Xd_0d=a zp@le1Djuf;V2TL>CeEz~iTA{uV?-CMI3kxrO{z#@hm)gaBG81<Nbs17PZr*j;&KOvs=3) z{EYCQt6v4D8hn3n)exllF*8*1qmBc%?P4o4 znnX*C71J&Bo@vh_)$Lym_P6b$6{?C=_w739m_FuQS>}hU(yfrhh1+T?sj3Wi{)na{KrTVS{gAGO)Qyk3tBY8n`08i|;hIlH1Yw%7WRU+*# z4S^q2L?tMmf@$C}R%sm8*$iwQCRQx#&UCj&$TPMMx@NA%S$IBqj-2Q?a>bAk%W=~^ zuL|#rDY$B~W%>hKamQU#h~CO}n+$p_f|nEnq>;#CgT=GxDC)7DL*OYz;{&fR{v&+YSps(Wq#<|1h)_<8jePj6RWRP^>ctbF>6ajb>bk}h_oFwpz& zAOY-ZT^%l-BS9rs&6D8E6&Wyv%a}}jHXSZ80WAbi=RyK-1Bo$!$%wvE6bxPx3nphuJH*5itRz*_P4^FEgnG$qRGv)g zhD`QYG9HCDXNnMa7Di!hR=uRD*ocett4BIwij*R4f@jJ9;SC}~APyHAQC+HU1zD|t zKO9F$Di+4Kd{Ed6akoUY`$IF3H%J~!B_brD|MO}x(HQy`!rV+0kSvTQFYm|krlE-o zJbQ}Y=QT-!d5FhUizJVc7#>$+2++C~?KfgiPL$6a9tc-z--9U8D0r3&o}_5)nVBh7 z=Me-#|5+R$SEi{`F|d@jlM1fwKXKydY5DkxzSoZ(k_Yx5KXe+vpgs=0keJSuL=+`g z#`J-zM^Q!XvF@5+?#y1!AH@B8ub`x{&5`#wB=FVvh3 zwPiwWH+Ez&kUwQ{&WERe9XrstjGu;;E3!3o0YXl6k&iN+k!kqS&I-pXiuBQ zD;N8oAzefnL6iw&8WMOyb_s+S^ZFPJ;y_%?@qy0CkBJz{_{`%>B8=TC6pW(An6>Qiq6whN zW_vOpIByXn!5}DW*U)$ZU_NiTIFAw!_oE+nV+BwiDc6H6ClwJ8u8$ZZhYT6Y{RMXx z_M98?^c@0A_44ukuN*mONmdfG^8PbtPMy{eAQWbxZZnWXhkpQ~T!||MkXYh(sp! zmO}0KY8tQaxY4j!vn?IkhTv&UD{j`(4HtK|wT-H5ad!qclsj1<@Twu$+~rY<4wqn~ z8rZ>dEn&ODqPJ~tfbU}D&(Lpseh5b;UL`WHeAwbb4C{(YnR1OqSX{Gi85oc;k-`Zq z0(V=6M85pv`FVEKhnX{WuX?1{N7hgY~Rm%f?NSRb;@~$e%KzW^YoV4Cj4D&_fYI&L3j8Ht)qq(%;1%3&m4LekO28W3)A{I1@JjheNffD% zZ$oadISkH~r-DE9q=NBsjHC#!rpkZf`LN!LJpZ}!xuDadl&JeDxbMu!j5s515{x!$ z4DEup8$9lCh;3k7B``0gis!R3tM@3q*?NcGNY=IUi>Jlbo;l<1i_^lzl5@heIN}k_ z9#13a9Qn@>O14Np=IphBW`p9&GrxKG)#U=`hhANBpBbyBiQNG`(S?r`m7;>IR+eWQ zwzJux9{~;8T8*2@mfNSB#-^EgT+pY8V{k_SBB*ga$@Y)HKURSmFi<@SR6Wi|;#A7* zW<a5fu>ImVI16eYQ@46s{1faNo| z>1nw@cE~S`enKT%RCNeq&yR)la=VmLxXm2}wqFCA)HcP)i6=# z8J-?MPJ%UbyFKPtXb77hhG(&IbexD!86(X%0Hr)HVdd~(T)DzxFvPLl2C+5F1)D}Q z2x9g^M?!Xyu6(yn*aLNF%{oJHlc7c8Isqi;2b&j8ba)X6TLR*VD6}n&=xfpuAiJKV z(rQdsd2&6b-J&V?GeJup-&W4L1$AwyCM>+I?2`DRT&fGue> zf@A@OSXR%9aG?DXCW7=_utZ*H3O|)~k)?UXcSBmY7W7rPhQ`F()nAS=! zNL*r@z*H=1IC-Va=tHh6TxXq`ecCV;^HK{M2~-X?l^=07F=~Xz=gKfVqL+4-3cbx9 znad(v!QGy!^Qt;!r9~kbL}S(?cZLiAT-s~&l^5F-m7Et_HDbAt$(%C1&Q)5loFh;$`S3}FS z%7c=UHEX|IS9k5rt8ZR=`|8^SLha0K+PS!H*UyYQYi}Ewb^9LpQ0D$i2eK~>WL_G0 zOn2C8@a(H%cKeCU_7jWSUqfEtnwP~)ZTG^FkKVlzxVimaZNt@9GPPT827b2ZU%YU) z_It<-M2Y*MwJ?#_*B5E+a&X=|uiW!jUMas^p00iVPVF6I$=~VfZ~j%lZ`FOuCh3b}NseQihE=E^^o3Ec76@}^zj|2~qBDD6(vCGHO4PCd5`D06= zefQRO-8_@+K9K1?@OfXh?~P2~8;fh-Oo!fl;G^=phpw4wi{ z%D>#ZU+jOOByW2M)Iax2eh(M$tc!ak*wh7ORK#Gd^nVr@sQk^!iXnzV1 z{FZ64vJyosAj>8+_Ya;xaa&*?B$I)ZOJ^sN+l+1=BO(D~Z)>E)Dlz4*b^5SMR-?cBrt_MCjrTFW|{y2L$)8=-b+~pq@4^cIRZ4v(G_RH zqNZU=kee?%*AEmAv*_K^jwCuWXVMe!iq(f~>q1`OeI2+oO32nO3zZB}m zx}_aV?HPYN_A{+?yoo)D$sa!e1LuW+i?Xznu&#?U9%myinAkSgQJZ<-X^~)WO8l(E zatG!-0a^e>7EiJ5y3QUYwkT{@)@l!KcadE?hP_KC<(Z)HOTl3+H0zhuEfo~P?Qg8R zZRIysoz^d_yM1N33EK^I-l4Z0&Yg9YS5v3;)cGyeOVotz4TXoRCeH+cI0Xmb1GJC* zSw&}YVtYYx+@hUli##oH+_Von0V;Ul?Aefs>Fn9z{D~s_#uTsO`>fQd#jtmRp>MWR z?zD`jMRtB!-#gA8_GJCbpk->9GShUSki)S;K#~YFE$RPXV$kZW7R6`>!XE@wF8Pl=s1(|}vYYm0Htl;Plmt$R=}-$4LB*PEi1(~J6Y9P>{?8^qolL)Y z@^0w0hhnAPW*{1qNrxpEgHuUWfe!gSBcxY!y-j)$k4ouBdgSe~NQ4lzXA#lW1 zRYDP43QN6+;$aq+sZ`h=uwn|Ph)v~=djLD@hp_TOSlLJ~gwJHs{zSRJGESGaa&vMa|s@D7Gm)Oc$4 zE8zl2{}@3y9QiARCje$~K4Xz#n;htqYshAn9xdy`^zV6invERSr_PVfHuW=NSpOBM zZL{v$Z`wK#4loJDH<$*{3O2|?q%g^tE9awP1|1iU$1t-@LSpkh&rgNGCB>3kYnF8h zn_MZgJvE)!+?F}-;AXb1sLaW;5&t_0o*$tw+i|vOYqo7irftU~p&af?I@J8Y6RbEZ z-fw8iHgskhIdv>eftkYqq*OQ{A2J zdHM4#cdL&)te~2{ezI1mZGqE-%9d;DvNb!usM&e1w(;7))q(V;1L?jumTKSpUvQG} z{u`Yz-K+ac_Sbp-qHfy(pYPv!MV!Op;c!UXjdvQwF}1yPdVx;F{n`+nhUr9hvNlI2 z61*BwLfc2D7jbfLP7BjRI{gQFK?VfdoYw2}KN=Oc`C1M zyjU^LH%KC*94O99jK}eWmFB*M<%{G=Qj%m$l1gkyQJBw842#`agBE6lPsM>xJ^0@Z zR=0Ac=6}Bu86UG*FtsDi-fUB`5!)F-rD$6x6#bI0+^_)vL*?@N`g!k<%eh-Y+SWSg zn)UMUaIu=aFBX+fiO$YkCTXo2UB4-jVr0cU>y+oBr~|=A9VQi69Yr+6w`#k{cTZ`% zWM$hkg7&-UDr}Z(_|eE**Zu*WuJfl%n9zP#GFO;QrIF!f{fiBAYTm%3+4`bW6H$~P z&B_ppToUfXkf^*|X<7crRy+7-eu7TkF*FQ9^0imq zz5H&rsx?#9dIOBISk;sE_xv^q@#1QP;8K!+nWs~MmW)PJ&^{>~KCPMA#-jYdYHy^m zlgzNj{?6rhuDo~oJ>vPrs%>dM&#EE&U{%FNi%|OmI+5$cmZ^4_t{Uk?m1{q-PKc-r zx`aF0WbJ_-EA{vq9{GK~?T;!&-;0k*y}sVZA+N8Ce@x$nTeuS4g6mvaLhoV!xuO+! z8fiqHOj_>RL8Os*&6QDL0NN+l=z7(|kTyK+NgC0Zt`Rrq*18LfBqmWm`^Ok8Dv)b( zzvcgarw4k8>@Ij$8u^d8_3knVTc}g)pX2fPK>%^JV=PF)Nl0=)yF@3-O444YQ;<%5 zIOV*w3UXfBSH#m)m<_<_mrqk{bLP78C5`Y-66*Rt#|hZEC_Y^85xtN7f*AT6q4IBp zAkP0y*zybE<^Lk=|AnyY7s8A81C8@_*+63^(0G0KVxav}=|f=c4L^B3Ex?yEM6qK* zd4kR9V#lL+iC=t8e6UNXTAQxvN>_9*uc=M1?@d=fvs}O7`k94y;8fLZxZbz$*27X^ z>vOmJ(wiwKRccRfKAdiT<>9vV8$D^E{#Vb=c*V2gLpToj`PIe1MzQOWfD@bQ{{!d? B6*vF@ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphookapi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/imphookapi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19c046cbaf44e5c452fef0b7e826e26bd6839b5d GIT binary patch literal 22360 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 IIx<-Q3!SO;oB#j- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/depend/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfbbe871e1dc7c043ab22a1f20e0f7e163f0445e GIT binary patch literal 14450 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 HWR3n0eex+1 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/analysis.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/analysis.py new file mode 100755 index 0000000..f0b0a89 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/analysis.py @@ -0,0 +1,982 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Define a modified ModuleGraph that can return its contents as a TOC and in other ways act like the old ImpTracker. +TODO: This class, along with TOC and Tree, should be in a separate module. + +For reference, the ModuleGraph node types and their contents: + + nodetype identifier filename + + Script full path to .py full path to .py + SourceModule basename full path to .py + BuiltinModule basename None + CompiledModule basename full path to .pyc + Extension basename full path to .so + MissingModule basename None + Package basename full path to __init__.py + packagepath is ['path to package'] + globalnames is set of global names __init__.py defines + ExtensionPackage basename full path to __init__.{so,dll} + packagepath is ['path to package'] + +The main extension here over ModuleGraph is a method to extract nodes from the flattened graph and return them as a +TOC, or added to a TOC. Other added methods look up nodes by identifier and return facts about them, replacing what +the old ImpTracker list could do. +""" + +import ast +import os +import re +import sys +import traceback +from collections import defaultdict +from copy import deepcopy + +from PyInstaller import HOMEPATH, PACKAGEPATH +from PyInstaller import log as logging +from PyInstaller.building.utils import add_suffix_to_extension +from PyInstaller.compat import ( + BAD_MODULE_TYPES, BINARY_MODULE_TYPES, MODULE_TYPES_TO_TOC_DICT, PURE_PYTHON_MODULE_TYPES, PY3_BASE_MODULES, + VALID_MODULE_TYPES, importlib_load_source, is_win +) +from PyInstaller.depend import bytecode +from PyInstaller.depend.imphook import AdditionalFilesCache, ModuleHookCache +from PyInstaller.depend.imphookapi import (PreFindModulePathAPI, PreSafeImportModuleAPI) +from PyInstaller.lib.modulegraph.find_modules import get_implies +from PyInstaller.lib.modulegraph.modulegraph import ModuleGraph, DEFAULT_IMPORT_LEVEL, ABSOLUTE_IMPORT_LEVEL, Package +from PyInstaller.log import DEBUG, INFO, TRACE +from PyInstaller.utils.hooks import collect_submodules, is_package + +logger = logging.getLogger(__name__) + + +class PyiModuleGraph(ModuleGraph): + """ + Directed graph whose nodes represent modules and edges represent dependencies between these modules. + + This high-level subclass wraps the lower-level `ModuleGraph` class with support for graph and runtime hooks. + While each instance of `ModuleGraph` represents a set of disconnected trees, each instance of this class *only* + represents a single connected tree whose root node is the Python script originally passed by the user on the + command line. For that reason, while there may (and typically do) exist more than one `ModuleGraph` instance, + there typically exists only a singleton instance of this class. + + Attributes + ---------- + _hooks : ModuleHookCache + Dictionary mapping the fully-qualified names of all modules with normal (post-graph) hooks to the absolute paths + of such hooks. See the the `_find_module_path()` method for details. + _hooks_pre_find_module_path : ModuleHookCache + Dictionary mapping the fully-qualified names of all modules with pre-find module path hooks to the absolute + paths of such hooks. See the the `_find_module_path()` method for details. + _hooks_pre_safe_import_module : ModuleHookCache + Dictionary mapping the fully-qualified names of all modules with pre-safe import module hooks to the absolute + paths of such hooks. See the `_safe_import_module()` method for details. + _user_hook_dirs : list + List of the absolute paths of all directories containing user-defined hooks for the current application. + _excludes : list + List of module names to be excluded when searching for dependencies. + _additional_files_cache : AdditionalFilesCache + Cache of all external dependencies (e.g., binaries, datas) listed in hook scripts for imported modules. + _module_collection_mode : dict + A dictionary of module/package collection mode settings set by hook scripts for their modules. + _base_modules: list + Dependencies for `base_library.zip` (which remain the same for every executable). + """ + + # Note: these levels are completely arbitrary and may be adjusted if needed. + LOG_LEVEL_MAPPING = {0: INFO, 1: DEBUG, 2: TRACE, 3: TRACE, 4: TRACE} + + def __init__(self, pyi_homepath, user_hook_dirs=(), excludes=(), **kwargs): + super().__init__(excludes=excludes, **kwargs) + # Homepath to the place where is PyInstaller located. + self._homepath = pyi_homepath + # modulegraph Node for the main python script that is analyzed by PyInstaller. + self._top_script_node = None + + # Absolute paths of all user-defined hook directories. + self._excludes = excludes + self._reset(user_hook_dirs) + self._analyze_base_modules() + + def _reset(self, user_hook_dirs): + """ + Reset for another set of scripts. This is primary required for running the test-suite. + """ + self._top_script_node = None + self._additional_files_cache = AdditionalFilesCache() + self._module_collection_mode = dict() + # Command line, Entry Point, and then builtin hook dirs. + self._user_hook_dirs = [*user_hook_dirs, os.path.join(PACKAGEPATH, 'hooks')] + # Hook-specific lookup tables. These need to reset when reusing cached PyiModuleGraph to avoid hooks to refer to + # files or data from another test-case. + logger.info('Caching module graph hooks...') + self._hooks = self._cache_hooks("") + self._hooks_pre_safe_import_module = self._cache_hooks('pre_safe_import_module') + self._hooks_pre_find_module_path = self._cache_hooks('pre_find_module_path') + + # Search for run-time hooks in all hook directories. + self._available_rthooks = defaultdict(list) + for uhd in self._user_hook_dirs: + uhd_path = os.path.abspath(os.path.join(uhd, 'rthooks.dat')) + try: + with open(uhd_path, 'r', encoding='utf-8') as f: + rthooks = ast.literal_eval(f.read()) + except FileNotFoundError: + # Ignore if this hook path doesn't have run-time hooks. + continue + except Exception as e: + logger.error('Unable to read run-time hooks from %r: %s' % (uhd_path, e)) + continue + + self._merge_rthooks(rthooks, uhd, uhd_path) + + # Convert back to a standard dict. + self._available_rthooks = dict(self._available_rthooks) + + def _merge_rthooks(self, rthooks, uhd, uhd_path): + """ + The expected data structure for a run-time hook file is a Python dictionary of type ``Dict[str, List[str]]``, + where the dictionary keys are module names and the sequence strings are Python file names. + + Check then merge this data structure, updating the file names to be absolute. + """ + # Check that the root element is a dict. + assert isinstance(rthooks, dict), 'The root element in %s must be a dict.' % uhd_path + for module_name, python_file_name_list in rthooks.items(): + # Ensure the key is a string. + assert isinstance(module_name, str), \ + '%s must be a dict whose keys are strings; %s is not a string.' % (uhd_path, module_name) + # Ensure the value is a list. + assert isinstance(python_file_name_list, list), \ + 'The value of %s key %s must be a list.' % (uhd_path, module_name) + if module_name in self._available_rthooks: + logger.warning( + 'Runtime hooks for %s have already been defined. Skipping the runtime hooks for %s that are ' + 'defined in %s.', module_name, module_name, os.path.join(uhd, 'rthooks') + ) + # Skip this module + continue + # Merge this with existing run-time hooks. + for python_file_name in python_file_name_list: + # Ensure each item in the list is a string. + assert isinstance(python_file_name, str), \ + '%s key %s, item %r must be a string.' % (uhd_path, module_name, python_file_name) + # Transform it into an absolute path. + abs_path = os.path.join(uhd, 'rthooks', python_file_name) + # Make sure this file exists. + assert os.path.exists(abs_path), \ + 'In %s, key %s, the file %r expected to be located at %r does not exist.' % \ + (uhd_path, module_name, python_file_name, abs_path) + # Merge it. + self._available_rthooks[module_name].append(abs_path) + + @staticmethod + def _findCaller(*args, **kwargs): + # Used to add an additional stack-frame above logger.findCaller. findCaller expects the caller to be three + # stack-frames above itself. + return logger.findCaller(*args, **kwargs) + + def msg(self, level, s, *args): + """ + Print a debug message with the given level. + + 1. Map the msg log level to a logger log level. + 2. Generate the message format (the same format as ModuleGraph) + 3. Find the caller, which findCaller expects three stack-frames above itself: + [3] caller -> [2] msg (here) -> [1] _findCaller -> [0] logger.findCaller + 4. Create a logRecord with the caller's information. + 5. Handle the logRecord. + """ + try: + level = self.LOG_LEVEL_MAPPING[level] + except KeyError: + return + if not logger.isEnabledFor(level): + return + + msg = "%s %s" % (s, ' '.join(map(repr, args))) + + try: + fn, lno, func, sinfo = self._findCaller() + except ValueError: # pragma: no cover + fn, lno, func, sinfo = "(unknown file)", 0, "(unknown function)", None + record = logger.makeRecord(logger.name, level, fn, lno, msg, [], None, func, None, sinfo) + + logger.handle(record) + + # Set logging methods so that the stack is correctly detected. + msgin = msg + msgout = msg + + def _cache_hooks(self, hook_type): + """ + Get a cache of all hooks of the passed type. + + The cache will include all official hooks defined by the PyInstaller codebase _and_ all unofficial hooks + defined for the current application. + + Parameters + ---------- + hook_type : str + Type of hooks to be cached, equivalent to the basename of the subpackage of the `PyInstaller.hooks` + package containing such hooks (e.g., `post_create_package` for post-create package hooks). + """ + # Cache of this type of hooks. + hook_dirs = [] + for user_hook_dir in self._user_hook_dirs: + # Absolute path of the user-defined subdirectory of this hook type. If this directory exists, add it to the + # list to be cached. + user_hook_type_dir = os.path.join(user_hook_dir, hook_type) + if os.path.isdir(user_hook_type_dir): + hook_dirs.append(user_hook_type_dir) + + return ModuleHookCache(self, hook_dirs) + + def _analyze_base_modules(self): + """ + Analyze dependencies of the the modules in base_library.zip. + """ + logger.info('Analyzing base_library.zip ...') + required_mods = [] + # Collect submodules from required modules in base_library.zip. + for m in PY3_BASE_MODULES: + if is_package(m): + required_mods += collect_submodules(m) + else: + required_mods.append(m) + # Initialize ModuleGraph. + self._base_modules = [mod for req in required_mods for mod in self.import_hook(req)] + + def add_script(self, pathname, caller=None): + """ + Wrap the parent's 'run_script' method and create graph from the first script in the analysis, and save its + node to use as the "caller" node for all others. This gives a connected graph rather than a collection of + unrelated trees. + """ + if self._top_script_node is None: + # Remember the node for the first script. + try: + self._top_script_node = super().add_script(pathname) + except SyntaxError: + print("\nSyntax error in", pathname, file=sys.stderr) + formatted_lines = traceback.format_exc().splitlines(True) + print(*formatted_lines[-4:], file=sys.stderr) + sys.exit(1) + # Create references from the top script to the base_modules in graph. + for node in self._base_modules: + self.add_edge(self._top_script_node, node) + # Return top-level script node. + return self._top_script_node + else: + if not caller: + # Defaults to as any additional script is called from the top-level script. + caller = self._top_script_node + return super().add_script(pathname, caller=caller) + + def process_post_graph_hooks(self, analysis): + """ + For each imported module, run this module's post-graph hooks if any. + + Parameters + ---------- + analysis: build_main.Analysis + The Analysis that calls the hooks + + """ + # For each iteration of the infinite "while" loop below: + # + # 1. All hook() functions defined in cached hooks for imported modules are called. This may result in new + # modules being imported (e.g., as hidden imports) that were ignored earlier in the current iteration: if + # this is the case, all hook() functions defined in cached hooks for these modules will be called by the next + # iteration. + # 2. All cached hooks whose hook() functions were called are removed from this cache. If this cache is empty, no + # hook() functions will be called by the next iteration and this loop will be terminated. + # 3. If no hook() functions were called, this loop is terminated. + logger.info('Processing module hooks...') + while True: + # Set of the names of all imported modules whose post-graph hooks are run by this iteration, preventing the + # next iteration from re- running these hooks. If still empty at the end of this iteration, no post-graph + # hooks were run; thus, this loop will be terminated. + hooked_module_names = set() + + # For each remaining hookable module and corresponding hooks... + for module_name, module_hooks in self._hooks.items(): + # Graph node for this module if imported or "None" otherwise. + module_node = self.find_node(module_name, create_nspkg=False) + + # If this module has not been imported, temporarily ignore it. This module is retained in the cache, as + # a subsequently run post-graph hook could import this module as a hidden import. + if module_node is None: + continue + + # If this module is unimportable, permanently ignore it. + if type(module_node).__name__ not in VALID_MODULE_TYPES: + hooked_module_names.add(module_name) + continue + + # For each hook script for this module... + for module_hook in module_hooks: + # Run this script's post-graph hook. + module_hook.post_graph(analysis) + + # Cache all external dependencies listed by this script after running this hook, which could add + # dependencies. + self._additional_files_cache.add(module_name, module_hook.binaries, module_hook.datas) + + # Update package collection mode settings. + self._module_collection_mode.update(module_hook.module_collection_mode) + + # Prevent this module's hooks from being run again. + hooked_module_names.add(module_name) + + # Prevent all post-graph hooks run above from being run again by the next iteration. + self._hooks.remove_modules(*hooked_module_names) + + # If no post-graph hooks were run, terminate iteration. + if not hooked_module_names: + break + + def _find_all_excluded_imports(self, module_name): + """ + Collect excludedimports from the hooks of the specified module and all its parents. + """ + excluded_imports = set() + while module_name: + # Gather excluded imports from hook(s) belonging to the module + for module_hook in self._hooks.get(module_name, []): + excluded_imports.update(module_hook.excludedimports) + # Change module name to the module's parent name + module_name = module_name.rpartition('.')[0] + return excluded_imports + + def _safe_import_hook( + self, target_module_partname, source_module, target_attr_names, level=DEFAULT_IMPORT_LEVEL, edge_attr=None + ): + if source_module is not None: + # Gather all excluded imports for the referring modules, as well as its parents. + # For example, we want the excluded imports specified by hook for PIL to be also applied when the referring + # module is its submodule, PIL.Image. + excluded_imports = self._find_all_excluded_imports(source_module.identifier) + + # Apply extra processing only if we have any excluded-imports rules + if excluded_imports: + # Resolve the base module name. Level can be ABSOLUTE_IMPORT_LEVEL (= 0) for absolute imports, or an + # integer indicating the relative level. We do not use equality comparison just in case we ever happen + # to get ABSOLUTE_OR_RELATIVE_IMPORT_LEVEL (-1), which is a remnant of python2 days. + if level > ABSOLUTE_IMPORT_LEVEL: + if isinstance(source_module, Package): + # Package + base_module_name = source_module.identifier + else: + # Module in a package; base name must be the parent package name! + base_module_name = '.'.join(source_module.identifier.split('.')[:-1]) + + if target_module_partname: + base_module_name += '.' + target_module_partname + + # Adjust the base module name based on level + if level > 1: + base_module_name = '.'.join(base_module_name.split('.')[:-(level - 1)]) + else: + base_module_name = target_module_partname + + def _exclude_module(module_name, excluded_imports): + """ + Helper for checking whether given module should be excluded. + Returns the name of exclusion rule if module should be excluded, None otherwise. + """ + module_name_parts = module_name.split('.') + for excluded_import in excluded_imports: + excluded_import_parts = excluded_import.split('.') + match = module_name_parts[:len(excluded_import_parts)] == excluded_import_parts + if match: + return excluded_import + return None + + # First, check if base module name is to be excluded. + # This covers both basic `import a` and `import a.b.c`, as well as `from d import e, f` where base + # module `d` is excluded. + excluded_import_rule = _exclude_module(base_module_name, excluded_imports) + if excluded_import_rule: + logger.debug( + "Suppressing import of %r from module %r due to excluded import %r specified in a hook for %r " + "(or its parent package(s)).", base_module_name, source_module.identifier, excluded_import_rule, + source_module.identifier + ) + return [] + + # If we have target attribute names, check each of them, and remove excluded ones from the + # `target_attr_names` list. + if target_attr_names: + filtered_target_attr_names = [] + for target_attr_name in target_attr_names: + submodule_name = base_module_name + '.' + target_attr_name + excluded_import_rule = _exclude_module(submodule_name, excluded_imports) + if excluded_import_rule: + logger.debug( + "Suppressing import of %r from module %r due to excluded import %r specified in a hook " + "for %r (or its parent package(s)).", submodule_name, source_module.identifier, + excluded_import_rule, source_module.identifier + ) + else: + filtered_target_attr_names.append(target_attr_name) + + # Swap with filtered target attribute names list; if no elements remain after the filtering, pass + # None... + target_attr_names = filtered_target_attr_names or None + + return super()._safe_import_hook(target_module_partname, source_module, target_attr_names, level, edge_attr) + + def _safe_import_module(self, module_basename, module_name, parent_package): + """ + Create a new graph node for the module with the passed name under the parent package signified by the passed + graph node. + + This method wraps the superclass method with support for pre-import module hooks. If such a hook exists for + this module (e.g., a script `PyInstaller.hooks.hook-{module_name}` containing a function + `pre_safe_import_module()`), that hook will be run _before_ the superclass method is called. + + Pre-Safe-Import-Hooks are performed just *prior* to importing the module. When running the hook, the modules + parent package has already been imported and ti's `__path__` is set up. But the module is just about to be + imported. + + See the superclass method for description of parameters and return value. + """ + # If this module has pre-safe import module hooks, run these first. + if module_name in self._hooks_pre_safe_import_module: + # For the absolute path of each such hook... + for hook in self._hooks_pre_safe_import_module[module_name]: + # Dynamically import this hook as a fabricated module. + logger.info('Processing pre-safe import module hook %s from %r.', module_name, hook.hook_filename) + hook_module_name = 'PyInstaller_hooks_pre_safe_import_module_' + module_name.replace('.', '_') + hook_module = importlib_load_source(hook_module_name, hook.hook_filename) + + # Object communicating changes made by this hook back to us. + hook_api = PreSafeImportModuleAPI( + module_graph=self, + module_basename=module_basename, + module_name=module_name, + parent_package=parent_package, + ) + + # Run this hook, passed this object. + if not hasattr(hook_module, 'pre_safe_import_module'): + raise NameError('pre_safe_import_module() function not defined by hook %r.' % hook_module) + hook_module.pre_safe_import_module(hook_api) + + # Respect method call changes requested by this hook. + module_basename = hook_api.module_basename + module_name = hook_api.module_name + + # Prevent subsequent calls from rerunning these hooks. + del self._hooks_pre_safe_import_module[module_name] + + # Call the superclass method. + return super()._safe_import_module(module_basename, module_name, parent_package) + + def _find_module_path(self, fullname, module_name, search_dirs): + """ + Get a 3-tuple detailing the physical location of the module with the passed name if that module exists _or_ + raise `ImportError` otherwise. + + This method wraps the superclass method with support for pre-find module path hooks. If such a hook exists + for this module (e.g., a script `PyInstaller.hooks.hook-{module_name}` containing a function + `pre_find_module_path()`), that hook will be run _before_ the superclass method is called. + + See superclass method for parameter and return value descriptions. + """ + # If this module has pre-find module path hooks, run these first. + if fullname in self._hooks_pre_find_module_path: + # For the absolute path of each such hook... + for hook in self._hooks_pre_find_module_path[fullname]: + # Dynamically import this hook as a fabricated module. + logger.info('Processing pre-find module path hook %s from %r.', fullname, hook.hook_filename) + hook_fullname = 'PyInstaller_hooks_pre_find_module_path_' + fullname.replace('.', '_') + hook_module = importlib_load_source(hook_fullname, hook.hook_filename) + + # Object communicating changes made by this hook back to us. + hook_api = PreFindModulePathAPI( + module_graph=self, + module_name=fullname, + search_dirs=search_dirs, + ) + + # Run this hook, passed this object. + if not hasattr(hook_module, 'pre_find_module_path'): + raise NameError('pre_find_module_path() function not defined by hook %r.' % hook_module) + hook_module.pre_find_module_path(hook_api) + + # Respect method call changes requested by this hook. + search_dirs = hook_api.search_dirs + + # Prevent subsequent calls from rerunning these hooks. + del self._hooks_pre_find_module_path[fullname] + + # Call the superclass method. + return super()._find_module_path(fullname, module_name, search_dirs) + + def get_code_objects(self): + """ + Get code objects from ModuleGraph for pure Python modules. This allows to avoid writing .pyc/pyo files to hdd + at later stage. + + :return: Dict with module name and code object. + """ + code_dict = {} + mod_types = PURE_PYTHON_MODULE_TYPES + for node in self.iter_graph(start=self._top_script_node): + # TODO This is terrible. To allow subclassing, types should never be directly compared. Use isinstance() + # instead, which is safer, simpler, and accepts sets. Most other calls to type() in the codebase should also + # be refactored to call isinstance() instead. + + # get node type e.g. Script + mg_type = type(node).__name__ + if mg_type in mod_types: + if node.code: + code_dict[node.identifier] = node.code + return code_dict + + def _make_toc(self, typecode=None): + """ + Return the name, path and type of selected nodes as a TOC. The selection is determined by the given list + of PyInstaller TOC typecodes. If that list is empty we return the complete flattened graph as a TOC with the + ModuleGraph note types in place of typecodes -- meant for debugging only. Normally we return ModuleGraph + nodes whose types map to the requested PyInstaller typecode(s) as indicated in the MODULE_TYPES_TO_TOC_DICT. + + We use the ModuleGraph (really, ObjectGraph) flatten() method to scan all the nodes. This is patterned after + ModuleGraph.report(). + """ + # Construct regular expression for matching modules that should be excluded because they are bundled in + # base_library.zip. + # + # This expression matches the base module name, optionally followed by a period and then any number of + # characters. This matches the module name and the fully qualified names of any of its submodules. + regex_str = '(' + '|'.join(PY3_BASE_MODULES) + r')(\.|$)' + module_filter = re.compile(regex_str) + + toc = list() + for node in self.iter_graph(start=self._top_script_node): + # Skip modules that are in base_library.zip. + if module_filter.match(node.identifier): + continue + entry = self._node_to_toc(node, typecode) + # Append the entry. We do not check for duplicates here; the TOC normalization is left to caller. + # However, as entries are obtained from modulegraph, there should not be any duplicates at this stage. + if entry is not None: + toc.append(entry) + return toc + + def make_pure_toc(self): + """ + Return all pure Python modules formatted as TOC. + """ + # PyInstaller should handle special module types without code object. + return self._make_toc(PURE_PYTHON_MODULE_TYPES) + + def make_binaries_toc(self): + """ + Return all binary Python modules formatted as TOC. + """ + return self._make_toc(BINARY_MODULE_TYPES) + + def make_missing_toc(self): + """ + Return all MISSING Python modules formatted as TOC. + """ + return self._make_toc(BAD_MODULE_TYPES) + + @staticmethod + def _node_to_toc(node, typecode=None): + # TODO This is terrible. Everything in Python has a type. It is nonsensical to even speak of "nodes [that] are + # not typed." How would that even occur? After all, even "None" has a type! (It is "NoneType", for the curious.) + # Remove this, please. + + # Get node type, e.g., Script + mg_type = type(node).__name__ + assert mg_type is not None + + if typecode and mg_type not in typecode: + # Type is not a to be selected one, skip this one + return None + # Extract the identifier and a path if any. + if mg_type == 'Script': + # for Script nodes only, identifier is a whole path + (name, ext) = os.path.splitext(node.filename) + name = os.path.basename(name) + elif mg_type == 'ExtensionPackage': + # Package with __init__ module being an extension module. This needs to end up as e.g. 'mypkg/__init__.so'. + # Convert the packages name ('mypkg') into the module name ('mypkg.__init__') *here* to keep special cases + # away elsewhere (where the module name is converted to a filename). + name = node.identifier + ".__init__" + else: + name = node.identifier + path = node.filename if node.filename is not None else '' + # Ensure name is really 'str'. Module graph might return object type 'modulegraph.Alias' which inherits fromm + # 'str'. But 'marshal.dumps()' function is able to marshal only 'str'. Otherwise on Windows PyInstaller might + # fail with message like: + # ValueError: unmarshallable object + name = str(name) + # Translate to the corresponding TOC typecode. + toc_type = MODULE_TYPES_TO_TOC_DICT[mg_type] + return name, path, toc_type + + def nodes_to_toc(self, nodes): + """ + Given a list of nodes, create a TOC representing those nodes. This is mainly used to initialize a TOC of + scripts with the ones that are runtime hooks. The process is almost the same as _make_toc(), but the caller + guarantees the nodes are valid, so minimal checking. + """ + return [self._node_to_toc(node) for node in nodes] + + # Return true if the named item is in the graph as a BuiltinModule node. The passed name is a basename. + def is_a_builtin(self, name): + node = self.find_node(name) + if node is None: + return False + return type(node).__name__ == 'BuiltinModule' + + def get_importers(self, name): + """ + List all modules importing the module with the passed name. + + Returns a list of (identifier, DependencyIinfo)-tuples. If the names module has not yet been imported, this + method returns an empty list. + + Parameters + ---------- + name : str + Fully-qualified name of the module to be examined. + + Returns + ---------- + list + List of (fully-qualified names, DependencyIinfo)-tuples of all modules importing the module with the passed + fully-qualified name. + + """ + def get_importer_edge_data(importer): + edge = self.graph.edge_by_node(importer, name) + # edge might be None in case an AliasModule was added. + if edge is not None: + return self.graph.edge_data(edge) + + node = self.find_node(name) + if node is None: + return [] + _, importers = self.get_edges(node) + importers = (importer.identifier for importer in importers if importer is not None) + return [(importer, get_importer_edge_data(importer)) for importer in importers] + + # TODO: create a class from this function. + def analyze_runtime_hooks(self, custom_runhooks): + """ + Analyze custom run-time hooks and run-time hooks implied by found modules. + + :return : list of Graph nodes. + """ + rthooks_nodes = [] + logger.info('Analyzing run-time hooks ...') + # Process custom runtime hooks (from --runtime-hook options). The runtime hooks are order dependent. First hooks + # in the list are executed first. Put their graph nodes at the head of the priority_scripts list Pyinstaller + # defined rthooks and thus they are executed first. + if custom_runhooks: + for hook_file in custom_runhooks: + logger.info("Including custom run-time hook %r", hook_file) + hook_file = os.path.abspath(hook_file) + # Not using "try" here because the path is supposed to exist, if it does not, the raised error will + # explain. + rthooks_nodes.append(self.add_script(hook_file)) + + # Find runtime hooks that are implied by packages already imported. Get a temporary TOC listing all the scripts + # and packages graphed so far. Assuming that runtime hooks apply only to modules and packages. + temp_toc = self._make_toc(VALID_MODULE_TYPES) + for (mod_name, path, typecode) in temp_toc: + # Look if there is any run-time hook for given module. + if mod_name in self._available_rthooks: + # There could be several run-time hooks for a module. + for abs_path in self._available_rthooks[mod_name]: + logger.info("Including run-time hook %r", abs_path) + rthooks_nodes.append(self.add_script(abs_path)) + + return rthooks_nodes + + def add_hiddenimports(self, module_list): + """ + Add hidden imports that are either supplied as CLI option --hidden-import=MODULENAME or as dependencies from + some PyInstaller features when enabled (e.g., crypto feature). + """ + assert self._top_script_node is not None + # Analyze the script's hidden imports (named on the command line). + for modnm in module_list: + node = self.find_node(modnm) + if node is not None: + logger.debug('Hidden import %r already found', modnm) + else: + logger.info("Analyzing hidden import %r", modnm) + # ModuleGraph throws ImportError if import not found. + try: + nodes = self.import_hook(modnm) + assert len(nodes) == 1 + node = nodes[0] + except ImportError: + logger.error("Hidden import %r not found", modnm) + continue + # Create references from the top script to the hidden import, even if found otherwise. Do not waste time + # checking whether it is actually added by this (test-) script. + self.add_edge(self._top_script_node, node) + + def get_code_using(self, module: str) -> dict: + """ + Find modules that import a given **module**. + """ + co_dict = {} + pure_python_module_types = PURE_PYTHON_MODULE_TYPES | { + 'Script', + } + node = self.find_node(module) + if node: + referrers = self.incoming(node) + for r in referrers: + # Under python 3.7 and earlier, if `module` is added to hidden imports, one of referrers ends up being + # None, causing #3825. Work around it. + if r is None: + continue + # Ensure that modulegraph objects have 'code' attribute. + if type(r).__name__ not in pure_python_module_types: + continue + identifier = r.identifier + if identifier == module or identifier.startswith(module + '.'): + # Skip self references or references from `modules`'s own submodules. + continue + # The code object may be None if referrer ends up shadowed by eponymous directory that ends up treated + # as a namespace package. See #6873 for an example. + if r.code is None: + continue + co_dict[r.identifier] = r.code + return co_dict + + def metadata_required(self) -> set: + """ + Collect metadata for all packages that appear to need it. + """ + + # List every function that we can think of which is known to require metadata. + out = set() + + out |= self._metadata_from( + "pkg_resources", + ["get_distribution"], # Requires metadata for one distribution. + ["require"], # Requires metadata for all dependencies. + ) + + # importlib.metadata is often `import ... as` aliased to importlib_metadata for compatibility with < py38. + # Assume both are valid. + for importlib_metadata in ["importlib.metadata", "importlib_metadata"]: + out |= self._metadata_from( + importlib_metadata, + ["metadata", "distribution", "version", "files", "requires"], + [], + ) + + return out + + def _metadata_from(self, package, methods=(), recursive_methods=()) -> set: + """ + Collect metadata whose requirements are implied by given function names. + + Args: + package: + The module name that must be imported in a source file to trigger the search. + methods: + Function names from **package** which take a distribution name as an argument and imply that metadata + is required for that distribution. + recursive_methods: + Like **methods** but also implies that a distribution's dependencies' metadata must be collected too. + Returns: + Required metadata in hook data ``(source, dest)`` format as returned by + :func:`PyInstaller.utils.hooks.copy_metadata()`. + + Scan all source code to be included for usage of particular *key* functions which imply that that code will + require metadata for some distribution (which may not be its own) at runtime. In the case of a match, + collect the required metadata. + """ + from PyInstaller.utils.hooks import copy_metadata + from PyInstaller.compat import importlib_metadata + + # Generate sets of possible function names to search for. + need_metadata = set() + need_recursive_metadata = set() + for method in methods: + need_metadata.update(bytecode.any_alias(package + "." + method)) + for method in recursive_methods: + need_recursive_metadata.update(bytecode.any_alias(package + "." + method)) + + out = set() + + for name, code in self.get_code_using(package).items(): + for calls in bytecode.recursive_function_calls(code).values(): + for function_name, args in calls: + # Only consider function calls taking one argument. + if len(args) != 1: + continue + package = args[0] + try: + if function_name in need_metadata: + out.update(copy_metadata(package)) + elif function_name in need_recursive_metadata: + out.update(copy_metadata(package, recursive=True)) + + except importlib_metadata.PackageNotFoundError: + # Currently, we opt to silently skip over missing metadata. + continue + + return out + + def get_collected_packages(self) -> list: + """ + Return the list of collected python packages. + """ + # `node.identifier` might be an instance of `modulegraph.Alias`, hence explicit conversion to `str`. + return [ + str(node.identifier) for node in self.iter_graph(start=self._top_script_node) + if type(node).__name__ == 'Package' + ] + + def make_hook_binaries_toc(self) -> list: + """ + Return the TOC list of binaries collected by hooks." + """ + toc = [] + for node in self.iter_graph(start=self._top_script_node): + module_name = str(node.identifier) + for dest_name, src_name in self._additional_files_cache.binaries(module_name): + toc.append((dest_name, src_name, 'BINARY')) + + return toc + + def make_hook_datas_toc(self) -> list: + """ + Return the TOC list of data files collected by hooks." + """ + toc = [] + for node in self.iter_graph(start=self._top_script_node): + module_name = str(node.identifier) + for dest_name, src_name in self._additional_files_cache.datas(module_name): + toc.append((dest_name, src_name, 'DATA')) + + return toc + + +_cached_module_graph_ = None + + +def initialize_modgraph(excludes=(), user_hook_dirs=()): + """ + Create the cached module graph. + + This function might appear weird but is necessary for speeding up test runtime because it allows caching basic + ModuleGraph object that gets created for 'base_library.zip'. + + Parameters + ---------- + excludes : list + List of the fully-qualified names of all modules to be "excluded" and hence _not_ frozen into the executable. + user_hook_dirs : list + List of the absolute paths of all directories containing user-defined hooks for the current application or + `None` if no such directories were specified. + + Returns + ---------- + PyiModuleGraph + Module graph with core dependencies. + """ + # Normalize parameters to ensure tuples and make comparison work. + user_hook_dirs = user_hook_dirs or () + excludes = excludes or () + + # Ensure that __main__ is always excluded from the modulegraph, to prevent accidentally pulling PyInstaller itself + # into the modulegraph. This seems to happen on Windows, because modulegraph is able to resolve `__main__` as + # `.../PyInstaller.exe/__main__.py` and analyze it. The `__main__` has a different meaning during analysis compared + # to the program run-time, when it refers to the program's entry-point (which would always be part of the + # modulegraph anyway, by virtue of being the starting point of the analysis). + if "__main__" not in excludes: + excludes += ("__main__",) + + # If there is a graph cached with the same excludes, reuse it. See ``PyiModulegraph._reset()`` for what is + # reset. This cache is used primarily to speed up the test-suite. Fixture `pyi_modgraph` calls this function with + # empty excludes, creating a graph suitable for the huge majority of tests. + global _cached_module_graph_ + if _cached_module_graph_ and _cached_module_graph_._excludes == excludes: + logger.info('Reusing cached module dependency graph...') + graph = deepcopy(_cached_module_graph_) + graph._reset(user_hook_dirs) + return graph + + logger.info('Initializing module dependency graph...') + + # Construct the initial module graph by analyzing all import statements. + graph = PyiModuleGraph( + HOMEPATH, + excludes=excludes, + # get_implies() are hidden imports known by modulgraph. + implies=get_implies(), + user_hook_dirs=user_hook_dirs, + ) + + if not _cached_module_graph_: + # Only cache the first graph, see above for explanation. + logger.info('Caching module dependency graph...') + # cache a deep copy of the graph + _cached_module_graph_ = deepcopy(graph) + # Clear data which does not need to be copied from the cached graph since it will be reset by + # ``PyiModulegraph._reset()`` anyway. + _cached_module_graph_._hooks = None + _cached_module_graph_._hooks_pre_safe_import_module = None + _cached_module_graph_._hooks_pre_find_module_path = None + + return graph + + +def get_bootstrap_modules(): + """ + Get TOC with the bootstrapping modules and their dependencies. + :return: TOC with modules + """ + # Import 'struct' modules to get real paths to module file names. + mod_struct = __import__('struct') + # Basic modules necessary for the bootstrap process. + loader_mods = list() + loaderpath = os.path.join(HOMEPATH, 'PyInstaller', 'loader') + # On some platforms (Windows, Debian/Ubuntu) '_struct' and zlib modules are built-in modules (linked statically) + # and thus does not have attribute __file__. 'struct' module is required for reading Python bytecode from + # executable. 'zlib' is required to decompress this bytecode. + for mod_name in ['_struct', 'zlib']: + mod = __import__(mod_name) # C extension. + if hasattr(mod, '__file__'): + mod_file = os.path.abspath(mod.__file__) + if os.path.basename(os.path.dirname(mod_file)) == 'lib-dynload': + # Divert extensions originating from python's lib-dynload directory, to match behavior of #5604. + mod_name = os.path.join('lib-dynload', mod_name) + loader_mods.append(add_suffix_to_extension(mod_name, mod_file, 'EXTENSION')) + loader_mods.append(('struct', os.path.abspath(mod_struct.__file__), 'PYMODULE')) + # Loader/bootstrap modules. + # NOTE: These modules should be kept simple without any complicated dependencies. + loader_mods += [ + ('pyimod01_archive', os.path.join(loaderpath, 'pyimod01_archive.py'), 'PYMODULE'), + ('pyimod02_importers', os.path.join(loaderpath, 'pyimod02_importers.py'), 'PYMODULE'), + ('pyimod03_ctypes', os.path.join(loaderpath, 'pyimod03_ctypes.py'), 'PYMODULE'), + ] + if is_win: + loader_mods.append(('pyimod04_pywin32', os.path.join(loaderpath, 'pyimod04_pywin32.py'), 'PYMODULE')) + # The bootstrap script + loader_mods.append(('pyiboot01_bootstrap', os.path.join(loaderpath, 'pyiboot01_bootstrap.py'), 'PYSOURCE')) + return loader_mods diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/bindepend.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/bindepend.py new file mode 100755 index 0000000..0178fe4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/bindepend.py @@ -0,0 +1,909 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Find external dependencies of binary libraries. +""" + +import ctypes.util +import os +import pathlib +import re +import sys +import sysconfig +import subprocess + +from PyInstaller import compat +from PyInstaller import log as logging +from PyInstaller.depend import dylib, utils +from PyInstaller.utils.win32 import winutils + +if compat.is_darwin: + import PyInstaller.utils.osx as osxutils + +logger = logging.getLogger(__name__) + +_exe_machine_type = None +if compat.is_win: + _exe_machine_type = winutils.get_pe_file_machine_type(compat.python_executable) + +#- High-level binary dependency analysis + + +def _get_paths_for_parent_directory_preservation(): + """ + Return list of paths that serve as prefixes for parent-directory preservation of collected binaries and/or + shared libraries. If a binary is collected from a location that starts with a path from this list, the relative + directory structure is preserved within the frozen application bundle; otherwise, the binary is collected to the + frozen application's top-level directory. + """ + + # Use only site-packages paths. We have no control over contents of `sys.path`, so using all paths from that may + # lead to unintended behavior in corner cases. For example, if `sys.path` contained the drive root (see #7028), + # all paths that do not match some other sub-path rooted in that drive will end up recognized as relative to the + # drive root. In such case, any DLL collected from `c:\Windows\system32` will be collected into `Windows\system32` + # sub-directory; ucrt DLLs collected from MSVC or Windows SDK installed in `c:\Program Files\...` will end up + # collected into `Program Files\...` subdirectory; etc. + # + # On the other hand, the DLL parent directory preservation is primarily aimed at packages installed via PyPI + # wheels, which are typically installed into site-packages. Therefore, limiting the directory preservation for + # shared libraries collected from site-packages should do the trick, and should be reasonably safe. + import site + + orig_paths = site.getsitepackages() + orig_paths.append(site.getusersitepackages()) + + # Explicitly excluded paths. `site.getsitepackages` seems to include `sys.prefix`, which we need to exclude, to + # avoid issue swith DLLs in its sub-directories. We need both resolved and unresolved variant to handle cases + # where `base_prefix` itself is a symbolic link (e.g., `scoop`-installed python on Windows, see #8023). + excluded_paths = { + pathlib.Path(sys.base_prefix), + pathlib.Path(sys.base_prefix).resolve(), + pathlib.Path(sys.prefix), + pathlib.Path(sys.prefix).resolve(), + } + + # For each path in orig_paths, append a resolved variant. This helps with linux venv where we need to consider + # both `venv/lib/python3.11/site-packages` and `venv/lib/python3.11/site-packages` and `lib64` is a symlink + # to `lib`. + orig_paths += [pathlib.Path(path).resolve() for path in orig_paths] + + paths = set() + for path in orig_paths: + if not path: + continue + path = pathlib.Path(path) + # Filter out non-directories (e.g., /path/to/python3x.zip) or non-existent paths + if not path.is_dir(): + continue + # Filter out explicitly excluded paths + if path in excluded_paths: + continue + paths.add(path) + + # Sort by length (in term of path components) to ensure match against the longest common prefix (for example, match + # /path/to/venv/lib/site-packages instead of /path/to/venv when both paths are in site paths). + paths = sorted(paths, key=lambda x: len(x.parents), reverse=True) + + return paths + + +def _select_destination_directory(src_filename, parent_dir_preservation_paths): + # Check parent directory preservation paths + for parent_dir_preservation_path in parent_dir_preservation_paths: + if parent_dir_preservation_path in src_filename.parents: + # Collect into corresponding sub-directory. + return src_filename.relative_to(parent_dir_preservation_path) + + # Collect into top-level directory. + return src_filename.name + + +def binary_dependency_analysis(binaries, search_paths=None): + """ + Perform binary dependency analysis on the given TOC list of collected binaries, by recursively scanning each binary + for linked dependencies (shared library imports). Returns new TOC list that contains both original entries and their + binary dependencies. + + Additional search paths for dependencies' full path resolution may be supplied via optional argument. + """ + + # Get all path prefixes for binaries' parent-directory preservation. For binaries collected from packages in (for + # example) site-packages directory, we should try to preserve the parent directory structure. + parent_dir_preservation_paths = _get_paths_for_parent_directory_preservation() + + # Keep track of processed binaries and processed dependencies. + processed_binaries = set() + processed_dependencies = set() + + # Keep track of unresolved dependencies, in order to defer the missing-library warnings until after everything has + # been processed. This allows us to suppress warnings for dependencies that end up being collected anyway; for + # details, see the end of this function. + missing_dependencies = [] + + # Populate output TOC with input binaries - this also serves as TODO list, as we iterate over it while appending + # new entries at the end. + output_toc = binaries[:] + for dest_name, src_name, typecode in output_toc: + # Do not process symbolic links (already present in input TOC list, or added during analysis below). + if typecode == 'SYMLINK': + continue + + # Keep track of processed binaries, to avoid unnecessarily repeating analysis of the same file. Use pathlib.Path + # to avoid having to worry about case normalization. + src_path = pathlib.Path(src_name) + if src_path in processed_binaries: + continue + processed_binaries.add(src_path) + + logger.debug("Analyzing binary %r", src_name) + + # Analyze imports (linked dependencies) + for dep_name, dep_src_path in get_imports(src_name, search_paths): + logger.debug("Processing dependency, name: %r, resolved path: %r", dep_name, dep_src_path) + + # Skip unresolved dependencies. Defer the missing-library warnings until after binary dependency analysis + # is complete. + if not dep_src_path: + missing_dependencies.append((dep_name, src_name)) + continue + + # Compare resolved dependency against global inclusion/exclusion rules. + if not dylib.include_library(dep_src_path): + logger.debug("Skipping dependency %r due to global exclusion rules.", dep_src_path) + continue + + dep_src_path = pathlib.Path(dep_src_path) # Turn into pathlib.Path for subsequent processing + + # Avoid processing this dependency if we have already processed it. + if dep_src_path in processed_dependencies: + logger.debug("Skipping dependency %r due to prior processing.", str(dep_src_path)) + continue + processed_dependencies.add(dep_src_path) + + # Try to preserve parent directory structure, if applicable. + # NOTE: do not resolve the source path, because on macOS and linux, it may be a versioned .so (e.g., + # libsomething.so.1, pointing at libsomething.so.1.2.3), and we need to collect it under original name! + dep_dest_path = _select_destination_directory(dep_src_path, parent_dir_preservation_paths) + dep_dest_path = pathlib.PurePath(dep_dest_path) # Might be a str() if it is just a basename... + + # If we are collecting library into top-level directory on macOS, check whether it comes from a + # .framework bundle. If it does, re-create the .framework bundle in the top-level directory + # instead. + if compat.is_darwin and dep_dest_path.parent == pathlib.PurePath('.'): + if osxutils.is_framework_bundle_lib(dep_src_path): + # dst_src_path is parent_path/Name.framework/Versions/Current/Name + framework_parent_path = dep_src_path.parent.parent.parent.parent + dep_dest_path = pathlib.PurePath(dep_src_path.relative_to(framework_parent_path)) + + logger.debug("Collecting dependency %r as %r.", str(dep_src_path), str(dep_dest_path)) + output_toc.append((str(dep_dest_path), str(dep_src_path), 'BINARY')) + + # On non-Windows, if we are not collecting the binary into application's top-level directory ('.'), + # add a symbolic link from top-level directory to the actual location. This is to accommodate + # LD_LIBRARY_PATH being set to the top-level application directory on linux (although library search + # should be mostly done via rpaths, so this might be redundant) and to accommodate library path + # rewriting on macOS, which assumes that the library was collected into top-level directory. + if not compat.is_win and dep_dest_path.parent != pathlib.PurePath('.'): + logger.debug("Adding symbolic link from %r to top-level application directory.", str(dep_dest_path)) + output_toc.append((str(dep_dest_path.name), str(dep_dest_path), 'SYMLINK')) + + # Display warnings about missing dependencies + seen_binaries = set([ + os.path.normcase(os.path.basename(src_name)) for dest_name, src_name, typecode in output_toc + if typecode != 'SYMLINK' + ]) + for dependency_name, referring_binary in missing_dependencies: + # Ignore libraries that we would not collect in the first place. + if not dylib.include_library(dependency_name): + continue + # Apply global warning suppression rules. + if not dylib.warn_missing_lib(dependency_name): + continue + # If the binary with a matching basename happens to be among the discovered binaries, suppress the message as + # well. This might happen either because the library was collected by some other mechanism (for example, via + # hook, or supplied by the user), or because it was discovered during the analysis of another binary (which, + # for example, had properly set run-paths on Linux/macOS or was located next to that other analyzed binary on + # Windows). + if os.path.normcase(os.path.basename(dependency_name)) in seen_binaries: + continue + logger.warning("Library not found: could not resolve %r, dependency of %r.", dependency_name, referring_binary) + + return output_toc + + +#- Low-level import analysis + + +def get_imports(filename, search_paths=None): + """ + Analyze the given binary file (shared library or executable), and obtain the list of shared libraries it imports + (i.e., link-time dependencies). + + Returns set of tuples (name, fullpath). The name component is the referenced name, and on macOS, may not be just + a base name. If the library's full path cannot be resolved, fullpath element is None. + + Additional list of search paths may be specified via `search_paths`, to be used as a fall-back when the + platform-specific resolution mechanism fails to resolve a library fullpath. + """ + if compat.is_win: + if filename.lower().endswith(".manifest"): + return [] + return _get_imports_pefile(filename, search_paths) + elif compat.is_darwin: + return _get_imports_macholib(filename, search_paths) + else: + return _get_imports_ldd(filename, search_paths) + + +def _get_imports_pefile(filename, search_paths): + """ + Windows-specific helper for `get_imports`, which uses the `pefile` library to walk through PE header. + """ + import pefile + + output = set() + + # By default, pefile library parses all PE information. We are only interested in the list of dependent dlls. + # Performance is improved by reading only needed information. https://code.google.com/p/pefile/wiki/UsageExamples + pe = pefile.PE(filename, fast_load=True) + pe.parse_data_directories( + directories=[ + pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_IMPORT'], + pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_EXPORT'], + ], + forwarded_exports_only=True, + import_dllnames_only=True, + ) + + # If a library has no binary dependencies, pe.DIRECTORY_ENTRY_IMPORT does not exist. + for entry in getattr(pe, 'DIRECTORY_ENTRY_IMPORT', []): + dll_str = entry.dll.decode('utf-8') + output.add(dll_str) + + # We must also read the exports table to find forwarded symbols: + # http://blogs.msdn.com/b/oldnewthing/archive/2006/07/19/671238.aspx + exported_symbols = getattr(pe, 'DIRECTORY_ENTRY_EXPORT', None) + if exported_symbols: + for symbol in exported_symbols.symbols: + if symbol.forwarder is not None: + # symbol.forwarder is a bytes object. Convert it to a string. + forwarder = symbol.forwarder.decode('utf-8') + # symbol.forwarder is for example 'KERNEL32.EnterCriticalSection' + dll = forwarder.split('.')[0] + output.add(dll + ".dll") + + pe.close() + + # Attempt to resolve full paths to referenced DLLs. Always add the input binary's parent directory to the search + # paths. + search_paths = [os.path.dirname(filename)] + (search_paths or []) + output = {(lib, resolve_library_path(lib, search_paths)) for lib in output} + + return output + + +def _get_imports_ldd(filename, search_paths): + """ + Helper for `get_imports`, which uses `ldd` to analyze shared libraries. Used on Linux and other POSIX-like platforms + (with exception of macOS). + """ + + output = set() + + # Output of ldd varies between platforms... + if compat.is_aix: + # Match libs of the form + # 'archivelib.a(objectmember.so/.o)' + # or + # 'sharedlib.so' + # Will not match the fake lib '/unix' + LDD_PATTERN = re.compile(r"^\s*(((?P(.*\.a))(?P\(.*\)))|((?P(.*\.so))))$") + elif compat.is_hpux: + # Match libs of the form + # 'sharedlib.so => full-path-to-lib + # e.g. + # 'libpython2.7.so => /usr/local/lib/hpux32/libpython2.7.so' + LDD_PATTERN = re.compile(r"^\s+(.*)\s+=>\s+(.*)$") + elif compat.is_solar: + # Match libs of the form + # 'sharedlib.so => full-path-to-lib + # e.g. + # 'libpython2.7.so.1.0 => /usr/local/lib/libpython2.7.so.1.0' + # Will not match the platform specific libs starting with '/platform' + LDD_PATTERN = re.compile(r"^\s+(.*)\s+=>\s+(.*)$") + else: + LDD_PATTERN = re.compile(r"\s*(.*?)\s+=>\s+(.*?)\s+\(.*\)") + + p = subprocess.run( + ['ldd', filename], + stdin=subprocess.DEVNULL, + stderr=subprocess.PIPE, + stdout=subprocess.PIPE, + encoding='utf-8', + ) + + for line in p.stderr.splitlines(): + if not line: + continue + # Python extensions (including stdlib ones) are not linked against python.so but rely on Python's symbols having + # already been loaded into symbol space at runtime. musl's ldd issues a series of harmless warnings to stderr + # telling us that those symbols are unfindable. These should be suppressed. + elif line.startswith("Error relocating ") and line.endswith(" symbol not found"): + continue + # Propagate any other warnings it might have. + print(line, file=sys.stderr) + + for line in p.stdout.splitlines(): + name = None # Referenced name + lib = None # Resolved library path + + m = LDD_PATTERN.search(line) + if m: + if compat.is_aix: + libarchive = m.group('libarchive') + if libarchive: + # We matched an archive lib with a request for a particular embedded shared object. + # 'archivelib.a(objectmember.so/.o)' + lib = libarchive + name = os.path.basename(lib) + m.group('objectmember') + else: + # We matched a stand-alone shared library. + # 'sharedlib.so' + lib = m.group('libshared') + name = os.path.basename(lib) + elif compat.is_hpux: + name, lib = m.group(1), m.group(2) + else: + name, lib = m.group(1), m.group(2) + if name[:10] in ('linux-gate', 'linux-vdso'): + # linux-gate is a fake library which does not exist and should be ignored. See also: + # http://www.trilithium.com/johan/2005/08/linux-gate/ + continue + + if compat.is_cygwin: + # exclude Windows system library + if lib.lower().startswith('/cygdrive/c/windows/system'): + continue + + # Reset library path if it does not exist + if not os.path.exists(lib): + lib = None + elif line.endswith("not found"): + # On glibc-based linux distributions, missing libraries are marked with name.so => not found + tokens = line.split('=>') + if len(tokens) != 2: + continue + name = tokens[0].strip() + lib = None + else: + # TODO: should we warn about unprocessed lines? + continue + + # Fall back to searching the supplied search paths, if any. + if not lib: + lib = _resolve_library_path_in_search_paths( + os.path.basename(name), # Search for basename of the referenced name. + search_paths, + ) + + # Normalize the resolved path, to remove any extraneous "../" elements. + if lib: + lib = os.path.normpath(lib) + + # Return referenced name as-is instead of computing a basename, to provide additional context when library + # cannot be resolved. + output.add((name, lib)) + + return output + + +def _get_imports_macholib(filename, search_paths): + """ + macOS-specific helper for `get_imports`, which uses `macholib` to analyze library load commands in Mach-O headers. + """ + from macholib.dyld import dyld_find + from macholib.mach_o import LC_RPATH + from macholib.MachO import MachO + + output = set() + referenced_libs = set() # Libraries referenced in Mach-O headers. + + # Parent directory of the input binary and parent directory of python executable, used to substitute @loader_path + # and @executable_path. The MacOS dylib loader (dyld) fully resolves the symbolic links when using @loader_path + # and @executable_path references, so we need to do the same using `os.path.realpath`. + bin_path = os.path.dirname(os.path.realpath(filename)) + python_bin_path = os.path.dirname(os.path.realpath(sys.executable)) + + # Walk through Mach-O headers, and collect all referenced libraries. + m = MachO(filename) + for header in m.headers: + for idx, name, lib in header.walkRelocatables(): + referenced_libs.add(lib) + + # Find LC_RPATH commands to collect rpaths. macholib does not handle @rpath, so we need to handle run paths + # ourselves. + run_paths = set() + for header in m.headers: + for command in header.commands: + # A command is a tuple like: + # (, + # , + # '../lib\x00\x00') + cmd_type = command[0].cmd + if cmd_type == LC_RPATH: + rpath = command[2].decode('utf-8') + # Remove trailing '\x00' characters. E.g., '../lib\x00\x00' + rpath = rpath.rstrip('\x00') + # If run path starts with @, ensure it starts with either @loader_path or @executable_path. We cannot + # process anything else. + if rpath.startswith("@") and not rpath.startswith(("@executable_path", "@loader_path")): + logger.warning("Unsupported rpath format %r found in binary %r - ignoring...", rpath, filename) + continue + run_paths.add(rpath) + + # For distributions like Anaconda, all of the dylibs are stored in the lib directory of the Python distribution, not + # alongside of the .so's in each module's subdirectory. Usually, libraries using @rpath to reference their + # dependencies also set up their run-paths via LC_RPATH commands. However, they are not strictly required to do so, + # because run-paths are inherited from the process within which the libraries are loaded. Therefore, if the python + # executable uses an LC_RPATH command to set up run-path that resolves the shared lib directory (for example, + # `@loader_path/../lib` in case of the Anaconda python), all libraries loaded within the python process are able + # to resolve the shared libraries within the environment's shared lib directory without using LC_RPATH commands + # themselves. + # + # Our analysis does not account for inherited run-paths, and we attempt to work around this limitation by + # registering the following fall-back run-path. + run_paths.add(os.path.join(compat.base_prefix, 'lib')) + + def _resolve_using_loader_path(lib, bin_path, python_bin_path): + # macholib does not support @loader_path, so replace it with @executable_path. Strictly speaking, @loader_path + # should be anchored to parent directory of analyzed binary (`bin_path`), while @executable_path should be + # anchored to the parent directory of the process' executable. Typically, this would be python executable + # (`python_bin_path`), unless we are analyzing a collected 3rd party executable. In that case, `bin_path` + # is correct option. So we first try resolving using `bin_path`, and then fall back to `python_bin_path`. + # This does not account for transitive run paths of higher-order dependencies, but there is only so much we + # can do here... + if lib.startswith('@loader_path'): + lib = lib.replace('@loader_path', '@executable_path') + + try: + # Try resolving with binary's path first... + return dyld_find(lib, executable_path=bin_path) + except ValueError: + # ... and fall-back to resolving with python executable's path + try: + return dyld_find(lib, executable_path=python_bin_path) + except ValueError: + return None + + def _resolve_using_path(lib): + try: + return dyld_find(lib) + except ValueError: + return None + + # Try to resolve full path of the referenced libraries. + for referenced_lib in referenced_libs: + resolved_lib = None + + # If path starts with @rpath, we have to handle it ourselves. + if referenced_lib.startswith('@rpath'): + lib = os.path.join(*referenced_lib.split(os.sep)[1:]) # Remove the @rpath/ prefix + + # Try all run paths. + for run_path in run_paths: + # Join the path. + lib_path = os.path.join(run_path, lib) + + if lib_path.startswith(("@executable_path", "@loader_path")): + # Run path starts with @executable_path or @loader_path. + lib_path = _resolve_using_loader_path(lib_path, bin_path, python_bin_path) + else: + # If run path was relative, anchor it to binary's location. + if not os.path.isabs(lib_path): + os.path.join(bin_path, lib_path) + lib_path = _resolve_using_path(lib_path) + + if lib_path and os.path.exists(lib_path): + resolved_lib = lib_path + break + else: + if referenced_lib.startswith(("@executable_path", "@loader_path")): + resolved_lib = _resolve_using_loader_path(referenced_lib, bin_path, python_bin_path) + else: + resolved_lib = _resolve_using_path(referenced_lib) + + # Fall back to searching the supplied search paths, if any. + if not resolved_lib: + resolved_lib = _resolve_library_path_in_search_paths( + os.path.basename(referenced_lib), # Search for basename of the referenced name. + search_paths, + ) + + # Normalize the resolved path, to remove any extraneous "../" elements. + if resolved_lib: + resolved_lib = os.path.normpath(resolved_lib) + + # Return referenced library name as-is instead of computing a basename. Full referenced name carries additional + # information that might be useful for the caller to determine how to deal with unresolved library (e.g., ignore + # unresolved libraries that are supposed to be located in system-wide directories). + output.add((referenced_lib, resolved_lib)) + + return output + + +#- Library full path resolution + + +def resolve_library_path(name, search_paths=None): + """ + Given a library name, attempt to resolve full path to that library. The search for library is done via + platform-specific mechanism and fall back to optionally-provided list of search paths. Returns None if library + cannot be resolved. If give library name is already an absolute path, the given path is returned without any + processing. + """ + # No-op if path is already absolute. + if os.path.isabs(name): + return name + + if compat.is_unix: + # Use platform-specific helper. + fullpath = _resolve_library_path_unix(name) + if fullpath: + return fullpath + # Fall back to searching the supplied search paths, if any + return _resolve_library_path_in_search_paths(name, search_paths) + elif compat.is_win: + # Try the caller-supplied search paths, if any. + fullpath = _resolve_library_path_in_search_paths(name, search_paths) + if fullpath: + return fullpath + + # Fall back to default Windows search paths, using the PATH environment variable (which should also include + # the system paths, such as c:\windows and c:\windows\system32) + win_search_paths = [path for path in compat.getenv('PATH', '').split(os.pathsep) if path] + return _resolve_library_path_in_search_paths(name, win_search_paths) + else: + return ctypes.util.find_library(name) + + return None + + +# Compatibility aliases for hooks from contributed hooks repository. All of these now point to the high-level +# `resolve_library_path`. +findLibrary = resolve_library_path +findSystemLibrary = resolve_library_path + + +def _resolve_library_path_in_search_paths(name, search_paths=None): + """ + Low-level helper for resolving given library name to full path in given list of search paths. + """ + for search_path in search_paths or []: + fullpath = os.path.join(search_path, name) + if not os.path.isfile(fullpath): + continue + + # On Windows, ensure that architecture matches that of running python interpreter. + if compat.is_win: + try: + dll_machine_type = winutils.get_pe_file_machine_type(fullpath) + except Exception: + # A search path might contain a DLL that we cannot analyze; for example, a stub file. Skip over. + continue + if dll_machine_type != _exe_machine_type: + continue + + return os.path.normpath(fullpath) + + return None + + +def _resolve_library_path_unix(name): + """ + UNIX-specific helper for resolving library path. + + Emulates the algorithm used by dlopen. `name` must include the prefix, e.g., ``libpython2.4.so``. + """ + assert compat.is_unix, "Current implementation for Unix only (Linux, Solaris, AIX, FreeBSD)" + + # Look in the LD_LIBRARY_PATH according to platform. + if compat.is_aix: + lp = compat.getenv('LIBPATH', '') + elif compat.is_darwin: + lp = compat.getenv('DYLD_LIBRARY_PATH', '') + else: + lp = compat.getenv('LD_LIBRARY_PATH', '') + lib = _which_library(name, filter(None, lp.split(os.pathsep))) + + # Look in /etc/ld.so.cache + # Solaris does not have /sbin/ldconfig. Just check if this file exists. + if lib is None: + utils.load_ldconfig_cache() + lib = utils.LDCONFIG_CACHE.get(name) + if lib: + assert os.path.isfile(lib) + + # Look in the known safe paths. + if lib is None: + # Architecture independent locations. + paths = ['/lib', '/usr/lib'] + # Architecture dependent locations. + if compat.architecture == '32bit': + paths.extend(['/lib32', '/usr/lib32']) + else: + paths.extend(['/lib64', '/usr/lib64']) + # Machine dependent locations. + if compat.machine == 'intel': + if compat.architecture == '32bit': + paths.extend(['/usr/lib/i386-linux-gnu']) + else: + paths.extend(['/usr/lib/x86_64-linux-gnu']) + + # On Debian/Ubuntu /usr/bin/python is linked statically with libpython. Newer Debian/Ubuntu with multiarch + # support puts the libpythonX.Y.so in paths like /usr/lib/i386-linux-gnu/. Try to query the arch-specific + # sub-directory, if available. + arch_subdir = sysconfig.get_config_var('multiarchsubdir') + if arch_subdir: + arch_subdir = os.path.basename(arch_subdir) + paths.append(os.path.join('/usr/lib', arch_subdir)) + else: + logger.debug('Multiarch directory not detected.') + + # Termux (a Ubuntu like subsystem for Android) has an additional libraries directory. + if os.path.isdir('/data/data/com.termux/files/usr/lib'): + paths.append('/data/data/com.termux/files/usr/lib') + + if compat.is_aix: + paths.append('/opt/freeware/lib') + elif compat.is_hpux: + if compat.architecture == '32bit': + paths.append('/usr/local/lib/hpux32') + else: + paths.append('/usr/local/lib/hpux64') + elif compat.is_freebsd or compat.is_openbsd: + paths.append('/usr/local/lib') + lib = _which_library(name, paths) + + # Give up :( + if lib is None: + return None + + # Resolve the file name into the soname + if compat.is_freebsd or compat.is_aix or compat.is_openbsd: + # On FreeBSD objdump does not show SONAME, and on AIX objdump does not exist, so we just return the lib we + # have found. + return lib + else: + dir = os.path.dirname(lib) + return os.path.join(dir, _get_so_name(lib)) + + +def _which_library(name, dirs): + """ + Search for a shared library in a list of directories. + + Args: + name: + The library name including the `lib` prefix but excluding any `.so` suffix. + dirs: + An iterable of folders to search in. + Returns: + The path to the library if found or None otherwise. + + """ + matcher = _library_matcher(name) + for path in filter(os.path.exists, dirs): + for _path in os.listdir(path): + if matcher(_path): + return os.path.join(path, _path) + + +def _library_matcher(name): + """ + Create a callable that matches libraries if **name** is a valid library prefix for input library full names. + """ + return re.compile(name + r"[0-9]*\.").match + + +def _get_so_name(filename): + """ + Return the soname of a library. + + Soname is useful when there are multiple symplinks to one library. + """ + # TODO verify that objdump works on other unixes and not Linux only. + cmd = ["objdump", "-p", filename] + pattern = r'\s+SONAME\s+([^\s]+)' + if compat.is_solar: + cmd = ["elfdump", "-d", filename] + pattern = r'\s+SONAME\s+[^\s]+\s+([^\s]+)' + m = re.search(pattern, compat.exec_command(*cmd)) + return m.group(1) + + +#- Python shared library search + + +def get_python_library_path(): + """ + Find dynamic Python library that will be bundled with frozen executable. + + NOTE: This is a fallback option when the Python executable is likely statically linked with the Python library and + we need to search more for it. For example, this is the case on Debian/Ubuntu. + + Return full path to Python dynamic library or None when not found. + + We need to know name of the Python dynamic library for the bootloader. Bootloader has to know what library to + load and not try to guess. + + Some linux distributions (e.g. debian-based) statically link the Python executable to the libpython, + so bindepend does not include it in its output. In this situation let's try to find it. + + Custom Mac OS builds could possibly also have non-framework style libraries, so this method also checks for that + variant as well. + """ + def _find_lib_in_libdirs(*libdirs): + for libdir in libdirs: + for name in compat.PYDYLIB_NAMES: + full_path = os.path.join(libdir, name) + if not os.path.exists(full_path): + continue + # Resolve potential symbolic links to achieve consistent results with linker-based search; e.g., on + # POSIX systems, linker resolves unversioned library names (python3.X.so) to versioned ones + # (libpython3.X.so.1.0) due to former being symbolic linkes to the latter. See #6831. + full_path = os.path.realpath(full_path) + if not os.path.exists(full_path): + continue + return full_path + return None + + # If this is Microsoft App Store Python, check the compat.base_path first. While compat.python_executable resolves + # to actual python.exe file, the latter contains a relative library reference that we fail to properly resolve. + if compat.is_ms_app_store: + python_libname = _find_lib_in_libdirs(compat.base_prefix) + if python_libname: + return python_libname + + # Try to get Python library name from the Python executable. It assumes that Python library is not statically + # linked. + imported_libraries = get_imports(compat.python_executable) # (name, fullpath) tuples + for _, lib_path in imported_libraries: + if lib_path is None: + continue # Skip unresolved imports + for name in compat.PYDYLIB_NAMES: + if os.path.normcase(os.path.basename(lib_path)) == name: + # Python library found. Return absolute path to it. + return lib_path + + # Python library NOT found. Resume searching using alternative methods. + + # Work around for python venv having VERSION.dll rather than pythonXY.dll + if compat.is_win and any([os.path.normcase(lib_name) == 'version.dll' for lib_name, _ in imported_libraries]): + pydll = 'python%d%d.dll' % sys.version_info[:2] + return resolve_library_path(pydll, [os.path.dirname(compat.python_executable)]) + + # Applies only to non Windows platforms and conda. + + if compat.is_conda: + # Conda needs to be the first here since it overrules the operating system specific paths. + python_libname = _find_lib_in_libdirs(os.path.join(compat.base_prefix, 'lib')) + if python_libname: + return python_libname + + elif compat.is_unix: + for name in compat.PYDYLIB_NAMES: + python_libname = findLibrary(name) + if python_libname: + return python_libname + + if compat.is_darwin or compat.is_linux: + # On MacPython, Analysis.assemble is able to find the libpython with no additional help, asking for + # sys.executable dependencies. However, this fails on system python, because the shared library is not listed as + # a dependency of the binary (most probably it is opened at runtime using some dlopen trickery). This happens on + # Mac OS when Python is compiled as Framework. + # Linux using pyenv is similarly linked so that sys.executable dependencies does not yield libpython.so. + + # Python compiled as Framework contains same values in sys.prefix and exec_prefix. That is why we can use just + # sys.prefix. In virtualenv, PyInstaller is not able to find Python library. We need special care for this case. + python_libname = _find_lib_in_libdirs( + compat.base_prefix, + os.path.join(compat.base_prefix, 'lib'), + ) + if python_libname: + return python_libname + + # Python library NOT found. Return None and let the caller deal with this. + return None + + +#- Binary vs data (re)classification + + +def classify_binary_vs_data(filename): + """ + Classify the given file as either BINARY or a DATA, using appropriate platform-specific method. Returns 'BINARY' + or 'DATA' string depending on the determined file type, or None if classification cannot be performed (non-existing + file, missing tool, and other errors during classification). + """ + + # We cannot classify non-existent files. + if not os.path.isfile(filename): + return None + + # Use platform-specific implementation. + return _classify_binary_vs_data(filename) + + +if compat.is_linux: + + def _classify_binary_vs_data(filename): + # First check for ELF signature, in order to avoid calling `objdump` on every data file, which can be costly. + try: + with open(filename, 'rb') as fp: + sig = fp.read(4) + except Exception: + return None + + if sig != b"\x7FELF": + return "DATA" + + # Verify the binary by checking if `objdump` recognizes the file. The preceding ELF signature check should + # ensure that this is an ELF file, while this check should ensure that it is a valid ELF file. In the future, + # we could try checking that the architecture matches the running platform. + cmd_args = ['objdump', '-a', filename] + try: + p = subprocess.run( + cmd_args, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + stdin=subprocess.DEVNULL, + encoding='utf8', + ) + except Exception: + return None # Failed to run `objdump` or `objdump` unavailable. + + return 'BINARY' if p.returncode == 0 else 'DATA' + +elif compat.is_win: + + def _classify_binary_vs_data(filename): + # See if the file can be opened using `pefile`. + import pefile + + try: + pe = pefile.PE(filename, fast_load=True) # noqa: F841 + return 'BINARY' + except Exception: + # TODO: catch only `pefile.PEFormatError`? + pass + + return 'DATA' + +elif compat.is_darwin: + + def _classify_binary_vs_data(filename): + # See if the file can be opened using `macholib`. + import macholib.MachO + + try: + macho = macholib.MachO.MachO(filename) # noqa: F841 + return 'BINARY' + except Exception: + # TODO: catch only `ValueError`? + pass + + return 'DATA' + +else: + + def _classify_binary_vs_data(filename): + # Classification not implemented for the platform. + return None diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/bytecode.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/bytecode.py new file mode 100755 index 0000000..72faade --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/bytecode.py @@ -0,0 +1,327 @@ +# -*- coding: utf-8 -*- +""" +Tools for searching bytecode for key statements that indicate the need for additional resources, such as data files +and package metadata. + +By *bytecode* I mean the ``code`` object given by ``compile()``, accessible from the ``__code__`` attribute of any +non-builtin function or, in PyInstallerLand, the ``PyiModuleGraph.node("some.module").code`` attribute. The best +guide for bytecode format I have found is the disassembler reference: https://docs.python.org/3/library/dis.html + +This parser implementation aims to combine the flexibility and speed of regex with the clarity of the output of +``dis.dis(code)``. It has not achieved the 2nd, but C'est la vie... + +The biggest clarity killer here is the ``EXTENDED_ARG`` opcode which can appear almost anywhere and therefore needs +to be tiptoed around at every step. If this code needs to expand significantly, I would recommend an upgrade to a +regex-based grammar parsing library such as Reparse. This way, little steps like unpacking ``EXTENDED_ARGS`` can be +defined once then simply referenced forming a nice hierarchy rather than copied everywhere its needed. +""" + +import dis +import re +from types import CodeType +from typing import Pattern + +from PyInstaller import compat + +# opcode name -> opcode map +# Python 3.11 introduced specialized opcodes that are not covered by opcode.opmap (and equivalent dis.opmap), but dis +# has a private map of all opcodes called _all_opmap. So use the latter, if available. +opmap = getattr(dis, '_all_opmap', dis.opmap) + + +def _instruction_to_regex(x: str): + """ + Get a regex-escaped opcode byte from its human readable name. + """ + return re.escape(bytes([opmap[x]])) + + +def bytecode_regex(pattern: bytes, flags=re.VERBOSE | re.DOTALL): + """ + A regex-powered Python bytecode matcher. + + ``bytecode_regex`` provides a very thin wrapper around :func:`re.compile`. + + * Any opcode names wrapped in backticks are substituted for their corresponding opcode bytes. + * Patterns are compiled in VERBOSE mode by default so that whitespace and comments may be used. + + This aims to mirror the output of :func:`dis.dis`, which is far more readable than looking at raw byte strings. + """ + assert isinstance(pattern, bytes) + + # Replace anything wrapped in backticks with regex-escaped opcodes. + pattern = re.sub( + rb"`(\w+)`", + lambda m: _instruction_to_regex(m[1].decode()), + pattern, + ) + return re.compile(pattern, flags=flags) + + +def finditer(pattern: Pattern, string: bytes): + """ + Call ``pattern.finditer(string)``, but remove any matches beginning on an odd byte (i.e., matches where + match.start() is not a multiple of 2). + + This should be used to avoid false positive matches where a bytecode pair's argument is mistaken for an opcode. + """ + assert isinstance(string, bytes) + string = _cleanup_bytecode_string(string) + matches = pattern.finditer(string) + while True: + for match in matches: + if match.start() % 2 == 0: + # All is good. This match starts on an OPCODE. + yield match + else: + # This match has started on an odd byte, meaning that it is a false positive and should be skipped. + # There is a very slim chance that a genuine match overlaps this one and, because re.finditer() does not + # allow overlapping matches, it would be lost. To avoid that, restart the regex scan, starting at the + # next even byte. + matches = pattern.finditer(string, match.start() + 1) + break + else: + break + + +# Opcodes involved in function calls with constant arguments. The differences between python versions are handled by +# variables below, which are then used to construct the _call_function_bytecode regex. +# NOTE1: the _OPCODES_* entries are typically used in (non-capturing) groups that match the opcode plus an arbitrary +# argument. But because the entries themselves may contain more than on opcode (with OR operator between them), they +# themselves need to be enclosed in another (non-capturing) group. E.g., "(?:(?:_OPCODES_FUNCTION_GLOBAL).)". +# NOTE2: _OPCODES_EXTENDED_ARG2 is an exception, as it is used as a list of opcodes to exclude, i.e., +# "[^_OPCODES_EXTENDED_ARG2]". Therefore, multiple opcodes are not separated by the OR operator. +if not compat.is_py311: + # Python 3.7 introduced two new function-related opcodes, LOAD_METHOD and CALL_METHOD + _OPCODES_EXTENDED_ARG = rb"`EXTENDED_ARG`" + _OPCODES_EXTENDED_ARG2 = _OPCODES_EXTENDED_ARG + _OPCODES_FUNCTION_GLOBAL = rb"`LOAD_NAME`|`LOAD_GLOBAL`|`LOAD_FAST`" + _OPCODES_FUNCTION_LOAD = rb"`LOAD_ATTR`|`LOAD_METHOD`" + _OPCODES_FUNCTION_ARGS = rb"`LOAD_CONST`" + _OPCODES_FUNCTION_CALL = rb"`CALL_FUNCTION`|`CALL_METHOD`|`CALL_FUNCTION_EX`" + + def _cleanup_bytecode_string(bytecode): + return bytecode # Nothing to do here +elif not compat.is_py312: + # Python 3.11 removed CALL_FUNCTION and CALL_METHOD, and replaced them with PRECALL + CALL instruction sequence. + # As both PRECALL and CALL have the same parameter (the argument count), we need to match only up to the PRECALL. + # The CALL_FUNCTION_EX is still present. + # From Python 3.11b1 on, there is an EXTENDED_ARG_QUICK specialization opcode present. + _OPCODES_EXTENDED_ARG = rb"`EXTENDED_ARG`|`EXTENDED_ARG_QUICK`" + _OPCODES_EXTENDED_ARG2 = rb"`EXTENDED_ARG``EXTENDED_ARG_QUICK`" # Special case; see note above the if/else block! + _OPCODES_FUNCTION_GLOBAL = rb"`LOAD_NAME`|`LOAD_GLOBAL`|`LOAD_FAST`" + _OPCODES_FUNCTION_LOAD = rb"`LOAD_ATTR`|`LOAD_METHOD`" + _OPCODES_FUNCTION_ARGS = rb"`LOAD_CONST`" + _OPCODES_FUNCTION_CALL = rb"`PRECALL`|`CALL_FUNCTION_EX`" + + # Starting with python 3.11, the bytecode is peppered with CACHE instructions (which dis module conveniently hides + # unless show_caches=True is used). Dealing with these CACHE instructions in regex rules is going to render them + # unreadable, so instead we pre-process the bytecode and filter the offending opcodes out. + _cache_instruction_filter = bytecode_regex(rb"(`CACHE`.)|(..)") + + def _cleanup_bytecode_string(bytecode): + return _cache_instruction_filter.sub(rb"\2", bytecode) + +else: + # Python 3.12 merged EXTENDED_ARG_QUICK back in to EXTENDED_ARG, and LOAD_METHOD in to LOAD_ATTR + # PRECALL is no longer a valid key + _OPCODES_EXTENDED_ARG = rb"`EXTENDED_ARG`" + _OPCODES_EXTENDED_ARG2 = _OPCODES_EXTENDED_ARG + _OPCODES_FUNCTION_GLOBAL = rb"`LOAD_NAME`|`LOAD_GLOBAL`|`LOAD_FAST`" + _OPCODES_FUNCTION_LOAD = rb"`LOAD_ATTR`" + _OPCODES_FUNCTION_ARGS = rb"`LOAD_CONST`" + _OPCODES_FUNCTION_CALL = rb"`CALL`|`CALL_FUNCTION_EX`" + + _cache_instruction_filter = bytecode_regex(rb"(`CACHE`.)|(..)") + + def _cleanup_bytecode_string(bytecode): + return _cache_instruction_filter.sub(rb"\2", bytecode) + + +# language=PythonVerboseRegExp +_call_function_bytecode = bytecode_regex( + rb""" + # Matches `global_function('some', 'constant', 'arguments')`. + + # Load the global function. In code with >256 of names, this may require extended name references. + ( + (?:(?:""" + _OPCODES_EXTENDED_ARG + rb""").)* + (?:(?:""" + _OPCODES_FUNCTION_GLOBAL + rb""").) + ) + + # For foo.bar.whizz(), the above is the 'foo', below is the 'bar.whizz' (one opcode per name component, each + # possibly preceded by name reference extension). + ( + (?: + (?:(?:""" + _OPCODES_EXTENDED_ARG + rb""").)* + (?:""" + _OPCODES_FUNCTION_LOAD + rb"""). + )* + ) + + # Load however many arguments it takes. These (for now) must all be constants. + # Again, code with >256 constants may need extended enumeration. + ( + (?: + (?:(?:""" + _OPCODES_EXTENDED_ARG + rb""").)* + (?:""" + _OPCODES_FUNCTION_ARGS + rb"""). + )* + ) + + # Call the function. If opcode is CALL_FUNCTION_EX, the parameter are flags. For other opcodes, the parameter + # is the argument count (which may be > 256). + ( + (?:(?:""" + _OPCODES_EXTENDED_ARG + rb""").)* + (?:""" + _OPCODES_FUNCTION_CALL + rb"""). + ) +""" +) + +# language=PythonVerboseRegExp +_extended_arg_bytecode = bytecode_regex( + rb"""( + # Arbitrary number of EXTENDED_ARG pairs. + (?:(?:""" + _OPCODES_EXTENDED_ARG + rb""").)* + + # Followed by some other instruction (usually a LOAD). + [^""" + _OPCODES_EXTENDED_ARG2 + rb"""]. +)""" +) + + +def extended_arguments(extended_args: bytes): + """ + Unpack the (extended) integer used to reference names or constants. + + The input should be a bytecode snippet of the following form:: + + EXTENDED_ARG ? # Repeated 0-4 times. + LOAD_xxx ? # Any of LOAD_NAME/LOAD_CONST/LOAD_METHOD/... + + Each ? byte combined together gives the number we want. + """ + return int.from_bytes(extended_args[1::2], "big") + + +def load(raw: bytes, code: CodeType) -> str: + """ + Parse an (extended) LOAD_xxx instruction. + """ + # Get the enumeration. + index = extended_arguments(raw) + + # Work out what that enumeration was for (constant/local var/global var). + + # If the last instruction byte is a LOAD_FAST: + if raw[-2] == opmap["LOAD_FAST"]: + # Then this is a local variable. + return code.co_varnames[index] + # Or if it is a LOAD_CONST: + if raw[-2] == opmap["LOAD_CONST"]: + # Then this is a literal. + return code.co_consts[index] + # Otherwise, it is a global name. + if compat.is_py311 and raw[-2] == opmap["LOAD_GLOBAL"]: + # In python 3.11, namei>>1 is pushed on stack... + return code.co_names[index >> 1] + if compat.is_py312 and raw[-2] == opmap["LOAD_ATTR"]: + # In python 3.12, namei>>1 is pushed on stack... + return code.co_names[index >> 1] + + return code.co_names[index] + + +def loads(raw: bytes, code: CodeType) -> list: + """ + Parse multiple consecutive LOAD_xxx instructions. Or load() in a for loop. + + May be used to unpack a function's parameters or nested attributes ``(foo.bar.pop.whack)``. + """ + return [load(i, code) for i in _extended_arg_bytecode.findall(raw)] + + +def function_calls(code: CodeType) -> list: + """ + Scan a code object for all function calls on constant arguments. + """ + match: re.Match + out = [] + + for match in finditer(_call_function_bytecode, code.co_code): + function_root, methods, args, function_call = match.groups() + + # For foo(): + # `function_root` contains 'foo' and `methods` is empty. + # For foo.bar.whizz(): + # `function_root` contains 'foo' and `methods` contains the rest. + function_root = load(function_root, code) + methods = loads(methods, code) + function = ".".join([function_root] + methods) + + args = loads(args, code) + if function_call[0] == opmap['CALL_FUNCTION_EX']: + flags = extended_arguments(function_call) + if flags != 0: + # Keyword arguments present. Unhandled at the moment. + continue + # In calls with const arguments, args contains a single + # tuple with all values. + if len(args) != 1 or not isinstance(args[0], tuple): + continue + args = list(args[0]) + else: + arg_count = extended_arguments(function_call) + + if arg_count != len(args): + # This happens if there are variable or keyword arguments. Bail out in either case. + continue + + out.append((function, args)) + + return out + + +def search_recursively(search: callable, code: CodeType, _memo=None) -> dict: + """ + Apply a search function to a code object, recursing into child code objects (function definitions). + """ + if _memo is None: + _memo = {} + if code not in _memo: + _memo[code] = search(code) + for const in code.co_consts: + if isinstance(const, CodeType): + search_recursively(search, const, _memo) + return _memo + + +def recursive_function_calls(code: CodeType) -> dict: + """ + Scan a code object for function calls on constant arguments, recursing into function definitions and bodies of + comprehension loops. + """ + return search_recursively(function_calls, code) + + +def any_alias(full_name: str): + """List possible aliases of a fully qualified Python name. + + >>> list(any_alias("foo.bar.wizz")) + ['foo.bar.wizz', 'bar.wizz', 'wizz'] + + This crudely allows us to capture uses of wizz() under any of + :: + import foo + foo.bar.wizz() + :: + from foo import bar + bar.wizz() + :: + from foo.bar import wizz + wizz() + + However, it will fail for any form of aliases and quite likely find false matches. + """ + parts = full_name.split('.') + while parts: + yield ".".join(parts) + parts = parts[1:] diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/dylib.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/dylib.py new file mode 100755 index 0000000..fdd1b45 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/dylib.py @@ -0,0 +1,379 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Manipulating with dynamic libraries. +""" + +import os.path + +from PyInstaller.utils.win32 import winutils + +__all__ = ['exclude_list', 'include_list', 'include_library'] + +import os +import re + +import PyInstaller.log as logging +from PyInstaller import compat + +logger = logging.getLogger(__name__) + +# Ignoring some system libraries speeds up packaging process +_excludes = { + # Ignore annoying warnings with Windows system DLLs. + # + # 'W: library kernel32.dll required via ctypes not found' + # 'W: library coredll.dll required via ctypes not found' + # + # These these dlls has to be ignored for all operating systems because they might be resolved when scanning code for + # ctypes dependencies. + r'advapi32\.dll', + r'ws2_32\.dll', + r'gdi32\.dll', + r'oleaut32\.dll', + r'shell32\.dll', + r'ole32\.dll', + r'coredll\.dll', + r'crypt32\.dll', + r'kernel32', + r'kernel32\.dll', + r'msvcrt\.dll', + r'rpcrt4\.dll', + r'user32\.dll', + # Some modules tries to import the Python library. e.g. pyreadline.console.console + r'python\%s\%s', +} + +# Regex includes - overrides excludes. Include list is used only to override specific libraries from exclude list. +_includes = set() + +_win_includes = { + # We need to allow collection of Visual Studio C++ (VC) runtime DLLs from system directories in order to avoid + # missing DLL errors when the frozen application is run on a system that does not have the corresponding VC + # runtime installed. The VC runtime DLLs may be dependencies of python shared library itself or of extension + # modules provided by 3rd party packages. + + # Visual Studio 2010 (VC10) runtime + # http://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx + r'atl100\.dll', + r'msvcr100\.dll', + r'msvcp100\.dll', + r'mfc100\.dll', + r'mfc100u\.dll', + r'mfcmifc80\.dll', + r'mfcm100\.dll', + r'mfcm100u\.dll', + + # Visual Studio 2012 (VC11) runtime + # https://docs.microsoft.com/en-us/visualstudio/releases/2013/2012-redistribution-vs + # + # VC110.ATL + r'atl110\.dll', + # VC110.CRT + r'msvcp110\.dll', + r'msvcr110\.dll', + r'vccorlib110\.dll', + # VC110.CXXAMP + r'vcamp110\.dll', + # VC110.MFC + r'mfc110\.dll', + r'mfc110u\.dll', + r'mfcm110\.dll', + r'mfcm110u\.dll', + # VC110.MFCLOC + r'mfc110chs\.dll', + r'mfc110cht\.dll', + r'mfc110enu\.dll', + r'mfc110esn\.dll', + r'mfc110deu\.dll', + r'mfc110fra\.dll', + r'mfc110ita\.dll', + r'mfc110jpn\.dll', + r'mfc110kor\.dll', + r'mfc110rus\.dll', + # VC110.OpenMP + r'vcomp110\.dll', + # DIA SDK + r'msdia110\.dll', + + # Visual Studio 2013 (VC12) runtime + # https://docs.microsoft.com/en-us/visualstudio/releases/2013/2013-redistribution-vs + # + # VC120.CRT + r'msvcp120\.dll', + r'msvcr120\.dll', + r'vccorlib120\.dll', + # VC120.CXXAMP + r'vcamp120\.dll', + # VC120.MFC + r'mfc120\.dll', + r'mfc120u\.dll', + r'mfcm120\.dll', + r'mfcm120u\.dll', + # VC120.MFCLOC + r'mfc120chs\.dll', + r'mfc120cht\.dll', + r'mfc120deu\.dll', + r'mfc120enu\.dll', + r'mfc120esn\.dll', + r'mfc120fra\.dll', + r'mfc120ita\.dll', + r'mfc120jpn\.dll', + r'mfc120kor\.dll', + r'mfc120rus\.dll', + # VC120.OPENMP + r'vcomp120\.dll', + # DIA SDK + r'msdia120\.dll', + # Cpp REST Windows SDK + r'casablanca120.winrt\.dll', + # Mobile Services Cpp Client + r'zumosdk120.winrt\.dll', + # Cpp REST SDK + r'casablanca120\.dll', + + # Universal C Runtime Library (since Visual Studio 2015) + # + # NOTE: these should be put under a switch, as they need not to be bundled if deployment target is Windows 10 + # and later, as "UCRT is now a system component in Windows 10 and later, managed by Windows Update". + # (https://docs.microsoft.com/en-us/cpp/windows/determining-which-dlls-to-redistribute?view=msvc-170) + # And as discovered in #6326, Windows prefers system-installed version over the bundled one, anyway + # (see https://docs.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=msvc-170#local-deployment). + r'api-ms-win-core.*', + r'api-ms-win-crt.*', + r'ucrtbase\.dll', + + # Visual Studio 2015/2017/2019/2022 (VC14) runtime + # https://docs.microsoft.com/en-us/visualstudio/releases/2022/redistribution + # + # VC141.CRT/VC142.CRT/VC143.CRT + r'concrt140\.dll', + r'msvcp140\.dll', + r'msvcp140_1\.dll', + r'msvcp140_2\.dll', + r'msvcp140_atomic_wait\.dll', + r'msvcp140_codecvt_ids\.dll', + r'vccorlib140\.dll', + r'vcruntime140\.dll', + r'vcruntime140_1\.dll', + # VC141.CXXAMP/VC142.CXXAMP/VC143.CXXAMP + r'vcamp140\.dll', + # VC141.OpenMP/VC142.OpenMP/VC143.OpenMP + r'vcomp140\.dll', + # DIA SDK + r'msdia140\.dll', + + # Allow pythonNN.dll, pythoncomNN.dll, pywintypesNN.dll + r'py(?:thon(?:com(?:loader)?)?|wintypes)\d+\.dll', +} + +_win_excludes = { + # On Windows, only .dll files can be loaded. + r'.*\.so', + r'.*\.dylib', + + # MS assembly excludes + r'Microsoft\.Windows\.Common-Controls', +} + +_unix_excludes = { + r'libc\.so(\..*)?', + r'libdl\.so(\..*)?', + r'libm\.so(\..*)?', + r'libpthread\.so(\..*)?', + r'librt\.so(\..*)?', + r'libthread_db\.so(\..*)?', + # glibc regex excludes. + r'ld-linux\.so(\..*)?', + r'libBrokenLocale\.so(\..*)?', + r'libanl\.so(\..*)?', + r'libcidn\.so(\..*)?', + r'libcrypt\.so(\..*)?', + r'libnsl\.so(\..*)?', + r'libnss_compat.*\.so(\..*)?', + r'libnss_dns.*\.so(\..*)?', + r'libnss_files.*\.so(\..*)?', + r'libnss_hesiod.*\.so(\..*)?', + r'libnss_nis.*\.so(\..*)?', + r'libnss_nisplus.*\.so(\..*)?', + r'libresolv\.so(\..*)?', + r'libutil\.so(\..*)?', + # graphical interface libraries come with graphical stack (see libglvnd) + r'libE?(Open)?GLX?(ESv1_CM|ESv2)?(dispatch)?\.so(\..*)?', + r'libdrm\.so(\..*)?', + # a subset of libraries included as part of the Nvidia Linux Graphics Driver as of 520.56.06: + # https://download.nvidia.com/XFree86/Linux-x86_64/520.56.06/README/installedcomponents.html + r'nvidia_drv\.so', + r'libglxserver_nvidia\.so(\..*)?', + r'libnvidia-egl-(gbm|wayland)\.so(\..*)?', + r'libnvidia-(cfg|compiler|e?glcore|glsi|glvkspirv|rtcore|allocator|tls|ml)\.so(\..*)?', + r'lib(EGL|GLX)_nvidia\.so(\..*)?', + # libxcb-dri changes ABI frequently (e.g.: between Ubuntu LTS releases) and is usually installed as dependency of + # the graphics stack anyway. No need to bundle it. + r'libxcb\.so(\..*)?', + r'libxcb-dri.*\.so(\..*)?', +} + +_aix_excludes = { + r'libbz2\.a', + r'libc\.a', + r'libC\.a', + r'libcrypt\.a', + r'libdl\.a', + r'libintl\.a', + r'libpthreads\.a', + r'librt\\.a', + r'librtl\.a', + r'libz\.a', +} + +if compat.is_win: + _includes |= _win_includes + _excludes |= _win_excludes +elif compat.is_aix: + # The exclude list for AIX differs from other *nix platforms. + _excludes |= _aix_excludes +elif compat.is_unix: + # Common excludes for *nix platforms -- except AIX. + _excludes |= _unix_excludes + + +class ExcludeList: + def __init__(self): + self.regex = re.compile('|'.join(_excludes), re.I) + + def search(self, libname): + # Running re.search() on '' regex never returns None. + if _excludes: + return self.regex.match(os.path.basename(libname)) + else: + return False + + +class IncludeList: + def __init__(self): + self.regex = re.compile('|'.join(_includes), re.I) + + def search(self, libname): + # Running re.search() on '' regex never returns None. + if _includes: + return self.regex.match(os.path.basename(libname)) + else: + return False + + +exclude_list = ExcludeList() +include_list = IncludeList() + +if compat.is_darwin: + # On Mac use macholib to decide if a binary is a system one. + from macholib import util + + class MacExcludeList: + def __init__(self, global_exclude_list): + # Wraps the global 'exclude_list' before it is overridden by this class. + self._exclude_list = global_exclude_list + + def search(self, libname): + # First try global exclude list. If it matches, return its result; otherwise continue with other check. + result = self._exclude_list.search(libname) + if result: + return result + else: + return util.in_system_path(libname) + + exclude_list = MacExcludeList(exclude_list) + +elif compat.is_win: + + class WinExcludeList: + def __init__(self, global_exclude_list): + self._exclude_list = global_exclude_list + # use normpath because msys2 uses / instead of \ + self._windows_dir = os.path.normpath(winutils.get_windows_dir().lower()) + + def search(self, libname): + libname = libname.lower() + result = self._exclude_list.search(libname) + if result: + return result + else: + # Exclude everything from the Windows directory by default. + # .. sometimes realpath changes the case of libname, lower it + # .. use normpath because msys2 uses / instead of \ + fn = os.path.normpath(os.path.realpath(libname).lower()) + return fn.startswith(self._windows_dir) + + exclude_list = WinExcludeList(exclude_list) + +_seen_wine_dlls = set() # Used for warning tracking in include_library() + + +def include_library(libname): + """ + Check if the dynamic library should be included with application or not. + """ + if exclude_list: + if exclude_list.search(libname) and not include_list.search(libname): + # Library is excluded and is not overridden by include list. It should be excluded. + return False + + # If we are running under Wine and the library is a Wine built-in DLL, ensure that it is always excluded. Typically, + # excluding a DLL leads to an incomplete bundle and run-time errors when the said DLL is not installed on the target + # system. However, having Wine built-in DLLs collected is even more detrimental, as they usually provide Wine's + # implementation of low-level functionality, and therefore cannot be used on actual Windows (i.e., system libraries + # from the C:\Windows\system32 directory that might end up collected due to ``_win_includes`` list; a prominent + # example are VC runtime DLLs, for which Wine provides their own implementation, unless user explicitly installs + # Microsoft's VC redistributable package in their Wine environment). Therefore, excluding the Wine built-in DLLs + # actually improves the chances of the bundle running on Windows, or at least makes the issue easier to debug by + # turning it into the "standard" missing DLL problem. Exclusion should not affect the bundle's ability to run under + # Wine itself, as the excluded DLLs are available there. + if compat.is_win_wine and compat.is_wine_dll(libname): + if libname not in _seen_wine_dlls: + logger.warning("Excluding Wine built-in DLL: %s", libname) # displayed only if DLL would have been included + _seen_wine_dlls.add(libname) # display only once for each DLL + return False + + return True + + +# Patterns for suppressing warnings about missing dynamically linked libraries +_warning_suppressions = [] + +# On some systems (e.g., openwrt), libc.so might point to ldd. Suppress warnings about it. +if compat.is_linux: + _warning_suppressions.append(r'ldd') + +# Suppress false warnings on win 10 and UCRT (see issue #1566). +if compat.is_win_10: + _warning_suppressions.append(r'api-ms-win-.*\.dll') + + +class MissingLibWarningSuppressionList: + def __init__(self): + self.regex = re.compile('|'.join(_warning_suppressions), re.I) + + def search(self, libname): + # Running re.search() on '' regex never returns None. + if _warning_suppressions: + return self.regex.match(os.path.basename(libname)) + else: + return False + + +missing_lib_warning_suppression_list = MissingLibWarningSuppressionList() + + +def warn_missing_lib(libname): + """ + Check if a missing-library warning should be displayed for the given library name (or full path). + """ + return not missing_lib_warning_suppression_list.search(libname) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphook.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphook.py new file mode 100755 index 0000000..ea9305c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphook.py @@ -0,0 +1,542 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Code related to processing of import hooks. +""" + +import glob +import os.path +import sys +import weakref + +from PyInstaller import log as logging +from PyInstaller.building.utils import format_binaries_and_datas +from PyInstaller.compat import expand_path, importlib_load_source +from PyInstaller.depend.imphookapi import PostGraphAPI +from PyInstaller.exceptions import ImportErrorWhenRunningHook + +logger = logging.getLogger(__name__) + +# Safety check: Hook module names need to be unique. Duplicate names might occur if the cached PyuModuleGraph has an +# issue. +HOOKS_MODULE_NAMES = set() + + +class ModuleHookCache(dict): + """ + Cache of lazily loadable hook script objects. + + This cache is implemented as a `dict` subclass mapping from the fully-qualified names of all modules with at + least one hook script to lists of `ModuleHook` instances encapsulating these scripts. As a `dict` subclass, + all cached module names and hook scripts are accessible via standard dictionary operations. + + Attributes + ---------- + module_graph : ModuleGraph + Current module graph. + _hook_module_name_prefix : str + String prefixing the names of all in-memory modules lazily loaded from cached hook scripts. See also the + `hook_module_name_prefix` parameter passed to the `ModuleHook.__init__()` method. + """ + + _cache_id_next = 0 + """ + 0-based identifier unique to the next `ModuleHookCache` to be instantiated. + + This identifier is incremented on each instantiation of a new `ModuleHookCache` to isolate in-memory modules of + lazily loaded hook scripts in that cache to the same cache-specific namespace, preventing edge-case collisions + with existing in-memory modules in other caches. + + """ + def __init__(self, module_graph, hook_dirs): + """ + Cache all hook scripts in the passed directories. + + **Order of caching is significant** with respect to hooks for the same module, as the values of this + dictionary are lists. Hooks for the same module will be run in the order in which they are cached. Previously + cached hooks are always preserved rather than overridden. + + By default, official hooks are cached _before_ user-defined hooks. For modules with both official and + user-defined hooks, this implies that the former take priority over and hence will be loaded _before_ the + latter. + + Parameters + ---------- + module_graph : ModuleGraph + Current module graph. + hook_dirs : list + List of the absolute or relative paths of all directories containing **hook scripts** (i.e., + Python scripts with filenames matching `hook-{module_name}.py`, where `{module_name}` is the module + hooked by that script) to be cached. + """ + super().__init__() + + # To avoid circular references and hence increased memory consumption, a weak rather than strong reference is + # stored to the passed graph. Since this graph is guaranteed to live longer than this cache, + # this is guaranteed to be safe. + self.module_graph = weakref.proxy(module_graph) + + # String unique to this cache prefixing the names of all in-memory modules lazily loaded from cached hook + # scripts, privatized for safety. + self._hook_module_name_prefix = '__PyInstaller_hooks_{}_'.format(ModuleHookCache._cache_id_next) + ModuleHookCache._cache_id_next += 1 + + # Cache all hook scripts in the passed directories. + self._cache_hook_dirs(hook_dirs) + + def _cache_hook_dirs(self, hook_dirs): + """ + Cache all hook scripts in the passed directories. + + Parameters + ---------- + hook_dirs : list + List of the absolute or relative paths of all directories containing hook scripts to be cached. + """ + + for hook_dir in hook_dirs: + # Canonicalize this directory's path and validate its existence. + hook_dir = os.path.abspath(expand_path(hook_dir)) + if not os.path.isdir(hook_dir): + raise FileNotFoundError('Hook directory "{}" not found.'.format(hook_dir)) + + # For each hook script in this directory... + hook_filenames = glob.glob(os.path.join(hook_dir, 'hook-*.py')) + for hook_filename in hook_filenames: + # Fully-qualified name of this hook's corresponding module, constructed by removing the "hook-" prefix + # and ".py" suffix. + module_name = os.path.basename(hook_filename)[5:-3] + + # Lazily loadable hook object. + module_hook = ModuleHook( + module_graph=self.module_graph, + module_name=module_name, + hook_filename=hook_filename, + hook_module_name_prefix=self._hook_module_name_prefix, + ) + + # Add this hook to this module's list of hooks. + module_hooks = self.setdefault(module_name, []) + module_hooks.append(module_hook) + + def remove_modules(self, *module_names): + """ + Remove the passed modules and all hook scripts cached for these modules from this cache. + + Parameters + ---------- + module_names : list + List of all fully-qualified module names to be removed. + """ + + for module_name in module_names: + # Unload this module's hook script modules from memory. Since these are top-level pure-Python modules cached + # only in the "sys.modules" dictionary, popping these modules from this dictionary suffices to garbage + # collect these modules. + module_hooks = self.get(module_name, []) + for module_hook in module_hooks: + sys.modules.pop(module_hook.hook_module_name, None) + + # Remove this module and its hook script objects from this cache. + self.pop(module_name, None) + + +def _module_collection_mode_sanitizer(value): + if isinstance(value, dict): + # Hook set a dictionary; use it as-is + return value + elif isinstance(value, str): + # Hook set a mode string; convert to a dictionary and assign the string to `None` (= the hooked module). + return {None: value} + + raise ValueError(f"Invalid module collection mode setting value: {value!r}") + + +# Dictionary mapping the names of magic attributes required by the "ModuleHook" class to 2-tuples "(default_type, +# sanitizer_func)", where: +# +# * "default_type" is the type to which that attribute will be initialized when that hook is lazily loaded. +# * "sanitizer_func" is the callable sanitizing the original value of that attribute defined by that hook into a +# safer value consumable by "ModuleHook" callers if any or "None" if the original value requires no sanitization. +# +# To avoid subtleties in the ModuleHook.__getattr__() method, this dictionary is declared as a module rather than a +# class attribute. If declared as a class attribute and then undefined (...for whatever reason), attempting to access +# this attribute from that method would produce infinite recursion. +_MAGIC_MODULE_HOOK_ATTRS = { + # Collections in which order is insignificant. This includes: + # + # * "datas", sanitized from hook-style 2-tuple lists defined by hooks into TOC-style 2-tuple sets consumable by + # "ModuleHook" callers. + # * "binaries", sanitized in the same way. + 'datas': (set, format_binaries_and_datas), + 'binaries': (set, format_binaries_and_datas), + 'excludedimports': (set, None), + + # Collections in which order is significant. This includes: + # + # * "hiddenimports", as order of importation is significant. On module importation, hook scripts are loaded and hook + # functions declared by these scripts are called. As these scripts and functions can have side effects dependent + # on module importation order, module importation itself can have side effects dependent on this order! + 'hiddenimports': (list, None), + + # Flags + 'warn_on_missing_hiddenimports': (lambda: True, bool), + + # Package/module collection mode dictionary. + 'module_collection_mode': (dict, _module_collection_mode_sanitizer), +} + + +class ModuleHook: + """ + Cached object encapsulating a lazy loadable hook script. + + This object exposes public attributes (e.g., `datas`) of the underlying hook script as attributes of the same + name of this object. On the first access of any such attribute, this hook script is lazily loaded into an + in-memory private module reused on subsequent accesses. These dynamic attributes are referred to as "magic." All + other static attributes of this object (e.g., `hook_module_name`) are referred to as "non-magic." + + Attributes (Magic) + ---------- + datas : set + Set of `TOC`-style 2-tuples `(target_file, source_file)` for all external non-executable files required by + the module being hooked, converted from the `datas` list of hook-style 2-tuples `(source_dir_or_glob, + target_dir)` defined by this hook script. + binaries : set + Set of `TOC`-style 2-tuples `(target_file, source_file)` for all external executable files required by the + module being hooked, converted from the `binaries` list of hook-style 2-tuples `(source_dir_or_glob, + target_dir)` defined by this hook script. + excludedimports : set + Set of the fully-qualified names of all modules imported by the module being hooked to be ignored rather than + imported from that module, converted from the `excludedimports` list defined by this hook script. These + modules will only be "locally" rather than "globally" ignored. These modules will remain importable from all + modules other than the module being hooked. + hiddenimports : set + Set of the fully-qualified names of all modules imported by the module being hooked that are _not_ + automatically detectable by PyInstaller (usually due to being dynamically imported in that module), + converted from the `hiddenimports` list defined by this hook script. + warn_on_missing_hiddenimports : bool + Boolean flag indicating whether missing hidden imports from the hook should generate warnings or not. This + behavior is enabled by default, but individual hooks can opt out of it. + module_collection_mode : dict + A dictionary of package/module names and their corresponding collection mode strings ('pyz', 'pyc', 'py', + 'pyz+py', 'py+pyz'). + + Attributes (Non-magic) + ---------- + module_graph : ModuleGraph + Current module graph. + module_name : str + Name of the module hooked by this hook script. + hook_filename : str + Absolute or relative path of this hook script. + hook_module_name : str + Name of the in-memory module of this hook script's interpreted contents. + _hook_module : module + In-memory module of this hook script's interpreted contents, lazily loaded on the first call to the + `_load_hook_module()` method _or_ `None` if this method has yet to be accessed. + """ + + #-- Magic -- + + def __init__(self, module_graph, module_name, hook_filename, hook_module_name_prefix): + """ + Initialize this metadata. + + Parameters + ---------- + module_graph : ModuleGraph + Current module graph. + module_name : str + Name of the module hooked by this hook script. + hook_filename : str + Absolute or relative path of this hook script. + hook_module_name_prefix : str + String prefixing the name of the in-memory module for this hook script. To avoid namespace clashes with + similar modules created by other `ModuleHook` objects in other `ModuleHookCache` containers, this string + _must_ be unique to the `ModuleHookCache` container containing this `ModuleHook` object. If this string + is non-unique, an existing in-memory module will be erroneously reused when lazily loading this hook + script, thus erroneously resanitizing previously sanitized hook script attributes (e.g., `datas`) with + the `format_binaries_and_datas()` helper. + + """ + # Note that the passed module graph is already a weak reference, avoiding circular reference issues. See + # ModuleHookCache.__init__(). TODO: Add a failure message + assert isinstance(module_graph, weakref.ProxyTypes) + self.module_graph = module_graph + self.module_name = module_name + self.hook_filename = hook_filename + + # Name of the in-memory module fabricated to refer to this hook script. + self.hook_module_name = hook_module_name_prefix + self.module_name.replace('.', '_') + + # Safety check, see above + global HOOKS_MODULE_NAMES + if self.hook_module_name in HOOKS_MODULE_NAMES: + # When self._shallow is true, this class never loads the hook and sets the attributes to empty values + self._shallow = True + else: + self._shallow = False + HOOKS_MODULE_NAMES.add(self.hook_module_name) + + # Attributes subsequently defined by the _load_hook_module() method. + self._loaded = False + self._has_hook_function = False + self._hook_module = None + + def __getattr__(self, attr_name): + """ + Get the magic attribute with the passed name (e.g., `datas`) from this lazily loaded hook script if any _or_ + raise `AttributeError` otherwise. + + This special method is called only for attributes _not_ already defined by this object. This includes + undefined attributes and the first attempt to access magic attributes. + + This special method is _not_ called for subsequent attempts to access magic attributes. The first attempt to + access magic attributes defines corresponding instance variables accessible via the `self.__dict__` instance + dictionary (e.g., as `self.datas`) without calling this method. This approach also allows magic attributes to + be deleted from this object _without_ defining the `__delattr__()` special method. + + See Also + ---------- + Class docstring for supported magic attributes. + """ + + # If this is a magic attribute, initialize this attribute by lazy loading this hook script and then return + # this attribute. + if attr_name in _MAGIC_MODULE_HOOK_ATTRS and not self._loaded: + self._load_hook_module() + return getattr(self, attr_name) + # Else, this is an undefined attribute. Raise an exception. + else: + raise AttributeError(attr_name) + + def __setattr__(self, attr_name, attr_value): + """ + Set the attribute with the passed name to the passed value. + + If this is a magic attribute, this hook script will be lazily loaded before setting this attribute. Unlike + `__getattr__()`, this special method is called to set _any_ attribute -- including magic, non-magic, + and undefined attributes. + + See Also + ---------- + Class docstring for supported magic attributes. + """ + + # If this is a magic attribute, initialize this attribute by lazy loading this hook script before overwriting + # this attribute. + if attr_name in _MAGIC_MODULE_HOOK_ATTRS: + self._load_hook_module() + + # Set this attribute to the passed value. To avoid recursion, the superclass method rather than setattr() is + # called. + return super().__setattr__(attr_name, attr_value) + + #-- Loading -- + + def _load_hook_module(self, keep_module_ref=False): + """ + Lazily load this hook script into an in-memory private module. + + This method (and, indeed, this class) preserves all attributes and functions defined by this hook script as + is, ensuring sane behaviour in hook functions _not_ expecting unplanned external modification. Instead, + this method copies public attributes defined by this hook script (e.g., `binaries`) into private attributes + of this object, which the special `__getattr__()` and `__setattr__()` methods safely expose to external + callers. For public attributes _not_ defined by this hook script, the corresponding private attributes will + be assigned sane defaults. For some public attributes defined by this hook script, the corresponding private + attributes will be transformed into objects more readily and safely consumed elsewhere by external callers. + + See Also + ---------- + Class docstring for supported attributes. + """ + + # If this hook script module has already been loaded, or we are _shallow, noop. + if (self._loaded and (self._hook_module is not None or not keep_module_ref)) or self._shallow: + if self._shallow: + self._loaded = True + self._hook_module = True # Not None + # Inform the user + logger.debug( + 'Skipping module hook %r from %r because a hook for %s has already been loaded.', + *os.path.split(self.hook_filename)[::-1], self.module_name + ) + # Set the default attributes to empty instances of the type. + for attr_name, (attr_type, _) in _MAGIC_MODULE_HOOK_ATTRS.items(): + super().__setattr__(attr_name, attr_type()) + return + + # Load and execute the hook script. Even if mechanisms from the import machinery are used, this does not import + # the hook as the module. + head, tail = os.path.split(self.hook_filename) + logger.info('Loading module hook %r from %r...', tail, head) + try: + self._hook_module = importlib_load_source(self.hook_module_name, self.hook_filename) + except ImportError: + logger.debug("Hook failed with:", exc_info=True) + raise ImportErrorWhenRunningHook(self.hook_module_name, self.hook_filename) + + # Mark as loaded + self._loaded = True + + # Check if module has hook() function. + self._has_hook_function = hasattr(self._hook_module, 'hook') + + # Copy hook script attributes into magic attributes exposed as instance variables of the current "ModuleHook" + # instance. + for attr_name, (default_type, sanitizer_func) in _MAGIC_MODULE_HOOK_ATTRS.items(): + # Unsanitized value of this attribute. + attr_value = getattr(self._hook_module, attr_name, None) + + # If this attribute is undefined, expose a sane default instead. + if attr_value is None: + attr_value = default_type() + # Else if this attribute requires sanitization, do so. + elif sanitizer_func is not None: + attr_value = sanitizer_func(attr_value) + # Else, expose the unsanitized value of this attribute. + + # Expose this attribute as an instance variable of the same name. + setattr(self, attr_name, attr_value) + + # If module_collection_mode has an entry with None key, reassign it to the hooked module's name. + setattr( + self, 'module_collection_mode', { + key if key is not None else self.module_name: value + for key, value in getattr(self, 'module_collection_mode').items() + } + ) + + # Release the module if we do not need the reference. This is the case when hook is loaded during the analysis + # rather as part of the post-graph operations. + if not keep_module_ref: + self._hook_module = None + + #-- Hooks -- + + def post_graph(self, analysis): + """ + Call the **post-graph hook** (i.e., `hook()` function) defined by this hook script, if any. + + Parameters + ---------- + analysis: build_main.Analysis + Analysis that calls the hook + + This method is intended to be called _after_ the module graph for this application is constructed. + """ + + # Lazily load this hook script into an in-memory module. + # The script might have been loaded before during modulegraph analysis; in that case, it needs to be reloaded + # only if it provides a hook() function. + if not self._loaded or self._has_hook_function: + # Keep module reference when loading the hook, so we can call its hook function! + self._load_hook_module(keep_module_ref=True) + + # Call this hook script's hook() function, which modifies attributes accessed by subsequent methods and + # hence must be called first. + self._process_hook_func(analysis) + + # Order is insignificant here. + self._process_hidden_imports() + + def _process_hook_func(self, analysis): + """ + Call this hook's `hook()` function if defined. + + Parameters + ---------- + analysis: build_main.Analysis + Analysis that calls the hook + """ + + # If this hook script defines no hook() function, noop. + if not hasattr(self._hook_module, 'hook'): + return + + # Call this hook() function. + hook_api = PostGraphAPI(module_name=self.module_name, module_graph=self.module_graph, analysis=analysis) + try: + self._hook_module.hook(hook_api) + except ImportError: + logger.debug("Hook failed with:", exc_info=True) + raise ImportErrorWhenRunningHook(self.hook_module_name, self.hook_filename) + + # Update all magic attributes modified by the prior call. + self.datas.update(set(hook_api._added_datas)) + self.binaries.update(set(hook_api._added_binaries)) + self.hiddenimports.extend(hook_api._added_imports) + self.module_collection_mode.update(hook_api._module_collection_mode) + + # FIXME: `hook_api._deleted_imports` should be appended to `self.excludedimports` and used to suppress module + # import during the modulegraph construction rather than handled here. However, for that to work, the `hook()` + # function needs to be ran during modulegraph construction instead of in post-processing (and this in turn + # requires additional code refactoring in order to be able to pass `analysis` to `PostGraphAPI` object at + # that point). So once the modulegraph rewrite is complete, remove the code block below. + for deleted_module_name in hook_api._deleted_imports: + # Remove the graph link between the hooked module and item. This removes the 'item' node from the graph if + # no other links go to it (no other modules import it) + self.module_graph.removeReference(hook_api.node, deleted_module_name) + + def _process_hidden_imports(self): + """ + Add all imports listed in this hook script's `hiddenimports` attribute to the module graph as if directly + imported by this hooked module. + + These imports are typically _not_ implicitly detectable by PyInstaller and hence must be explicitly defined + by hook scripts. + """ + + # For each hidden import required by the module being hooked... + for import_module_name in self.hiddenimports: + try: + # Graph node for this module. Do not implicitly create namespace packages for non-existent packages. + caller = self.module_graph.find_node(self.module_name, create_nspkg=False) + + # Manually import this hidden import from this module. + self.module_graph.import_hook(import_module_name, caller) + # If this hidden import is unimportable, print a non-fatal warning. Hidden imports often become + # desynchronized from upstream packages and hence are only "soft" recommendations. + except ImportError: + if self.warn_on_missing_hiddenimports: + logger.warning('Hidden import "%s" not found!', import_module_name) + + +class AdditionalFilesCache: + """ + Cache for storing what binaries and datas were pushed by what modules when import hooks were processed. + """ + def __init__(self): + self._binaries = {} + self._datas = {} + + def add(self, modname, binaries, datas): + + self._binaries.setdefault(modname, []) + self._binaries[modname].extend(binaries or []) + self._datas.setdefault(modname, []) + self._datas[modname].extend(datas or []) + + def __contains__(self, name): + return name in self._binaries or name in self._datas + + def binaries(self, modname): + """ + Return list of binaries for given module name. + """ + return self._binaries.get(modname, []) + + def datas(self, modname): + """ + Return list of datas for given module name. + """ + return self._datas.get(modname, []) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphookapi.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphookapi.py new file mode 100755 index 0000000..38a35ef --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/imphookapi.py @@ -0,0 +1,475 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Classes facilitating communication between PyInstaller and import hooks. + +PyInstaller passes instances of classes defined by this module to corresponding functions defined by external import +hooks, which commonly modify the contents of these instances before returning. PyInstaller then detects and converts +these modifications into appropriate operations on the current `PyiModuleGraph` instance, thus modifying which +modules will be frozen into the executable. +""" + +from PyInstaller.building.utils import format_binaries_and_datas +from PyInstaller.lib.modulegraph.modulegraph import (RuntimeModule, RuntimePackage) + + +class PreSafeImportModuleAPI: + """ + Metadata communicating changes made by the current **pre-safe import module hook** (i.e., hook run immediately + _before_ a call to `ModuleGraph._safe_import_module()` recursively adding the hooked module, package, + or C extension and all transitive imports thereof to the module graph) back to PyInstaller. + + Pre-safe import module hooks _must_ define a `pre_safe_import_module()` function accepting an instance of this + class, whose attributes describe the subsequent `ModuleGraph._safe_import_module()` call creating the hooked + module's graph node. + + Each pre-safe import module hook is run _only_ on the first attempt to create the hooked module's graph node and + then subsequently ignored. If this hook successfully creates that graph node, the subsequent + `ModuleGraph._safe_import_module()` call will observe this fact and silently return without attempting to + recreate that graph node. + + Pre-safe import module hooks are typically used to create graph nodes for **runtime modules** (i.e., + modules dynamically defined at runtime). Most modules are physically defined in external `.py`-suffixed scripts. + Some modules, however, are dynamically defined at runtime (e.g., `six.moves`, dynamically defined by the + physically defined `six.py` module). However, `ModuleGraph` only parses `import` statements residing in external + scripts. `ModuleGraph` is _not_ a full-fledged, Turing-complete Python interpreter and hence has no means of + parsing `import` statements performed by runtime modules existing only in-memory. + + 'With great power comes great responsibility.' + + + Attributes (Immutable) + ---------------------------- + The following attributes are **immutable** (i.e., read-only). For safety, any attempts to change these attributes + _will_ result in a raised exception: + + module_graph : PyiModuleGraph + Current module graph. + parent_package : Package + Graph node for the package providing this module _or_ `None` if this module is a top-level module. + + Attributes (Mutable) + ----------------------------- + The following attributes are editable. + + module_basename : str + Unqualified name of the module to be imported (e.g., `text`). + module_name : str + Fully-qualified name of this module (e.g., `email.mime.text`). + """ + def __init__(self, module_graph, module_basename, module_name, parent_package): + self._module_graph = module_graph + self.module_basename = module_basename + self.module_name = module_name + self._parent_package = parent_package + + # Immutable properties. No corresponding setters are defined. + @property + def module_graph(self): + """ + Current module graph. + """ + return self._module_graph + + @property + def parent_package(self): + """ + Parent Package of this node. + """ + return self._parent_package + + def add_runtime_module(self, module_name): + """ + Add a graph node representing a non-package Python module with the passed name dynamically defined at runtime. + + Most modules are statically defined on-disk as standard Python files. Some modules, however, are dynamically + defined in-memory at runtime (e.g., `gi.repository.Gst`, dynamically defined by the statically defined + `gi.repository.__init__` module). + + This method adds a graph node representing such a runtime module. Since this module is _not_ a package, + all attempts to import submodules from this module in `from`-style import statements (e.g., the `queue` + submodule in `from six.moves import queue`) will be silently ignored. To circumvent this, simply call + `add_runtime_package()` instead. + + Parameters + ---------- + module_name : str + Fully-qualified name of this module (e.g., `gi.repository.Gst`). + + Examples + ---------- + This method is typically called by `pre_safe_import_module()` hooks, e.g.: + + def pre_safe_import_module(api): + api.add_runtime_module(api.module_name) + """ + + self._module_graph.add_module(RuntimeModule(module_name)) + + def add_runtime_package(self, package_name): + """ + Add a graph node representing a non-namespace Python package with the passed name dynamically defined at + runtime. + + Most packages are statically defined on-disk as standard subdirectories containing `__init__.py` files. Some + packages, however, are dynamically defined in-memory at runtime (e.g., `six.moves`, dynamically defined by + the statically defined `six` module). + + This method adds a graph node representing such a runtime package. All attributes imported from this package + in `from`-style import statements that are submodules of this package (e.g., the `queue` submodule in `from + six.moves import queue`) will be imported rather than ignored. + + Parameters + ---------- + package_name : str + Fully-qualified name of this package (e.g., `six.moves`). + + Examples + ---------- + This method is typically called by `pre_safe_import_module()` hooks, e.g.: + + def pre_safe_import_module(api): + api.add_runtime_package(api.module_name) + """ + + self._module_graph.add_module(RuntimePackage(package_name)) + + def add_alias_module(self, real_module_name, alias_module_name): + """ + Alias the source module to the target module with the passed names. + + This method ensures that the next call to findNode() given the target module name will resolve this alias. + This includes importing and adding a graph node for the source module if needed as well as adding a reference + from the target to the source module. + + Parameters + ---------- + real_module_name : str + Fully-qualified name of the **existing module** (i.e., the module being aliased). + alias_module_name : str + Fully-qualified name of the **non-existent module** (i.e., the alias to be created). + """ + + self._module_graph.alias_module(real_module_name, alias_module_name) + + def append_package_path(self, directory): + """ + Modulegraph does a good job at simulating Python's, but it cannot handle packagepath `__path__` modifications + packages make at runtime. + + Therefore there is a mechanism whereby you can register extra paths in this map for a package, and it will be + honored. + + Parameters + ---------- + directory : str + Absolute or relative path of the directory to be appended to this package's `__path__` attribute. + """ + + self._module_graph.append_package_path(self.module_name, directory) + + +class PreFindModulePathAPI: + """ + Metadata communicating changes made by the current **pre-find module path hook** (i.e., hook run immediately + _before_ a call to `ModuleGraph._find_module_path()` finding the hooked module's absolute path) back to PyInstaller. + + Pre-find module path hooks _must_ define a `pre_find_module_path()` function accepting an instance of this class, + whose attributes describe the subsequent `ModuleGraph._find_module_path()` call to be performed. + + Pre-find module path hooks are typically used to change the absolute path from which a module will be + subsequently imported and thus frozen into the executable. To do so, hooks may overwrite the default + `search_dirs` list of the absolute paths of all directories to be searched for that module: e.g., + + def pre_find_module_path(api): + api.search_dirs = ['/the/one/true/package/providing/this/module'] + + Each pre-find module path hook is run _only_ on the first call to `ModuleGraph._find_module_path()` for the + corresponding module. + + Attributes + ---------- + The following attributes are **mutable** (i.e., modifiable). All changes to these attributes will be immediately + respected by PyInstaller: + + search_dirs : list + List of the absolute paths of all directories to be searched for this module (in order). Searching will halt + at the first directory containing this module. + + Attributes (Immutable) + ---------- + The following attributes are **immutable** (i.e., read-only). For safety, any attempts to change these attributes + _will_ result in a raised exception: + + module_name : str + Fully-qualified name of this module. + module_graph : PyiModuleGraph + Current module graph. For efficiency, this attribute is technically mutable. To preserve graph integrity, + this attribute should nonetheless _never_ be modified. While read-only `PyiModuleGraph` methods (e.g., + `findNode()`) are safely callable from within pre-find module path hooks, methods modifying the graph are + _not_. If graph modifications are required, consider an alternative type of hook (e.g., pre-import module + hooks). + """ + def __init__( + self, + module_graph, + module_name, + search_dirs, + ): + # Mutable attributes. + self.search_dirs = search_dirs + + # Immutable attributes. + self._module_graph = module_graph + self._module_name = module_name + + # Immutable properties. No corresponding setters are defined. + @property + def module_graph(self): + """ + Current module graph. + """ + return self._module_graph + + @property + def module_name(self): + """ + Fully-qualified name of this module. + """ + return self._module_name + + +class PostGraphAPI: + """ + Metadata communicating changes made by the current **post-graph hook** (i.e., hook run for a specific module + transitively imported by the current application _after_ the module graph of all `import` statements performed by + this application has been constructed) back to PyInstaller. + + Post-graph hooks may optionally define a `post_graph()` function accepting an instance of this class, + whose attributes describe the current state of the module graph and the hooked module's graph node. + + Attributes (Mutable) + ---------- + The following attributes are **mutable** (i.e., modifiable). All changes to these attributes will be immediately + respected by PyInstaller: + + module_graph : PyiModuleGraph + Current module graph. + module : Node + Graph node for the currently hooked module. + + 'With great power comes great responsibility.' + + Attributes (Immutable) + ---------- + The following attributes are **immutable** (i.e., read-only). For safety, any attempts to change these attributes + _will_ result in a raised exception: + + __name__ : str + Fully-qualified name of this module (e.g., `six.moves.tkinter`). + __file__ : str + Absolute path of this module. If this module is: + * A standard (rather than namespace) package, this is the absolute path of this package's directory. + * A namespace (rather than standard) package, this is the abstract placeholder `-`. (Don't ask. Don't tell.) + * A non-package module or C extension, this is the absolute path of the corresponding file. + __path__ : list + List of the absolute paths of all directories comprising this package if this module is a package _or_ `None` + otherwise. If this module is a standard (rather than namespace) package, this list contains only the absolute + path of this package's directory. + co : code + Code object compiled from the contents of `__file__` (e.g., via the `compile()` builtin). + analysis: build_main.Analysis + The Analysis that load the hook. + + Attributes (Private) + ---------- + The following attributes are technically mutable but private, and hence should _never_ be externally accessed or + modified by hooks. Call the corresponding public methods instead: + + _added_datas : list + List of the `(name, path)` 2-tuples or TOC objects of all external data files required by the current hook, + defaulting to the empty list. This is equivalent to the global `datas` hook attribute. + _added_imports : list + List of the fully-qualified names of all modules imported by the current hook, defaulting to the empty list. + This is equivalent to the global `hiddenimports` hook attribute. + _added_binaries : list + List of the `(name, path)` 2-tuples or TOC objects of all external C extensions imported by the current hook, + defaulting to the empty list. This is equivalent to the global `binaries` hook attribute. + _module_collection_mode : dict + Dictionary of package/module names and their corresponding collection mode strings. This is equivalent to the + global `module_collection_mode` hook attribute. + """ + def __init__(self, module_name, module_graph, analysis): + # Mutable attributes. + self.module_graph = module_graph + self.module = module_graph.find_node(module_name) + assert self.module is not None # should not occur + + # Immutable attributes. + self.___name__ = module_name + self.___file__ = self.module.filename + self._co = self.module.code + self._analysis = analysis + + # To enforce immutability, convert this module's package path if any into an immutable tuple. + self.___path__ = tuple(self.module.packagepath) \ + if self.module.packagepath is not None else None + + #FIXME: Refactor "_added_datas", "_added_binaries", and "_deleted_imports" into sets. Since order of + #import is important, "_added_imports" must remain a list. + + # Private attributes. + self._added_binaries = [] + self._added_datas = [] + self._added_imports = [] + self._deleted_imports = [] + self._module_collection_mode = {} + + # Immutable properties. No corresponding setters are defined. + @property + def __file__(self): + """ + Absolute path of this module's file. + """ + return self.___file__ + + @property + def __path__(self): + """ + List of the absolute paths of all directories comprising this package if this module is a package _or_ `None` + otherwise. If this module is a standard (rather than namespace) package, this list contains only the absolute + path of this package's directory. + """ + return self.___path__ + + @property + def __name__(self): + """ + Fully-qualified name of this module (e.g., `six.moves.tkinter`). + """ + return self.___name__ + + @property + def co(self): + """ + Code object compiled from the contents of `__file__` (e.g., via the `compile()` builtin). + """ + return self._co + + @property + def analysis(self): + """ + build_main.Analysis that calls the hook. + """ + return self._analysis + + # Obsolete immutable properties provided to preserve backward compatibility. + @property + def name(self): + """ + Fully-qualified name of this module (e.g., `six.moves.tkinter`). + + **This property has been deprecated by the `__name__` property.** + """ + return self.___name__ + + @property + def graph(self): + """ + Current module graph. + + **This property has been deprecated by the `module_graph` property.** + """ + return self.module_graph + + @property + def node(self): + """ + Graph node for the currently hooked module. + + **This property has been deprecated by the `module` property.** + """ + return self.module + + # TODO: This incorrectly returns the list of the graph nodes of all modules *TRANSITIVELY* (rather than directly) + # imported by this module. Unfortunately, this implies that most uses of this property are currently broken + # (e.g., "hook-PIL.SpiderImagePlugin.py"). We only require this for the aforementioned hook, so contemplate + # alternative approaches. + @property + def imports(self): + """ + List of the graph nodes of all modules directly imported by this module. + """ + return self.module_graph.iter_graph(start=self.module) + + def add_imports(self, *module_names): + """ + Add all Python modules whose fully-qualified names are in the passed list as "hidden imports" upon which the + current module depends. + + This is equivalent to appending such names to the hook-specific `hiddenimports` attribute. + """ + # Append such names to the current list of all such names. + self._added_imports.extend(module_names) + + def del_imports(self, *module_names): + """ + Remove the named fully-qualified modules from the set of imports (either hidden or visible) upon which the + current module depends. + + This is equivalent to appending such names to the hook-specific `excludedimports` attribute. + """ + self._deleted_imports.extend(module_names) + + def add_binaries(self, binaries): + """ + Add all external dynamic libraries in the passed list of `(src_name, dest_name)` 2-tuples as dependencies of the + current module. This is equivalent to adding to the global `binaries` hook attribute. + + For convenience, the `binaries` may also be a list of TOC-style 3-tuples `(dest_name, src_name, typecode)`. + """ + + # Detect TOC 3-tuple list by checking the length of the first entry + if binaries and len(binaries[0]) == 3: + self._added_binaries.extend(entry[:2] for entry in binaries) + else: + # NOTE: `format_binaries_and_datas` changes tuples from input format `(src_name, dest_name)` to output + # format `(dest_name, src_name)`. + self._added_binaries.extend(format_binaries_and_datas(binaries)) + + def add_datas(self, datas): + """ + Add all external data files in the passed list of `(src_name, dest_name)` 2-tuples as dependencies of the + current module. This is equivalent to adding to the global `datas` hook attribute. + + For convenience, the `datas` may also be a list of TOC-style 3-tuples `(dest_name, src_name, typecode)`. + """ + + # Detect TOC 3-tuple list by checking the length of the first entry + if datas and len(datas[0]) == 3: + self._added_datas.extend(entry[:2] for entry in datas) + else: + # NOTE: `format_binaries_and_datas` changes tuples from input format `(src_name, dest_name)` to output + # format `(dest_name, src_name)`. + self._added_datas.extend(format_binaries_and_datas(datas)) + + def set_module_collection_mode(self, name, mode): + """" + Set the package/module collection mode for the specified module name. If `name` is `None`, the hooked + module/package name is used. `mode` can be one of valid mode strings (`'pyz'`, `'pyc'`, ˙'py'˙, `'pyz+py'`, + ˙'py+pyz'`) or `None`, which clears the setting for the module/package - but only within this hook's context! + """ + if name is None: + name = self.__name__ + if mode is None: + self._module_collection_mode.pop(name) + else: + self._module_collection_mode[name] = mode diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/depend/utils.py b/venv/lib64/python3.12/site-packages/PyInstaller/depend/utils.py new file mode 100755 index 0000000..5ba9482 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/depend/utils.py @@ -0,0 +1,396 @@ +# -*- coding: utf-8 -*- +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Utility functions related to analyzing/bundling dependencies. +""" + +import ctypes.util +import io +import os +import re +import struct +import zipfile +from types import CodeType + +import marshal + +from PyInstaller import compat +from PyInstaller import log as logging +from PyInstaller.depend import bytecode +from PyInstaller.depend.dylib import include_library +from PyInstaller.exceptions import ExecCommandFailed +from PyInstaller.lib.modulegraph import modulegraph + +logger = logging.getLogger(__name__) + + +# TODO find out if modules from base_library.zip could be somehow bundled into the .exe file. +def create_py3_base_library(libzip_filename, graph): + """ + Package basic Python modules into .zip file. The .zip file with basic modules is necessary to have on PYTHONPATH + for initializing libpython3 in order to run the frozen executable with Python 3. + """ + # Import strip_paths_in_code locally to avoid cyclic import between building.utils and depend.utils (this module); + # building.utils imports depend.bindepend, which in turn imports depend.utils. + from PyInstaller.building.utils import strip_paths_in_code + + # Construct regular expression for matching modules that should be bundled into base_library.zip. Excluded are plain + # 'modules' or 'submodules.ANY_NAME'. The match has to be exact - start and end of string not substring. + regex_modules = '|'.join([rf'(^{x}$)' for x in compat.PY3_BASE_MODULES]) + regex_submod = '|'.join([rf'(^{x}\..*$)' for x in compat.PY3_BASE_MODULES]) + regex_str = regex_modules + '|' + regex_submod + module_filter = re.compile(regex_str) + + try: + # Remove .zip from previous run. + if os.path.exists(libzip_filename): + os.remove(libzip_filename) + logger.debug('Adding python files to base_library.zip') + # Class zipfile.PyZipFile is not suitable for PyInstaller needs. + with zipfile.ZipFile(libzip_filename, mode='w') as zf: + zf.debug = 3 + # Sort the graph nodes by identifier to ensure repeatable builds + graph_nodes = list(graph.iter_graph()) + graph_nodes.sort(key=lambda item: item.identifier) + for mod in graph_nodes: + if type(mod) in (modulegraph.SourceModule, modulegraph.Package, modulegraph.CompiledModule): + # Bundling just required modules. + if module_filter.match(mod.identifier): + # Name inside the archive. The ZIP format specification requires forward slashes as directory + # separator. + if type(mod) is modulegraph.Package: + new_name = mod.identifier.replace('.', '/') + '/__init__.pyc' + else: + new_name = mod.identifier.replace('.', '/') + '.pyc' + + # Write code to a file. This code is similar to py_compile.compile(). + with io.BytesIO() as fc: + fc.write(compat.BYTECODE_MAGIC) + fc.write(struct.pack('>> _resolveCtypesImports(['libgs.so']) + [(libgs.so', ''/usr/lib/libgs.so', 'BINARY')] + """ + from ctypes.util import find_library + + from PyInstaller.config import CONF + + if compat.is_unix: + envvar = "LD_LIBRARY_PATH" + elif compat.is_darwin: + envvar = "DYLD_LIBRARY_PATH" + else: + envvar = "PATH" + + def _setPaths(): + path = os.pathsep.join(CONF['pathex']) + old = compat.getenv(envvar) + if old is not None: + path = os.pathsep.join((path, old)) + compat.setenv(envvar, path) + return old + + def _restorePaths(old): + if old is None: + compat.unsetenv(envvar) + else: + compat.setenv(envvar, old) + + ret = [] + + # Try to locate the shared library on the disk. This is done by calling ctypes.util.find_library with + # ImportTracker's local paths temporarily prepended to the library search paths (and restored after the call). + old = _setPaths() + for cbin in cbinaries: + try: + # There is an issue with find_library() where it can run into errors trying to locate the library. See + # #5734. + cpath = find_library(os.path.splitext(cbin)[0]) + except FileNotFoundError: + # In these cases, find_library() should return None. + cpath = None + if compat.is_unix: + # CAVEAT: find_library() is not the correct function. ctype's documentation says that it is meant to resolve + # only the filename (as a *compiler* does) not the full path. Anyway, it works well enough on Windows and + # Mac OS. On Linux, we need to implement more code to find out the full path. + if cpath is None: + cpath = cbin + # "man ld.so" says that we should first search LD_LIBRARY_PATH and then the ldcache. + for d in compat.getenv(envvar, '').split(os.pathsep): + if os.path.isfile(os.path.join(d, cpath)): + cpath = os.path.join(d, cpath) + break + else: + if LDCONFIG_CACHE is None: + load_ldconfig_cache() + if cpath in LDCONFIG_CACHE: + cpath = LDCONFIG_CACHE[cpath] + assert os.path.isfile(cpath) + else: + cpath = None + if cpath is None: + # Skip warning message if cbin (basename of library) is ignored. This prevents messages like: + # 'W: library kernel32.dll required via ctypes not found' + if not include_library(cbin): + continue + logger.warning("Library %s required via ctypes not found", cbin) + else: + if not include_library(cpath): + continue + ret.append((cbin, cpath, "BINARY")) + _restorePaths(old) + return ret + + +LDCONFIG_CACHE = None # cache the output of `/sbin/ldconfig -p` + + +def load_ldconfig_cache(): + """ + Create a cache of the `ldconfig`-output to call it only once. + It contains thousands of libraries and running it on every dylib is expensive. + """ + global LDCONFIG_CACHE + + if LDCONFIG_CACHE is not None: + return + + if compat.is_musl: + # Musl deliberately doesn't use ldconfig. The ldconfig executable either doesn't exist or it's a functionless + # executable which, on calling with any arguments, simply tells you that those arguments are invalid. + LDCONFIG_CACHE = {} + return + + from distutils.spawn import find_executable + ldconfig = find_executable('ldconfig') + if ldconfig is None: + # If `ldconfig` is not found in $PATH, search for it in some fixed directories. Simply use a second call instead + # of fiddling around with checks for empty env-vars and string-concat. + ldconfig = find_executable('ldconfig', '/usr/sbin:/sbin:/usr/bin:/usr/sbin') + + # If we still could not find the 'ldconfig' command... + if ldconfig is None: + LDCONFIG_CACHE = {} + return + + if compat.is_freebsd or compat.is_openbsd: + # This has a quite different format than other Unixes: + # [vagrant@freebsd-10 ~]$ ldconfig -r + # /var/run/ld-elf.so.hints: + # search directories: /lib:/usr/lib:/usr/lib/compat:... + # 0:-lgeom.5 => /lib/libgeom.so.5 + # 184:-lpython2.7.1 => /usr/local/lib/libpython2.7.so.1 + ldconfig_arg = '-r' + splitlines_count = 2 + pattern = re.compile(r'^\s+\d+:-l(\S+)(\s.*)? => (\S+)') + else: + # Skip first line of the library list because it is just an informative line and might contain localized + # characters. Example of first line with locale set to cs_CZ.UTF-8: + #$ /sbin/ldconfig -p + #V keši „/etc/ld.so.cache“ nalezeno knihoven: 2799 + # libzvbi.so.0 (libc6,x86-64) => /lib64/libzvbi.so.0 + # libzvbi-chains.so.0 (libc6,x86-64) => /lib64/libzvbi-chains.so.0 + ldconfig_arg = '-p' + splitlines_count = 1 + pattern = re.compile(r'^\s+(\S+)(\s.*)? => (\S+)') + + try: + text = compat.exec_command(ldconfig, ldconfig_arg) + except ExecCommandFailed: + logger.warning("Failed to execute ldconfig. Disabling LD cache.") + LDCONFIG_CACHE = {} + return + + text = text.strip().splitlines()[splitlines_count:] + + LDCONFIG_CACHE = {} + for line in text: + # :fixme: this assumes library names do not contain whitespace + m = pattern.match(line) + + # Sanitize away any abnormal lines of output. + if m is None: + # Warn about it then skip the rest of this iteration. + if re.search("Cache generated by:", line): + # See #5540. This particular line is harmless. + pass + else: + logger.warning("Unrecognised line of output %r from ldconfig", line) + continue + + path = m.groups()[-1] + if compat.is_freebsd or compat.is_openbsd: + # Insert `.so` at the end of the lib's basename. soname and filename may have (different) trailing versions. + # We assume the `.so` in the filename to mark the end of the lib's basename. + bname = os.path.basename(path).split('.so', 1)[0] + name = 'lib' + m.group(1) + assert name.startswith(bname) + name = bname + '.so' + name[len(bname):] + else: + name = m.group(1) + # ldconfig may know about several versions of the same lib, e.g., different arch, different libc, etc. + # Use the first entry. + if name not in LDCONFIG_CACHE: + LDCONFIG_CACHE[name] = path diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/exceptions.py b/venv/lib64/python3.12/site-packages/PyInstaller/exceptions.py new file mode 100755 index 0000000..2fd63ae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/exceptions.py @@ -0,0 +1,82 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import compat + + +class ExecCommandFailed(SystemExit): + pass + + +class HookError(Exception): + """ + Base class for hook related errors. + """ + pass + + +class ImportErrorWhenRunningHook(HookError): + def __str__(self): + return ( + "Failed to import module {0} required by hook for module {1}. Please check whether module {0} actually " + "exists and whether the hook is compatible with your version of {1}: You might want to read more about " + "hooks in the manual and provide a pull-request to improve PyInstaller.".format(self.args[0], self.args[1]) + ) + + +class RemovedCipherFeatureError(SystemExit): + def __init__(self, message): + super().__init__( + f"Bytecode encryption was removed in PyInstaller v6.0. {message}" + " For the rationale and alternatives see https://github.com/pyinstaller/pyinstaller/pull/6999" + ) + + +class RemovedExternalManifestError(SystemExit): + def __init__(self, message): + super().__init__(f"Support for external executable manifest was removed in PyInstaller v6.0. {message}") + + +class RemovedWinSideBySideSupportError(SystemExit): + def __init__(self, message): + super().__init__( + f"Support for collecting and processing WinSxS assemblies was removed in PyInstaller v6.0. {message}" + ) + + +_MISSING_PYTHON_LIB_MSG = \ +"""Python library not found: {0} + This means your Python installation does not come with proper shared library files. + This usually happens due to missing development package, or unsuitable build parameters of the Python installation. + + * On Debian/Ubuntu, you need to install Python development packages: + * apt-get install python3-dev + * apt-get install python-dev + * If you are building Python by yourself, rebuild with `--enable-shared` (or, `--enable-framework` on macOS). +""" + + +class PythonLibraryNotFoundError(IOError): + def __init__(self): + super().__init__(_MISSING_PYTHON_LIB_MSG.format(", ".join(compat.PYDYLIB_NAMES),)) + + +class InvalidSrcDestTupleError(SystemExit): + def __init__(self, src_dest, message): + super().__init__(f"Invalid (SRC, DEST_DIR) tuple: {src_dest!r}. {message}") + + +class ImportlibMetadataError(SystemExit): + def __init__(self): + super().__init__( + "PyInstaller requires importlib.metadata from python >= 3.10 stdlib or importlib_metadata from " + "importlib-metadata >= 4.6" + ) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/__pycache__/pyi_splash.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/__pycache__/pyi_splash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af829fb5e358722b87f163ed9eb583787198617a GIT binary patch literal 7202 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 Ee`x@^PXGV_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__init__.py new file mode 100755 index 0000000..8e61822 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__init__.py @@ -0,0 +1,15 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ----------------------------------------------------------------------------- + +import sys + +# A boolean indicating whether the frozen application is a macOS .app bundle. +is_macos_app_bundle = sys.platform == 'darwin' and sys._MEIPASS.endswith("Contents/Frameworks") diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfc5756b9c77fc6a9c910ad8950ce0bb4146c724 GIT binary patch literal 450 zcmZXRF-rq67={yD^{6@(RP+znp^bWL5kwRVDuv?G!H_nomo}FRN$Pnn{seLA>MAaE z@<+H>9fVt*+zQ<~nL}Ol9m4m%-^2HXWTrNfIf}kNjgV~j=8)l?nTlvX$?Bi zBxG@kq%Q2AMe-dyNyQbF-c9#ZIBkZ!69i!1{0-lt1qcw_h6EZ zpI)ON3K=pnBNm-=t8~<5ZMUSMNSht;4lAE3N-Wdpg2@Xccnhh-29fkDTieKR%gT=I zk#lBHJ*i1!i4czNkRB_C5$y}tz$)Qb+W_}17tUfXxy87mlBrkyhIaI#yHEB2X44(x v9E5PP3gE(c4y>#V#I3jsM$47gWjyqss*lxo|8V3VzSPd%d^`e0oqgRGdU|_u literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/_win32.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/_win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90bdbf4fdc0498e295ff31351b6724a1fbedeb3f GIT binary patch literal 9995 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 Z6()$rKgUg|!T-0hf_>9EL=cJw{C^|GGBW@G literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/tempfile.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__pycache__/tempfile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71822f523505625cd8f5d07a1b4ce489e9d39858 GIT binary patch literal 2063 zcmZuyUuaWT7(e$=ezV}muctn=EzV7|DgVEZt9+Bs>i3B`|azTf%& zo$vh4xhKE+e2sugW8(w(hX;Uv*u)XO3N|bX=70t?E(79Qnu~LlIUnaMT8Ik}q-lli zqVbbG03fd>Xkx~dmEsZyG)Z%P!o}Tr4hm`i_6z`+C+vRC9K$wmkmnplVa}EkQ@U~F zuqxE0NEEaA#&@*cIY3xwMbb|Dj)Cd|R{#Zmshahh>{yDU`=MX?|d zwqiwc0CkWCXGSVSvRS&xvDI`zT&ng{6iJI?Ck_CwqhYDKmqBo4oObFW0VkYRtNMyk z-MT@?U(@NGHSC}QPkE4L=(GUX_^LBEX?J4M9S*8#jVrjFSPnD*vfJ^cI~`QhG`89! z2MTVL=fDLZ0UC_rS<7$`y)V^$p#8+_Skv@UZ0%!>PcOd5wtRj3bW84a?(WdRRXhCQqRD??4-uI&nM2F9J56OP7_bpm^7Kkbga7hb*4o3R_V7yJzzfja5Sl%;9@shW`uf=H;Ci5SuK!m5+`z4Y zMPYH|uJ+B92P38KV=I9H>TGKHV(7D><+h%?`&OHxWxm1JvF>kM^LLf}U5kUO{&0B* z2!?K+DetCLH)YV$xd88EZfBMcj;u6~E_+7*+iV5Ft`~swwLkHP)&qNA0GF@hS+H&H z^sUqL(SAZomBnY#?vt@3=a>78xZ@mK&%X$2%WM=3Lm9IS>QNsBLuj{r-1&No`RNgGZ3Xu`>*%UYBx^& cC5AS|U9K^%d>piOuC;cTTDz|gBlckZ4+a?HR{#J2 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/_win32.py b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/_win32.py new file mode 100755 index 0000000..99b7dda --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/_win32.py @@ -0,0 +1,300 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ----------------------------------------------------------------------------- + +import ctypes +import ctypes.wintypes + +# Constants from win32 headers +TOKEN_QUERY = 0x0008 + +TokenUser = 1 # from TOKEN_INFORMATION_CLASS enum + +ERROR_INSUFFICIENT_BUFFER = 122 + +INVALID_HANDLE = -1 + +FORMAT_MESSAGE_ALLOCATE_BUFFER = 0x00000100 +FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000 + +SDDL_REVISION1 = 1 + +# Structures for ConvertSidToStringSidW +PSID = ctypes.wintypes.LPVOID + + +class SID_AND_ATTRIBUTES(ctypes.Structure): + _fields_ = [ + ("Sid", PSID), + ("Attributes", ctypes.wintypes.DWORD), + ] + + +class TOKEN_USER(ctypes.Structure): + _fields_ = [ + ("User", SID_AND_ATTRIBUTES), + ] + + +PTOKEN_USER = ctypes.POINTER(TOKEN_USER) + +# SECURITY_ATTRIBUTES structure for CreateDirectoryW +PSECURITY_DESCRIPTOR = ctypes.wintypes.LPVOID + + +class SECURITY_ATTRIBUTES(ctypes.Structure): + _fields_ = [ + ("nLength", ctypes.wintypes.DWORD), + ("lpSecurityDescriptor", PSECURITY_DESCRIPTOR), + ("bInheritHandle", ctypes.wintypes.BOOL), + ] + + +# win32 API functions, bound via ctypes. +# NOTE: we do not use ctypes.windll. to avoid modifying its (global) function prototypes, which might affect +# user's code. +advapi32 = ctypes.WinDLL("advapi32") +kernel32 = ctypes.WinDLL("kernel32") + +advapi32.ConvertSidToStringSidW.restype = ctypes.wintypes.BOOL +advapi32.ConvertSidToStringSidW.argtypes = ( + PSID, # [in] PSID Sid + ctypes.POINTER(ctypes.wintypes.LPWSTR), # [out] LPWSTR *StringSid +) + +advapi32.ConvertStringSecurityDescriptorToSecurityDescriptorW.restype = ctypes.wintypes.BOOL +advapi32.ConvertStringSecurityDescriptorToSecurityDescriptorW.argtypes = ( + ctypes.wintypes.LPCWSTR, # [in] LPCWSTR StringSecurityDescriptor + ctypes.wintypes.DWORD, # [in] DWORD StringSDRevision + ctypes.POINTER(PSECURITY_DESCRIPTOR), # [out] PSECURITY_DESCRIPTOR *SecurityDescriptor + ctypes.wintypes.PULONG, # [out] PULONG SecurityDescriptorSize +) + +advapi32.GetTokenInformation.restype = ctypes.wintypes.BOOL +advapi32.GetTokenInformation.argtypes = ( + ctypes.wintypes.HANDLE, # [in] HANDLE TokenHandle + ctypes.c_int, # [in] TOKEN_INFORMATION_CLASS TokenInformationClass + ctypes.wintypes.LPVOID, # [out, optional] LPVOID TokenInformation + ctypes.wintypes.DWORD, # [in] DWORD TokenInformationLength + ctypes.wintypes.PDWORD, # [out] PDWORD ReturnLength +) + +kernel32.CloseHandle.restype = ctypes.wintypes.BOOL +kernel32.CloseHandle.argtypes = ( + ctypes.wintypes.HANDLE, # [in] HANDLE hObject +) + +kernel32.CreateDirectoryW.restype = ctypes.wintypes.BOOL +kernel32.CreateDirectoryW.argtypes = ( + ctypes.wintypes.LPCWSTR, # [in] LPCWSTR lpPathName + ctypes.POINTER(SECURITY_ATTRIBUTES), # [in, optional] LPSECURITY_ATTRIBUTES lpSecurityAttributes +) + +kernel32.FormatMessageW.restype = ctypes.wintypes.DWORD +kernel32.FormatMessageW.argtypes = ( + ctypes.wintypes.DWORD, # [in] DWORD dwFlags + ctypes.wintypes.LPCVOID, # [in, optional] LPCVOID lpSource + ctypes.wintypes.DWORD, # [in] DWORD dwMessageId + ctypes.wintypes.DWORD, # [in] DWORD dwLanguageId + ctypes.wintypes.LPWSTR, # [out] LPWSTR lpBuffer + ctypes.wintypes.DWORD, # [in] DWORD nSize + ctypes.wintypes.LPVOID, # [in, optional] va_list *Arguments +) + +kernel32.GetCurrentProcess.restype = ctypes.wintypes.HANDLE +# kernel32.GetCurrentProcess has no arguments + +kernel32.GetLastError.restype = ctypes.wintypes.DWORD +# kernel32.GetLastError has no arguments + +kernel32.LocalFree.restype = ctypes.wintypes.BOOL +kernel32.LocalFree.argtypes = ( + ctypes.wintypes.HLOCAL, # [in] _Frees_ptr_opt_ HLOCAL hMem +) + +kernel32.OpenProcessToken.restype = ctypes.wintypes.BOOL +kernel32.OpenProcessToken.argtypes = ( + ctypes.wintypes.HANDLE, # [in] HANDLE ProcessHandle + ctypes.wintypes.DWORD, # [in] DWORD DesiredAccess + ctypes.wintypes.PHANDLE, # [out] PHANDLE TokenHandle +) + + +def _win_error_to_message(error_code): + """ + Convert win32 error code to message. + """ + message_wstr = ctypes.wintypes.LPWSTR(None) + ret = kernel32.FormatMessageW( + FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, + None, # lpSource + error_code, # dwMessageId + 0x400, # dwLanguageId = MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT) + ctypes.cast( + ctypes.byref(message_wstr), + ctypes.wintypes.LPWSTR, + ), # pointer to LPWSTR due to FORMAT_MESSAGE_ALLOCATE_BUFFER; needs to be cast to LPWSTR + 64, # due to FORMAT_MESSAGE_ALLOCATE_BUFFER, this is minimum number of characters to allocate + None, + ) + if ret == 0: + return None + + message = message_wstr.value + kernel32.LocalFree(message_wstr) + + # Strip trailing CR/LF. + if message: + message = message.strip() + return message + + +def _get_user_sid(): + """ + Obtain the SID for the current user. + """ + process_token = ctypes.wintypes.HANDLE(INVALID_HANDLE) + + try: + # Get access token for the current process + ret = kernel32.OpenProcessToken( + kernel32.GetCurrentProcess(), + TOKEN_QUERY, + ctypes.pointer(process_token), + ) + if ret == 0: + error_code = kernel32.GetLastError() + raise RuntimeError(f"Failed to open process token! Error code: 0x{error_code:X}") + + # Query buffer size for user info structure + user_info_size = ctypes.wintypes.DWORD(0) + + ret = advapi32.GetTokenInformation( + process_token, + TokenUser, + None, + 0, + ctypes.byref(user_info_size), + ) + + # We expect this call to fail with ERROR_INSUFFICIENT_BUFFER + if ret == 0: + error_code = kernel32.GetLastError() + if error_code != ERROR_INSUFFICIENT_BUFFER: + raise RuntimeError(f"Failed to query token information buffer size! Error code: 0x{error_code:X}") + else: + raise RuntimeError("Unexpected return value from GetTokenInformation!") + + # Allocate buffer + user_info = ctypes.create_string_buffer(user_info_size.value) + ret = advapi32.GetTokenInformation( + process_token, + TokenUser, + user_info, + user_info_size, + ctypes.byref(user_info_size), + ) + if ret == 0: + error_code = kernel32.GetLastError() + raise RuntimeError(f"Failed to query token information! Error code: 0x{error_code:X}") + + # Convert SID to string + # Technically, we need to pass user_info->User.Sid, but as they are at the beginning of the + # buffer, just pass the buffer instead... + sid_wstr = ctypes.wintypes.LPWSTR(None) + ret = advapi32.ConvertSidToStringSidW( + ctypes.cast(user_info, PTOKEN_USER).contents.User.Sid, + ctypes.pointer(sid_wstr), + ) + if ret == 0: + error_code = kernel32.GetLastError() + raise RuntimeError(f"Failed to convert SID to string! Error code: 0x{error_code:X}") + sid = sid_wstr.value + kernel32.LocalFree(sid_wstr) + except Exception: + sid = None + finally: + # Close the process token + if process_token.value != INVALID_HANDLE: + kernel32.CloseHandle(process_token) + + return sid + + +# Get and cache current user's SID +_user_sid = _get_user_sid() + + +def secure_mkdir(dir_name): + """ + Replacement for mkdir that limits the access to created directory to current user. + """ + + # Create security descriptor + # Prefer actual user SID over SID S-1-3-4 (current owner), because at the time of writing, Wine does not properly + # support the latter. + sid = _user_sid or "S-1-3-4" + + # DACL descriptor (D): + # ace_type;ace_flags;rights;object_guid;inherit_object_guid;account_sid;(resource_attribute) + # - ace_type = SDDL_ACCESS_ALLOWED (A) + # - rights = SDDL_FILE_ALL (FA) + # - account_sid = current user (queried SID) + security_desc_str = f"D:(A;;FA;;;{sid})" + security_desc = ctypes.wintypes.LPVOID(None) + + ret = advapi32.ConvertStringSecurityDescriptorToSecurityDescriptorW( + security_desc_str, + SDDL_REVISION1, + ctypes.byref(security_desc), + None, + ) + if ret == 0: + error_code = kernel32.GetLastError() + raise RuntimeError( + f"Failed to create security descriptor! Error code: 0x{error_code:X}, " + f"message: {_win_error_to_message(error_code)}" + ) + + security_attr = SECURITY_ATTRIBUTES() + security_attr.nLength = ctypes.sizeof(SECURITY_ATTRIBUTES) + security_attr.lpSecurityDescriptor = security_desc + security_attr.bInheritHandle = False + + # Create directory + ret = kernel32.CreateDirectoryW( + dir_name, + security_attr, + ) + if ret == 0: + # Call failed; store error code immediately, to avoid it being overwritten in cleanup below. + error_code = kernel32.GetLastError() + + # Free security descriptor + kernel32.LocalFree(security_desc) + + # Exit on succeess + if ret != 0: + return + + # Construct OSError from win error code + error_message = _win_error_to_message(error_code) + + # Strip trailing dot to match error message from os.mkdir(). + if error_message and error_message[-1] == '.': + error_message = error_message[:-1] + + raise OSError( + None, # errno + error_message, # strerror + dir_name, # filename + error_code, # winerror + None, # filename2 + ) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/tempfile.py b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/tempfile.py new file mode 100755 index 0000000..da2307b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/tempfile.py @@ -0,0 +1,56 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ----------------------------------------------------------------------------- + +import os +import sys +import errno +import tempfile + +# Helper for creating temporary directories with access restricted to the user running the process. +# On POSIX systems, this is already achieved by `tempfile.mkdtemp`, which uses 0o700 permissions mask. +# On Windows, however, the POSIX permissions semantics have no effect, and we need to provide our own implementation +# that restricts the access by passing appropriate security attributes to the `CreateDirectory` function. + +if os.name == 'nt': + from . import _win32 + + def secure_mkdtemp(suffix=None, prefix=None, dir=None): + """ + Windows-specific replacement for `tempfile.mkdtemp` that restricts access to the user running the process. + Based on `mkdtemp` implementation from python 3.11 stdlib. + """ + + prefix, suffix, dir, output_type = tempfile._sanitize_params(prefix, suffix, dir) + + names = tempfile._get_candidate_names() + if output_type is bytes: + names = map(os.fsencode, names) + + for seq in range(tempfile.TMP_MAX): + name = next(names) + file = os.path.join(dir, prefix + name + suffix) + sys.audit("tempfile.mkdtemp", file) + try: + _win32.secure_mkdir(file) + except FileExistsError: + continue # try again + except PermissionError: + # This exception is thrown when a directory with the chosen name already exists on windows. + if (os.name == 'nt' and os.path.isdir(dir) and os.access(dir, os.W_OK)): + continue + else: + raise + return file + + raise FileExistsError(errno.EEXIST, "No usable temporary directory name found") + +else: + secure_mkdtemp = tempfile.mkdtemp diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/pyi_splash.py b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/pyi_splash.py new file mode 100755 index 0000000..d06e3d2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/fake-modules/pyi_splash.py @@ -0,0 +1,223 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ----------------------------------------------------------------------------- + +# This module is not a "fake module" in the classical sense, but a real module that can be imported. It acts as an RPC +# interface for the functions of the bootloader. +""" +This module connects to the bootloader to send messages to the splash screen. + +It is intended to act as a RPC interface for the functions provided by the bootloader, such as displaying text or +closing. This makes the users python program independent of how the communication with the bootloader is implemented, +since a consistent API is provided. + +To connect to the bootloader, it connects to a local tcp socket whose port is passed through the environment variable +'_PYIBoot_SPLASH'. The bootloader creates a server socket and accepts every connection request. Since the os-module, +which is needed to request the environment variable, is not available at boot time, the module does not establish the +connection until initialization. + +The protocol by which the Python interpreter communicates with the bootloader is implemented in this module. + +This module does not support reloads while the splash screen is displayed, i.e. it cannot be reloaded (such as by +importlib.reload), because the splash screen closes automatically when the connection to this instance of the module +is lost. +""" + +import atexit +import os + +# Import the _socket module instead of the socket module. All used functions to connect to the ipc system are +# provided by the C module and the users program does not necessarily need to include the socket module and all +# required modules it uses. +import _socket + +__all__ = ["CLOSE_CONNECTION", "FLUSH_CHARACTER", "is_alive", "close", "update_text"] + +try: + # The user might have excluded logging from imports. + import logging as _logging +except ImportError: + _logging = None + +try: + # The user might have excluded functools from imports. + from functools import update_wrapper +except ImportError: + update_wrapper = None + + +# Utility +def _log(level, msg, *args, **kwargs): + """ + Conditional wrapper around logging module. If the user excluded logging from the imports or it was not imported, + this function should handle it and avoid using the logger. + """ + if _logging: + logger = _logging.getLogger(__name__) + logger.log(level, msg, *args, **kwargs) + + +# These constants define single characters which are needed to send commands to the bootloader. Those constants are +# also set in the tcl script. +CLOSE_CONNECTION = b'\x04' # ASCII End-of-Transmission character +FLUSH_CHARACTER = b'\x0D' # ASCII Carriage Return character + +# Module internal variables +_initialized = False +# Keep these variables always synchronized +_ipc_socket_closed = True +_ipc_socket = _socket.socket(_socket.AF_INET, _socket.SOCK_STREAM) + + +def _initialize(): + """ + Initialize this module + + :return: + """ + global _initialized, _ipc_socket, _ipc_socket_closed + try: + _ipc_socket.connect(("localhost", _ipc_port)) + _ipc_socket_closed = False + + _initialized = True + _log(20, "A connection to the splash screen was successfully established.") # log-level: info + except OSError as err: + raise ConnectionError("Unable to connect to the tcp server socket on port %d" % _ipc_port) from err + + +# We expect a splash screen from the bootloader, but if _PYIBoot_SPLASH is not set, the module cannot connect to it. +try: + _ipc_port = int(os.environ['_PYIBoot_SPLASH']) + del os.environ['_PYIBoot_SPLASH'] + # Initialize the connection upon importing this module. This will establish a connection to the bootloader's TCP + # server socket. + _initialize() +except (KeyError, ValueError) as _err: + # log-level: warning + _log( + 30, "The environment does not allow connecting to the splash screen. Are the splash resources attached to the " + "bootloader or did an error occur?", + exc_info=_err + ) +except ConnectionError as _err: + # log-level: error + _log(40, "Cannot connect to the bootloaders ipc server socket", exc_info=_err) + + +def _check_connection(func): + """ + Utility decorator for checking whether the function should be executed. + + The wrapped function may raise a ConnectionError if the module was not initialized correctly. + """ + def wrapper(*args, **kwargs): + """ + Executes the wrapped function if the environment allows it. + + That is, if the connection to to bootloader has not been closed and the module is initialized. + + :raises RuntimeError: if the module was not initialized correctly. + """ + if _initialized and _ipc_socket_closed: + _log( + 20, "The module has been disabled, so the use of the splash screen is no longer supported." + ) # log-level: info + return + elif not _initialized: + raise RuntimeError("This module is not initialized; did it fail to load?") + + return func(*args, **kwargs) + + if update_wrapper: + # For runtime introspection + update_wrapper(wrapper, func) + + return wrapper + + +@_check_connection +def _send_command(cmd, args=None): + """ + Send the command followed by args to the splash screen. + + :param str cmd: The command to send. All command have to be defined as procedures in the tcl splash screen script. + :param list[str] args: All arguments to send to the receiving function + """ + if args is None: + args = [] + + full_cmd = "%s(%s)" % (cmd, " ".join(args)) + try: + _ipc_socket.sendall(full_cmd.encode("utf-8") + FLUSH_CHARACTER) + except OSError as err: + raise ConnectionError("Unable to send '%s' to the bootloader" % full_cmd) from err + + +def is_alive(): + """ + Indicates whether the module can be used. + + Returns False if the module is either not initialized or was disabled by closing the splash screen. Otherwise, + the module should be usable. + """ + return _initialized and not _ipc_socket_closed + + +@_check_connection +def update_text(msg: str): + """ + Updates the text on the splash screen window. + + :param str msg: the text to be displayed + :raises ConnectionError: If the OS fails to write to the socket. + :raises RuntimeError: If the module is not initialized. + """ + _send_command("update_text", [msg]) + + +def close(): + """ + Close the connection to the ipc tcp server socket. + + This will close the splash screen and renders this module unusable. After this function is called, no connection + can be opened to the splash screen again and all functions in this module become unusable. + """ + global _ipc_socket_closed + if _initialized and not _ipc_socket_closed: + _ipc_socket.sendall(CLOSE_CONNECTION) + _ipc_socket.close() + _ipc_socket_closed = True + + +@atexit.register +def _exit(): + close() + + +# Discarded idea: +# Problem: +# There was a race condition between the tcl (splash screen) and python interpreter. Initially the tcl was started as a +# separate thread next to the bootloader thread, which starts python. Tcl sets the environment variable +# '_PYIBoot_SPLASH' with a port to connect to. If the python interpreter is faster initialized than the tcl interpreter +# (sometimes the case in onedir mode) the environment variable does not yet exist. Since python caches the environment +# variables at startup, updating the environ from tcl does not update the python environ. +# +# Considered Solution: +# Dont rely on python itself to look up the environment variables. We could implement via ctypes functions to look up +# the latest environ. See https://stackoverflow.com/a/33642551/5869139 for a possible implementation. +# +# Discarded because: +# This module would need to implement for every supported OS a dll hook to link to the environ variable, technically +# reimplementing the C function 'convertenviron' from posixmodule.c_ in python. The implemented solution now waits for +# the tcl interpreter to finish before starting python. +# +# .. _posixmodule.c: +# https://github.com/python/cpython/blob/3.7/Modules/posixmodule.c#L1315-L1393 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4217014eef0e5cbdf0e7e514a7237bea28d33f87 GIT binary patch literal 202 zcmX@j%ge<81YBGjQkj7CV-N=&d}aZPOlPQM&}8&m$xsAR_Zg(-SEhbOer~FMad~QD ziGF%!NkLJ5R%&udv3_ttVsffaW?HIlXhBM1NotXPS!!OHeokhRenDkPMt+{Lo}rO` zab`)XE>LB5VtQ(^en6#XUU5lcP7Y9YMt**Fv3`7fW?p7Ve7s&kY5S_h?UkMRoBZ7sXO@!Q{B55Rj;1UACCXHNf*W~o>_SoG-0tylQ54N^q zlb<2jD0bIc*(t#$m9rNG7xpo4nR)NcJ{OC5z?08Uc*6#GH{|c+ev9cY7I(makq{!% zAp|VogjvkKg-2`N)v-po^1_E9WsCijy&!%tg1Oj>xH8k*GeP?z;#6I7Pt#tY6DiKoOVM`X`P>c8 zc;zHvp5~Gcc|4?H(51;p_eFf@>>p4SXkNk23v^JlHLAx-dze4%=+v&zXJ!hbUP&t{ZG>fLie!v)ygD4SF xE4hSk(kRIl1hkodRZXrUHM^=!gio6g^1TJ5`n3q9o%^HLJ@;*`aZ}7je*n$OcN+iz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.ImageFilter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.ImageFilter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8f8053685b984ee482e088d72d42d5d973c3fa7 GIT binary patch literal 250 zcmX@j%ge<81YBGjQhk{i7#@Q-Fu(|9d~wiuHpF5|dMX zGSgCZLkm(8OHzyU%Tn{o^m8(k^b0CWGV=3`^$d;li!)17b%83g6Vp?R^#dwB^NLFn zb8>*HGxGDZi@~IBfTxe1XD(2MTV@W>AiaXhUmP~M`6;D2sdh!|Kv#e~P|OD;J}@&f TGJcR^5Rsms*~nkS3KRkW!BQxi+{(=$s7it@8klS_*Ag9{Rq zQ++biQguTMQWAlt=$EDDmFeeXCg~ScmSp7T8S5Du=@(~~r0N1yW+$en7V8I8dgc|E zB-2hJ?z2Jh(l++^6T%fvuoYM5nJiUU-UmP~M`6;D2sdh!|K(~NA bQp^V=J}@&fGJcR@5Rsjr-N;|W3KRkWA@@to literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PIL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0e8b9cf9d31b6d6f8ca0436b1afa65b8ce554fc GIT binary patch literal 310 zcmXv~ze~eF82zrbv;;#07eR1v%a9&cbWt3IK#)jr=@xUJ$(bJ)a@XoP>3`78-ObJa z!^t(P|3I-@Cok1L_#W@U<9qNvZQB9^%lg1z3*fso8+87~a?glYNPxi`nE(PK33;*s zCZIcR*X=cZmGM$x-Sk3ztxlSLsK=b)=+B>Syb*q=RVvCWmoyGO#`%;X<3%NECEsD$ z7Opr=MS)a4V5DfmRaJ|7jFqJ0DvB}Scj()!@7kY?|Xmy=|I_Ik|6W(ItfZ9K!A;d3F{9AUkt^ Ne)a_iFHYUg^$S@WTYmrm literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QAxContainer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QAxContainer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8c0c1e6c181406c67a15f647433c8da3c19325e GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuT~NeI5J?c5LpV0sNp8*F?qzq4xz5smApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!UudK~O`kYPA{U9zt*B@>l-vFyD5=9b$-Kfl?e{ zj64Jwyhr?lxNykGkCviJ?lt`P^4P$|DrGDl+g8jV1Ia-4IhfPNa zEg5o~X>|#GYsgtf`*6Ys&^*uF2WT<@IU$1gNS50~$-QuAml$rL>5wBj1VjG0bF|La zcW-v`u5E?g!|9QdmU8L5XZfPqP8GWnu&-B~kundn>Dq^nG5%afxcyph&61b;!86*r M32vwNYq|{l3$y!hXaE2J literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qsci.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qsci.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea21b80071e19ff46ace8f293cab5d97461341a9 GIT binary patch literal 368 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nf4VuI5xMF+?u`H&F&_8ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;#4b-uoP zyI1sWC+wSqhpJfCyP0HD0f&0c8K`nF+pc~17~{`PguAcJ&OCi-9zCO-o8b2PenVG5 Fe*yeSZ9@P6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47cbdb1438ef4b3c340764934cad29a0887be264 GIT binary patch literal 965 zcmZ`%&rj1(9DlFv+PWW^36p_n*nuUIxHW)8O;iq&5EC>oF(eI!bo6cO=+>rvfW?q- z@USH$;E8c!#Df@3E&o;PqSLAzq=;K_~ru1@nf_pa_Z7h2|NCc!lIJ3Ke@O%g-uD zc{W@dM;+GqK>#?FJ<^y6;NoIlym}uwG|FH(1HEp ziAQ_U58duO!m}kqUC_~NP9s6V*wV5K7`cH7XA%#)%p_h8q?N2Tbn^T1@^YDPwbT9A zUB6^RH5;p%<#MKi z3$8$5St%hG=3LP>bq%98*cG#ijaqHaG7RjpUNcC1h{BRa#za(B+lW_8lN6u8xwq3r zSt=MMB-u+y!BSqsreze-9JZyGrZR`dwH!*lGF1g5OIk$bMM>APlIh@rQ65SU3`#cf zPZ8$4l1H}m-*QBjtksIC_6tnnwCP-kkJ_*I#OfyY-VbblCE=8X5T4%xFnA0epYcFQ z)P)9rXO;cI@<*}G)#uGfypma$t8$Im7Pf@#=vH)>ZFJpjL{h&19~i8_W~_5_?ETnb ztZzToSI>N$-kCm34(}(2_moERK_m9Cdac4$=9;1C`bc%8cJCmRs88)qeV93lcC4>d xS8CJWqseBxr}ng#*>EoY)U1>Rr2|JG}?tfwKrPIu!sXSaI^re*mp;?4Y5Z%2q5`xz$h=P#L6uCu1x}XR)f=Ghc9Kx~5PI7DRZa2GYbURD`f%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}y-J%rxM<*)qTVZQB#JH!yfDavq! zG4c>#@E-9G;@lx4KU#_^)@%6h<*|W_RmxaAG3}Uvgq%S>;Gj<$%f&|59_8B5GzAr2 z8lLJf5n`;viBY9yQH|pvPa%$rAmPk?@=OY4bW!c|oGM3CR2Vf>KcIOjwy-1-84!I1 z)Q}N3Qi%%~7)?$k9l$XkLi0?z4^U(Z`IMx*Poy=8$XnsgF45dT(;>%n1e*MF=V+a; z@80a%o@s|Y(>gqGeyHIh52amHJDFgYDeS2g=cEioZ@Tv3V~ju75$?R!+q2}QzWY5Z%2q5`xz$h=P#L6uCu1x}b$Nf=Ghc9Kx~5PI7DZZa2GY^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;@lx4KU#_^x!3UD%VPrLV%sqT1sQ{Ez`>j}mWz#Uev}zYg#aC1 zS}shONI5p)#OhMBsK)V-3y9+)NH}w!JXKO#Q&jsrquS9F6-F&J4`^PBEi6f73dCFi zwPeJt(((cZ){s+02XM@X&^%M_12maJHYI}hiOOvvvsSpXOANQrbjUFsfg%6gIa=rI zyEnUe&$h#!Z5MdTdV7|<)c2p!)=hAG KeZQv5u)hGl_HKLt literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DExtras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DExtras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9141f524f484c786f32fa1613fb75a508690dc58 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPU3bU_;}1d#->IfP@Ao#fW+-ClM#G1po855%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@e{E%k$=tI|#j%%U`*_!(!JCcZeZ|1xj#; zF>(-Ka31jw;?g2RH(UuTxl?!F%VQlE>y)u*Y+4b63{nPZpMyTDuNGUK{3O+e3IQsZ z7%p@WOF7cP*r-yos7BF%3y7k^k2$lSJjtXox~TSeN|mK4DvTPcAJC!{TTV$V6CnB; zs3AjcG9|B|Z!|g2Xdh1b02&vW{QyO#kWPuY5Z%2q5`xz$h=P#L6uCu1x}c3sKqNtI4&m5jC%H9udz;<8#Oo~m2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljc}Fq8f%H9zz%wUc{OGY5Z%2q5`xz$h=P#L6uCu1x}c4X5F|lt4&m6`PI7DRZa2G|#Oo~m2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljc-Zrcrj=8lc!QBql@Z*XH;35qQa=5`T;FVvDK8sA_b!7 zKn)pjBbB&<$Y^pdX#`z9gyw~`AE3w#vKdMEfXLj$B5U~vheUG&O^Y1U5oq$you#$D zzI(Hm_f6aHo7PEJjCkbBd{ynFf=v@RQXAGq8HV1q?Zd?we{Lh(d9Ak>@k{;q8SUM8 Lx7YVus!aO}HeYVy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DRender.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.Qt3DRender.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a338509605b84fec23ce5f73195523d3bdc3efc GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu1x}c4XAd)CHhj47NliZrU+s*D8z0T5qApQig z$^WntyX(ZtP6#%s-17r`#bai8GxKJif}n;RYPA{U9zt(r@(2Gnm~Xq_4l%^AKq-ze zMjiqT-Xs1|oI7RYM@vy9_Zt3tS#029l`Mz_5TL_L z%Y_LODaR(9SY7Tcs&PEz0^+y`63$#FPnFcx6xBY@sCHwD3Zs^q2Q)92Ev6)qDG+l7 z)RGamO3MovSVK+~9l#MELi0?y4$x!@*^~(0Cn~pz%v#~jE-~Cf(<#Sv1cv-`=f*l; z-`woxJ=+d@wsmk)UZX>mFRGnXvP%Jbdd1l&zhO2VefSvT&vk@5ul4pUd8zL|qph3Z L_WFKJm+$@pu^n$! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtBluetooth.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtBluetooth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c3c211664f4561bb8e62e250f921aed72e1f149 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuT~M$SL=wd25ROfDl3TNPyV>0&UT5h)5PyQ$ zuG0Y5a-g~^KAgCc%wb~qV523em`78f-SnRst4l%^AKq-ze zMjiqT-Xs1&TsmarM=Mb!_Zt3td2HZfoiY}WZ7XJ=AY+jAIheD?YO&SHPcmbv5TL_} z<-&xClp_<4tu8f-Y8(%^fH*FKgfsWaQzf-EMYYE>svS*HVboIdfEK0Laz+xF0x>h7 zmJGR7T3$il8gi~^A5QrInitA_fF@JOrbO@_QMpZIb`b9E6T>Yu9dbm6V8}mrj@J45 z?#)i#wXLvgkHrM6lr{-fzO1%W$tD60^_ufh#$mQy`|vTwpPLA`U+b-T@=`x~Mmsmb L?e+bJF7y5ZNSJUn literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtChart.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtChart.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ba53be0b62b890abb652d6041dfbdef38e2069a GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC_cx5J?c5LpV0sNp8*F?PhnAc%7yHK>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_f}n<6)oOFdJ%rxM<*)qTVX^CmJH!yf0;M>@ z7h7 zmJGR7T3$il8gi~^A5QrInitA_fF@JOrbO@_QMpZIb`b9E6T>Yu9dbm6V8}mrj@J45 z?#)i#wXLvgj}xkGsPbjCok}(laH!XuhcXJY?b?TrG5*{{xcyph&6Ah<(KFh)32v|N IH*}fx7hPm-Z2$lO literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c412e49b018e1854e9fe8819ce5e80376a6c4b1 GIT binary patch literal 370 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC_cx5J?c5LpV0sNp8*F?PhnAc%7yHK>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_f}n<6)oOFdJ%rxM<*)qTVX^CmJH!yf0;M>@ z7h7 zmJGR7T3$il8gi~^A5QrInitA_fF@JOrbO@_QMpZIb`b9E6T>Yu9dbm6V8}mrj@J45 z?#)i#wXLvgkEMoC<;!Y2m24v5P_H=)WfErFwGSU-{JDv6`?cPhColD*XS8z@++N>r H=rZar<-%?Q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDBus.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDBus.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caa9bb4924e9427ffe76c920ff5c49df2049376f GIT binary patch literal 370 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuT~H7kK_o$J4&m5jC%H9yx0~Hf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Eq{1sQ{^&%vBFmWz!}ew-Ogg#aB+ zEEgtBq#T)WY;~zwRO5KS1;lX?B%HZVo+_!WDXKl5QSE4o3Zs^q2Q)9m7Mdh71!As% zS~BETX?Y2KYsi_ReK_F*Xr3$g0h&x9n-al$MCCS-*}aQn61nk6swgJ-mL6Wm_k Iujw-CFW(w%=l}o! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDataVisualization.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDataVisualization.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d967803a6311822908bdc025a9169b30781960a GIT binary patch literal 383 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPTSx}c4XAd(hc{!Fj|#j5Es&-EbkSxt zY`D-tEagxKBcn>qq8degE+C2uKjzF{@+6bW=%U)?DOL7OQDM|j{eWhr*!-HrG6AA5 zfEqI3CR6epdPbAujP~G=_n~o;*$Yr)0_lVZ-X&RXVwvs)TiZl)0}aa@(gA4l&z*g1 zeSKr2op($#=$L&ge9HBh3VuZmmuZmY^J*)RY%E|`Em=QhEPCC-hl?@(Tt&F`T5C?@ Sm)hPl+PLv=FYi}Wnfn(V>2q@c literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDesigner.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtDesigner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..856c98d7c029066a4e40ccbad26562c3b32ace8e GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC_ox5J?c5LpV0sNp8*F?qzqAc%7yHK>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_f}n<6)oOFdJ%rxM<*)qTVX^CmJH!yf0;M>@ z7h7 zmJGSgw7P=6HRL>_eK_R8TS{+CU36* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtGui.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtGui.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eddf377b3562d5cc938e4ae3ad4069638e8b044f GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>elkp!_hgkzJPuLy7Q1e^Lkux2P>Lgr zk%s_-_lSQGmkt^E(MnXwy@vl@9viq=r;Np8+lm<|$QWdO4(6<}T5NUllgwBu1n6*L zxiDcO<;a9%t4qzI8pi`JAdZV5;mm#VR7q`3QSI@JYDZI47`4DXY literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtHelp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtHelp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80b99da6d10b0dc4d57b138930b044ef12ac87de GIT binary patch literal 370 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>rRBtdKr;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?!g7F(VCBr}!@0Xm#m zE=-t6IWpnc>Qb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXi^62W^!RPw!*GG2BAWgFRSfTvWb90z2+>GNtkWdK75Sv=O)7K*LrK7yws1L(aue9dwsv5 H%c#Eq<+pAF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtLocation.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtLocation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1c3c18fb26d2fc0f282059487bfd06a5e03b835 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$xk{~vRaBOZTxixpYo82{fou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;# zXC_RgoS1NGb){L><9Ng~h~qLyIdh*pS5jM3)`whB?P$sxqn4Tnw5Y_EGm^?2h`9o4 z$(UQE&y@QBO=ciwB;!M(3Y$uC5bo_0!!5KOaze*o$Uk?E*7^GG z?S3(^op4}#GNG1B5vpQY@8*(SW^kz2oQ*0Cv+df4k1_t-M7aCf?99`b=Fv0Sxe0Es J?>BT6_ZP}BZ?^yd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMacExtras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMacExtras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17f1353ebef146e0ef28547e584595a675aa0f76 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC_!xP)QJ*LpV0KliZrU+sp3e<2p(-Ka31jw;>sceH&_WOxzljp%VPr<>y)u@WLhDE3{nPZ#6h1oR*S7pev)cKg#hJ` z4Hw#vr5tL1WK^kHRKu{(1%zSY#hlqso@7!PT~vEKrOMJ26-Eu!4`@+}EvF=w2@pL6 zYRG__Ov!7Aj3yTujo_5`p?R6v4^U(R>4XU0BUx@@nI8Ci`$TgCO^Y1T0ci5iou#$D zzI(HicTLOhnll<5&y1ql&+=upok%toaH!U-k1`IuZQF;7G5*{{xcyph&EuE)(KFh) M@os1L8>-Cv3q0X)2LJ#7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimedia.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimedia.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..480ed8937fa886df3b7001988ca8fd57b2331939 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>%kNf4VuI5ycyZq459W_J^Fou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003poU!4YIDdvgx<>Kul(O(vFnCA#1O**r8vSE zc?d9gkN5|1>5!2htwfdFYxwWwv4M+q%2+(Mt(bv=j6v4tV9pw=#a1Uj&Wxo(fDR{? z3lk<%j!ZbVy3{PHaXjDx;e%55UEgK%%37;d5IkRv(-L;ksQw9eOe zZ+7yoZG~NXIuVwqz&H(6zO1%W$tD60^_nwM=3%y7`|vTwpPLA`U+b-T@=`x~Mmsmb L?d*O-mw|r)z9w*s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimediaWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtMultimediaWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbeedafad09e7b9ee9e11416d377d07ffd59185a GIT binary patch literal 383 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>%kNe~eZ;n-v+xixzq?oOgtY3V-@e}dTL ze^`m#bz)^F1e;Xu`2kKb%nWbdd%P#ls}WnZ+7xn!khgOAEBAMpZQ9|E2qLH=F%2js z4gm_zBmF^~S!Cb_3qd7!8t!{}Y|vtv3lUymD-@7HA|UBYFh`BWVy% z_Z7s(PhoS7!NOy^!|J+&6bDxKHc|8yZ{B&j)+&P3iRn2SEUW&ObfKh>n^ zluKNQ=*+ew0Xbv>vc3dUF6KowOJq-TT|_b)sQso}u6B!$nXx=cKnEi$6BEQr4NY)n zb;YdbFqLi;4P*jQRQj%ym)qZQYA(S?CR>2)tSu}roS~x>Aw$zcIof+_HF#I mzBeXoSN^vzKbC(H_ulK=duxwgXY6$zyzMdB{_1KE_x=OfCyv|z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNetworkAuth.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNetworkAuth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c24973216d98c4bc7176a4afae6a84132174deda GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuT~I6q2?=6z2*)Nn$*sA&z3fhm*ID`x#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5)b^J>Iatu}|;A>^%G{>uFw7Q1%1BZ3GTlY|D8 z5{Cc<=aK#(E-W%|gO#9?I}P`}JT_>t&V>jk*a`(?kP1i#5=^JDT5NUmlhh!OW6=H- zWo-ONsj=}Vs7uYF8iqp|Ll_obB!&HyNv1TKqS}`!*OsQJ2#(x5kVPrB%vq!oU}gp! z*+^oh)g=tju(OO0;8YHwd7jx1(CiA*D;CQ>%W{lVdf@NvGb0h27CGi4FzlZ@OKW|7 z_hvWmVaxAf2XLnJ_;`wupXJMHJ5gd9!=YZYPRc;cwrw9SrSx-?(DrM+HIH8EN6%#E M#=E_~-_T{^Uphu`{Qv*} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNfc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtNfc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60908ac093e1df2a84476adaef0046c5acd20a06 GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>&PkRUdPaBOZTxix#Yo866iou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;#Z5tF;_q> z8FQ<&ynw_Sa;j(oCwv6$Gvz)&lS{}iiQq$`3Y*IOAl%z0hFfSm GmGl>EU2Tv6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtOpenGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtOpenGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00aecf8dabd8964581280f847650c1e09c0b8470 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>g5pb27g2*)Nn$*tMD-R!Q>>n!~T;!hBp z{0}R!yH2d^gkY1(JwL!#JZ6SBGjHZ82x`coR+~ZYA@o)zfAD{U`L+x05JLnn5xl=}dv=mixui?L!#Re``DP!@(wqgbfG6vazgE?+27aQIDC^MD{0Xn?2 zT$nJCa%{qh)#c8j8plH}AdZV5;mmdNR7q`3QSI}LYB#2+FlwoJK=X3h!jeR$K+F|T zOGex(EiYhT4LMbG03AMr=9zLGpve@nDG|I+RBjWQ?S(tL#Bd8urySD}81m1Z8|!?1 zbF-WGY%A>96L-vECsg^O+D;|A6tJ&XoQd)mX4BD!k1_sSN4Wi3Z_SdI`oS~Wx(RNt J@7Hws>@Ud|ZlM4G literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPositioning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPositioning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdda7d25761b7c5bb66becb0af58f1d639770060 GIT binary patch literal 377 zcmYjNJxc>Y5Z%2qas;na5CtKfDRPTSx}dcnk{~vRaBQ-Z+?u=H%kCz+ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A00(u#Q~S>vOOkLT}abSN`v?*mc7lVu;}k>JWh|MPcEX?l!9WZ+=+owExz)ADLK~W8prWba znT}E^$2yuARcV$%k_>qUNm7O>XYP~dg;YkDL7xk%98Fnc)KL9^7M0l2l2qnE^c7G; zM%)xiUc$g=a#qj*obVyE&I|Veip)UFNXGl5uqKt_Allm}nj2_2HtlKp1fp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPrintSupport.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtPrintSupport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fcdfcd481f18d001da434f4a33605c16250b8b7 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBQ-Z+?u_+&F&_8R+jz)@h6B) z{)d&=T_;v{La<5Yt{>nO!_4sJy~leBf*P__tIeVC5PEaVU-`eoV%H9Lh#`grN^yiS z@(^I~9`O(2+#(}CT8S!!*YMxnv4P8V%2+%xt(bv?j6pWwpidjCh-Mh(>uXyL?`*CfePAo>!h zAtP?2$}eDGH0en?fD=B1=9#n~pvVle84l*O{zPIERDaH!U-6_<$Kw(Y~m7=Lae+Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nf4VuI5xMF+?u=H&F)5Xou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;#jN&Rb~I&;QA^DOT2x}o8A)Xh#9RZl zWW=q~@)8nj$eE%EobVyE&z1WCO|C#(k&F+BDr_pnLAbY147bpB$T1y(A^+StTIcJ# zw|hn3cEY~xO?8q|!^J36#j@VbC7Wh&sMnm4Di5>m+J}!Z{@g^k``YZx)0gJaGupWc LZfEx!x(fUYz$I{$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c24b73421e7c46a2b7da4acf2267833dcd405552 GIT binary patch literal 547 zcmYjOL2DC16rS01!zOe^YQ?$-p~ryPK_xfQ;6V_IB#4)#uuL;A-DzicHZ#-K^%QUU z2l^MJm;MhgEAJNTE`an*|b5nZ^QFJ~l^IS_pU)R28{N+l1hh9<8{I)NQNh5qZ(PJklE zP#hC$f|QlXWbr6|@Q`S3pl_LnbRRVN&ybb1R#v$`s>WszkIgt2aammkk8{b61UykU z?FQ}^`ngR%S{UP>TL_Qv*X_YscE0_zM)&67;?0NK%V_vHy8k5_*3s}hdRC)5^YsN^ XqF}L8qpf+cME>G#jW*u-%3bj{P>rAe literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a11c7ce1ebce15a8a00ebfb71d22cff7219206db GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nf4VuI5xMF+?u`H&F&_8ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;#4b-uoP zyI1sWC+yq)lqcg*70Y@zlWZ#BP_H=;RTO61wGSU-{JDv6_qExXr!UQ;XS8z@++N>r H=ql?kU|4Q= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick3D.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuick3D.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e42ada6323f579d9b3af86214b6f43526ff931cb GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu1x}c4XAd(<9hj46eC%H9ux0~I)=yjI<1Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z^1KGJ)o9G2a1eT{mcMd;hsCZP?hr!^Cn&`M z#>hc{!Fj|#hzpAh++ZcB6;8{2uZ}HTu2aUssp*CcBxDS-h=V?Dt(IH;;yBZWCJ87% zH$2gPEW||nQ==-)vL1#boIGMb!88o>!4LHk_V4^U(V*^DH7NMvDRk#+pNeWJO6wna|p7&Q6k&eB?6 z-@V;02Bzx|%pm8{q;urUVp;E{g5?Pus5R@N3PW$(_TgfTKQ|HXy*9h^_@#OHjCO9k L+w1!cRi*s}JFaf= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuickWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtQuickWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec78ee1fe288d55ce275de16f77a56aaf2ed23c2 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$($sr;f!m+uX*j==QWV6Mq>trgV0;G{FVDV%(v}uhZtfwMHvn; zMh*fD&LjRooLgk*hD%|sa9Zwrb!_2sl`rph|DMV4}C7jt$o=KsMF6(`sQ)Ow&8l#5l2Q;t57S|*Z84!I5 z)Q}-JQi%(QjV33O#&E<3&_0#+0~DD;J|!vd6Iqx<fKDRNecUF#agKn(VMn?xESNlb%eXG&CV=&X&yYI OtsC$5>V8dCk$(ZOPH|QM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtRemoteObjects.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtRemoteObjects.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad5d78d50359574c79e57cdd50b9a44ff528ff9b GIT binary patch literal 379 zcmYjNu}T9$5Z%2q5`xz$h=P#L6nBeCx}dcnnkY7haBQ-Z+?u`H%kCz6*jV}p;wOkr z{=-V_t`jReA=spHFDf|2V`g|W@9~~JuZC>ZYE#G^gx<^HuiW2ewr!hx#1O**B{;+w zIS4Q~Pxyy%VVR*DE`^ocX}BNdvVn_L%2+fq&4@t;DTB1fK_54ki;Z@Em}*0X02Pc4 z7dnWg9O__XRH<21qo~gXL{Z_zoY_mBWKtPjRJ%N-%DyQoj2fyR(X14k-;h`)K=c(* zLk8SrN?t0Yq2OEfp&Tjr1sK$Cy&>|5(= zfqpyhm}by1r;tbkC*6fWkmd7gE0Jt0U|+3RFJ&Zp)552VG5%Udxb;?VPUF}5!3)~D M_3o}8)>N7KHz}}jxc~qF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtScript.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtScript.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9e1a549c82eb7ca69a29da855c1a68670437dba GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBOZTxi$B(*`27@S^5vepCC5* zA68;_omklk!6ub^et=U9GsBzr9`DKX8pKwkF^9q- zF@Buq6XQ=&SDIx#3`a77Ff6@T3i~Njm1{I*eJC@oElpVy9JzTQi%M*XEY4G4<_b8n zu|%cw3y9FLf#MOI$Pu*9l>GqBE+M;Qi5xOjV4PNRVk%ED~h_Tf@WKQ{^OzBW7a_@#ODOm=R(+w1!c HU4{Jx+x>3w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSensors.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSensors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c22f76f52ae1b1888fcc4ad82291bdd8b9254c6 GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBQ-Z+?u=H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`hkl;H?t znn4r9(!3v=&uzui?L!#|ADoDP!@(wqgbf1OqYPV9p!s#ZD(b6~@vu1szT; zPfeIeIX2Qb|)#_^D+5XVK3aOOUFrlhu}sP?&_+R+phMlCfDXjzJ_rX-OW5OWRG zk`cE`%PSaILwbr1;EWHUd7<0~XfgvaBPs6_mD@y$qwwI67;d5IkYhRmL;ksQw9eOe zZ+7yoZG~Oi17V~#p~_d)b|%?0g=4+pT$Ev$UDrN*jPd6-!tK|3YmvOvPoB}jHE I-_m8;UszFZY5)KL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSerialPort.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSerialPort.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95dc520f459ffc0e16d82c08fb5b417b500e60f5 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBQ-Z+?u`H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`grN^yiS z@(^I~9`O(2(jg;1T8k>V*YMxVV*?kPl(BeXTQLI#8G~%V!JIeNi=9q>ni)%l03A*( z7bZ-k9Gh@rb*WiY<9Nsg#BmWMoVib)Dygk0s(qeO?P!V$qn4Tnv@FF|bCSpuh`9!8 z$%tE}-f%|BJj||ZA3nzTa~t9IYrVBdUg{^$XzwPt Ko!@WiGVm|F5O9S6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSql.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSql.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b9dd41f332be9a7954266ba0060fa7b6da220e0 GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBQ-Z+?u`Hz1@v^ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;#*3kHRqrT!fdHaqj=rFry>c5Z^(>-!B| GCH)0*PHm|G literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSvg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtSvg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..528205338895248a6415c7f58eac58ddc3bc0714 GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeDKFaBQ-Z+?u`H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`grN^yiS z@(^I~9`O(2(jg;1T8k>V*YMxVV*?kPl(BeXTQLI#8G~%V!JIeNi=9q>ni)%l03A*( z7bZ-k9Gh@rb*WiY<9Nsg#BmWMoVib)Dygk0s(qeO?P!V$qn4Tnv@FF|6Ozajh`9!8 z$%tE}Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nl=?ZI5ycyZq459W_Oc#ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003poU!4YIDdvgx<>Kul(O(vFnCA#1O**r8vSE zc?d9gkN5|1>5!2htwfdFYxwWwv4M+q%2+(Mt(bv=j6v4tU``vW#a1Uj&Wxo(fDR{? z3lk<%j!ZbVy3{PHaXjDx;PWS+t7s`ErCR50!MDQL_xlLqt5bo_0!!0x&azuw<$Uk?E*7^GG z%}(C6t*~p)!Prpc%W6B7Y$D)LuQ>~45@y@A4Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nl0uC;n>_xa%=8xH@h3nSy}oI#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5)b^J>Uetu}|;LFlbq{>uFw7Q1%1LkuyTpcDrf zBL@Kn=Mn!P&Mh)s7u5mJsIoLgg;7KG16q_~%WD#g6o|e8 zYRHHisl)|DMw6bT5uETLG|!~{07Wh#yCex85Sg1;WC#AUDNWrrVlgI7d;6O#lFm!)pjb_G=W34X04Qo=xy6RT#WJOCc^F4dTSoP)Q_Ig N&W(3FyWdb{Y5Z%2q5`xz$h=P#L6uCtuUC_cx5J?ab4&m5jC%H9yyO-TH<~mFNf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Esd3?u{D=U`46%f&_~Ka$2$AwY*$ zmJ1UmN{vi7wz||Ts&PEv0^+y`63*NwPcx;hDXKj#sdh9)g;7h*1Dcm&iz!J|3dCFk zwPeU`rqw0%ts$ow?ZYu2K=UkfAE3zu!tK|3YnHs!51!H1 MO>jHCU(;paU$9zmR{#J2 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngine.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30cdeb23f0ca7dec4a1058e1928b007499894681 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC_!x5J?ab4&m5jC%H9yyO-TH@j6TYf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Esd3?u{D=U`46%f&_~Ka$2$AwY*$ zmJ1UmN{vi7wz||Ts&PEv0^+y`63*NwPcx;hDXKj#sdh9)g;7h*1Dcm&iz!J|3dBr- zS~BD|)9MoX){xVT_TiWhpm~UE2z~_8fYLa>ylwS-z;YQ^l?X?CTZhqm09By7u8?j6c^AZok%Bv*e|I@Qk)@ Mg4^r+HC^WY1vo=*^8f$< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngineCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebEngineCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f124f6277e3601ed582739d25b4564a900d81c35 GIT binary patch literal 633 zcmYjO&ui2`6rM@a{iVycMT&~O6pC)jCTJ-r6fdQqpwc33B~(Io^LBT(NhY0{Zi!y3 zCy(CjzaYJM^ndWOOAoEN_T+7$2cail;%fID-h1=$z3;t``BAM_2u7vy4K8#-F0#kJ zz;_;(AF+HPKJjTlLh8^^b2Lgo>lMa~iE^~05ujk4(7)g=syI_l!6_oH^`{7D%hh`JS})mB<_l15;Y;gOH3zX~}ilECAO{t6k=! zHVb1eluS!a7I`9DH068Blj)rnN6nVPOAet4QHMp4&*CZ9!2hY*HI~nRC6}3jNH*1qwW)TXxt`y-#sye$a#dOlxqlGAQ!#_LWM3xVVjAg`(%-i!ZH!99 zm^;(whx+_Lum4Y5Z%2q5`xz$h=P#L6uCtuUC_!x5J?aT9Kx~5PVUy+?Ot{_(QCxge<1z@ zvC03i61(ff%1#J2soe7eoMM<6-n{pCPo7spwraH*hV?=auC!yRIX;RK~P zz!*6QFgTC+2XStZfg3CZmE38#@8z+9i&e^4I5w@2K?Z_>7;w-hjpbsalOG9fXp(^P zCx$25kEI-Ge{58#SyaPt$P);|!izbxpFGW^GP<@IJ|M6HBq@@9YxI4KyusL?h7TpF2xy zeSP<4C-0h;-!(nxABuV8d?v3~)QvU1S? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebKit.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebKit.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..805b0daa37ee9c7a3188f5c217f0726643b6dc7a GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$-Ne~eZ;n-v+xixzq*_}kMv-BT`KS6Br zKdi*=IHY&)rhTHZ3ekR$XmJmmHRu)x9xC81QAq`mRp*y!Yki9xOuXn%rI z89z$Xk@3fY5Z%2qas;na5CtKfDRPTSx}dcvk{}W|gkzJP%_`V2sWwQ^8=h>m>J%@_jpgPTP3Ed)fwa#A#dgKSN88P-!{V?5k%04#MGyh zSOh3okMsv|Zjiq1FZq?+s@w17u}+IsE<`ZKW*{JgL_pG)pik<{#YQ_nOf>Q+0_9Cm zM%oM0bfmp8s#3FXf?yyc2!g^5r7)i|&QgWCaC$P~%Fq-Q!IA3+GB3pz*DOq9VEPg` zvZ2IGr5Dgg%}z7khhsT_##v@QK(Q$#Qx?e{%W@3UWY62#Wm+OM406PWpxHlnhSvD{ z?u~Zd!KT;2F7%EhcBL2sYA?$dPAg8uB!YdlV!V`*=uOi;Y)a|pI-#xCT5}e@)DE7> O){T36b-$*{%)bC4v~i#S literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebSockets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtWebSockets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8490c1f068c6921f31b9892f71dea173c8b32093 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(NeChw!m+uXUet+s&NLFlbq{>uFwmiu z;feNRAx7FC8&zr+)i50J1j4ZJV$SR*Po+>s7u7z`sIoLgg;7KG16r11t2v293PjI< z8ZzWYDsc^w(WED71ZR8z%?oKiK#?hAQY5Z%2q5`xz$h=P#L6uCtuUC>$(Ne~eZ;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?)i7F(VCI5UQb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXiY5Z%2q5)Q9Z5CtKfDRPTSx}cSXAd(;=9Kx~5PI7DZ?l!xdkLxV`2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljc<*(e|VXwK<3M8E6Lbcz@b{RKFT=swrw9S#`tp+;nr)dIgejzN6%>I M#=o82Z>TcwFGP26Bme*a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtX11Extras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtX11Extras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adfcc220cad2e2b2967c49c716450024d2eb061c GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uBizx}cRsKqNr~IfP@Ao#fW+-ClM#AJ55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@416R;99l%t7d_SpLfW9hUocxI+vvEKrOC zjFE!?gY$@g5LXr%xWQUb%AA_}UL0#U-=vI%W77;7q>wO3`W*CGZ9U)VWbH&7Dg-Eh zVz|(LB;`o^W1|Yqyc~uDE+7nZFXGI8@;H^s=)BzH300ORFEMJUen87YY&9d1jDhGG zP(y~?q)J{x-)M54(mtH>0n{&2`vHnfA(;}vdnCUTP`Aht9fBtR+*w-d z>$}%GS=TiEuDNV9PUc2Y?WftQ+=?Ze2slz3)<+SC-nH$+#Tb8XBiwqeHW$%L_4pa> N-FUb2`z=-E{RJjjZ?FIW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtXml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt5.QtXml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4427112f09d21c95df6fdb078beca312eb290bf3 GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCtuUC>$(Nf1E};n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?)i7F(VCI5UQb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXiY5Z%2q5`xz$h=P#L6uCtuUC>$(Nf1E};n-v+xix!to83*~c9#AF@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIffB2)&idU-`eoV%H6Kh#`grN^yiS z@(^I~9`O(2(jg;1T8S#wYxwWwv4M+q%2+%$t(bv?j6v4tpidjC#a722XWCF9K!p>- zg$|QEAL(#xRH<21<9NUY#BmWMoVib)%3K*;RC_$5%Fz@RMh(>uXiM}` z1>!(*tCJg%xG>rCM`CzMzr643dtYB)(&-e?NTr?$iUIHzHGeRE$@pB8d*A>Ey1;`K z2mygtT0MvDC(N=aIG91`cm1hON158q}61sC9Sp+NG}Z&T_Pl9ewc1j z$00uTI1@^S**epnx~h^JCG2XA`nI4%hRHwn2*y#WNeefbN3gsmw!#gnxL{Y>C-E7# z>*R=DlKcgCY()g_62FUec+3OUWd63bxrHTFB(Ie%yFn!WmsYRUIlpWE=W9HeB=A8=Jnf9AGxE;2tf!xR{<=I;vkkCqTB%G`pEn+63g+sEw&3_=orSKi>V{@1EOjm!Mqt31&7Sul4XN=f^Cz(A*MEIF%%&eM*T% zfO3o5yzz*sT79c>yp^}wdUU=XDJdZ`10I@iFccE>wAHK5%wAB6=wiAy5j+Ot=dz4N zrcXV4zR|0WGi^f56+vl))Ip-uNEbC=?$n3$16kC7rDBOnf$0f^hQ-3Y5Z%2q5`xz$h=P#L6uCvkR6!9dK_o$J4&m5jC%H9uyO-Tfyz4Ce2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljc= zVtB0mNXn7+$3~T!MKufuJcckVyofXV$&*wnql;>f3#u$lQDM|j{eb4B*dim5On~TX zpoR>&NtL{UzR~17rF}T%1882P_5&1|f|!z+_eh$XNQymwXP0PhplOjKIs{GrxwEv^ z*LQDr@~&z5-J|SS3PZWD-qUY5Z%2q5`xz$h=P#L6uCvkR6%P&BtdKr;n>_xa%=W(H@h44I!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K?AvJG-gnE2)$LyU-`eoeA^9oh#`gr%5a1+ z@(^I~9`O(2+#w@BT8e6g*Ye-1V+)t7l(BeXJ23+VIfFdmU`|@g z8F8z$ynw_Sa;j(o$9xFwGvz)&lS{}iiQogG3Y*G&FWlKBhFfSmJXFP^-pwSN3OLX!&Onue*>vs0#~6REBiwy$?$6Sf=HWBix(RNt@7Ht{ F^cVe?ZAAb8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DAnimation.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DAnimation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aeaba6a79bd405129f15acf71185dda5402d4fed GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#LD{_klQw2q^5kwNi<`9lec9L6jcYE30M7Oi_ABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mc#zE+i@a9p>A1xI+vvoS+nk z7$XM(2Imp~ATBI2bi<{vVjSOnFONPhRw-lAShpeuIb;m7J_mK`FBcmfbDSwnlLTZi z(L7N>EW}6!V=YU~q8dd5oH3*us!lq(Iaa zP)&wh=TclkUn_E!(>|Q=0W{8Y`vH>vr81$(6Go69fBhN+*w-d z>$^8PrmI^)S2vFitsknn$b#G~s_j&;Ndo(F#X2biQJc1XxESNlb%fim^}SjAQa^Y` OTQ}bA_5GSG6aNAr18|xE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..609d79ecd3e7ce28096e061895d54af5205fa687 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#LD{_klQw1%w5kwNi<`9lec9L7OcYE30M6a{-ABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mcxr5MKx%`#;JIuH3aEBOTSfB)l z7$XM(2Imp~ATBI2bi<{vk~_ZpULJj1tWw6Jv1vsNGDsPueGdB6UoJK}`EjZZ6#`T+ zFKcIOjwlE}?2@rh+ z)Q}-JnUa^#H=3Mfv=1kI0FCp^et;rVNT)>b9?5bO%d{En>=MllG%RvNhoH$ncb3-r z`tFTR-ZibDYnn%gQbCaAi)uTOY$9M^tymLf7JAdR4;N$nxsGuAwZ1otU+M?XXzRwi Ky}n;lW!PW9Om2Pv literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DExtras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DExtras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a96c450fcbc37f9c2d11e3703852192c25aff13f GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se(4K5JVEh<`9lec9L7OcemNy#9U|TKM;R{ z*yMj$iQRQ#WhVriRPOl!PBF|3Z{B;nC(o-OTb0TjG6$izV)-lgcUbJ&;SMpxus|^m zFh&jn49+9|L0np7;07x}DRXM>dvUDce4R2Dj!iRUAR%Fp^f~CW+G@Vl$xae&s1Tt1 ziQz)~QJRjlKQ^k+%*$ao-~z%h_ae^hCy!;SjLyqFo=|0J@)Dzl>Ibwa#FkSMr7;kF z4b+e!H&Ufn&^MZ#OWKE1K7jg#v>%|z6p|?syhmhaqBLpvd;3Il19giW(IIH^&z+^U zzP@|ClXXqg@0v#YcxDvUzRZ^8R-CelfJ3!rZ4_zfZQDLvjPd6t!mZcp!904Y9zCO- N8}D{@zoCk_zW}%pZ*Bkp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DInput.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DInput.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..217253e1ef0818281421feb17728da0c36bd334f GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se(2(0g(i;IfP@Ao#fW+-EDUFqSsma55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvEKrOC zjFE!?gY$@g5Em91xWP(L$(@G#ULG5`Sf`AIQ_~I^NJtnYLk{}1v07~P@@}FH6#|r> z87{ORrRhZbQ=>}Fq8f%HE+7mGFXGI8@>r(I=%PB{300P+s4!}%en5*-Y?+ZLje+PZ zpoWaOkt)4}q0!__(jlDi5j4-G{QyN~kj#kS10r)1rAf=*+b5bEXjim-?WaqiOh^I^JTRYrz{h2sMf5DG7PY5Z%2q5`xz$h=P#L6uCu%se(2(LXZTpIfP?#JISrtyS?mgqSsma55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvEKq_2 zjFE!?gY$@g5Em91xWP(L$(@G#ULG5`Sf`AI6VnbEWRNmQBM$nsv07~P@{?2>Dg-Eh zYPisTEah1H6QfGaq8f%nE+7mGFXqgC@+6bW=%PB{DOHxHs4!}%en5*-Y&j*dOn~Ss zpoWaN$&|c=$Y^qw(FnSH2+i}%et;q~NM}Uw0m*U`%e3Y1?Gw!nG%a#WN1(|+cb3-r z`tHqM-ZyQ(Z(7G)IpUF@<;!X(k!&j9P_0=PWf*$fwhtF${JDv6=e2$?k6-FX&uHhy LyS={OP-WU*H@9x& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DRender.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.Qt3DRender.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..783940615389a17b2c297414d9d11a388ef18e5a GIT binary patch literal 416 zcmYjOu}T9$5Z%os5`rfv3SuF|R4HTp$+ima5JeQb zsDn+6Q33&m#1sBSoGYZMnMpGR8cnqDK#%iK%O^i#KpscSHl> zOA)2(%(Jws=I7c=)tW9KQoZT!Jl0i^+id7toM`oCbCSDy#{Gvp{tKCw=hx z#AS67gwpZ7qOrL}1d~uu$hO@ALH?;zv`W{HFU2k-XJr{QQypj=L uO5~OM)G)?hs|c6hvO7cPCA&99>(~12)&0sV(nm`hqs819Y5Z%2q5`xz$h=P#L6uCvkRH9%fh$M*3Asn0RB)4YocC))lyw1{pApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!UudK~O`kYPA{U9zt*B@>l-vFyD5=9b$-Kfl?e{ zj64Jwyhr?lxOB+KkCviJ?lt`P^4P$|DrGDl*;dRzLB=5KaWH3%$aY%ko|C5BsQI^>WJz>t6L9If;9 z-J9*aV_RXz9*Z$pDQyy}d{I3}B^wJk)GN+M8Hd?)?Zd|yf372Z@LJ!WB`@`(XS8(_ L++N?W=`!yxN%U|x literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtCharts.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtCharts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ec31b35f5a224dc2d922783a919ef2465773e14 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6z?XK_o$J4&m5jC%H9yx0~Hf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Eq{1sQ{^&%vBFmWz!}ew-Ogg#aB+ zEEgtBq#T)WY;~zwRO5KS1;lX?B%HZVo+_!WDXKl5QSE4o3Zs^q2Q)9m7M3J31!As% zS~BETX?Y2KYsi_ReK_F*Xr3$g0h&x9n-al$MCCS-*Y5Z%2q5`xz$h=P#L6uCvkR6z?XK_o$J4&m5jC%H9yx0~Hf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Eq{1sQ{^&%vBFmWz!}ew-Ogg#aB+ zEEgtBq#T)WY;~zwRO5KS1;lX?B%HZVo+_!WDXKl5QSE4o3Zs^q2Q)9m7Mdh71!As% zS~BETX?Y2KYsi_ReK_F*Xr3$g0h&x9n-al$MCCS-*Y5Z%2q5`xz$h=P#L6uCvkR6#*(1d#->IfP@Ao#fW+-LAWv=yjI<1Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z3W6GPRjW-Q_Yit3m%s9VhuNkZ?hr!^3zXsr zW8@*g;636W#JNL8ezXu(aEG}O;PRfjA}#lwH7~{`Xgxjz6-D&bt-+x9MH^J@o J{faK5{sQ1^ZR!93 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtDataVisualization.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtDataVisualization.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e500057282203e26d6cb3f7bdfc1bf823b4b7d98 GIT binary patch literal 383 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6(0Gf=GgBaR|pIJISrtyS?mgqGzL}|3Lf+ zVw3-2C3e?|m7Nf5Qn}{`IK^XTcr)+uo;;is7%^-)6RHn>)l1!ve)P zz!*6QFgTC+hjC_^fg3CYrOc_h@5Qo)^JU6dI5LfpK?(_jq{l%Y)fV%$c6N|xLxlk4 zj|~^vkE9%Ge`HjlnU}+`&jo~G?nRv0OCG0E8J(BAJfX_I$xDnHsvpp-5Sw3vax3i9E_#M--!lzu1so+=CaGCgNHZM10$;JZq)ROg6#G=Y5Z%2q5`xz$h=P#L6uCvkR6!dXK_o$J4&m5jC%H9yyO-Tf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Esd3?u{D=U`47%f&_~KbFQ)AwY){ z%Y_LOrA8(kTU}}v)i@q-0dZUe31{w;rUE2z~_6Q6gO6NSw7u9yE*hIjAUU4?cG|Z-JA3nzTa~Y5Z%2q5`xz$h=P#L6uCvkR6$D-L=wd25ROfDl3TNPyV>1Due0*jA5Y&*XT5SfohtONO{FVPZ%(vZehZtg5pcF?K zBM$)v?-BnXE*vuQqot^ldkz1+JT`E#N*RmCwiPo_kTJ;m9L#BBx!CCB$C;F(!#jftV|x zmJGR7T3$lm8giy+A5QoHn&--WfF@JOrbO@_QMpZIwioW~62mPt9dbm6V8}mrj@J45 z?#)i#wXLvgk0v}+`J&oRC7TF1&@0YC8HCw%?Zd|yf373key#7%l9&47GupZdZm;jx HbeZ%QaQ1DW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtHelp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtHelp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc560b2c56fbb08198ed887aee7dc840de48464a GIT binary patch literal 370 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$z>kp!_hgkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2Xoq3E;c&(ab_$P0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|Xp+bjh`9o4 z$&g#6U+ep`Y5Z%2q5`xz$h=P#L6uCvkRHC(@k{~vRaBQ-Z+?u`H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)n<@;2)&idU-`eoeA^9oh#`grN^yiS z@(^I~9`O(2(jg;1T8b*U*YMxVV*?kfl(BeZTQLI#8H23H!JIXgi;Z@EoEb}n03D7k z7bZ-k9GY-sb*WiYY5Z%og3Bl_WL_tVrirk`Ns-U%?k{}`+!m-Ita%=WJvO9@hrKSHs{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@9~~ow@PePt5e8IguE5YUpc?SY|{>RL=Zt0iKtI0 zDG{JhdZa&ybBpvHf59(jrMmN89P2b+=0XG`Yz6{Shy}zw3Ff%In6I_7gV-Qf3bZ#y zsf-sU$<5Cpj!N?|``lqMQYUg^r1YfF=t1xIck$gB{XU$ZcYfSF6+ z$OaNqom@Z<4LeDB4-RD?8mFoK0L>;4PneQjmSz|x@s78(&5T57Smcloz_5SrEUoqR z-5c$!gH5l4M`MLD0wMXC6azrxrP;jFiV`tau&0--pCT5sZrg`LDg9g}wDnrsorW*9 Q{b#aq6etmh0*Ug9^NJuWiYTd(5V{l4SV-1#JBOFEy=Hgsz*NxX z4Z@5i}(kjcDdX4kZo&3XKVUR_&rXnu(gx2WaAtbMW!i=Ix!llqWuFo2Aok+|`q| zQ+?t>#D_MF1r(4A$ompZHCvSRER}nj>oS)4Ky9|&YN1=M=f?6h1s#m6Oihp|H8jDY z)itx8!Bn|%Jdi2Gapfmcpry$bWl0u z`(W5RcCY5Z%og3Bl_WL_tVrirk`Ns-Rd35)#Db5ROfDl3R0kd)b{NUT5h)5PyQ$ zuG0Y5a-g~?!*R2v;)#@Cw5+QHJ@>kC9u-LW39T7y(h{V*V zl#~ciC_U02#HB_0j=$oUvr^r8FOGGZuX7=SF*XAMDI@}tz68^*ujX5w>@+dRqX@J& zK^Yk@RBB|rG3r7yuLQwBMi2zK8%kk6Wt=LFCa?5l!nLKz%Yq{}4`fk@Ei)FX7?_y> zM>dq0YIOyDH0(U(eK?Z?Xk4WB12mgLGG&qMu{6U_B?sQ#J~I-bVUZ&~1jGKhv$WRN zcW-pEE;hX`wgG2Kk4`2SdTF+-v|=SD5gh3?>!b+8Y}@wXP)a{H32nXB4(H)Z?f9AO N+_<;b_ZzxM{0lp#aQ^@R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtNfc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtNfc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9159536f0a17347c456156f52ed098bd60809127 GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6nBe?se;ymgaolUgky6%$*tMD+w5+l*ID`x#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5)b^BTxjqcMlVLFlbo{>uFw7Q1%1Lkux2P>Ms0 zk%It(^N4>C7Zw@1;YwI5oR<4u9b33ur;J4t(~cNO$QWcX2i0uOK#NLjIUz}&0?}7M z4HR{BvnPK#>__Ga~qa$igIfb`b3C6U`0y7CELP(Bz*xOKW|7 zcfVKkO*`nD?l2Byv8;E}oJ|EBsWt1M3PNw&_TgfTKQ|HXyfzQ#$xHM28SUJ7x7YU@ Hs!I9`ZLMvR literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bbfe25006ddf4f59e266712c00b9bf46f9dc616 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6nBe?se+aw1Wgc|LpV0sNp8*F-DYKd#hlqrp2$oYT~vEKrOJ*eDvTPcAJDv9wlE~l5+M2t zs3Ajcq{=R#Z!|fRv=41Q0RLRt4p3wY>68fGBQiH}mhJ^RyF_yXzEzIs5H$Jc&W^Rd zzS-~OUDFJ@=F}c@)DC36sJ4=fO#~dM6>FmWh2FIE;bM$G*AZ^L*7s-eOa1T}ZQXdc K*Y|6xeD)X0ZEm9g literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGLWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtOpenGLWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c23f35457668bcd50467ef153257a136eb1ee38b GIT binary patch literal 379 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$D-f+mOvhj47NliZrU+sp1Ide~U{55%7! zHu)b`Vt1Wb*$KfWm3w}GuXxN1Z)V=iljl{CMWr%@%t7d_NdDmd2D42Y+#!Y-7AVF6 z#>hc{!Fj|#igT+B++ZOnWlqg~FN!ssFH^?Ck!gesQb-siJr4S)wwSNAv%^FiDg-Eh zY`D;VB;`>1BcqC)c{vRGTtFD+Uc{O0Y5Z%2q5`xz$h=P#L6uCvkR6%P&BtdKr;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?!g7F(VCBr}!@0Xm#m zE=-t6IWpnc>Qb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXi+sm(_ME*+jsRUULr0Ak4OFA3nzTa}(kAYyEJZyws1M(aue9dwsv5 H%cQ>mZewkg literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPdfWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPdfWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34aa5782d0fb45d2f7aca73821b093acd7de997c GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Btb+tgkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(5v~ zxiDcO<;a9%t4qzI8pi`JAdZV5;mm#VR7q`3QSI@JYDZI47`48u0 Mg4^l+nl1zX0=O1%a{vGU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPositioning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPositioning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..701e79d7406cf5c26f51e790f3b58596afd7656f GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&BtdKr;n-v+xix#cm)%X`b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbuNCvXc!JIW#i>*$6B8{a&fDR{? z3lk8h`Lfzh6`Ke+(reC18Hm|-?Zd|ye{Le&eytzQlb8DOGupWc LZm;h*beZ@UL3nW% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPrintSupport.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtPrintSupport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e56913382d3bc52ac069240cd9a36615d88d253 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bq7)w!m-Ita%=YPHoF`3tStQp;!hBp z{0}R!yH2d^gkY1(T|dAnhMD2bdyn@N1T|!F`L-SI5JLnn4nMFo^v=mheui?MDV*{6~l(BeXS}_9&8G~%VL7z01%Z*NPlxahS02NLR z7dlMxe5}KXQBJe0#_^B~h~qLyIJ2KTmANvytoC_Em8B^wj2fyR(Ac`E{NcLA`6q`*ld4zouN|U%y9jjsO4v literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72f6edf77693ce3571c5b1b470f4f86594fa56d8 GIT binary patch literal 547 zcmYjOL2DC16rS01!zOe^s$$)P&||>tpv9h~1`mQzBtg6^g=Ly~=}tSlvzeK;uBUj* zKhVD*z4U*0ap}RZH}T|6=s_qRoQbXa4sX8q_}(|~<9!OlF0#?>p205

M9Zj@A{p z$Sin|7-CqU949#U5)UH}0fyEo{=?d}>|`bJleX=92RE)o{=KJHaM%8m1W5;c2;PPk z`_P8Y616L@*ZS^wJ+HY<8B3>TD`ikZ!Jrs((9K#|xt`#AimEE*#YDdBb(?5dy(qMy zLV${o3>P}iq&(E|)F|get=QBAX*%Ho(zFRP&a5QQOR0=*f<0bP<@9|<4b{!9v9wZS zV;7j_VmYOoRR{kvJFZ%?KcWk_^W~IeG6$khfEu#TO{wI8)zIWsNyo6mC(wUg+6hqP z7>Z+JO^~uOnJhNrhmVNn2KttHNcTaL{|s4KYh{`H!)j!<;*lBUA}*`T;7Kmok$`P= z({A8yp`Y9IqlGd4xsLDY5Z%2q5`xz$h=P#L6uCvkR6%P&BtdKr;n>_xa%=W(H@h44I!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K?AvJG-gnE2)$LyU-`eoeA^9oh#`gr%5a1+ z@(^I~9`O(2+#w@BT8e6g*Ye-1V+)t7l(BeXJ23+VIfFdmU`|@g z8F8z$ynw_Sa;j(o$9xFwGvz)&lS{}iiQogG3Y*G&FWlKBhFfSmY5Z%2q5`xz$h=P#L6uCu%sYDwaK_o$J4&m6`PI7DZZZErg(d#Vz2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljchc{!Fj|#hzpAh++ZoF6;8{2uZ}HTu2ROriRp$6GDsPu5eI$RS}r$w#c`?)6#|r> z8!ogTOF7p5#HdQMtcT%{3kbu~i#fBOJjtXox~va)N|mK4Ym6GIAJDuKTjV5`2@rh+ z)Q}N3nUa?f8BNYI8o>!4Li;?kAE3w-(kT&qK(fNbGVS;~yF_yXZHpY!5oq$you#$D zzI(e@^i9|An|{utap%a-ibZ`tkt`Q*pjNDlDh$18+lPxW{#-|R|FyX{i(i_D&uHt$ LyS=_&Q&rkuJqB*` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQuickWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtQuickWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b40215f254cc35c014599ad8f37c37e21b7400ee GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Btb+tgky6%$*sA&-Ry1>&&tw&ApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!Uudo>xP*YPA{U4nl9`@>lNfFyFSr9b$;#1f@8@ z7&!xrbQ0v05tjM&eB?6 z-@Vz%yQbxLO?S+r;W=jmFxr>-qS{Uc8z*p}R;-mW5xr^Khl?@(Tt~S5THl|=FZIJ` Ov~}a%Ufr*$GV(96uyI%b literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtRemoteObjects.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtRemoteObjects.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f51c086243bf642bf3c7d17a6d5b019ce3cb426e GIT binary patch literal 379 zcmYjNu}T9$5Z%2q5`xz$h=P#L6uCvkR6*;2XrkC0!m-Ita%=W(FT0!QVPokZh@T)f z`420xyH2d^gkY1(y{O<6kD1}kyvKX?yb7{asZ1er5PC0$zjA+@*|u%&5km|M6ypG6 zg6 zF0>y>In@5hs6sO@hhd)!2*ccqIJ1{LPNgzBFL!xDm3@Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bq7)w!m-Ita%=W>FT0!Qb(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqgbuNCtAi!JIW#i>*$6B8{a&fDWgY z3lkY5Z%2q5`xz$h=P#L6uCvkR6%P&Bq7)w!m-Ita%=W(H@h3nb(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqgbfG6vazgE?!g7F(VCBr}!@0Xm#o zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXi4)a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSpatialAudio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtSpatialAudio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b05d5f7c68f2ffb1eb4ea9f0a8c08d6acca70df GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkRH9f4A_-!12*)Nn$*tMD-Ry3nXJzR>5PyQ$ zuG0Y5a-g~^KAgCc%wb~SN523em`78f-m~Fb@4l%^AKq-ze zMjiqT-Xs1&oI7OXM+;FU_Zt3td2HZfnKBlSY%6A~ufH*FKgfsWaQzf-EMYYQ_svS*HVboIdfM%uG{F)>(1!69N zS~B2PX?X!XYsjghJviolXr3we0h&x8n-IafMCCS-*-p5%O$@itbjTqcfFb|fIa=rI zyEof;$F{Y5Z%2q5`xz$h=P#L6nBe?se;ymNJ6kVgkzJPuFw7Q1%1Lkux2P=Z5@ zk%It(^N4>C7Zw@1;YwI5oR<4u9b33ur;J6pX-5n)NExI<4*IOMT5ffVlT;fj1gKzY zxX?i?cZ zA!BYbB`;xUH0ft_2&a4m{&{9UK#>`wGa~qaWQB=kdJydG6U`0y7CE6~(Bz*xOKW|7 zcfVWoOgreAelCKnSk^mY5Z%2q5`xz$h=P#L6uCvkR6%P&Bq7)w!m-Ita%=W(H@lnYb(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqgbfG6vazgE?!g7F(VCBr}!@0Xm#o zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXiY5Z%2q5`xz$h=P#L6uCvkR6%P&Bq4}!2*)Nnxm&Y$d)eK@TxaP&5PyQ$ zuG0Y5a-g~?!&#NI@wb~qV2cfre`78H#SnS&24l%^AKnV^o zMh*fD&LjRoTv}w{1}i}&cN*?{d2HZfoiY}VO)F%OLCPQy8lPou}Ob`6MeWJO6rbUiu1e*MFXKAgk z@80a>UDNWrrZ!+BM#?<&wrw9S#`tp+;r46&a2~(ZkDt-b Mjdwe{-%w@XU%l{fi2wiq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTest.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f608cfee99ed6615052ce00c2c7271309b43818 GIT binary patch literal 370 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&BtdNs;n-v+xix#Yo83+HI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)n<@;2)&idU-`eoeA^9oh#`grN^yiS z@(^I~9`O(2!XYC+T8b*U*YMxVV*?kfl(BehTQLI#8H23P!JIUfi;Yfxlo?Bf03A*& z7bZ-k9GP%zb*WiY<9NUY#BmWMoVib)Dygk0sy&`j?P!V$qn4TnG%v*#nj|s>Vy=K% zGUQfic?o@M$f=@zIOYRro-6kOnoJ>^62W^!RPw!*GG17ky#FRJZSvWb8Lz2YpCNtjL7K75Sv=Q_ge*ZTe}d8r>hqph3Z_WFKJ Hmr;KK?3ivG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTextToSpeech.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtTextToSpeech.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1912667f08c52bbb43567f68f174994f515618aa GIT binary patch literal 378 zcmYjNJxc>Y5Z%og3Bl_WL_tVrirk`Ns-U$Xl91RO!m+uX5PyQ$ zuG0Y5a-g~?!*R3L3)#@Cw5<+jq@>kC9u-LW39b$;#7$w-p z7?luUC_UmI#Dzurj=$oUvr^r8FOGGbuT#c?v1tYjB%}<|kb^#}ujX6r>?GBO#xW>w zVtA~*NQja4#zqyIc_j!2Jcc01-H0>$$rCA*(RroMQ>rXYUS`x#{eTvQ*z%f0A_1bW zfEqI7Mk;X$q0yu(X$Yr$0F85LKR}Twq*D^}K9QM;M0()u?Gw!nG%RvNhoH$ncb3-r z`tFT()-g@5V|p+%J<*i_VdTkdS!pGLO=37wYt~AUh~BpC!@(GTZX(=ztsTyzm)h|& O+PQIWXZIVbi2Mt!Dse;r literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebChannel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebChannel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b11a4e4e3148aa06678e5b14b205e867c90bfd73 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPU7se%?(f=Ggha0tgHJISrt+q>*;Vy?6FABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(lka=TmgmhNcMy6jm%nmwm*wsYKPBg N>&CyG-mj@L@Gr5ra9IEV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fc3aa7ff2a5e34abc58b47ae6787e210ca28cb8 GIT binary patch literal 811 zcmZuvK~EDw6rS1LvTLDW2tgo{EF=V5)7^*(QA507qa8xr0PJI+WQ_n`hUHQT=@vsB!s9YAy8c982{~h zheeJd)y=oWz1D!GS_x08j`p;>==ch32{kKi4T1{k{fxjWXfW78S|mkMHg%pbvr;_f zxURj!7i||p@Lljr1Xw&8MoG;hMe5MVCjNHtJS(3kuFi!tq6ykB6etbo1AR4G@fmkK z59mD8U+_&R7W^{tL1&FH3@Fzr>@*04CLSh{bMn>6u+!9>pL6%W-a46EZYi^GpMAJ@xGu=IH*qt!beh{}Y5Z%2q5`xz$h=P#L6uCvkR6#2XK_o#$ID}(!JISrN+r8{=q6Ze1{sZwR zh)w>7mDpV;R(3+LN#&j&;1t8m@aDb8d-A**vQ?{1A$JgZE0@1=e}~zo9qtfA3@0eX z0mjHdfWdjhKZtXS4BTKLsN_z=eJ_sF2pK2IPF3oqu(e)2Sv%IKonV8F)p??9IZE^Pi literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWebEngineWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c6cbd6e5153de6356ae6bc259d5ecea6a113957 GIT binary patch literal 382 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6#2XK_o#Wa0tgHJGoo4w|DMtqSuI}|3Lf+ zVw3-2C3e?|m7Nf5Qn}{`IK?nCym{~Oo;}hk?=LB%=d3;zMYjX7&RVnSh)S!TTi3O`OUde`}j)ZlGzABN~Aw|J+$x z>+8EWJ9*c%{I2Oi|3F4uLXWcujP|p9UTr5S8w=P|OV&=Aie9(v!^IeXt|Huit?y3b Sm-_xQ+PLvY5Z%2q5`xz$h=P#L6uCvkR6%P&Bq4}!2*>7jl3TNPd)eK@TxaP&5PyQ$ zuG0Y5a-g~?!&#NI@wb~qV2cfre`78H#SnS&24l%^AKnV^o zMh*fD&LjRoTv}w{1}i}&cN*?{d2HZfoiY}VO)F%OLCPSFIOwy+YO&SHPf~5D5TN{t z;X?bdlq2nrjVd*ZY8VczR9Tv$!lLHj7DIzpXJMHJCST6;7F}mBV`_X+qMrEWBj>^aQn4>IFDcI$Iocz M#=D)}Z>TcxFS=`Rd;kCd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fb2671f320f01b757c6b2ae6c8d736fa9326330 GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Btb+tgkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|Oh_VAAm$3F zB|~nNmY2}ChMX$ehhsi~=9zLIpve@nDG|I!RBjWQ?S(tL#Bd8uhaAx%81m1ZqjkQ% zd$W^wZ7b~BbIyifO{nrkwVg^f5pbYaoQpCHv+3H0k1_sSN4Wi3-=8Hf^}}bhbralP J->>O1?JrbMZ&m;R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtXml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.QtXml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e03a557bab2d64386cacaa6faa9d551795035ae GIT binary patch literal 369 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&BtZl@gkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|j7cI>Am$3F zB|~nNmY2}ChMX$ehhsi~=9zLIpve@nDG|I!RBjWQ?S(tL#Bd8uhaAx%81m1ZqjkQ% zd$W^wZ7b~B^HhW?UsT(vWD@}gdc`>?gD{(}efSvT&vk^`ul4;|@=`y1Mq4+*?e+bd HE|dNObKq^P literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bce176e581f91df8575302e45962408ba9aa7939 GIT binary patch literal 475 zcmYjMO-sW-5Zz7EHdbo=z#>8q9wRi13Pp>0R!~vYOD`d9w(YiQcDuW+#*_UO{s!^l z|L{`rAmk)?@)i&;p4@0l9oX47GjC?zJmqp(pe&nx#0?#Q_avB@HU^&;3fut?c+dx3 zScMQ^*fu7#=|3!Zx@R=Cs;(srb6T08hcT$8LM_y+)JGCqFj{0`PnI2@)VRw-hXf6J zax-%pp2@N;2#YeT)9g#)Tj^-^G&~H1bbTLlJIM*VMQKOaJ;~JtAj%9d7lZ~;u0=c# z2c*j=mm(_Esp_dq2VYC>IyDlwoL~`|6Lb$g6FJ`<)S_LC#1(cWY7)sfZL2vtAtO)|x|$9M6IIol$=6HNX9w S-+swgh6nKiFxL63n(zY#qJ;JU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.uic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PyQt6.uic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..183dc51f6d2cd6e8c8d2512d7bfe30dc9e45b26c GIT binary patch literal 351 zcmYk0F-yZh6vyw9M%zFgTok&xWJnGbbWrLnh*Z?2ONqJHEw&3_=orSKi>V{@1EOjm!Mqt31&7Sul4XN=f^Cz(A*MEIF%%&eM*T% zfO3o5yzz*sT79c>yp^}wdUU=XDJdZ`10I@iFccE>wAHK5%wAB6=wiAy5j+Ot=dz4N zrcXV4zR|0WGi^f56+vl))Ip-uNEbC=?$n3$16kC7rDBOnf$0f^hQ-3Y5Z%2q5`xz$h=P#L6uHHObU_hp1d&LvIfP@Ao#fWs?Ot{_iHD7)|3Lf+ zVw3-2C3e?|m7Nf5Qn}{`IK?nCym{~Oo;;isi4|-(j(9hdaa&!!b&5 zfH86qU~nGs58}ci12A4xgV{@AEOGcSkXfX5JqxfgL}KY5Z$WprNdaY2=($xDnHsvppz5L;f8NG3q^ z45%SPZc-&Lp>H(lrnCQxH=U^Bzev6G_qZ_ZmcV19giW(IIH^&z+^U zzP@|ClXW?RhJR+7M~BuCHCzfm&6eeMBH1K{eYIx26p`p{+df>3@#iMO?bm8+9=%i# Qp3%;YcYAfep^D7E01swyR{#J2 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..374d2fa116680e3e80a75a73449137873e2ed7f1 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2qas;na5CtKfDRPSm>4Fy82qKYSa|p*KJISrtyS?mgqSsma55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@ii@a9TvNGxI+vvEKq_& zjFE!?gY$@g5Em91y5UM#$(_3UULNbXSf`9d6Vr|uWRNmQ2ORWieYM!?=EtcvR0vSP z)NrALSjw>uCPtN-g%?FbE+C2uKjzGS@+6bW=)&vslqyS8R2Vf>KcGb^ww#ezCP4HR zP(w!CWJ+Gbz-ZFT=m1Xm5E|#1{QyN~kj{wUeUjxSmT4>4YZA>3G%RvVN1(|+cb3-r z`tFTx-s23K!I^0t9ZCg3mM^_dBH2{HzFM<3$~5%0Z67Yi_;VBC&TFkbk6&sB&uHhy LzrDWSP-Wa-tMqR> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DExtras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DExtras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40c2d5b707ab7b9b6a71c2d6df52b2df8fb75654 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHHObU_;}1d&LvIfP@Ao#fW+-ClM#AJ55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@416R;99l%t7d_SpLfW9hUocxI+vvEKrOC zjFE!?gY$@g5LXr%xWQUb%AA_}UL0#U-=vI%W77&5q>wO3`W*CmZ9U)VWT%NXR0vT1 z#BibgNXn7+$3_*Jc{vORTtFD+Uc{OG&NtL{YzR{$c(mtH=0n{&3`vHnfA(;}vdnC)%{s9WTS4ndQD?kuhK z_1){8tjifR{0q}OKA9UuwV!6Iayyo6BH&PMSR+Lqde^oO7i0Xnjd1(5+FC>})uU&$ NcjMj8@3&MD_!p%%a4P@+ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DInput.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DInput.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f343586ecf63e728a9ff2464f95c6662121c14b1 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHHObU_=NfJh|R9Kx~5PI7DR_BOklkLxV`2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljcU(6VnPANDvIffP+4-ZRUI3tRu9caSY0z z8XjvuO4G6SCq@;Tc{vP+JccmLy@)gW$rG6>qw{i~3#u$lUSiZx{eV`5*m_Q)Gy$UL zKn)pjBUO401EWb#(gB?DA=EFW{QyN~AZ8@yeIhdxrK0H{HHhX0>J~YsBhciZJ4v0AR|H3p+J3>y4FSB*Iouq6U!?D`3K8iT>zHJ{a#`tp=;r45_wTxb>C(r2M M#=BkI@2Dd0FDxZ*!vFvP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DLogic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DLogic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa54b8103979cf7582d22527500f90e4a31acb30 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHHObU_;%AxI?H9Kx}=o#fW+-ClM##_KHo2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljchc{!Fj|#hzpAh++Z!JKcHnPwwjYzCP4HY zs3Bu+G9@n|GMWrB8bObbpn0Cz4^ZR^(kmkPkYu@uW!m-+T10aLO^ck+F=+D7ou#$D zzI(Hu4>*ICe`eapJvru)pXIA+H<4^6;81N?A7vbR*R~HAWBj>|aQC&|S;Q~(qi3{t McixFC-psp#T5? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DRender.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qt3DRender.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5fe86b7cd5473d0aed7f1bde2ec13c56c47f69ea GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHHObU_;%K_nV%4&m5jC%HBEvDw{xTxaP&5PyQ$ zxHzmC6Eg2cb8c{K5SVmis2SLkuw-qXY*S zBL@Kn=Mn!Xu8cBpgSDWPJ2m&+7HhcJq>P1Q-3l29NExJk4(hD7UhH)8lT>LM#~}TQ z=CSglEE_3*tfk#ql*4eqV+g~-i#Ri#JQ11Hswnq(N~IZ7lo-`iJ)osswwjYDOMs{u zP)&wh3z=O*Un|lTv=66z0QE~@IzW;sq*D^}9uc{Yvb5GCF>P9)DLr~Y5Z%2q5`xz$h=P#L6uHGnx}b=aAQA~Shj47NliZrS-OKLg#O^w=vJ-+$D);;Vrx<32H}5^(ljl{Ctx9DMnS;<dvUDce4R2Dj!ZLTkb+=H)Q#^BBS~_ae^hCr?tTjLyqlE~v6Jd5KX&^#fWIV#{k1$pna= z0ySj7O{(M-^o%B*l=k41_o04~+7D1<0%Ag9-X&>fA}RL$y#~?TK;0sTbO4(Cb7yI- zukT)OXC2O<;h&qM*|8Lca$)VK*|OY9Bpb(Ypw_IHA`-oA+lPxW{@g^k^;&JtqnGO8 PGupZFZfEx!s>u8cA}Mj4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtCharts.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtCharts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e559fa7f3283477648ef9eeb53f828a7ca17d0a GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}b%XAQA~Shj47NliZrU+s*DKdYz^JK>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_f}n<6)oOFdJ%rxM<*)qTVX^CmJH!yf0;M>@ z7z3dCFi zwPeJt(()1p){vf}132MBXr3$g0h-Jpn-RhLMCCS-*?zd!B8FRNI^>v+z>t6L9If;9 z-J9LK#~HN3GkcU!XC_qnvf4={n+iD4YtBZQhS_%Q!^aqZZX(=yt+(gNOa1T}?c4;n K*Y_K`jQb13;%}e; literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtConcurrent.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtConcurrent.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..072c588b97cb6e1b3cbd72602f49bdc68cbc0fce GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}b%XAQA~Shj46eC%H9uyO-Tf;#pbx55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvoS+m3 z7$XM(2Imp~ATBI2aD$bgk~u}&Ea$EF=J$Ura<5eI$RSS_}?`LWQ3CJ88i zVtAtcSjv(1$3~T!MKufuJb^GQyqGil$v3#u$lQDM|j{eTvw*z%ghG6kY% zKn)pklPP%#kY5Z%2q5`xz$h=P#L6uHGnx}b%XAQA~Shj47NliZrU+s*DKdYz^JK>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_f}n<6)oOFdJ%rxM<*)qTVX^CmJH!yf0;M>@ z7BlQMpZIwjb`bh~XBR4mqYHFyx;*N9%lj z_hvWmaR#mM%pOS%p~{!lPAb_{z=2+KCdw?#wrd|g#`tp+;m&KlJx^ZhhtFu|Cb+%6 I-_T{)U(r5p!TY5Z%2q5`xz$h=P#L6uHGnx}c4XAQA~$9Kx~5PI7DZZZEr=#Iw@Qe<1z@ zvC03i61(ff%1#J2soe7eoZ>MvyqWiSPo7snwknkwWDY`a#qd||Z!_Pv%^hNhVS!>C zV2m6D7@SA^!#KChzzvpyQs&g$_hMPY`6^{B9GPawAccfM(&M0yYs>jYJ3CCYp+bQ2 z$A$~-M^X;8KQgM&%*$ce=K{ho_ae^hC6807jLyqlo=|1qr{r&@-BJQrd$f-iP{WYA-;M2_zFDc$cJ^iDa_t?=*Y5Z%2q5`xz$h=P#L6uHGnx}c>9B9UNo2*)Nn$*tMD-Ry3n*ID`x#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5&l2x`bxtu}|;L+Gts{>uLy7Q1e^Lkux2P>Lgr zk%s_-_lSQG7Y-Tu(MnXwy@vl@9viq=r;NoD+m0D1$QWb;4(7D6T5NUmt<8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtHelp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtHelp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9614d9e1e5fa46903a73b6ebc687f8988bd1fe2 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dFsNF>-C!m-Ita%=W(H@lnYb(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqphgG6vazgE?)i7F*r?I5UQb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXi@Z5yAUJY5Z%2q5`xz$h=P#L6uHGnx}dcXBob^6;n>_xa%=8(FT0zV>r(m;#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5)b^J>Uet+s^RLFlbq{>uFwR)==DLkuyTpcDrf zBL@Kn=Mn!Pt}HTegN>k)I}P`}JT`E#O&JR(rX4cKKrj#y2YueyEcSZ&nb3wN2`GPR zc%uDS%CYt*MwOaHH4KM5fiNt*m^1sy(@ZL(i|T+2sw_=WVboClfL5j0dQM`Q0?{`> z4HY5Z%2q5`xz$h=P#L6uHGnx}cSXpb`l-hj46eC%H9ycbnZ!%ypLj1Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z^1K?dRjbV*cMy6jm%nmf_f#6h1mR*S7}ew=DUg#hJG z3>VsuvuvdOu~DUFQ4PZZ7Z8Sp7jtGmc_K4qbW!c|lqyS8R2Vf>KcGb^w#-SKB|!8w zP(y~?NR?edWHjkX8o>!4K=VS{4^U(Z>68fGCo(s2mhSs|Euy)BrbUkE5H$Jc&eB?6 z-@Vz*dz?YbKR2f|I+__pwJ-B!wUcCQBH%!+Stn&6dfT=S7i0XniE!t&-k!%V^}}bh NbK~94?l)AK_!lf9aK-=t literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimedia.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimedia.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d13b1ddb3fd45b1546e35f2e9aa1e22519f878d3 GIT binary patch literal 435 zcmZvZPfG$p7{+H@4O!ZtD2RfSx|93QozYrPb?Y0{SBNft zk1mS0y+x;Pf^_lJtPynRIlRLI&%E=S_kA-A9VzMh5GEQzAF273@(axl)bWHEV%S9< zwlGE+1Q;@}_$P3sl9py=tsH19)5ZfM^|4mWex`vUPSz=7c2`zy1|j$i{3Zu6*sjM7 z&Y)tR%hR4Kxd)8XOU~LL#aVGF*{a9KzL3;)Au@ZCyTWvWpd-w#j8eEHZ`&>If^8>; z!t(h2;1bFV@Kmrzp44sC-Vf9OFC6+DpL(({I!X2?Y&SPI+McD8138}k9W@-Qyt-z(Ha@8mdB|4U_|Mzz5(^BgMa`4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimediaWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtMultimediaWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8af915772f4726a4a075f1dd98fd6a78f667b60f GIT binary patch literal 385 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6nBe}bU|xDB@#q9gkzJP$LM9h(AGW z@;|J^?mDru6M{`D_xu2-7-ohy?>*j==hcv{T5SfogV0;K{FVDV%(v}uhZtg5pah2) zBL@Kn=Mn!P&Mh)@!=y8kt{c{Om~BwCehr0Z;>N91Wo?Av$WRN zclSGamosPvC+27(3{QY@ddArhj1IDVQEexZO$6+z73-)BMsM2o;bM$G*AZ^N)?2gq SrM~}+wywR~tNS%oCjSKz9CRoE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtNetwork.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtNetwork.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b5ffd1c9321429743798e58fc8502057f94a652 GIT binary patch literal 495 zcmYk2JxeSx6o!*o_cAOqR$i`Hh?ZOI1QlVCi`IgOpUof)adXy*J2M%R=sH%~`499j zh>gEP8y5>@ItR9{H%P7f!SGuR3Wu

ud z+OxBffE+RbSx15?NAki*0n8&AB(ttsZo1{zO0k$3%aa6juy18zf>^1Z3HGe6 zsPz!0(v707OdyI%Kb8VbWtuB(P3dmSjO*%!y5N?Z@=r&hRmUPi2DYzs@4eGpkmm~U zwa;Re0yBN!mhDKJYqg7V!`5@&fhF06)@F`YpxFUr2Ml>xUf5V=Gr`m}Gtxo}l|8-# zhW%hiTcm!^t(9WE`fIRimp>4Kym)p0rb_H5Ft4j|R--mEnEux&r7xp|uF=QI*{k?& la$!KmkNwlb^WP7|z4h9+-o(Av9(e6LZ*D;5PF(F_-y1&&kZb?| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2840365101819f8f19065bef9f3f7ea61030aefd GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPUEbU{lIf<}VPAsn0RB)4Yo_OiQ)UT5h)5PyQ$ zqzuvl2YpgsEw;M(ajFd!0#qBGese{Le&eyz3U@k{OS8SUKo Lx7YU@s(kkswiRz+ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGLFunctions.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtOpenGLFunctions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f89d7bcf11dd181ef69464fe6d6d05253abe529c GIT binary patch literal 383 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}cpR1dRlnARL?9Np8*E?qzoqy-G{}f%p@| zCjY}q?5-0lJ0aMla?cO&6_1(W&CHv5^1KSNs8nW= zVtB0mNXn7+$3_)9^KuXjcnm?1dl6^0lP9TEM(5=|7gX6Xd5KX&^#ht0%NExpk_ixf z3Dl4wH>r{r5E@OoDGi~`2T(stZ3iea1u-Qt?~^n$krccBPJ?J}pl+2TIs{GrxwB)f zuWzn*vMy)P@K4Q&J?F4}FcG2QQfNQT7UfnV*(8QNwPO7gZ_%5UK3t6P=Q_fz*J^VX Ty;S#~(bkQ3dv(92iobsW2-9;S literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPositioning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPositioning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..acd65331006daae07e122da9b49524099aa8e845 GIT binary patch literal 379 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u=H&F&_8*jV}x#GfEG z`5#tdcb!<-3Be|ndwzhgc+3p%%{=BQ2x`coR+~faA@o)@fAD{c#jY#v5JL>7D8muP z$U}g^d&EDAbEk~_XeFxTUc-MchYeh;Q^w+nZO0502nJ%n!JIT!i>+>cB#fnL3Obxx zo|-U`a%{qh)#c5i8plJPLL3)C!kKgOOi67`QSEald4zoE;Ye*rMtank?* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPrintSupport.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtPrintSupport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa75842c6ae7e82d319400fefffc2fe2706b927c GIT binary patch literal 380 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u_;&F&_8U}5P$5PyQ$ zuG0Y5a-g~^KAgCc%wb~qV523em`78f-SnRst4l%^AKq-ze zMjiqT-Xs1&oI7OXM=Mb!_Zt3td2HZfoiY|rY&&M4Kr)a64(6n>T5NUmBWWxZ0(3aF zT$nJ)vaty#R+pMZHI9c|KpYoA!kPQzsmio9MYYc*)sCj9FlwoJK#Njrc}Ffdq){vf}132bGXr3we0h-J}&WPZBqH>#LazET_5yLGs9db-ZV8}mrj@J45 z?#*uA;|yBisqJbmZEvbdPoc_})lQnRsel8$=FF6tm~GcSe2nquCc>T9dV8L{)DNH0 O&P{N8b-$s@(7yn$X>v;d literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a14c7ed5f518e728343237d07b302344a57c696 GIT binary patch literal 591 zcmYjOJ!{)Q7`~GwBb%u7Bc-W^LP8f0){&HKB>@vCg;0{3E+QZl-)rjg*JKUG;Y5s|kD4X;#HiZA zl04&5RQ5hgL#`KEG?byJ9t|=zY9Q4`<0P)TM75ylKV?g2wfYmf)+TNQiLwNUIEGM? z5tBL34%7@m`gu5jZ8n7NyIgeuCr6MT5#@>Gg^aTFg}1s!1e4HJ%ENF3g4{8r#wsf{ zcKEw^zEoD|f3zPo@hqHb?esyF^P!}X8<2Dq23 AHvj+t literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuick.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4aac618646f816ce1f52243af835605a006da179 GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcnk`QbT;n>_xa%=8xH@kb$>n!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn_zc@1Q%(O5v?AoNx(f93uT%Y8fCA%+-EP>KVL zk%It(^N4>C7Zw?~!CFu&oR<4u9b35Eq>P0#(+wF&$QWc12YuFBFL(OINu~`=5>S3_ zc%uDSh^h8xMpc?+Jq*V@fiNt+m^1syQz?|uWqrgmsw_=eW7JUnfR>fmDkrf>f#@rs zhD^ATN?bx@G#N@7!6_d@`&`-&P-G6-oFsfiWMN{F9r_0yqPc;#MNa7iH2LSw(pq2N zz1=T{oI%GQm_g2?sV|FFy_X7>Cvc=TtcxlPy=&Wti!uJ(M!5Id>@MP$=J7MyyYX(X J@3&Ny_7_Z*Z#Mt{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickControls2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickControls2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..627eaca3b3082b58a4b6180dd8aeb2a18604015c GIT binary patch literal 382 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}b%XAd(Pl4&m6`PI7DZZZEr==rv;LKM;R{ z*yMj$iQRQ#WhVriRPOl!PBF|3Z{B;nC(o-PTeaF8atEQea``LwcUbJ&;SMpxus{h8 zFh&jn49+9|L7ZD;;07x}C3hO`dwFc&Vx2M;PE0#wkU`2IjX3Dj#%i(E&5u)Us1Tt1 zso_HVv6N%&PmC%xi)t7SxqvV%yqGil$&*Yfql@Z*r&L**qQa=5`T;FUvE?<1WdcNB z0ySjBO{U}pL`IW-Mk6@kLuj65_5&1|K{_LX4@j1qSf=~_UW;gMplOj~Is#4pxwEv^ z*LQDr^FC+L@_VK?<T9dV3zf S)DNH0&W(3_b-$s?*uMag@^Z!i literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtQuickWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a64f5780349e4563245abeae65696c0ebcf36d9 GIT binary patch literal 380 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcnk`P2Vgky6%$*sA&-Ry3n2Nst81Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z^1K?dRjbV*cMy6jm%nmhc{!Fj|#h;xe!++ZcB3@#iMOo!5GM9>3HN QpV7{ZcYAfep~}#|0HM-y6#xJL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtRemoteObjects.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtRemoteObjects.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b56c9d38547872f10378b06bb0c3f27e014dd65 GIT binary patch literal 381 zcmYjNu}T9$5Z%2q5`xz$h=P#L6uHGnx}dcn8VxpwaBQ-Z+?u`H%kC!e3c=Dp5I;d| z@*h@Wcb!<-3Be|ndr`qD9y7z6d5`z(c@<=QC z$U%U?dBQ)8OUn%0U?nJJPR;!&mNlHOQ^vxPX@(3^NEjqN4*I0Fns2qUqeL4j1So%O zxX^wi=$1IF-uiyxippRrXC@V$@Lmh~|aZ;)X;r2BN1x z4Ha9bTP(Xn+Uhws?AyST0MM0 OJGb85^}~iLQvU`U^>TOs literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScript.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScript.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1df1fb17a5f71d3b2078c34d38b70d38433b3a50 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBOZTxix#Yo82{fou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003pn+U98gnQ-gx;# z3lpYNPE0tpy3#D`aXjJz;wJCp zcE1>K2A%NK4ie3k4OOwM_cF;Y1sv!#XQN8PY`ga1V~jsH5$?SY5Z%2q5`xz$h=P#L6uHGnx}dcn5{Wj4aBOZTxixpUo83*~VPok(5PyQ$ zuG0Y5a-g~?!&#NI@wb~qV2cfre`78H#SnS&24l%@Vf>In{ zj2r|QoJahFxUk5;4OW6m?lj!@^4P$|I%O;zn|8=RLdGDAIOvncYO&SLk1}m&l7R9j zh9}yOg&1jnY*eXPRKsw<69~h?i#fBOJe5KjT~zx#qsr106-Eu!4`@+}Ew4!|QXqN; z)Q}-JQi)55j3zxvBRJ**Xr4>^0g6l^o05e0iOfwbvVDKAMKm|iw8#-1f+qjmSz7Ds zyEnUek27fbr=}MvF3p(`*0{`<)lMqdB!L69X1$b==xy6RT#WJOCc>T9dV3zf)DNH0 O&W(3_b-$s?%)bCFIdR4S literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScxml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtScxml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b76f297ecc8cc15fb88829c1dd0a50a3f1ce9c18 GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5;<%R;n>_xa%=W(FT0zV>n!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn_zc@1Q%(O5v?AoNx(f93uT%Y8fCA%++hD8(Vh z$U%U?dBi`6ON$KMa4oDAPRo6-jxAhnQpTc*=|&84$QWcX2YuFBFL(OINu~`I0+c^B zTxdU$a;*J{QI%#{kD?(L5JjbzaArSwnoDJLSs(C>Doaz=7&TNspk*btnvz7OK=d_G zLq^=>N?t*1GzoGV!zmv^`y#g=pvVle84-Ly^1>uCJM<4aL~{deiyYGtX!6gUrM14k zd%Ir*oI%GwH$gm4g`XFzdM}l1D&RY5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u`H&F&`gI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`grN^yiS z@(^I~9`O(2(jg;1T8k>V*YMxVV*?kPl(BeX+c5(L8G~%V!JIYLi=A$Mk{L^d03A*( z7bZ-k9Gh@rb*WiY<9Nsg#BmWMoVib)Dygk0s(qeO?P!V$qn4Tnv@FF|bCSpuh?xVm zWW=q~@(Kplke;FgIORiVUMTkgn#>@Z5yAUJFm|fRCe2nquHo~3PdV7())Q_Lh-c4|O KeZQs4yuScO5O65~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSerialPort.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSerialPort.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c142372911978b6fc55c8615b7ab3bad8eb7b3be GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u`H&F&_8R+jz)@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4xkE;Nv=UWvui?L!#|AFeDP!@(wqphgG6vazgE?ue7F*r?C^MD{0Xm#o zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXiY5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u`H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`grN^yiS z@(^I~9`O(2(jg;1T8k>V*YMxVV*?kPl(BeX+c5(L8G~%V!JIYLi=A$Mk{L^d03A*( z7bZ-k9Gh@rb*WiY<9Nsg#BmWMoVib)Dygk0s(qeO?P!V$qn4Tnv@FF|h9oitVy=N& zGU8Tgc?AP&NKerLobn+wFO>TLO=ghIh~Ryqa+}EPFg$1x!!0x&a!f~H$Uk?E*7^GG z&2HY~3|is2?M+0e@>R8yN;Va6q&J+0G77Wn+J}!Z{@g~m^IC5&l9&4NGupceZs+$~ Hy3G0uT?uYz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSvg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtSvg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e434048528b1cea2efe93cef89fc6b482c599cb6 GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(zekaBQ-Z+?u`H&F&`VI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)fSL@2)&idU-`eoa^DSih#`grN^yiS z@(^I~9`O(2(jg;1T8k>V*YMxVV*?kPl(BeX+c5(L8G~%V!JIYLi=A$Mk{L^d03A*( z7bZ-k9Gh@rb*WiY<9Nsg#BmWMoVib)Dygk0s(qeO?P!V$qn4Tnv@FF|h9oitVy=N& zGU8Tgc?AP&NKerLobn+wFO>TLO=ghIh~Ryqa+}EPFg$1x!!0x&a!f~H$Uk?E*7^GG z&2HY~3|is2?afA^%2(A+D%n)Pk=}3~$|%gPYac$w_;VZK&TGBBNM7p4&uH%^xSii` H=`!mtT@G$& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtTest.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtTest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df60ee36732fe6c3a7d9aadd2cf099128897f552 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5{Wj4aBQ-Z+?u`H&F&_8ou&Uk{0U-{ z|6wI|*NKNuMp=La~&Ff+V)@A003poU!4YIDdvgx<>Kul(O(vFnCA#1O**r8vSE zc?d9gkN5|1;gFFZtwfdFYxwWwv4M+q%2+(H?U;drj6pWwU``sV#a1^z%8aE#fDWgY z3lk<%j!ihRy3{PHaXjP#; z8F8z$yo7-@q^IZrj`Ii@2pwJCp zW;gF~2CeYao`JEU%9qtnD%n)PfnIYa$}G&bYac$w_;VBC&TG9rPhRSW&uHf+xV^sL H&}GY5Z%2q5`xz$h=P#L6uHGnx}dcn5=m?h;n>_xa%=8xH@h3nfrX|2K>P_} zlmB5QcGroOoe*qNx#tHs#V|9xdGGO_Jg<*(e|VX(-Ka31jw;@lzwH&_WOxzljp%VPr<>y)u@V%i}C2^oVd;-F6&tHo9~KgzVBNdn5B z8lGrB7GkXZiBY9yQ4PZ(Paq5nFXqgC@>B|CbWt7fj4Df0R2Vf>KcGb^w!9{>NP*}p zpoWaNkxE=ZWHjkX8o@CiLi0@84^ZS1vP+Wi0g<_hMYiwnwTR{hnie^xBhciZJ4;?l{BKhQTk-h=Ob-{-x1FpNA>k>(dp7$Xe<2JH@iD^8Ts(yfe@1)XYLJT}rk)=QbUR8YdnvO}remsOiW2mytl%|MKe zdfZ?XD(0a)_PvABLb6tm_W~gu&x6PuNahLC<-8}%zKl|wBxl(d`<@*>_m%-BfXT^ rQ0ZOA7=NrHTze^0C+<^WcZ$}}jmxu}m1ksJk;kRt6csOwDE*gD%0zqL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebChannel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebChannel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fde63ccfaa406747807d8a06f3e20c472c9cea68 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6nBe}bU_O%K_n7HID})9o#fW+?Ok>^(X+DjABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mcxr5MKx%`#;JIuH3aEBOTSfB)l z7$XM(2Imp~AkHl^bi<{vk~u}T?>#-fOR6kQQDM|j{eb4B*y5VRX#zxF z0ySjFO{UTd=o?MC8STRnAAoY5Z%2q5`xz$h=P#L6uHGnx}cSXAQA~89Kx~5PI7DR_BOj~bURD`f%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}y-J%rxM<*)qTVZQB#JH!yfDavq! zG4c>#@E-9G;@lx4KU#_^)@%6h<*|W_RmxaAG3}Uv1i?TIIOyZXa5yYO0!{w8bF|La zcW-uWk27e6C*}&c@x`!7f@9{nG@Wa*)Gub#w9pa-ERXV+-+4(}J=``-IzzE!IhQf66S;FpfjkG%M2 zsxIv8y$YWYK?DaV#4ZjsSHlRjfjL1;g@dMs0E2Oa|2DT3i#y|*Zb|jE!R!=tk{(Us zwx*C3*8&qNZ>lOcp#)Zul@cw{>iW+dS=X{TpAc_X-uDQ^5D|zv6ht-`CxQ}K_5#}G zK2JOvb=mX!rR>If@+1<{4+7x!o}_`W`;6@fdsp&YBR7=GN<-j+vM4KiUY7>od0Dkj ziDIW=%(xU;xlJRV=c{IjFMW|+?=Z#Lk?NLxXhYPa5frl`yL!?1KUKTv74x6bSuW`O ztGY_KIU6We;cUcy2cFU{v^HZk0o)lvG<1|cCr)IaMfdEx%Z{KDS_--2 z_dqyPS{1EQS@_m^vXQ@y{X)Kk_F8f2D&t_s$$9xv$jDv*EBuPOCjU0^TDh@~G5$S| zu`@0sWBx>6NcDx0-u%Aw@ayg4rPb6}eE00*gTu|SiJGtQsIhX=*h(8)#|<|%ZjFp< ghqY7V@@RH32R=SEDj&SmxOuQPt|H?Ouc-}x08YcY761SM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebEngineWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebEngineWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a68c9566a563fc651054c40af365a32b892d5847 GIT binary patch literal 384 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}cSXAQA}@ID})9o!qUt+r8|r(d$zB55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvoS+m3 z7$XM(2Imp~ATBI2aD$bgk~u}&EaC#D@T$Urak}j4rAJE~v6JMTJpA^#fXzV#^tcWeP-J z12rV#CR6efhDMWKMu%|1N6<1_^1u-QFACN3Ju@w9MUW;gMplOj~8i6MN+*w-d z>$^9*d5<$_`DdmNgCh}f0e#LQFxt=ZWwnz^c9p<^TC;}AT=ceWA1=oDa}(jtYrQ>> SU+Ra?XlLf#-rR4fGWaitI&+W! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKit.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKit.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67170986e68d3ac0156ae96d706914fb13e2d4a7 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcv5(y$4!m-Ita%=W(H@j=}I!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)n<@;2)&idU-`eoeA^9oh#`grN^yiS z@(^I~9`O(2+#w@BT8b*U*YMxVV*?kfl(BeX+c5(L8G~%V!5lZ1i;Zr6kQqyb03BXh zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXkLmfrX-Om5OW38 zk`cE`%L^D-Lwbr1;D`^Qd8*t8XflOtN(Ao{mD@ySyWviY7;d5IkYhRmL;ksQw9eOe zZ+7z@XV3~y>>2bAxeZmmsCH7xE(PrA6=$PN!)&_t;bV+H*Aec#*4wk>rM~}+wr+yk K>-#lb#{C7opl^Wy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKitWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebKitWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23d969cd32f41a0a9a651e4c914a0c48f3c85085 GIT binary patch literal 381 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcv5(yGGgkzJP*q-Z3{_&W2#LpJvN)E0$~`;6SZeH$^CV+qMrEWBj>^aO<_&oJTL! Q!)LT}S>mFBJK5UjP6A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebSockets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWebSockets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bb5dfece7ccf717b0fc3b2a7756fbd186c2182f GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(y$4!m+uX5PyQ$ zuG0Y5a-g~?!&#NI@wb~qV2cfre`78H#SnS&24l%^AKnV^o zMh*fD&LjRoTv%k_1}i}&cN*?{d2HZfoiY}VO*>?eLCPSFIOvncYO&SLk5X-@5TN{t z;X?bdlq2nrjVd*ZY8VczR9Tv$!lW9y0 N=f=Cey5CS`Y5Z%2q5`xz$h=P#L6uHGnx}dcn5(y$4!m-Ita%=W(H@h3-b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqphgG6vazgE?ue7F*r?C^MD{0Xm#o zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXinfDh!wr~>w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWinExtras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtWinExtras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e12a246e21c51ac9742a787e8b01391b528db82 GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPUEbU`Z%K_n7HID})9o#fWs-EMX_G1po855%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@e{E%k$=tI|#j%%U`*_!(!JCcZeZ|6O`f* zW8@&f;5_0V#HB@sZnzRwa;NUTm&ZCT)+uAr*t8-B5;6u^pMyTFuNGUK{5aEwCJCru zVtAs1Scs7h#zvKzMKy{BJb@@G{FpQQ$x|tm(M7e#Gpa02QDM|j{eTvw*fJ-vNP*~U zpoR>&kxE=a-)Pd6v=1kI0F85LKR}TwWK)vx9+A0;MYbR8HHqd18WuUCL(t@(J4}X~b)q%{H)pjb_B!L69W}TFQ=xy6RT#WJOCc^F4T5BG^)DEA~ N&W(RNyWdb{;$JhkaN_^~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtX11Extras.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtX11Extras.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9da96cf3fe2247ee7676287ecb141df41b9f455b GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uBjlbU`Z%K_n6cIfP@Ao#fWs-EMX_AJ55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@416R;99l%t7d_SpLfW9hUocxI+vv9HRsW z7$XM(2Imp~Ag(MjaD%m=lsPr`y*SozzDXGi$EFoBkdQJ+`yBLHZ9U)VWGAUMG>$>} z6T@TeM?#FWKQ^k+%*$ao;4y?@?nRv0Po7AjjLyqFo>FCL@)Dzl>Ibwe#8w%JL;^(5 zfEqI7Mk;X)eWOWN(mtH>0n{&~{QyO#kWNX=dqid?66t~8XcEm0)GcyEhoH$ncb3-r z`tJ2k*5wSE{<*nqG>+#+QSHlYRcn{zns9Fb literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19e2ca01f734150938c74fdc80e68c1d7f3c13e9 GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5($DF!m-Ita%=W(H@lnYb(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4g+oSuv=UWvui?L!#|AFeDP!@(wqphgG6vazgE?ue7F*r?C^MD{0Xm#o zE=-t6IX2Qb|)#_^B~h~pwiICGyoRZ?41RQo)m+R+phMlCfDXi@Z5yAUJr H=rZdsT}y6h literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXmlPatterns.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.QtXmlPatterns.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..649679da8173f41282f8f8a3412057288b3f803b GIT binary patch literal 379 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uHGnx}dcn5($DF!m-Ita%=W>FS{G{u(9+Xh(AGW z@;|J^?mDru6M{`D_xu2-7-ohy?>*jA5Y&*XT5SfohtONO{FVPZ%(vZehZtg5pcF?K zBM$)v?-BnX&KxrGqot^ldkz1+JT`E#N*RkMwjDFbKr)a64(6z_Tx@jn18FQ30(3aF zT$nIXYHY%Z)um=pjpHE~5XVK3aOOUFnkj8fQSEa{wWBF2j9O|Q(7Y5|T$4nlK+Gjj zOGeygTAjnd8q&+?01o*OnkSk208K7HUJ$|iB+G50v+z>t6L9If;9 z-J9LK#~HN3V|$v4F13zKnlQ^3)lRC|RKT8IabC(u%%*D}KF0WS9pTPvy**1_>if@V N>n6Cpx?j^}=3guZal!xq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qwt5.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide2.Qwt5.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98cb44b795529cea87b8c911151e2ba856920985 GIT binary patch literal 942 zcmah{&ubGw6n?YWWVc&4Htj+2XDd?JL%LWIsfd>zM3K@GL>dKIGh;ICW@nk1v?R0; z!GoUc&AT`0#XrKEUWx(B;z1M--Xg(EPtI%-6A#jXeeZqWyf^#3H}k=D9Z<`0-jR

~%l}OQYN7U^G9fzf@YGq6XmV2)gm zA+c(K2&CjmE{J0iVbAFE8PkDIc_qN@v67JWe_DXPrPph|?l+Po798HAzAt}(VLQd|6cxvISd z)!0mhMVLy;q9A-s>oMa}@Pg8#Ke47v8-AGQzB(t`%U`Vg3%R%6u`V9kldqhY&ffKo zeYVd&>{xR{cBx~Z@3W6O)}mM)fb%H7$mIyIg8 zA2g%Klq~%}y4dYtqp8rzn;~?`)KhT4LqE9pgZIAg-g`eRtBw@v_3yCI5&Bamw@~>F zu0AXG6%j;mj1t_%7y&-1tg9RD%pp3dgj!esf1OlGE!2h@Lc9h#F+%*&La3{2rJlJV zv<@%VzFW<;Tx*)kGH>EyE6W8X(Dq~6;{nfonhw~T;*N-Dj}0Mh7Y0p527S4#D#p@Q zrl|Y=U?fKze7{*Mc8~H`sgOY&19wM~#=?yl8w&SS@^bIO7y}oSrG*tyLLj9{#< z{XSEizVzXPXp)18l*NGRg1U&H`0_lZRW}KZUp74&dpbv+10M6Tt z1QNJ6hIH(yUA!!p5lf%B`)yB936AO<1|bMY5Z%2q5`xz$h=P#L6uCu%se%%)5kw-v<`9lec9L7OcYE30L=PKF|AF`u z#3uj4O6;x^D?1_Bq;k&>aEf7Oc=O)lJ$YUQ*{W1#kU0pw70X|_zr%dn4tIzlh6Rdo zfH86qU~nGs58~V+121D~pFB>bGCD8!ctVw>$xDnHsvpq25L;Z6NX9_) zB~U|#+@wlgK;LN6O=%yF`2gx?sr>*&rjSgD;60LNCXz|R-`ORa8>n04hz>!Mf9@=; z_4VEBovh0lH2qW4IBZ)-)Nq;jX|^c0V#y`~_SK5@QbeLRZToOB#-Hm5w_dAzv*@LI Q@Qk)@yxXh$HC1H(1rerkTmS$7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36918101bea6d461da4f6b524da183523d09e7a6 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se%^T2qKYSa|p*KJISrtyS?mgPOr1{ABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mcxr5MKx%`#;JIuH3aEBOTSfCgO z7$XM(2Imp~ATBI2aD%0wk~u}T>WC#D@TNFia63^?f1#&WUI&5sjps1Tt1 zso_HVk(6WYPmC%xi)t7SxqvV%yofXV$>UTiql;>vCsbLQqQa=5`T@;Lu|-BA83WN* zKn)pjlPY-$1EWbVr2{zOLuj6-_5&2jAjyc}eUj!Tl1aY5Z%2q5`xz$h=P#L6uCu%se(4K5JV!u<`9lec9L7OcemNy#9U|TKM;R{ z*yMj$iQRQ#WhVriRPOl!PBF|3Z{B;nC(o-OTb0TjG6$izV)-lgcUbJ&;SMpxus|^m zFh&jn49+9|L0np7;07x}DRXM>dvUDce4R2Dj!iRUAR%Fp^f~CW+G@Vl$xae&s1Tt1 ziQz)~QJRjlKQ^k+%*$ao-~z%h_ae^hCy!;SjLyqFo=|0J@)Dzl>Ibwa#FjG>r7;kF z4b+e!H&Ufn&^MZNCGEp0A3*&=+7D1<3dxiR-Xk(IQJOUTy?vs&fx1PG=nypd=g!hv zU*Emn$-10D(?2(j_VLUps(qO)%dI$N69I>6%^E54(A&0sxESNlO@v#o)q{ETQayS` OJ2&3#?0!QPfqwy~XK*k8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DInput.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DInput.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c2537af16220b0c42a75a2fd8fffd46f313dba2 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se(3X0wR%Ma|p*KJISrN+uQ7J60fuLABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljl{Ctx9D9nS;<dvUDce3LR3PE0doAVDw?0}lGEww~{FvyRY)#xW>= zYIv;uC{4%OpBPnW=H)OP@)*J}_ae^hCr@OmjLyq_E~v6Jd5KX&^#fWKVyiic(gcW} z12tsCja2Cs42&i{Ne6Jshfu$e_5&1|ftZn)_le9*l!}Iba7Z*aP`Ai29f2nQ+*w-d z>$}&xS&uVl`sb$6?g%+GzRXtTR+6%5499B2`Y7ViyS9C}7~{`vgj=uGqeb*mJ$XiZ NH{R{_{gx{7{sJyhZ^!@u literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DLogic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DLogic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a05d1bc05d9ae8dc2a21a3364e49ef0890a711bb GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se(2(LXb$XIfP?#JISrtyS?nLiPu^B55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvEKq_2 zjFE!?gY$@g5Em91xWP(L$(@G#ULG5`Sf`AI6VnbEWRNmQBM$nsv07~P@{?2>Dg-G1 z%5b6mSjw^XCq|W;MKuhETtFBWUd);OrXYQDM|j{eTvw*m6cKR}Twq*EgJfMmIeW!m!h_KD^Onie^xBhciZJ4+Z>9hM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DRender.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.Qt3DRender.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af58e871e028a3f2e320a905ecdea5270ac6bb70 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%se(3X1d(X4IfP@Ao#fWs-EMX_G1po855%7! zHu)b`Vt1Wb*$KfWm3w}GuXxN1Z)V=iljl{CMWr%_%t7d_NdDmd28&%A+#!Y-j!}XG zjFE!?gY$@g6qi;RxWP(L%AA_}UKDFMU#EFDUY5Z%2q5`xz$h=P#L6uCvkR6z+=f=DFT9Kx~5PI7DRb}ze|n8U`>e<1z@ zvC03i61(ff%1#J2soe7eoMM<6-n{pCPo7snwknkwWDY`a#qw9~?=auC!yRIX;TR=2 zz!*6QFgTC+2XSGMfg3CZrOc_h@5Ql(^Hs`NI5LfpK?;I_=yA}ewdH)HogE8pXdHv` z$A-t+kE9%Ge`HjlnU}+`&tnL~+>1D~pFByWGCD7JxuD9@6A%*;^Dap<6G^e>@9YxI4b&}iNC%+FKX;ba z`ugtmcGlqx8vdDSO^>87lnZM=%@*ZmBH1{G1GQqk6p`pn+df>3@#i|i&DZMwEPAOP QKBKK0?{<2>ri#qJ03>N~p#T5? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtBluetooth.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtBluetooth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63cda2a2742059b924c1049d71cac60fbddeeeb1 GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6)T`5QzkvLpV0sNp8*F?Phlqz0T5qApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!UudK~O`kYPA{U9zt*B@>l-vFyD5=9b$-Kfl?e{ zj64Jwyhr?lxNykGkCviJ?lt`P^4P$|DrGDl+g8j#LB=5Kb1WNIM6H3Ng0UQbnU~(7=NxK+Y5Z%2q5`xz$h=P#L6uCvkR6z?XK_n7v4&m5jC%H9yx0~Hf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Eq{1sQ{^&%vBFmWz!}ew-Ogg#aB+ zEEgtBq#T)WY;~zwRO5KS1;lX?B%HZVo+_!WDXKl5QSE4o3Zs^q2Q)9m7E_YQ6o|P3 zYRQmWrR62`tsz}S`*6Ys&^%Y}12maJHYI}hh{|muv%PR5wBj1VjG0bF|La zcW-v`E@#jR&+Jh`otaSOi)uTSY$D)5uQ(fJ8fMeA4XzM1p Ky}n=5W!zuK32&tU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtConcurrent.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtConcurrent.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e067dee306094b9639c606fbe24c2428ffcff1c GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6z?XK_n7v4&m6`PI7DRb}ze|#Iv&WABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mcxr5MKx%`#;JIuH3aEBOTI6)~6 zFh&jn49+9|L0nj5;08-UC3hO`dwFc&VwEx$j!Y|Lkbz(zA`berv0Q9)@?)V5O%hQ4 z*ziRAv6MsYkBllci)tA5c>-Zrcrj=8lc$+fMi$^8Qd6zS2`Df-xifF792;*n@qS{U+8z*p}R;-mW5xr^Khl?@(Tt~S5THl|=FZIJ` Ov~}a%Ufr*$GV(9ApK)gZ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtCore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtCore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6ceb11439c1ad79b9a9d8a3157db3ca0792114f GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6z?XK_n7v4&m5jC%H9yx0~Hf^g2ubf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Eq{1sQ{^&%vBFmWz!}ew-Ogg#aB+ zEEgtBq#T)WY;~zwRO5KS1;lX?B%HZVo+_!WDXKl5QSE4o3Zs^q2Q)9m7M3J31!As% zS~BETX?Y2KYe-koKAi9YG|!d$08OTlO^M(=qH>$aY%ko|C5BsQI^>8B!H|FM9If;9 z-J6}f%Nex7GkYX8geqTD+o@y|0S9`;nJBX`o34HM7~{`%gxjz6{aNx-KYT`8H^J@o J{hBVr{sPlmZpQ!s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDBus.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDBus.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d52031154ac06df98eb542f9861fb3eea6cfce11 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6#*(1d&LvIfP@Ao#fW+-LAWv=yjI<1Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z3W6GPRjW-Q_Yit3m%s9VhuNkZ?hr!^3zXsr zW8@*g;636W#JNL8ezXu(aEG}O;PRfjA}ZY(fO@5tZ9SW;@~5HZj~n(;-K62!{M~=V+a; z@80a>UCy8tp4!8Mu?bZ^ueMXk#sc>Ak~2|eVb)#y@G-`ps|dGW>$}tBrM~}+Hg1C3 K>-!a5hW!Q1vu>;a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDataVisualization.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDataVisualization.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..396d7bce18c666e7298eb0ba1dfc175481947fb0 GIT binary patch literal 385 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6(0Gf=DE2aR|pIJISrtyS?mgqGzR@|3Lf+ zVw3-2C3e?|m7Nf5Qn}{`IK^XTcr)+uo;;is7%^-)6RHn>)l1!ve)P zz!*6QFgTC+hjC_^fg3CYrOc_h@5Qo)^JU6dI5LfpK?(_jq{l%Y)fV%$c6N|xLxlk4 zj|~^vkE9%Ge`HjlnU}+`&jo~G?nRv0OCG0E8J(BAJfX_I$xDnHsvpp-5S!nSNX9_) z1yDl<+@wmLL(gc^Nofxbc^~R0sl5P2CXh^s;9ZhtCX&gHzqL&?H&D0CAsv7w|J>QP z*4H=I+gXP*X!ysbWu;HK9#g@usNpj4(`;UD#*&Q%?5QQ|s0c={TljD>#-FPQH(#r} U)99tT|BN=Sz1z$C6;&kv1r?BVHvj+t literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDesigner.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtDesigner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d013e8f3c3de87e424566733dadfa14d70175557 GIT binary patch literal 376 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6!dXK_n7v4&m5jC%H9yyO-TH<~mFNf%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh<1wjqDs?}zYdkDRi%U}7w!+hHfcZeZ|1xj&* zG4c>#@E-9G;=&;#KU#_^x!3UD%VPrLY+Esd3?u{D=U`47%f&_~KbFQ)AwY*$ zmJ1UmN{vi7wz||Ts&PEv0^+y`63*NwPcx;hDXKj#sdh9)g;7h*1Dcm&iz!J|3dCFk zwPeU`rqw0%ts&iv_ThvNpn0CT571-+azX^}ku0}~l6&FKE-~Cf(;-K62!{M~=V+a; z@80a>UCy8tp4lTXd?=mwEMHXHsbW_G4)lsMQs!YcUHkAc#-Hm5w_oe~v*e|I_>8u0 Mg4^l+nl1zX0=U<3a{vGU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGraphs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGraphs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae4d3bf3c4c5b26b7c7796cdc5b57b480143641e GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$D-L?XfF5ROfDl3TNPyV>1Due0*jA5Y&*XT5Sf_L+Gts{>uLy=G$(#Lkux2P>Lgr zk%s_-_lSQG7Y-Tu(Na{&y@vl@9viq=rHsX6+lm<|$QWdO4(7D6Tx@jmj<}B>-)3hrGEH~wr+yk K>-#lb#{C7rBX6Jp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGui.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtGui.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b67db152c84e1299f848fad34f3d457266718c46 GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$D-L?XfF5ROfDl3TNPyV>1Due0*jA5Y&*XT5SfohtONO{FVPZ%(vZehZtg5pcF?K zBM$)v?-BnXE*vuQqot^ldkz1+JT`E#N*RmCwiPo_kTJ;m9L#BBx!CCB$C;VMroVAm$3F zB|~nNmY2}ChIAF}!wDZi^IW+P&}0hPlnCA zz1hjToIxu*vquvis(evxr;<$s9OxD2p^U<8y7u8?j6c^AZok&|XUR+b@EL901h?1s IYr4$(3tV|_VgLXD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtHelp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtHelp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59c6569e5d8b0185696e71e6d8875eb77dc8d611 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$z>kw~yPgkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2Xoq3E;c&(ab_$P0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|Sdz#Th`9o4 z$&g#6e%55UEy>Mrj7;d5IkRv(-L;ksQw9eOe zZ+7x7XV41I>=6hRs(evxr;<$s9OxBiqRhf3KR!T8~Qb8PqZU$)%|8*)lh@c=+DK0?>Y3^-vHcisIYc-v8^Bd?_ z5SM-rmln5d;^bB+E}gtoM4#b39(eBI_ujqgdI2dF3PU*75c){Xuauu_x~GmuL=nY4 z>R=0FltF+Y^MZc@S1M^~R@TaaMl&ru&{H34M)ore7&s|9l-gZcu_;6lPzYQGVo`aC@9XAkU43WW5%j20}W%58UiY<_psc!?rNHlBZNj-nN^}2is0`k5Sdf zI#I}_Nb(I9I9!z{IqFD9JfmrfFdGmr>;Mrr;7HP9GUDMixKfaMZ<`Y-qdM@uqL1QPzS;?C&xZrP zs8G^36I*IbG>q}r8p750(*DqUD;Y5Z%2q5`xz$h=P#L6uCvkR6%PYNF>-C!m+uXUet+s&NLFlbq{>uFwmiuCR~8w#!CFwsore2f9visWq>P1Q(+U}6kTOUk4*I;YUhH)9vs4=@1So%E zxX^wq>4xG93&Al&%p(7<-AHbW2&_`;1rTk2jU3EMlh8T8{ zhb@dz1_6f5GyVx&sHCM?St|z`%d~LcNPVmov!7|8h?8Z?nB9>Tn?VRZ1HZvR^w(=~ zoinJIr}DV#O6~#U^qjL6NO4k}OV(=fp)VwLU5L!C(xHBd=fT!v9_1q~@kJ){jd;!P-> zh3W=Gqz8VFxcriYv2+4|$K2W`f=ei=WSh1?kUw;)t>T*1(tn>a!+4sndI9UYupiAU ylyr1rQ9X literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtMultimediaWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtMultimediaWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c07a8e04edf98811291dfe0563d36b0cab3c34a0 GIT binary patch literal 385 zcmYjNJxc>Y5Z%2q5)Q9Z5CtKfDRPU7se;ymN+gJI2*)Nn$*tMDz3gtH*JuG0Y5a-g~?!-}jI$&znN-AoNx)f93uTvrRkPA%++hD8V7d z$U%U?dBi`6bBhe!a3QSZPThSkk9AxuQ^ul^X+{h(NExI(4*IyhSgf`4gH#(T1gKza zxX?i?Wtb#x%gkVNOr=yf5LW<1!9Wj^0!8ROWg025S z`!66C{*HFx#88wCF|i>rAl=j#eyF_R`Pu%yuRnf&e7{LBn$1i2?GSQTZQi2xT0DNo z;wKSA(1fHkq^T1+lsE(^)Gp|YY6sO}J#2&@pn*5e{>L|)|LetTdE%qCQ8=yIeRa}u z$|){HbYPbv0Xbv>vc3dUPUVG>0+ymg?rN@!NM-}oZMo%auUOBF6NsYHkEK9UndVAcQ@Xn{i;Y5Z%2q5`xz$h=P#L6uCvkR6$88NQeZRLpV0sNp8*F?PYh9c-UC_55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@416R;4nB%t7d_SpLfW9TvNGxI+vvEKrOC zjFE!?gY$@g5Em91xWP(L%AA_}UL0#UU#EwO3`W$q-wwiBsvXev`Dg-Eh zVz|(LB;`o^W1|Yqyc~uDE+7nZFXGI8@;H^s=)BzH300ORFEMJUen5*tY&NtL{WzR{$c(mtH>0o2b^`vHnfA(;}vdnCPIs{GrxwEv^ z*LSaXvMy)P@Xt&e%uK3LYhofl&6ee6EZIcBky^7}ib(XfZ67Yi_;VBC=4Y5Z%2q5`xz$h=P#L6nBe?se;ymgh;SCgky6%$*tMDz3gtH*ID`x#GfEG z`5#tdcb!<-3Be|ndwzgZ3^T)<_a5)b^BTxjqcMlVLFlbo{>uFw7Q1%1Lkux2P>Ms0 zk%It(^N4>C7Zw@1;YwI5oR<4u9b33ur;J4t(~cPAkTJ+&4!YY~Ew_5bNu~`I0#qDoaz=7&TNsphYFN)FhE95Pb#I zkP$bzl9v!0P5L>F;gk=-KhNz4C^Ca=Mg$*_yfBH(4uZXXqPYRzBFA(Dn*4KTX|1pC z?)Qp5XV4DLOm`Rud9kc_Qpu(Qj?|j#@{ET*PyxZ&h I4OM0R1z9j|Q~&?~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtOpenGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtOpenGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64047571dca0a33d467634ec9a4b55ed2778c792 GIT binary patch literal 374 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6$D-f<}VPAsn0RB)4Yo_OiPZHHBF=0lk5j3PE~xrd5vV2sHWU&W^Rd zzPZ`Wdz?YbKQpKHoTHAP=8I}OmTW5EK&@CCY5Z%2q5`xz$h=P#L6uCvkR6$D-f<}S}hj47NliZrU+sp1IdWB%=KM;R{ z*yMj$iQRQ#WhVriRPOl!zTz=6yqS43Po7sn7M02rG6$izBKd>+8_YIsaEBOTSfCgO z7$XM(2Imp~D9)`iaD#=QlsPr`y(rdjzDyYlN2U=nNFia6^f>6F+G4)e&JGi8s1Tt1 zvEf4dk(5L2kBlmI=H)Q#a{*zPdl6^0lgFu4M(5=&PpGnE@)Dzl>IXC{md&q8Bx4}@ z5~v{qZc-&Lpl3Acq_hVu-iP{WYCAxY2_zFDc$cJ^iDa_lZ*3FJ4b-i2NC%+FKX-Pl z_4Up5cGlqx8vcnnw&xtQ&Nv%@(SDlE%gtD_v4B0bWZe``(d(8zT#WJOD#Fdz>h3gp SsqR0cjT`Uw>V8EPU;hFQ(Q-oo literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdf.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abd4fac3bcb75b5b3a772b9a1cd5056d981366c6 GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?!g7F(VCBr}!@0Xm#m zE=-t6IWpnc>Qb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXiTLO{S1diQqk=a+}EPAl%z0hFfSlJPhRTB&uHf+xV^sL H&}G(NS>|q6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdfWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPdfWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c7922bac3acb3cbe1217233b8d713ed51bf0249 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Boah8gkzJPuLyW}9xfLkux2P>Lgr zk%s_-_lSQGXAT+p(Lz+oy@vl@9viq=ri{g7+lm<|$QWdO4(6z_SgdvOgUnbe1nBU> za$&+m%8?1jR+pMZHI4^dKpYoA!kPQzsgl~7qT1sb)sCj9FlwoJK(kV8eoYdY0x_3B zEg5pFv^Yu9dbm6V8}mrj@J45 z?#)i#8e_5EkG NaTDBL-LL2}@-L|MaWwz{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPositioning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPositioning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8bd1d64610d209b5e3edd23a74240db065c8c93 GIT binary patch literal 379 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xixpYo83+Hu(9+Xh(AGW z@;|J^?mDru6M{`D_xu1~@t7Ijn|aJr5Y&)Etu}+)L+Gt+{^0)>^KDn$A%+-EQHCRo zk%s_-_lSQK=S~^<(Na{&y@vl@4jZ^wrHsX6+lm<|5DY}0gE?s|7aN`YNEl1g6m&ST zJT+k=<;a9%tIL~3HI4^7g*YyPgfr*lnUdO?qT1tvYPY7SFlwoJK=bn0;+iBf17a?L zS~BETX?X#CYe-koJ{G NZi3sZ`!!wu{0lQ1ao7L= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPrintSupport.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtPrintSupport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b8cc54532241080816b14140898062a92e7f7a9 GIT binary patch literal 380 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xixoto83+Hz{1jhApQig z$^WntyX(ZtP6#%s-1P&TVwf4;y!UudK~O`sYPA^@9zt(!`78f-m~Y$R4l%@ViZUEw zj64Jwyhr?lIJd~ikCviJ;WhkscWmHtl`A?+bMT8iALi+$(t&Q13=p8qZO9AtV?4_xq0eav0x zLa)ubl{4u4w7h}StZ*UXsacN&l#mO^#}ah2QdU|DSdUY=uehpWnNNy0gMJfiSDU#u zJWWA`$3~_)Op4-2hf|}h6SaiUcyT;&=?h9+29nWV^{g-@O`Ee#BjdBhJuvs;Ex7Ok{6+^%-*1B5$fCriV!y7pdVg*Z;( zrMind*#FS45q@Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bq7)w!m+uXuFw7Q1%1Lkux2P=W)D zk%It(^N4>C7Zw?~!AejooR<4u9b33ur;LSD(+L?!NExIN2YuFBEw_5bNvaJM0+gQ{ zF0>zK*+lzOqbkj^9)=?>APh?{=FEQbL}tq9vOeS~RhFi#F>0uOK#NLjnUgq6faoir zhK#w9D!YWpXflvAf>S<%_PMklpvVl;84-L)WMSegJ@EJTiRK2{7CE6~(Bz*xOKW|7 z_ja!sa0VT}Z~8fpCcZ3|^=^`}T)>f9vo5MI^tNpuF2?wC6XEV_^Kc%&G>@Or&W(3_ KeZQfqw7&pOw{JWE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuick3D.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtQuick3D.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aee2c48b15f2f7e8111bafcaef35e3093e4055d5 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCu%sYDwaK_nsA9Kx}=o#fW+-EDR^iPu^B55%7! zHu)b`Vt1Wb*$KfWm3w}GQw%f1oA(~?$@6N+R;@ON+(GEAT>i@a9TvNGxI+vvEKq_2 zjFE!?gY$@g5SJDixWP(L$(@G#ULG5`Sf`AIW77^9NJtr^5eI$VSS_|X`Dv;R6#|q$ zFrXYQDM|j{eTvw*m6eVECHft zKn)pkBUN?Y5Z%os5`u>)3SuDy)1=5PMoks8uo6TPf=v*POLmf5bGg0jZlae$wDTWm zXDv4QA2tbgS1DF@La<5Yo*y7iG0cNEZ{Ey2nq~&+$Ye%vmq6$>2ESqa6w_^8+#rf5 z_D~nsF-8dl7!nWon{lFBEhgk~wCqr7_f*NI5P(m?Z!(a> zg-Tds6iQZARr{>jIm*vPYnAZ8m&)-x5LRC?Pg*YL9clHHhz&()+io!rY&$YtMzs{{ z23#l^r5nt5gw~Bx)KQMSN7H!v?1H$w3q+oQqez>nK=4y&DoJXA(}Y9Tg2Hj2J3x>D z_ygjx1_?sta(~O(EE35S6g0Erv_X%65NwTD+p)la+lM-2fJck x+lfym^E$m77~_vsgv&44oss*L-J78GOY{2tcI6qFY5Z%2q5`xz$h=P#L6uCvkR6%P&Bq4}!2*>7jl3TNPd)eJY4=gPG2jWi< zoBR(evAa&J?1W&G$~`~8DTbNh&3ljchc{!Fj|#h;xe!++ZoFKcIOjwzwv-On~T1 zpoR>&$&|c+$Y|2bXavW60L|0Pet;rVNT)>bKFM+u%XH7**(I7AXj8u0yxXh$HC2ZG1*8{p8UO$Q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtRemoteObjects.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtRemoteObjects.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66b0d5a626e07c89cf379f500cbaee8711bb8f77 GIT binary patch literal 381 zcmYjNu}T9$5Z%2q5`xz$h=P#L6uCvkR6*;2Xf)Uy!m-Ita%=W(FT0!Q6@sOIAbx__ zuGrX4|&8M+`A6P>chN zk%It(^MrpG7nT{g!BSAloSOSlENeJlrHq9m(+C-)kT6Jk9Q1K*Ip1h!twb9t1So%O zxX^wi=$1IF-uiyxippRrXC@V$@Lmh-QV@{Dwp_2BNQk z8ZzJ}Rq_&gMw3oTdvL`2P(M%Y1t>CsWI_b*k~A}sO!oYpU81>xx@8XO05tjM&c3z2 z7Fcg*9nPTPpPDm>rGb;~Lc&k8dAS)&HWqN8R;-&M6uoKT)5REnts~rgtL{&u*XrR5 O+Pd}bt{>J^k@`0tKXQEl literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtScxml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtScxml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8daa6a50839a8235ad9de28c6ae5625f7ef13181 GIT binary patch literal 373 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&By!js!m+uXuFw7Q1%1Lkux2P>Ms0 zk%It(^N4>Cmlhei;YwI5oR<4u9b33ur;J5o(}@^J$QWcX2YuFBEw_5bNu~`I0+c^7 zTxdVZ^O5$)Mpc?+J&FcgKopf;!kPW#smztpWxdZcsw_=eW7JUnfEJb5azc_k1){Hk z8ZzWYs{9IKqe&oX45xem?F(r?K#?hAQzCeu$igIfcHr;r6U_~@EpkMMpvgaXme%_E z?(JR?a0VU!+ywC~6}~K%^=_K8iGU-uW?fWa=xy6RT#WJOCc@p<=HWbfX&yhLog43V KcE6#jw7&pR32#OK literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSensors.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSensors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd7ddbb3512e4c4ad045cc4a27403671065f13f5 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xix#cm)%X`b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbuNCvXc!JIW#i>*$6B8{a&fDR{? z3lkI(YSkZwl%aLNbJyvW=KXfg#kC4%=zmfJ+hgK%%37;d5IkRv(-L;ksQw9eOe zZ+7x7XV41IZ5O0b+JsrYthQ6dCIXK1n)6Y{VYXfS@G-`pn+UgG>xc8?rGEU3c5Z^( K>-!B|=KTdoJa8@m literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialBus.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialBus.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a80139f759983b64f5bb1bd8eda8887599c8a97 GIT binary patch literal 377 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6)T`5QzkvLpV0sNp8*F?Phlqz0T5qApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!UudK~O`kYPA{U9zt*B@>l-vFyD5=9b$-Kfl?e{ zj64Jwyhr?lxNykGkCviJ?lt`P^4P$|DrGDl+g8j#LB=5Kb1Dq^nG5%afxcyq+pCvE#!)LU0 M6Wm_kujw-JFE46v%>V!Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialPort.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSerialPort.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5f900f46b7f211e767b3ea6630452fcefcba98b GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xix#Yo83+HtStQp;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED8bBB!lXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|T$4nmK+Gjj zONQJkEia&N4e2V{hhsi~=9zLIpve@nDG|I!RBjWQ?S(tL#Bd8uhaAx%81m1ZqjkQ% zd$W^wIfGVsYP+C06&>d&RQaOXP9>WNIM6H3N|}h+bnU~(7=NxK+Y5Z%2q5`xz$h=P#L6uCvkRH9f4B9UNo2*)Nn$*tMD-Ry3n2Nst81Mw$_ zP5y_K*j*=9c0#a8<(?nl6vNE$=Do*z3W6GPRjW-Q_Yit3m%s9VhuNkZ?hr!^3zXsr zW8@*g;636W#JNL8ezXu(ad8r>f Pqm7&3_Ue8`m!W?FpILGS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSql.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSql.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30b7517dfd2f2aabcf9bc34fae3e73b54dcd3d4c GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?!g7F(VCBr}!@0Xm#m zE=-t6IWpnc>Qb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXiTLO{S1diQqk=a+}EPAl%z0hFfSlJPhRTB&uHf+xV^sL H&}G(NUmY5Z%2q5`xz$h=P#L6uCvkR6%P&B@%27;n>_xa%=YPHoKd|0}D(4f%p@| zCjY}q?5-0lJ0aMla?cNNieYAW^WNh(-Ka31jw;=&>WH&_ZPxzljp%VPrDWLhBu2`Pg#;-F6(%f&_~KT5TsLV)te zh70Y-SvJ)E$f#1YsD@#m3kbu)i#fBOJdv3)x~TSeN|mK4DvTPcAJDuMTU?VkOMvJp zP(udXNR?eeWHjkY8o@E|L-SnP4^U(R>4XU0BQiH}mhSmGyF_yXO^Y1T0ci5iou#$D zzI(HicR7QWe`dPIGM&&U<|+6xUsT&k#>N5;)QUAzW}-K3`*1PFpX&&>U+ep`_@#dM PjJ9sP+pGIERfhfroX&Cl literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSvg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtSvg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..425ef1b9a138b1ce5af1d499083051479df7f704 GIT binary patch literal 371 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob^6;n-v+xix#Yo83*~b(a1E@h6B) z{)d&=T_;v{La<5Yo*&>8!_4sJy~leBf*NvFtIZ+z5PB<@zw&>F#jYFf5JLnn4r9(!3v=UWvui?L!#|AFeDP!^2wqgbfG6q?ngE?!g7F(VCBr}!@0Xm#m zE=-t6IWpnc>Qb|)#_@m)h~pwiICGyoRZ?41RC_$5+R+phMlCfDXiTLO{S1diQqk=a+}EPAl%z0hFfSlY5Z%2q5`xz$h=P#L6uCvkR6%P&Boah8gkzJP+^yNW+w5)<&&tw&ApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!Uudo>xP*YPA{U4nl9`@>lNfFyFSr9b$-Kff5{G zj2r|QoJahFxUk5;4VHpR?lj!@^4P$|DrGDjnO4X^LdqcRbI>P^4XU0BQiH}mhSmGyF_yXO^Y1T2sHWU&eB?6 z-@Vz%yPQGGKQ-M+bk11>M*A{fRNG0$#sUu1inUTEqBm{(a52W8>j<}B>-)3#rGEH~ Owr;%JtNS%oM*an^&v8ot literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtTest.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtTest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4122e0c1405b841c591586ce02c3f32b806cd006 GIT binary patch literal 372 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Bob{7;n-v+xix#Yo83+HI!ph7_!Gn? z|HDe`t`jReA=spH&kt~lVP<&q-s3$5K@GX8)n<@;2)&idU-`eoeA^9oh#`grN^yiS z@(^I~9`O(2!XYC+T8b*U*YMxVV*?kfl(BehTQLI#8H23P!JIUfi;Yfxlo?Bf03A*& z7bZ-k9GP%zb*WiY<9NUY#BmWMoVib)Dygk0sy&`j?P!V$qn4TnG%v*#mLxI-Vy=K% zGUQfic?o@MNLSH59PY5Z%2q5`xz$h=P#L6uCvkR6%P&B$C)1!m+uX=MllG%a#OhoH$ncb3-r z`tHq6-sKEh{;BD~)bvDG0z|Pd^F_6t3U-;mfm*R<%1rd8Z67Yi_;VfM_G^8A7QfUF PpV8KhcRRgbQ)TF1pOJC~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtUiTools.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtUiTools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7457160c8d55bf37cf2a9fac1d5b3738cc529657 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#LD{_m9se;ymNF=5?gkzJPUetu}|;LFlbq{>uFw7Q1%1Lkux2P=Z5@ zk%It(^N4>Cmlhei;YwJ^9p8N~k3KHeDPz&tG$RHXqzuwN2Yu$R7F+H7B-Mrr0VY5Z%2q5)Q9Z5CtKfDRPU7se%?(f=DEYa0tgHJISrt+q>*;qGx64KM;R{ z*yMj$iQRQ#WhVriRPOl!PBF|3Z{B;nC*SvwEzg@m?jZD5E`R0z4zo==+#!Y-7AV0X z#>hc{!Fj|#h;xe!-EbkSKcHDDHoqoungG$4 zKn)pild1FqdPb8@Mtg9?`_MSe><1_^0XZRpcS)9;IF&oW);7`HK*J)3bO4(Cb7yI- zukYSy=N-Ubb=o_oVT}tqBJcPR`tqgcYyg7Ebt*FJ%)a zkt!>N{ibCZ>pX8*;DKX-QzpQ|e$Qvbg1ljq5;duB5NE}GnT?%9GoFY-h(>6uP@vSM zk2CZBGly~0wt-Ht%mRM}rGir-4rEx}^IXa^6xQp6Li97A$*a@qbjGC_+vGs+Yz@r& z#i*RRz~?D(c=246?GA5U$*k5nv6)(R-8H7Ja~j$({ z{bzJ4nm}jow5nSJjctO-wF==Lbyr1JrWHN23@^wEOf7ms0aV)nXG0Ua)jXe9UFU&% ze_CUN!<1mInH6B#mAOS)F>%XIbryBG;#rr1>iK8NlbUPQZJ43`qMPVBvG>9>V;JMV zgBWW~1<8X)v5`h>B#2Em6G$08N{%&>WBcSsQv2C67!18R>@fqy{5}5Y>)pfg*@is2 zJ@@h9-l8B+zQ#dr<|wz+$Sob_^oBeU$OC)5$8vXYeKaCIJ(jP1FdFjkcHx(NBN$MF Sn_5HGcIKM5k$jIvFZUnLjrtM* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineQuick.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineQuick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea499d7260e816ebaab813de7fc5054ef1670c94 GIT binary patch literal 382 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6#2XK_nrFa0tidc9L6jw|nkxqSuI}|3Lf+ zVw3-2C3e?|m7Nf5Qn}{`IK?nCym{~Oo;A4@sX{)JJcW>F2p0Z$+d3oqu(e)2Sv%IKon=YlFrQ&bo=R6n3uDK@_*u}p#J zOQ41fxyh6~hsbEs%V-2gd;rap%zl6(6A%-U@IJ|M6HBq TeyQ(2qm3Ky_Ue8`m9c*Tj$CrN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebEngineWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1142e127b7a75907af89f9293aecab888e8cb112 GIT binary patch literal 384 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6#2XK_n6+a0tgHJGonPx3}(YqSvMLABaCe zZ1O*>#O^w=vJ-+$D);;Vrx<32H}5^(ljqftty*mcxr5MKx%`#;JIuH3aEBOTI6)~6 zFh&jn49+9|L0nj5;08-UC3hO`dwFc&VwEx$UYS%|z1jK|Syia6q;!N!MJG(@415Jw@(Fip8=g!hv zU*Emi$-A6E%Re(c=pTuQ3+QncfziIq7u9x}v2g+iYQ-8VbJ3f&eYhCo&vk^`ul4;| T{8B%BMq5+w_U3*~mBD`jiIa1c literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebSockets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWebSockets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9aac6124aa1f1db2335741090da434bff4ac6313 GIT binary patch literal 378 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Boah8gky6%$*sA&-Ry1>&&tw&ApQig z$^WntyX(ZtP6#%s-17sRVwf4;y!Uudo>xP*YPA{U4nl9`@>lNfFyFSr9b$;#1f@8@ z7&!UCyB8pPF;%bwxA;qkWk#s_j&;aRLWw#aby7(VMn?xESNlb%fim_5E4=Qa^k~ OTQ}bA)%}_(BmV-cN^w2_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWidgets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.QtWidgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac57cc7295c19d73c42ece4d3f9fd7dcc22662f2 GIT binary patch literal 375 zcmYjNJxc>Y5Z%2q5`xz$h=P#L6uCvkR6%P&Boah8gkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(5v~ zxiDcO<;a9%t4qzI8pi`JAdZV5;mm#VR7q`3QSI@JYDZI47`4 zz1hjToIxu*wdb4-!J1Izi)uTS>`K6aUU5FkILxMNA3nzTa~Y5Z%2q5`xz$h=P#L6uCvkR6%P&BoYKUgkzJPn!~T;!hBp z{0}R!yH2d^gkY1(JwL!HhMD2bdyn@N1U2NUR+~ZYA@o)*f93xU^KCcWA%++hD8&)R z$U}g^d&ED83x|ySXep}XUc-Mcj}2U`QpV!3ZN&@}WDK%C2XoR`E;c&(QD!U^0(3aB zT$nJCa%94>)um=pjpG3q5XVK3aOOUFs-(82sP=e9wWBF2j9O|Q(7Y5|7?Q{oh`9o4 z$&g#6e%55UEy>Mrj7;d5IkRv(-L;ksQw9eOe zZ+7x7XV3~y?RhFfl`pF8RI-VH1HIxrlu?*X*FJoV@#i|i?brJLEP1IPKBKLh;P(1{ IO_y1J0bgToZU6uP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-PySide6.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9c9ffb605230f564c110b08f2ef5acf17ad161d GIT binary patch literal 641 zcmZuuy>HV%6u-+Qv55#t)fSpAjRZ^7#D;=WsV$vB0#vDjAxq@=UgJw_pL=%+IAWk1 z{{bs2>caoQ;s~TxmYA5>f-06yoJ*oI@P>E4_wjpQ_oZAeAuXlSXXxb-`jHt6A#-r? zR)Y_SB8q(!;10$a&iT23bO=U32Ihit{hr*Td0Ob_I)xkpOpB-ZZ%h=SK#e}0lo7g$ zk-^Pt)&iZ*LC1(mOd96T%x>Ux$@Rb;b_E=dn1BF6rJXBLEE$D%*JnN9h`7tbBmN@2 zAwAaPLkQcc!9p2p)3lK0M}7K8)kavAbuK3 z<@i1bYowSjEsyh|6xnT3&HZoGI#xm-6Q#x&gk(HS%O0Z?LKb8#WP01>x}vMP@J0!z z+hd_47|7IIpik%`+xRlDJsyB9UxTCUK2wq41I?56VdS{*j2%JiWkmI`!X867w)F+< zC{`X1A6gH#Y{?X~bmq|MgS7vdR+rUVTf)c^zo47{ zhfCc`RwuVYap~lxC=|c&-sAB;?+5SQ^UBDmTz-QW3!%><`IE^vS{<42j3}ZwMhWg= zj3U&t01w<>Vk@W}u&5Q`sfP@c*_qvNzKVJS=WfUo5$I{n7a8-V?)xLnV%72|EbVsA z8&1A^nVqIe2XPEi+NLY7z+D)RC{UINF15;CrV9QQt%|8@P5L|mq9zb%5-}|#A3&%T zxe`GLXY3Z5*MbHbBpE|GCNaAqBGY}Ic3X!XqL_xJA%{T(ifnB+WBE{ReDmMAB3qY^ z6HZ4loXFyR*qAynZfRqTzv~F^FI`lv-B%Vn-qY-Hws5NRI+^daKb-c%#nMKlnk*Uq E2hPN7Gynhq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-_tkinter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-_tkinter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11776f9a3b8ac0cbd33489068eba2637361e2fd4 GIT binary patch literal 1080 zcmZ`&&ubGw6rRnG?Ivk!tCiLk%3KPjklm`F7g4HE5G4d!FQK}u*-5g=WM`R~v`w)f zB8VrCz4#Ak1^a(^vDy+?=t(_zD?~i>F2CBpE`@VT^=DoM?z5P5kmPN3#*?nTA z5&Et+@k$Ix?&=gP7WGhupMLb2*ExoJ*PrpLtk&c$ve<>%$ zycX&e)(RY{7-h8@;lQRUj8amOwyaQFHtniMiKu9UxC$UAl!UkU2gELtAp5HkXBR5~ z1s<}eh71ELCWh?#c{^WtjvATsdYOxLU>}Y78SV`-j!{FMguD>j8xt`*Lsyd*<6UDa zW@orJ_&Vh&pWJR|F{~9%$Tq6c}eNExgG1B8Cot)n|U83OB(Y=Zs?}>x6H5f|yaf?OUd4V$t-1!1HTysJi33 zRPC9M+x|ZSEQn%0$5qop-4phv=Z6_U*8$glI0Cfods|_~aa~YKM{w2T(6FQS+csC7 z3)4|bVN!HNXvE3G$QX6Tnzj>oLKPjK`c|E_h$S|OBdwYz1I`*SQNmgcoCwa zA1p0@o4a>p-2Y*Wza4!u`sH%*u(aAOtsj)ukBlchaEI~+9|H(;L+SMEIX$E?+tQ=L zjMD6vZ2mu1v;TKRWsWj`kGPsXt_JhexZPrIo02u2QV*gkY1(-9*7DhIun@=Dm3d!vNU`f@i2aggzYj3;(y6?b+fUF~qPyIZiM} z%u8|Nc?dA`pYW2G_*ElnemW50dVL^;fPv{TYG`lB1?Zc0pY}n-wgb9uF2GsTs5j25 zlR_J6`6?b8E_9qpInv4*sKbmi1_jScsf=B7_w*y0Ii2~4WHJY$uYnqpa#JdKWkof) zDCq!B`4BpnrPEVn0>y*~-X~>cGFcqP`v*jG10Bm8(G)cKXTzSg1{S%qG+kEn)=@6m qSirGrTW$BX-nQw>#~6QaBHVpj+qqkvhVQMdhwf`@_qM54?ED8*8)#Ah literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-difflib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-difflib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f0cfb8ccd2657ee06e684c17254ba64d8a85148 GIT binary patch literal 244 zcmX@j%ge<81YBGjQXQEX7#@Q-Fu(|9dQxi+{(=$s7it@8klS_*Ag9{Rq zQ++biQguTMQW8s2i}cG<^UCydGL!TRDoZl*^NjTjjr5B%OHy@#Dzg*QQ;YQjDn0Xx zOA>Q(fT}a{^RtV=q;5)PS{hKFUP0wA4x8Nkl+v73yCQa=?I5QY^8twu%#4hTAEX#W NWG84h@)xlJg#hprM)3du literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.command.check.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.command.check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b91304245f35f679cfd031bbddb20991aa88c61b GIT binary patch literal 261 zcmX@j%ge<81YBGjQsbBy7#@Q-Fu(|9d%(^7Rq3sMqGQj7G@51C9MwUT`8y*NJ<^%x)`z`;zG%! zAY<9);V$!%YRf~_I;&krIjztMFu8D7DZzGn3hxWS#alQ@txmYz;Q`vRkB+iErXs=j zu&t#1By!sLknLjqX{5KHu=g?Cw|%x_N3rVgaK*ZL%a%-GU3YdJ52gK|XT4Uto#y)4 zyR0alsF9TWqesSTjG@i?n!Z&mAt2sZcG+whWmBy&j z_*7XNme)t-`r+2`BADf2x%Qb}pZ3&;Wou+wFSf=M%o~5kmmpvH1(Xzyvydr_a~e%# Rs`&EC3cSy3&<|vT{sqUbss8`~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.util.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-distutils.util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a644e68c37a320ae4fa2baa345a8c490c7d37cd1 GIT binary patch literal 261 zcmXw!u}T9$5QcZ7h#Z6yvGM@|Dee}NR_p~4L2T^S+sWOUy_;ocE_!x8g!l}0zK4yq ztuGKrm&#qyzxbFLet!P>7>_d%m1XbnG7{oDE&q~#!zNi?g%P#96@#3Po(`P7n=#JI z01I6)hRdn^%Hgqcy#ZrekAdk;Y*N6MRf8=kdH~I;w(JAmL&c=7y{_QGE}*#aMl%Gp zf^MZ^w(6eAE#64R_Wn$@v?fz+trgv}_ b_F{?j3gr>&9VzAdSR7404=2xg*p0UzH{DHG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.contrib.sessions.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.contrib.sessions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c08bf6d00c497ebbeaeb266702c4c77ee53cd25 GIT binary patch literal 369 zcmZ`#Jxc>Y5Z%2K)PsW{h?YUCD{_lk*od8iAR>rO8ri!YbDQk#9y^=JDJlFF{syt} zf7l3i>BP!T2sWwQGYU3N@tDVayf^a{#}V-nMUQY35c1ZL-w1z_Y1=1vL=Zt0DQTBd z5)hywc%bu+ZcvBG!h1s!I$6n$Qjog~9A>2vLj`!<7JaUJCe4j@R%R&zqBI)QjOPQ; z0#A}~vUXY@X>{CA+jQup!n81EfVMF*i3=$NXjxXqI=m;-Ms7A{g(-pI6>!IT(pA>< zy*9G5isx`FFQIc@3GTqM5$F+9GGkTk3Zr+@t!;+VLC1Fvcn^^M(f4b;@;7$=^Ip}n nrM>xu`*zv8Y2JaW9zH@!>E}A3yRWT{=gotc*5Pez7k%Xm40>tumD`r6FOI<&dP56;N?=7Wv)U zd3#bBOWmAK8Y`qpa-|BRdkbBd3(lbuWv#R|_h{M+%_byQB@i8gfxn z2B+d0;>(&-3!03f8WSl}Qnxl&)n2l*ON_7(yUv1UV8|bRx7I0tWBlKB-OiQ{=2so+ hW#^-RfmwC%;bV+H*Ad=-9c(>sAH58YZ$rK4Dqr7?Y8wCm literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.mail.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.mail.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef9bb0032ad754935af89d30cf90e0e252457b87 GIT binary patch literal 771 zcmZWnO>fgc5Vg}UWGNy=i1Qwal-Qz(3qss0RTUB-q+X(pcVbVoAJ*{8W3E;1e{J^A!5LX#bZr5p&2TOTQO=CfDt0PhvI9*fjB!BUE=iNniA3=iF5z zy%M=Il_Z>_Mry}t@&URcR#;#HIbo&g5XTj`m%0-vgD6oc4%(`l2-k^ikb}58c7w2I z@%4`tTLT)@y05Aw+GOJw_bqeiG^NS-VEw2Uof=M(8VG^yUypV$G#&DA2O+qk_2V7D z)S9sS%)f}TR_M;hgPWt-Ou2kEyBTge**5Yey6r~iZk3hJKo%O1lod$)?U#^K$lmfa zz!@%J`o2<D)5(`}E)WORM(o m!K;nOul*6r;3gQi;yC{Kr}%Mt=jRKm(uv literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.management.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.core.management.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cb0bf970e779eab92e3f0618455dd1156e237c4 GIT binary patch literal 433 zcmZ{gKTE?v7>DngYD*;4KZ8y>bTLD7sDq0*=}-_Uh)WkqbFWF-++Dc4R3i@hDcs#e z5Wk0u;Fi_NO)V~+ytE1~{)YE>;K$2z?~~)$$i%iE;lV=awS?aoo@BIco*P6F#R+1# zi!lljt=!^nrGfxc>mE;wT`RA;GjAohxL6ECl0cwORMumHW(g?QDr)Uct|P$D5d7CTko8{8Wbet$J5@Mia z>0315JV-JMG-j!gS`|(dQwsbC@6f2!8()%0Fd*s-d`-ewr&9Edt0G6KAHYF;3a#Um z`o@V2fe(qXBLQ)e;NbwanzjG7a4>$5RZ5&iMXnzI10v=q$OqL zXv&zgCYh9tvsHXLX-}~nOCbxwbfTFAG%c=sN>xXk6EL35qTqkzpPVDEMX#jw&H*DNm<%Qk6i*JZqYNL}ibek2&5#RVb ziaS%O`vWs0@o*=9pf}fr&m^YEifLhQ58wQAgu5mYIYp9zSkU$ioWoy0yI$Ozm^OD4 zkN5B`q{au(HC&MEe~ZE&lRc)b@V{e@iHC!P0kPZ=?oZq&>!#&BknK}*OgzGg8-5F$ zhXiR_JcNgN?^Eb`uN``*igG$REVRgm=tBa!}~; zD2*Qf6*|{d(ThJqrZT{Og06Is>n%A?IDtbwKF0g_*0_Z`kIzF*H=w2qZ&l#rJ9Lt! zWB3B8iE!kqs(F7%HQsYXfmTr97L8UZc)p~*Uq9bQVpD(_Z2!)H%nnkzH7UixFiVp3 znF@}LPejGIq`jug^v1r|#apIeUFR^3mMny_u;r6Ixc1Dwq{DE~M+1G))dILS_N0Y3Gub zN`~a9qGBc8`=OLfLTHE)-csnUfYVk{Ju<%ot;ax$vn z&;eXcpD{t2A}oZWd`b`x13HfbmbInB>%n8|kWIs)rmf0YJ&ZfVrjjTIOyp?%hd~Oi zs(2()_pyvBR#hnd2ezErMsC0*MhkM}r+IY=O zBMRQ6U!aHZZvB$_0^Xs`>ett-@^CG9*^?d&&b(4t#HBf1rYSB)29 zAn+y`UXoHctghgw7LE&=tVjtsM>RYzM;Gyo5W~awWF8Jk34e~o&%;S!AuO+IOOiMi z8a)>_Y8VFOXNGFw+p9N4Rf|F=C=eDJwDLP#(?(u>;~0-)5kHcZs|x&0Kp(dSF%x zRKp){@I`4k$p;p2ASNw~eAnP5osK7^1>GX4y7LfG#ZXqa!?lV-^Xg59mO{&#kW>|e zhTi(U`B0_8>cw-!u{Hw{u%fe(h!{=bNJO_8F=58JSiKt&5JqP}%c!ce3xXI`;2Px~$jL;utG* zLJ~yX4q8Cdi#lUOP<1M1N@g4(9FQ^XCI=IN2O&ISbO$(Yw34maP;;z3xC%{XdZ7Unux3>iHH8?K}M0)}q6oclb9i z7aYAATbV`OW82fb6FBLsKc~8&wje=)5GgIms-fq|t za-ElR^r@1sZ6mRs*bvvnT;F@S_dhB4?q}vobW_=e9Bn1GWo;$Tb`o25+I+T`$i~<* zAC(&s(_CVGz@W@njcIFTx*jpkYB3l0=u59Gj&@s)_LhCfH?nrG=ndz+;azub;^Tt% zPG+`5dy8~Op6=M1hbPMOhP}XC;q=@deS6;>c!liDkEyJ+6zKWA8Q8s5IQ@RE{eu_v6ECd>uIw_HmRk^0mvi-H?-gBrc~{?dvfvua z(_@(_(6Y6CBfcKrkk+N`rGhV3-6`)&Jz|*4gc! zKBEf$cMFYIYP>9tp6tZ_0j>GXwior?FBzDA$v}{DgCYOySF<_KdoSp#$~9=+{{a!i BoFV`K literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.db.backends.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.db.backends.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9eb52e590cb68fad5559b607a9eee14089d9974 GIT binary patch literal 950 zcmaJ;X151fO#Yw zFx_wsa#mzGu=?OoyhQoN5UE#S5se&heSDz%6ue#rARE0zW&8q_=%AOt-J6&6#sAmG zrU};Mc?OE$XqCZ84C7!51iKjlRA5T_5w^TY!C1x?UYc^iZn=I&*`lhi)aW#P~ z-6^;#GE_#uHc`nNTg|y;kMaC!?C-Im=StW?B!G9Tqvv6@I-(jn!6_vW3btzmoJ)fE za%IsWRJWOyx<*YVUv%9P@!9_Xfl@RP!j4(?T%VFa@N`-XL}dDoUdDmQ{PYmPa!n`T z@=h>f5_TF$;hY{PqI(|m^a-4XS3P^H72Pt{$OhJ_RxqjOyB5w-qP_I=99}Z>c;=Od zbc%g#9XsoqZ5o-m%_bO-7gZ}eA^2eBw z@Gp}0ES&HV!qW)=uYLv5@8ID{1jJ^KuFuvKw!5M zTImkFA%Rh82SQ^Xtb=$t<)3A1jR9}_fHBc4TaSjDXW3#8k{&=M+1L~!E;oMVFE+=MN?C6K9|NGU7K!jnl jd)lM9cW@SWa;foE+RL=s;+(Gz*}?o{fBsa)?R@(NDp^>v literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.template.loaders.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-django.template.loaders.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f882c7d4b30b5673462a1f33163697598cb42619 GIT binary patch literal 360 zcmZ{gy-LJD5XW~DK@9{BLC#XNN|9aE!sfIWL_A#)eD9+isM66|%Kk6D!~;-J)$IUrIo4#u7&VcS1# zjwUl}Y8J2b0) go9+vC-MfzvWBj>+@cwIW>v?NT~EbVJmxWvc{B5zrU~&#k|*F1A#XwaBK|4nTfVp>oNy{hOGlKFhydl$ zBV9U1Q5R<`??Gg=U#ql~P`OK-j$6&A60lzdRcS6%ji*`MZ=7|<3SH@KwwO90v1qiO zpbd$A+6c};iPmWA@PW+3+=XV1Zh_$ql#bQH8LO{-2(oiiR&XM&AiprYbYR&G)Qm|n zW~OtER(r+HE<@oU_s&UK1G0bleymUa=KOET!gPzl;d1#S8$J{+#dS{~F{Si#lhFOw P;r9K(%aGlscHkRdMgUE2B$F5+7$uG|$O2w8b2FG2_AaDQ{}Id{Gk3RwgvoBc?qIzqpc^Z%q4 z#?%JmEh30u5Bb=}zGiC}5sm0=&DJ$UF)@hw8j%!PYU9)NiIKc~4jpa7HtiHOph|

?}hZQ7%OtV${*3)-{% z1z*Ie#B*`ddX8!g5J1y)0HBXwq8{#JVJPa#-bZD<&P~X2CG`U;}%i zp-(OGf;!S_Ga2#l5ZDQ8KXP39m>tl{vk1shZUMEP<*}9(4P++_?p5#HwFHy20+mNj zn+og6;87qX2!rZQ7#@i^Ru(Fv!7P2>bNm)@c6c79ufi1@07En`)jsWxOAo)68lUT9 zyD{Ev4AB%)Xzw_^xoN45h_W7EK42bjX^L*k4@uXfB3@yE>vaij!X_aLkpk@}5w%qD z6clGTb-P@!9<7&`;*ASDt6j-FQJu5pYLi_3YrMQ@L6{$fT#DG7_lnak7C4-#Ast2t z4HkKxQBUEs5zhgD(1hL&SNhbd#U8-9jxqjw72yXz)^5LRj8|*J<)1gVCPx1IdUJB+ q+GMRb+WM0*Z)s=f`p_KqN5%6Mgi~*dqyGEax6Jk#+J0ru=lla!LDMJz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20e174ecc2501a4ceb0fccf2cc3c4da31e7cc792 GIT binary patch literal 256 zcmXv|u}TCn5KZ<(ba6qgZ0tQ`Z%|vY7es`^#zx|0+{DXfLK08*I=@1H!Os7%v9|RG z4z9b(*#jTUn|Z_I&3si=DHvt>iARMHzrFYe>ot};+}?y1S~kU<=!)TBzTMc-J;q3J zUiKq}Y{_2_7~;Up&*2Q|Sf`-t^z&?;ku z8TuJG`v9TKhWy#+%1lX?C>IP@?pu9 Y_Lvp}Ddplo>>s|n@7?3qDsJ%h54?j)RsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Adw.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Adw.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f438619fdaacd1b74e51974de8b1afea8b42072 GIT binary patch literal 501 zcmYjMF-s#s6rS1LXpAOY;X$-ia*!fB>S=Ls99RTT&_fWLa1th&XEM6kS!TwB?NZuW zdF8cYbM^g&tJFf7?y#~G#Ky|EMj;R0<9i?P`}p3!VzEH53WY!L*CXUETiz>p1CIj1 z84*O#i1cWKQsNPy!V~@lYO-p0;2lnk@c7gpk)Il8M)=~5`st%K*O+Kbra>B1bN3lv zrEX?JZYyyd!Df7*oWCvxjxPVG=H2{Gx)~eGqX=|(Y-MD^u2M%P>`0AX#7*~JbxoNG zr+A;sh_@nevu%Z%wr$!pfk?KRf?MwLEg5qy!MI$u8&~W~At08$L}_cz$zvAidBD1= z2h0qBTh@^_(drPr4BJh38@A*D)b)Ywh>qb?MV^ n`qnSq_~k3Vd|O$%snjnk_3O&UWw0>(egdca4?YRzbP3fjF%XT| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AppIndicator3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AppIndicator3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ac39c42782a8ee996ec79acba9ff56b334f0a65 GIT binary patch literal 523 zcmY+9KTjJ$5XE=z&R|T=G(j?yNG@FXmVXTrN5xzws?1>`IV0`p&C|Z0W`2ZWiC~pVS8(kS@+%+yRq!gF z1d4Mah@deU&=#e{BS3{G{7cN_)$+jGpBU-!Zf4P+8h1we^40q6W46$mXicU;8q^BE zbH7HjH=FW<5{EG~lRcG%8(KFLA-miuv+~tnjFxt4#cX~zZ6?<7I0h3PIvLxjuhfB! zdeR`5WYdEeMqB2PDL&*f=A9U_w_Syqu4}tgLo7RO!5z!1 zS{Y}*lc#*S=M&af17P+DxMMx(v{C!Wvh1VgUD%d;Q2(S60EP`A88YNEow~kCR-&b4 zW~GBV{ygA4ux#uC#NzHRz21|N0j=<_GHLYR^^s1Wi|eDq-kBNPh~l$r*dBdK>7NRr zt3S*07w^9{?#j!@(+__6-ml#Hm51u$eYJ5@ZQNBiZ-Ry6ty4Jr^5~Ob&V-o$3%S9S A-~a#s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Atk.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Atk.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dad6ddd99e25cfb495f68d0701049aee4ef544a GIT binary patch literal 1031 zcmZ`%&ubGw6rS0g#H49zEt00964aCiOtw`|r3fBMThtn-B%*$v4}im4XlE?R)#adB48-l1z>vkg>5Nx4G^nFXLfh`H8?$;SBzO+DGCd zW?(~U4_j8tDZXk%r99N`0^xs16rqWcKL|hv|d>F?dZCMqh8SzySKerJw zB7S64bvFr7)kj;2QS|cbtL#mftC#5uwn_7ET*yZ~ZJXNL8uYEX4N-CI z$AyJQ8fSv$0a=x!Yp)t>HWxa)BM;I#RUYcR$qF8I9l$zXqX2s=xQ&2FfHw`DOv2$! zP%ZRz>h3}PkanjYwx0JBsa_&;oXGTJ6Q|kvUUs>YUG8RAI^EFn|Dt^Y&|CJPA# fJ@sybE1x2t0`*hH82?Tq{Nx*2A4HQl7vA{`gUASI literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AyatanaAppIndicator3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.AyatanaAppIndicator3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1deb0ce72f39f5527084eb83feaba7ff93ba1b00 GIT binary patch literal 538 zcmZutze^)Q6rS1LcrlvTc#!itAw`Pp7=IKehhQOI;O-E_CMaQ&c_yQqondB-td*s$ zm4Cxw_(*tjBY=}p*`H1}ZC^N+8uhh1W+FWz2`5_6CpqjhO z_$o~&*X0i-4kBp8yDFVtO}OJRU)8!13)$gLnS~>NF0B8o=F^#tq!C-kqXKcZ>`H_7B%SELShZy4HO>cIM!X$CI^9vI>A03lG(@u95;!Hzw`I(Y1e@lv+NQ;x z6ar$|*UC8ii#%jIKAo_h>I1Wfz#Z#Kr;XY}FUvMH@4$Dt3$-nc24L6#;sHZ{rW4mw z@j_UiXI46>Vdp;Yf@LEYpe^qHl51TV8qf-Rl}W<)J|Wb}Q~vAlz7;cti&1=b8PmN_ zDSa#xy7<2|^Y?T8V(F^%<#^)8FJ1fPe}4I5bLf=;hc4!-w!jZbA2>K?AUC4B42WKQp;cboLT+GbcTC z@p6Zcz_FPR&=#{#W_KiG3r6Fuwt0O2dTjEW+RF5)Rr?6jP;B=K$5luv{nsLN>7u#t wZTWlkw8;+U&%@?f*!mN;&fAM;?e&xP`e}RPBzku6`VfvjUxg%kY8$Bj4^8Ki`Tzg` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Clutter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Clutter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f89597782e62b61ba171a5a64f5794cc069a229 GIT binary patch literal 511 zcmYjMze^)Q6rS1LXpAP;DC8`K6oJc*KduRgjff}Qi6A!NBup~TWOTB#%uFJyjis%X zme(FO_b1p}c^1lc$5nQMTw~>1lY=~XkMDiF@8f&7#bSYA6$-!L#v|l!w*0SP1YQJ! zOCpG%iu7oMQsNPy!V~^AYO-p0;2lm3@%S`z$WM(kLwr4=zWb=nH6|L9Nst89+*8I^ zX*#nhziH7|uoWHXbaGwwoda{?FNKTS)qFa?lWaxSaize7eJ7O-yILRFupCNv#Ay2UK`75|~2zg4E|K-iV zSRnX81Q9eKJzA%fI0UG0ggZn{T6G7UlZ7dspL!Yj+&nYI!x?qtqBc`ssK1E4*sEmz zq#80wa|Yb9jYTNw%T-B|-zxYyjbap+Ada+g0H^fAuXh(n1w4 zPk9FnoBIH5G5cgzJJQz>DZEuW_S2{RD1OdvO#j)`OBjS=n-4ffE~WHuiO{vj;>yqW uzt-=Hm5ap(w|MWCZr##DxprUPzA10tm3MBuHy69#;QR5&CEjaYK=nU?e2$d> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GIRepository.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GIRepository.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..889b67f6accf90a80c06cf4d6e89c6e8b0572358 GIT binary patch literal 521 zcmYjMu}&L76x_W#gE81NL^70-T)6P9ZJ>x0(IH}qAVieL3bNMTXM64Q?P+)I=u){% zn=1K)L^Sz{RH=XhbX}Axoh2&`74I-0KWU%ljdn&ezw`MV!O7)*!Y_xAzv=Nb-XoX` z1Ye0Df(B$no0JlV02PjKFHnwfj5oK1F4<3?yK4+7Bs*vi28eWixR?@5ie zBv~IlShQs7vBoD{2D}|Wvei+j>DZQyBM4->CAj5Dwk<=hC72|W-X_WSr4SIxQKYmr zKgc}Ib~j~xH3DWn0=KLuZKTxzy$pL7@eUlzE>zw}XaJf`Ae=DtXHjhXD%|yJb%q_F zf*v1ya(O?B@3OBKy$|Qu@D0=-!{g&bNc_ t``3lqbp6&X+_=Rnw|HBs-joh6ONZB`qf77Q^v!4Zaz1m3x2^N2z6avcm5KlW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GLib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GLib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82f7ba4b0a29f7e56f2cf8d9d761b7da88410bff GIT binary patch literal 1585 zcmZ`&&2Jk;6rc5u*Xys4gfxjkZK9@b>#DXxs;WYbkdO#TL}`i;7ei%jykmQu_3mnB z^5L+SeBcly1kEWv<_O9q{|6Tw2iY3JhlDtAs|Z|jV#fByDH2bbdB2(8n>TOXy!U-P z9sxokkz;fc1mJhM@Fg$+=kE(}08C&i7RdFrl2gPwUF5*&3<*{Y_p<`}Z zXw@z{e7fLR7AmlO$-?V-S~dvE7qNvXPrSk~V%XF&7xa^7;__NW^~4$3yMMZtDJBb&XB= zd}Y!{L+xotgS@>5o(qrlkQb;VhP;owkQpupd|L&4H3fkODsTGyP zi2Qk?$w~e>4>*)V*I;E1D-O1KL>9R?VPe8z$#T}YX1Ff0P2t`&dwwX7Nw|(}gJ2PI zRIYHn{hKC7+Tlo_I9iE!&|(B7Ob;S52pBWxW~%gBGqxHS%?1(_4UOo%~$ z5mN)4jo)Z)9d5SA(~S?h(aBD9_9Qyn)kl6y&Ucbat>jWWx!i&`8!LP0#q+;4FgAOr ze|zgV+8$kOtaf4eG=BSV=Qz=hKW@Rtjir|w2u4oh$-~NVsvTc!!NtbXKN`?S&c-JW z?(E+=xW9kD`FUsNVQc1Ld*;y(Z?Cn-pY4Ut#;zSC_7lxV?XkJPfD*pF_ii^f@y*(o zYt4@i)#l2NvE)ltY)kj?4xDVk$rqca@Ol@Kjg=0ZZo%nh`UKuR z7cT^B+OuOuu}aH`^y`Xw}VmDpt1qM2Skd-cZO_#ZY?!o9NX*J7_KWqQ8@ zOegfe?K=Nns;8##?f%3UFsib=6{{@M1 BhVuXb literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GModule.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GModule.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c4d2a40e34c6950418e52c6d3c3f7433e945ea7 GIT binary patch literal 511 zcmYjMF-s#s6rS1LXcA3q6r!b&B4BpZyG9T@$qAPq4R&DI(h)S6vs7Ypm|AiI4~H@qHif`*`oMP{#zo}lK z$zn|&Dsd6OL3pZ?`PzhBx!eBcQ6-zK9mfZuu{;Ps`xjOQ#_uR~Zv3{?m`IX^?wh+I zQ+tm0xD0qRfMmI)(9^OF8%GexW!>a;a|ztCwzQE}XP9N!NyJ<5S)M}mON0TSSr5Vx z+T70c4vB0=Ajy`bpJXMUxGqE_j49*ECv+;Qp1m=B8iJX;2Ai86;W49q-SyrH@Zc@He|e%+zOK~2YsN&sI;;HV%6u+}CA8lF+fx0OIREkp760w0I7^v7#iujZeO9hJD`08Ba*v99!O5{ix z7|MdWwPQz6m;N6t4M9qKXtoN;bu8X_z zt)}1$eEdHsq9=Cao|=Ls=!vG_h1nz0MPE4fioUp#9C%Jnj_U|KLnoGjv>OXApt>e$ zCYnh#P?If{bj{NMpzD#ugON~NVwUDI%7aX(v6^GM z9+y)=I$8tGVL@DG>A1{PECrc<10@FA6QqwLCBj5J7_Bf}r&b)2r=Yy4J{_&A6}v`N zzD_kyHJInP_6k(W)n|@YrVrUNEj)K13U$>rYOSeIz3SAxifzp)*KepW0$KoMRWm48 zpVseN+|!^}7sA?A9`VB8{Y0+xNUpWeCAl`qZ5KY0*+VE6J(d%}`9C^VRy}5NCF)x-Sbqs7 z{sV}XCF=e?a&r*Pm4F?k=lkz?*S!F0_=EB+upc7E_*V|$n_tk}Ve%Z7qdUI=S>Y=< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GdkPixbuf.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GdkPixbuf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c44cea89ad598e1474e6fb3e0038b8a029031b8d GIT binary patch literal 5459 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 Bw=Dnw literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.Gio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb8e4f3625f2633e25458d7421e87ffd610fa9dd GIT binary patch literal 2415 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAllocators.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAllocators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..249379de1e6aea5690ee909058401c5524222e47 GIT binary patch literal 523 zcmY+9F>4z^5QTT|PPQ!Pl*R$YWk7`r-CB;DKuAa-6hmSRA&p27EA3cXd3Ag2t`shn z(z$hI|AYiL`4w(lDJpEP3#rl>Od402vm8(cc6jsH_c3!3h9!bkDt(7@kC0#a@UMb< zaU)Qi5J3c0WJKGP5|02Cp775wlULgVZ@9A1%iTOee{I=W=(Bt4gOAxld!@aa25C?$ z{LcLv%^tMmTP?;4cH;w`g)Qq|DW!YdX=6Y8jc9AHR?If{)7{uQt`wMP?4+{MKA9Ykb0`;#~#VMo(j==Q=J;K*?@LaL2P^SH|2(uvsCWZ59rs5D?2z zqK&iP$W6Z7?H4xCBVhIuaL4-6B}NaCW!bxg_u!2@fcpCc0btk!;t4}OOHwz`@zbcW z&8&1#$DfD150))mfLPr9uGjlAGLUHet4$jHcYTzkx5ej+!(Nz&xDmx?pJBW9DW!iZ zgzo$-Z=SyV+MJiSr|VaK`O>fa@GDoWyISNq|+URnvQF^L_;LoEx{d63vC&5Bf+M*Y`1BtCxw7m_O&w3-jdfW z)!PN@sXj1!4&1S>blRvB^s;PU^A3EG$521eXaI%{ARaLEXF72`6)%Mgi_A&~b-X;~ zU9fEA1GL5L@3Y>Op#iP%R+%Imz8&i1t*|!yXx&U<6pC$EalH7H(!Ui#mw%UMzpi{c tcqo6qoOtrfkACHsUwNv|KUO#ItD6ti#(gk%xpf8CM=w4JKA94#{{bWdkbwXI literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAudio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstAudio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bd84a00f8f5f376ef583f76617e03e94a0aafcd GIT binary patch literal 513 zcmYjMze^)Q6rS1LcrlvToDeM!Ql!X^zZ&HbEJ74i4#Xy$gh}R^jBa+8nMsZn3rkxo zEp5fdf5F;HEtKuV%1#g)t9xq{^58wb_wl}u@7?6{If9kTUBR_O$aA`Um-hwU1cFl{ zh@b)K(mJKYAwY#A+)LD?Rd>MI8yVo?sV9*i9cBjj@{9WGqBc_>ssD(**ehpVQoc-+ z@tWLFq8GqgxT}(E&DfQmkm|sl^=CHA*<|`pycQbEg8;POvobJ#N2z_|x1~l)l8kjf z12m;w`2yS_jZOV{q2`0&;yGimLDFlSF8!2tg1$j$z zeH^lm>H;(WfLqpyN7Gyu)|5cV1RvnaM570&y!bIeE!6};T% zZ7^);1GL5LpR>}IzJ^HQtd3A|5rSqu%53%8rO#lD@ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstBadAudio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstBadAudio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20e613985747fc1cd323566127e42ff323ac66b4 GIT binary patch literal 519 zcmYk1u}dRC6vk(EHyRTY8--|jutkdO#Jg(_R8Wwdpoef=6YdC;%rhC?>?|{r$l7RW zYo&j}iH(1Rot0WB+sRee3383qy)_DXFpuwj%=hEH>r$yeunL7sxN->jlMV0Xy@_Xm z;*QlZlsj)!g6A zuhMk7A-9wmgs>6qsI=HHc8!bGfspFJT@32qs`+$bJK2bg1;<~rej++i6NBjmf)7B`L>L>mSECcHk-86lR`iw`?1p2 zoRjBlwU*X=AN+k!9HTn0H`P?m+EFi~!JV2+@!spT&vospwO%_>mcD zp@u*Acoz&Cy8yAc`)jXtWuPHe_*dy97`r`)lb8I`=&ThzgZof?<_oqbms0w#Lg?qm x^1|8jZ~v}bKPo=B<$Jes>sB88`n|t?H}nD678fBAflVC8am@Yf;aHC=wn>w^!0;F1U; zXh1r&Mk#R!P~iyo7By+r9B>YXdU$Z^3FJoxnI69FQ+qCIGqs`GaO}liIrEnCWt#k| z%1tGX0$30CRWe*Pc7+=_ap(Nmt#US*+K$&lV|fsO_K&O#jNex3(D*H>(UByhoo{tr zrt%TqhLQT`wZ5%-$8+E}gPqGaeaxK9mnRGWvzAc4-Pa*0<`}qTEomdI4$#Z6orpJKL+(RmH$nr@tP5e6p+Ada+g9PcKlhs%X`zCbhr9)b z4SayMnEiWJTGH1LDZEuW_WOVPQT&x%>b;EG+#G%Er53Sx4Ysm|E%WIrC-TrWGoLu(0<>_(D;E;UE_D8MoW^; z_Fm;pndxWvfXk4#LP$Tf6>8eHX_FX2*=h=Id75v@h-(QZ&1Jhui-8mZBH4?Tw&pK+ z%yK;+u|V~JnM2@~b)=28IzTVOwqxFgA95dRJ24u7W&?-@4E}{gqG5NDDQ* z?D7s6Ht_-4V)oZr>quWitngOp#D9O>kCW&8xA9Nk^*n~5*ybya2bWU%R3`MxZE5Lz u^-q6PsvXbXxTR~i{NF9#RF%+?Ws8Sz#ACEUq;B@c7CElVgqWT4p7m_6a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstCodecs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstCodecs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d450ec0f2c02c7084d21ac015f1334bf5e1cbc5f GIT binary patch literal 515 zcmYjMze^)Q6rS1LXpAP;DC8`K6e%*}uSQO;5sAWi2y#vE2$Re+8QttGGh<{A1WQ{h z{S)r6xxe9BE6+mNPOh>O#Ky|Ei6?pR9^d&g^Ixm^bap%0jI0x32!eluPf^}mHKrscd~H`XWt)v5_~j8RKEh%nv$ph literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstController.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstController.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47bbd02ce552ba122ec313d5cb47251fe04156da GIT binary patch literal 523 zcmY+9F-s#+5Xax!-Dr%rvGE{hDWph|ed^f=$6X;I3a1ES6O{0hHzrRv`;$o~a@Kf|8<^oge`bEn-1vThU=#|!;o2eOZ`S+^?_E3z z6z4<`K||7`4N8eafC@*rSGbc!!vW`DVx-5b{)qn6xHHmM@7Au1ySc_hV>0m)uabMn z{0dD!)a8Z}M! za!ESfdt)?Z2ASf0E<@f5A)Re!ptfz=B!*D7nu1%N=36r2T7pS)S#MImD}{ha_F|>2 z`9+?x<6eHUuId3ZKY&}-kv7)q09l4@$Gi>S zg(^-S@(vg__5ot?_P1K?$UsA^a8~Ig`0x85PG0g~Mvr~fGk6ijG%HvhT}tV5iO}Ug x#kq@bm$hMW>16ueE#A4MTeoyyUbrjQ2IbnYTpxJzCu^s0w)f}~@00d%`xRiymZAUv literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2efbb3b35bfc210170f98d65bd089ed477d5fc10 GIT binary patch literal 507 zcmYjMze^)Q6rS1LXpAP;cn~cQQsf{z{x}dp>_SdZ5yU2(gh}R^jBa+8nMq`=EU&fl z%4-iB|APAmuF@0<+Z|SR0lCJ?w}}UN@E+g$c;CnO{^avHf|bkN!*7R>r*!#W-aB{^ z2yTfWf(E2Z>y#3Q02PjK?@*Ig-2vx(Zi;88{)qg-EHlM-@6K z`7%wGYVtsdUI2UHnMyJ>V{7|Y?z+ErSk5M^NAX^0EDr+Ee$UFl_#LG#jNg_T{YbLd zooE{}6)*5UmjQ1EkSwBZrH!;YM=!&UBi@32c?Ok}2n|59K7@US{w#`ZM}?dI`UW%7LIp1` zcpD6x`2cM(`(#$y($^3vyj42(Ctv$f{F>dFKD4VpU=oULwsDMIO6k8Mp7S+ZIc*6*=Y-Id7AIYh-(QZ&1JhuOMNK>L~;--ZOsLF z&T_r{W_>jPW)6W{){{2YY9GA}+lhG>nsN{7yD=JoW+RA34EkCT`D+T^G2`Xh#+*ybyaCzn$CuR`dTKjp=< uZ|B2txqdYF;Fj;*%AH$zs4m@C8@JWQxEkDgpO4m$;pFF&OS}bLLiK;n5s^Ot literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLWayland.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLWayland.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0568c4f0bc2fad64cfef810ec131699716027856 GIT binary patch literal 521 zcmYk1u}dRC6vk(EHyWdf%^l<{4^pJaj?ue9IP4?}dI%yy@CcL4GZ~%iEHh(duS#ia zrGJ8ljsJv|m1m)BcUaj8Vq$GiEA{?xcL(iiX6u8-MVbD}w!1W8cMJ!XED zrZWw>p~azswP;V{WL;x@hbM|h;D*?r7FoxY0uvrOschKO`oM-=X%I`& z>HZs{B{RkpA8@I7TS5A%qcPKQEtkZgWV z9`G($Hg*AGard`g>&nnTtnsflNjQFd7$>j!AEUdL%`7fN@!2J8Pd=serA+9zf2Fyz v<@4{irTTFC-Y?zx<-dOUzA}GTS-GjK+*TSl!PnvHF`WE*@=5T;6fylDcK?+N literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLX11.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstGLX11.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a6865b29828bb05b8ff8f6616cb994eff684780 GIT binary patch literal 513 zcmYjMF-s#s6rS1LXpEO!qYy0*Ql!X^QJWL7lPGwHa0n7S!X)!dMmIal%p|g6VQFi1 zS6+MA_!q9eN-YfAiPd!hxyH)3CV@P7kMDiF@8f%a^Z6XX%H?k1k3-0Fx=hL&gBO9| z2N6WjfOKh{QsNMx!V&HbYSOAZ;GE2i@buJ+$j?nPBYZQaj$G7c>NEA(*o(b#=3mN} zY4V{azbMfQU^hHgNw#KeZSSyJJ$I}A%GYu>S>BI#Lt}XmfcAS<2FC9wb!z;!)M!bP z`R=>CAyfSv?{gXOW&p`TOQEJ^8#az0kj;kRmM7V!47rwIl1#drB;S!jKq$MB($@SY zFKMpV3)WFxVCD?CWo>CAtxnL(ux}A>!Ja&Z%0Yw%pjjWnK0|*N#kQluHNU#bjI>a} z%TwM4!=^q!Tg?7GD{bj(h!ox`9s85V{V0CTZjOH1(jPGl#WtUD3|&g;|01F5Ple^5 v8^3xFh05jpz%4ww#e26nD6Kq}w(m;Y52f0j_vv!y3a-BoUE(e2JgVOSo9mGS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstInsertBin.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstInsertBin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfee7cc9f5d656ae4c2bbdd200c37bbf8d303085 GIT binary patch literal 521 zcmYk1u}dRC6vk(EH!;RbuJIsR9;8T-9iv_$NQwhd;S}Mp2`6Eac_tG#JIl-@$6l4v z)=K{bC5``t)m3VtY| zP@EG%1Pw@^HYgrD0d-TL8THq*#9=3+1QDw(I$ zuh8Vfw%k)<5WsGDtZ*`RH#DH_R~i0tYyQf9C6_E8#AsR`1fczam4WfQN}U+LBQ;`4 zve17+G-b+|=R+<7-U=XDY%9#PZPUgP1hUl>-0~#Xk|Ea;Op-}wlN7pA2nc0AQrem; z@|^DWGGblT2WEZ(x2z*=q*V`DhJBBC8@|b7s2)ZL0L_LF4jJ-U6x*%}*ZkTlGtxp8 zf1dCT7&dbOVsZDkUhPO2#ydT9cxy|Wab^Q?+qWH`PwuwtA{Z}G%{ZDcE vqJH`1zE~SAJi5gPw{+*09?L5a<*nQD)_r;V*84o#Ifb*MiA%gCUBL7!!l0F5 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstMpegts.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstMpegts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd256d1dea85392a5eb2e341d3c6a935e152c630 GIT binary patch literal 515 zcmYjMJx?1!5Z%2ygE81?h~!X4a^b?ee58qj(jf;4P^2i06=bcw!+GI+yV_lhE>a}Q zw5gJx5JZ#TkTw-ifUb*Dr9(nARLt3cJkpHbJk5K0^QT&^5Ufh&7yJ$g`ByBD6+M6( ziQqetMAC!|X@^o05TG)U;VEj0>I4w%&rI<2w9k>Bn`S2X^nv;mqPEnT>C9$P7Bx%% z3%*J7g|^z(@-TtTbWi7VZRfWQ#NK@lSJ?7Svz#xz&o)!%MUsGJhh8O)4YWRRELIjh zNj^Uu>$_@fAVxwZqL)Cv*w?7(`>xLnB&yey!i&7zQ>m~DTwW@6msbZ$N=VhvXzSex zxhaC(ec=N=1n!PNcpfWntlmd2$3Ga+hb^@St&au`!158KBaZ&uWPYI2HMX+Ko$}Da z%L5UE<5M4?EoL9jR;-u>qw!YTj6HqMOmx91gTU+|^ v=4a`m#*XK&!rEn6KM(6yjpfV6##v+IqR~E!ULL>u3g33GLlV8PRaD;t3RjZm literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstNet.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstNet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3ecff92f499d994f82f23c2886a113254e44644 GIT binary patch literal 509 zcmYjMu}&L75Z%2y8{5RD0m)ECa$zCgnn00Ah|Y450*ZuaEFx>|9ouWpx2N63=%`$# zO_h{s5l#LeACL-MfUZNS(jg%ls?1>{d88S=d7Ah1=1;L$AXtUMFZk^c@;6;x%bSBo zf#5q4M9_eYXp2(f5TL>l?iFg%YB}HxvopLn^&0Z|MP`Pt=G2Lc+Dt3kT8h2ct7iVC ze3d3|n({!2vjFzPo=UP!V-LYzxLbbxu$oIYKF9l^u{;Ps`)5`L#vdqkYW%*`Xh@Rf z(Tlh(Q+1w?xeRzGfMm6+P}8+-8%GexPFrxxlUzrJTuU%XCf!X^97rJ`l%q&#Yc9!S zn(Fz24b%vjIR|c8U)o5kA$l2h6!9*6l0B#$M`!?=jUgN}^k-3Q2P)k5x85-$E!6Px zl=s1~g%8jcv%kz*U-}v%g||w_{_Jf(il1}4vyb-l3Pz#W<^zrgms0vvCUob%wDIHp u&*N!nbFzHrmTukhja$B})Nd<|>q=u!MV2NQlN2b2ca*X-99~&UkN^%Wj_d7!?1M|&Y^H)Dtv&r&)+zgH7K>*sHeEEH)PL1D_8cj)( zA509|GIdzsBQ68p2_RYOD%5ms+r|+DveOpa@+8}lA=eU2l1XQi6#7yK2<0GB+L|l! zoF*H8XMHsQX1)TqtS4=x)d_kT_9fz7*po@eiVnN|8dI?mDT&o_HAYRuF|;mR?c?L;o|7YCEiC}K=mtUmy_WD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlay.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlay.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3a8d8dd4b0393ed1c6a12e11235c8cc8cca820f GIT binary patch literal 511 zcmYjMze^)Q6rS1LXpAP;oRCX-kRo7q{BezN*hv)bL^y1M5+<2vGCJ8=X2!_gHI}wk zT3&mkxj*6htJFf-POR(%v9a>4iI4~H@x71teSGhKu~;Bjg~DI>=Mi$BE$!UW;oN7)dK@!w*4;f#h z>0Cp8*WyUQX0)%<>4tUNiYGt)rEqbpmQO3&$!267R|-scW}(=27007bDSa*z`sJ=vxmf)T s*QJG%*;~JKeu#_vn-0lPRM56@NC7fB*mh literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlayer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstPlayer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a165ad7cf6adce282892618871c15a6ee47761a GIT binary patch literal 515 zcmYjMu}&L75Z%2y6Jui21j(U9a^b?ekfe!-(jkKc2q{Wq5m{^RU@xq1PrHkwi-bf; zO9h_*qRBVVQV|N!btn}b5=ujrIh#ZtX-03J<~_Z+Dwj(Ht5o_4mjNNa^W|SfFW^Zc zI3bcqs>y)1C?x>_Dgzl_peCpUUYtOA!6^4(?SzLFARHAsy0?wma3 z!JZFz-wc4e?;t$yDW6!gi(Za@NkkXc)ebbiCTIYb4dL_4rlJd%57Nv6;|(Ri?_9v>)Ogqt$7_S9IhV0@wdm2L~m^w)qep6U6SAc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caccf7c29b6b48c063a5e7c6c159fa19bb593246 GIT binary patch literal 509 zcmYjMze^)Q6rS1L#28I%JjhudqzFfL{8cE(b&?ZQB-k{U?KUm-q!19xzE;NBpX4P= z^?Jg3st?Q_19z+|oi^$ay)65#c?UM-0n~Rj8h~L#h=&aQnND0!#Y^GBBD2y#9WRe~ z7c3k50Bte*+pKqGXh18xRVE2XZ-+X0Ev$_``eJ4<3dOdoIG%k<>E8;W%fHHVmn%PZ tAIhIkr=I-sqhGoAD^Jz=$LjiBb^W2*xC=g=em#Tp{b!#9A596>{{Tl-kgEUy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtsp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtsp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ef4484f4283e25a08ffcd782b48fc44b1339e53 GIT binary patch literal 511 zcmYjMze^)Q6rS1LXpAP;DC8`K6oJc*KduRgokZd8I8JPWN0?-u$>?Thm>DChjis%X zmbPMZf5P=wc^1lcVr3_Yjn%z1Imm7d| zP6QD&B7NGVlz0TF@PvPjnyi{0czY8=JU-1F@>Ao?5MPg|9Ury1=0tNc36h|id&>AK zO=lYNs}cthY{t7Poorb5!&!agFNKTWs`+&Od$Ji@$D;^Lc;IAY!=6(6Htb4+jwGG# zzpGm^lTYyhml1DAkj{1#YC5jv5)F}Tw*+@Q&9`ODjRc$KvfZY|o)iLN+1JWAdqrNd zSZ~Lyr~1I`A#lgK(rKgi(95zd%{%Z#?m}%_qX8H;fOx>rpXtQ)RJ;-{Ei)?})bMhj zcfqo;56~8~zt37%h6c34TV;}P^mnL}xBTkxr8V;bvrueX$MNh_N?*%_etsy;U(_$* sw)E*_`ra?y`Q^WU`M$DvS6RQQtlw4|H^IWm#wncreD+E3(G*er51&errT_o{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtspServer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstRtspServer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..564573dec3c335d4fc5160cb310a6886d2e029a4 GIT binary patch literal 523 zcmY+9F>ez=5QTT|&WU4lrUA*MjO4brF!{|0-CB zJAvYi2qI`qMzl>S@d!}i3I7r^d9^+84p-)Sxtqu6uPr-seYvpS`_JPuQQ|m;-K4Lwuw~u8v-$wc7|ch1E85(v7qj)Z>26{jk7F>=v6HclhDsgT zXdn%8Nmd@s7#*2I*7%sqn0I5y9`zJvdamPA4YBNY1a~|uc4fki1e+D|*=FHT3IT~6 zX=R-KO78OI?mw}i8UeE>z#SV%r;R#9mSqQ;_u#ecL*t!B02nrgWXzDybn1pGc^YkP zGb7WjVM0*9NVo=Dg9F= z^x4nK`uVGi=CrbXTE6is*M9YfU%jbqUe}tFT60=!O@fWnozL*)!>vz(Cnm)7Us^nt Ang9R* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstSdp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstSdp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03b52c102bc5ca7cab1e06813e47aca9582c4ff1 GIT binary patch literal 509 zcmYjMze^)Q6rS1L#28Jk@gQ0XDZ-H*e_Wv;*GVp*$AQ>{lQ79VlhMu2Ff&Hh%F@PC>tYYyO{Pqa>lP&)%cn8k{ z!37aS(1;9Zi&Ekdpu!XW2sK%?Jn#~&{N93m`nK2%{Q$Kvv=34pIR1zdXE%!I$ zYc!p0$ZaK#B520@D$O^n+Y$Q2Uk;bP)e7mt_oNwH$D;^Lc;sYc!@g37Htb1*h9sRC zyouW~Q&00Dml5wokj`}#YPzoN5)F~;v;}uOEp%kejRc$KvfZYoz7zstInc^DdqtkJ zR4*s2uLi*EF>uFv(rKd((95zN&AYHA_o2S4(Etn^LOf*X&vfGYDqanjSD2L!>Uep` zdtlkb2WX4g-)6lhLjzjjtujeCemm63OJQUD(HHXpqfl(Sj^oLvl>Vy_`uVZEaJlw# t_pbcubmqY?-}{wYzw%IBy032DR5$OcjhkTc^y?X%?>+e>m^URX`9+Cg2(4&OrTM0@-+6H4uK3GeYlU>-ThfY*S;dWGUVM5(z%{OP0x005<@7v9lJj6$)^2976}Qu?n#=-Th{!uk5e t?tOXbc;?Y9Ke&}&ZsoDM{7`M&RU7x!=AE~AymbPnKc8IU&Fd1X{{tJ@kaqw8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstTranscoder.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstTranscoder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7854270d4c045450489fe6f6c2bc54b6810d5102 GIT binary patch literal 523 zcmY+9u}dRC6vk(EHyYz@Y!srUkRnBP)Uy#ps}Kb}1hok#VUl?!qnn*&W{j+rcD7df zCnz@l71vzlSt#2bSJ?@2jg@bW2e}9H_}<5SKi>Q4`vrnkDBQshhmb$n@UOg2@hVVU z5XXtVjDQ_3Os&Xdaoi5};4q`C#r_C7;f0CF_x~JPbhxM^=U==qhz+f{xV4 zCFywYgVB^3WQ_N@40$Vrbh525)3!~U#1P6>Q*g`Ed`m`LOE76Jn@#F>r4SIwUaYh= zH{>;2?(K|qRS%ds25wnL+E}XtWEr*{^EPbAeW>on2msCc5cL`IS)ACeioOQ(3(QCh zRs4C#J7Cz*1&GDnKYFzz0}Zjlze*>;f7b_b@|Is79JZn-a3hM(EMa?bDW!i)gf9Lr x&Rnft*B*)sr{hm<@zE{)a!XI;xyN$tzFd1K*YCaA)3tNB*n4q_H?4h4zXL~HmV^KR literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVideo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVideo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad7b3241b1583367ad9c599f3b00b29e6e982e17 GIT binary patch literal 513 zcmYjMze^)Q6rS1LXpEQGC`3ykMT+eBPGaB`LGFs+5hj^uGP>DWW+st6EK=H9 zX=!`d_%B#nsfA&?QnXU*o(b#=3mN} zY4WKmca-P_Pzw)LlC2v1Lkdv8+*N;Nx13Fu_TpM-EDr+Ee$UFl_#LH=jo+3UElD!l zeUmq2s-NL~E(6{SAenC|)U<5F#t{Uv*$~|FB-@lB*Ah&UNq3XvJ5mS;Wj9jVn&0F( z&GmB1I;soIoB+41Ep4RL5qcT6AMqA^lZR0G9-#qf)`zgq(4R%I?Wl0wUtMEHTBzXV zF>ixm6Ca>0W`CQNw)8bb3U8H;{g21}D1OOqj(_^9=P(S#HeYazTuSNxBB7uE6qYVG tu6mD!%3yZr7M|SVgIgSyR-Q^*_oc1JQuW?j9&De%`OlF{yhWWy^((rXl2-r# literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkan.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkan.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f124e57262a0c7535afbfc293d724ac06431964 GIT binary patch literal 515 zcmYjMv1%JZ5Z%2y*|KaYjRT6yfC?4bwUaa_FgWs#ZVqg(1@h}uGXslA*=X;d#< zwqDFO-laRS^FnK|Z0wbGY+%gLvA(kC zNwU?^Oy5y612GXwi>`)jy=PF<^BtcipjEdcg%??|t72glxU7)xE-Md|ln|>?Vyt&R z$yFZg<})9d5pZ`1!t=iJi8Tl4<@ozV^x(DHhsJJ#24MLF;t5B8o}_+Y;-_ru33tjv z122c74~{Q2;ORXXllT w?=OB7PAY7=dKOkr!|LC#dRE&!tu>Ep&68T|IC?yN^##7}U4|rjWXq`j4-A`<=l}o! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanWayland.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanWayland.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d1ac8715f5e24965af0bd9decd46aec8acc2db1 GIT binary patch literal 530 zcmZ8dv1%JZ5Z%2y$+B!IE)tNP&Y(htZe=HFLU3mkLlOcZ4u}}B(vGCHR=3CQO5t3& zNa5C1ej&k4e#4}RKk(QmII=ipB46>JjoM8}2HY zfop-_3lT(6MMktmDe(wU;R*i)HCeSh@b>dlJm1YD_k1Ct~9ON9jhUaKJY~GNF4YZVdG7$kgmN=b|UMzQeeWdlgfqz zt%o-3OM})VT^ilmv}NYA$R}JX-cgV~>}u3>UE3uwDA{QX?s!`0$cP&WHqB+TO-lnQ z1VnNaYvb%Ua-HS7`OF4-1k8Q{?pR;C*yw%qvg}>VyYNc(p#DBa12Aj?(S)HtixW4{ z(UWjvlUeDYj+;Z?2g~LzKwHdy+v|N98i+OSYLkTbKOl^go5G9fZCmC6hNAfFb8J^W zrSxBg(5Ju4Yd;^?zmCt#&kmO^{qluh`Q=wGtBs55_E~lNyxKeq)(>AE!SUXePl8ob GLivBeFPT~Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanXCB.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GstVulkanXCB.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cf655d77756ea9ecb46f224a0e0f69eb93b4928 GIT binary patch literal 521 zcmYk1F>4z^5QTT|PL3=`a^ryFGN3|*ZY4V@48}!*aSTZa1e+id#7aAs)>_>jyDNoD zrP8gdJ!$)9lL%5hq3{dNJwpCw!~Y8A z;$EQmMg$R5kpXQ|N<0Eoc)~x!Ojb<~yyK;rUhL)x`pb*XOrOoIPd;XI&86m}BuIj4 z?l$wQG=01$-)b>bupb?1oUA(>sy>fCzIyr9Z-n)C)qJ}CKG~0~<4S=EhfXRR_O$NX zuqzE>NxCwaB3d$IEb|eUinkS{YaNZ5j%&Fj1|{1q!5vTYZ5eSR!KS%vwrQ~^g@8y7 zVr`uLN$#`VCS%sq17P+GaL2mR#YP_^%d!tK@4y>*1hs=00btk&q7g$rixbz=(Pr4# zU{*S);m& z=YLA;-*r`W+Ash1%Quz!b!GRmvU^q8y9}O?ThnHeK12p+w9 z(x0Gs>2K(@C+k7koAlJ1Aia3%+r*YUc#rRWyzk?CKZ?Zy!73EK!FP|4U)l1nf*0^4 z5u6iABn?TAHYg*bt9SGmZSjC^N*@FVq(wwYkPvV>}6xpql%g z@l~3>s;ez64?@_8c6B;Yx9&5vK73p~@)y|r`)WR&-A*qHoWVFylymUXq>x2&TK zdXjXqH_$iLz(Dkc3Pme~bgHdU({@dl#1N`hQwk^2d`m^bD6nZR+ihCxDk&jSy;vJ( zugFst?D?2?bq}~b1mSo`x!CAE^s;;>7H!y6yHNWSqX8J+hp5ldpT~*o>gX+7c*Cu7 zP{Yf8(E-axK0sT{KA5$RVg_Q3x7sA^|K}`Dp7YDYr&i2sOhd8lI~fzm^7Y28xDsWYpmoivmV?9Bg~Z~lM& z{pR~%&MHc}*?I#TZ0^ zd3i+>*A;0&Eof*wuPKU@H*-ZrUd>5nK39+x$v}})cB3TdQpYoK%46z+YAAv!YpRi_ zI+c+HR}E0Fe9G7F{@Hz? zOb$OYEV_$80SlC0I^)Kw<>^OwNX+?X#K5lr1!^D`x`F6P8Y@L9$viOPZQayg8dRWK)Xc$Tf1a$q#D_s$mNFmD4e-wr03T7htLEPj9WL2Eq5g;k3=AUEEH-erNb9&KL5{;HAb3jgODx*X;PU!>}EH|LBdm!}pG+KlqM!f;Vk= zv!40O3%F2=3pT^k4b};#Y%aCUJX0U2;SmfR!*Lsq-(7FQ$rjNjY&fwq(}b_KV5ENi z7)ERu*@-`dGbgwwAQsTcBY{}WNVvcF$UuV=d98wt?k|qc4La6MSuqlB|JxjS@n5`& zqU`d`Wk{P-gg)+1u?O@Rk*D$WguB`%#5;NttK>m9F5>AiO;OZI1W>*oKyY&)`}pA7ZEG8rBHeaEn$**X2;C#3^QY7J>}@t zQ~MKIy!2P}(v$U|>`i*=O^{wZ^{ugx2k-H{kN16i?`OSUBUrWCclZ$y^1EFASM&(( z1cJ{*5J445X_rzG5TGIu;W=u`>IM)T&Q0;`v`fg(&oWbd{z!ccQCsQGb)V!>9kbX530}MWx(bQBR~0kjd0& z>)khUSBATvutcZ8+%a&^hSD3W57Eo9_l6JPwLE~%2ZIJ+*%-1hLw{y+pXlr*=4MWM z=-}mu55cjS56~8~Kg`Zh#ukjmTW#}r_WRi6_tmZGU)y#O15s?ZiQ_h;l>TiJx_;AG x{<8gbWo8mt3$e7l z>h4dt!^Z!?(#o??wmYt}6XY5z-x|d{n8){hneT`9u8PG1!73Ck;L;=HUpBl|@G2e! ziXTJ}K^5uK2BpL!K!qp#bIfGb@W4Bq80qnD=Fp!ScSidB)!O$ln`=xoCX*lus=52j zuhMj;E_bvTDA!qEoK!aKYTdJ8M;e5Z zbh`fnXv&N*#fMxf-cpdxwl!wjuIZ8(lx#HxcRbCvWWSi2WF3eJJyjdHu?}*mhHv74cqbnYF}dnfMG+3h79>EPFz<EE~H3vAFw7uXSW-AlCR-nY~EDr*TKir&u8%c+k;Pnc~ivnGg+6D(EtDd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ceaed20c5601cb5c33238b468c095d95c21c617 GIT binary patch literal 974 zcmZ8f&r2IY6rS0g)R>smTCq`Rk(LzqkX>7$UP^Dl-%^lXq$RA`F&VSjU1m0s)eYp( zLr=wWQw+F z;-Xt9nPjWL$~wh`ZDL|pgneSM@k@csSMQpuL*Nc#1~eoee3wr|luHBpa3?D1<|xz* zdVog+&mB4G`|mkJLu$wkk#p0i*?m|MisDZwmA z3XfDBo4QPiQPHFzSq*1dAYz#D0W>CfS&%9d!@yQQhl%!23%PD+WxI+swu^OFD-qYB z_749AOxtkuB3>oiIQP!s9GGf#Y}GYhs^)lZ*|z4?7cVtNT%6;`ieAD@d+RM(%+>in zqMX*Quu$hpM5WlVIo770I%u2fcmWbH`jD4%pD)(nstJCLJvrJx&i`0!kL8;y-Q+|k zIeng-?#9!X+1XAu-^%7MvI{Nrw7K{RAAGngpS{FQsCvSn`r6=DeEmWLg-n?J)z3-bZzTYCaTCGFy9YTIp!R2x< zoU<`HA4y75Do93SN-Mu6YMB!|lmOKaYXqFsN!^3m>`m-~yER3=1e@LZ7Uunbb5(S3 zk$Q_9;zsPn&7xlI;M(u1640{AO)q77hvyi~t@9T$-4@WzH)T1$Zb#C*d#04&3A0@0 zyUtSh=w;9<+pmglZY&c5bePCYF{^O|Deqh@Y+Ei&IFxc^!U5Nn?(%vz9nj;|geDs^ zE?8ecc{7m+me`&x6bRl&QkIoopXW?-FlD`pP3aGLnnKPqCABr5$yp`id_Nk>3?j1w z%tixlm6ltGWun)LCGebYLg$S_0MOAG@^OUtkt*y^<}2aSa%8xL4t9>%08Dg60m35p zsqGASs6k2WmAVN3`WI*Xz+uq{B-8Nx9@(vw|uyE x++N+=IBm2~8VlbV3#Y;3lc0MPbdQ6LBk#d`@5B91ixY=@S36!PFbzW4FIkMCXQ^ErZ*%l(Bbhmgl~`7G}Pya)v6 zL=Zs((xY`si9>)2N4S@$NvrOFb2Kr+<5SNeKQ+#b@Z|?}=%O}LpQum9UhI`KPbpuf z$(JqpU5S1GJ7HTT*=?@doBiQ%=vMveZaJGQ?8Q5wu{;Ps`+X||<9C%hHhxEHv?R%N z?_J)IseXzNxD0qRfMm9%P}8yv8%GexW#80wa{}D5j%>F(r9qDU`6y7Qw`=5{dQT&!&AN{nUXD|%KHmf+ET}tU|k2`Awd) zP%jDVsva=&6S!r8w6Rvl=w;YJ%scQ^9zp$kj0T`tAEG`(e-JsTY0Fi4Xcg&YGY8{x%XDizMR9w;m9T4k}je875BZ5xBvhE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.PangoCairo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.PangoCairo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..714ebf793ee84309eb3eaf42425508cdd05fd54e GIT binary patch literal 517 zcmYk1ze^)Q6vtTe+<+j;b3s)s10w^Tzvhx^)KUyZ0{fKI#&tp8**2lZ5~P literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.cairo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.cairo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f34c13b4b87b0ddb926a02ad640d6ce5bca3b568 GIT binary patch literal 507 zcmYjMK}#D!6rS1L#F#YkQX%zN$RUO7Xj_m%@fI{tMJQf^B}_8UWXxt~nVCekryRX{ z(xcbn#b4kb=t(^&dn-M86U0kSeVe3^2k-H{kN16i?{~47Cs_IXHQYFa{7skt<;}s1 zKyXe35i}qJ+N6{?1gLO?dxe^`nhrR}*%@A(dKLNQMP`Pt=G38!+DtRsT#CKet7e{3 zzDkof+j3WlVE~QrNF|vLmsN$%_Hp)I|FNhr4Yg5%kxl)jb;{rso2cCmR` szb}0l7arZxgIm6H%a4`yhf4jnQopZk-+J%IJEw5=Hq)$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e31a8a509382b00d9efa19e1862af965a9ecc8a7 GIT binary patch literal 515 zcmYk1u}dRC6vk(EHyYz5*C<5GgA^$;qtWJ2t`ikh4vuTWNtk3_lF`l1GBf7bg9A%j zEBzA`8~+AdE45IzJFdD;5F0DsCVJ$-Jihla-;ejMi^T%LDiki^$|K}&HoRBxCY~gU z6C#PEA?ecwrNkpZr6>Ih%w*N@z}uS`>G5u6(VrT3M*8B-`r%_X*O+KbCP5NZbN@2G zO4ASPYFo>L5H_QZPNzBsz$G!%fBAK`uv5*a^IwzA$T|^*VAz3Ep=CX-_buxxgG`c6 z_lNnW8Un;Xs8F;*NN3s_Gi}$*c%f=FrEnt6w^SsI0-NTt*`~#wk`f}-kF|03oIGWV zz5M1q-3M-ef^fX6Tx|3nvMm1=i#BYj4%EKK2mr$e5Dhr;d7QYOj+WSBom=IghCla3 z7c3vU0I|6Hu-CeZ8HhFh)h1#8FK2P`l3yJi^~HR|Z74qb8QY^zDSa*zy8Nd!f4Xv( syDPE7=?A}b@0V}=@-*8l(j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.xlib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-gi.repository.xlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4ef2091e7514b5c5da8584afecc74ec130ec4bf GIT binary patch literal 505 zcmYjMJ!>055Z%2y$+8qFjRT5Hg9;V8^=H5k(ivHhgn&sSV#G>2mexAm9=j{qmr7;Y zR7vSJsL3DjFL0%(u({5-N@p->RC&&FKm#+pdCYsfxhfX(1S_Ba4VMlfcj@xKyl3zr z5d0v52pW(9ZBj}c0#rD{ouDSIrUTAtc7d0teuez%GPA&wXX=ZK+DtRsT#3Edt7iVD ze3d3I>hgmU!vGrLiAuclK(@cS+y3UqYA#v-6gNU+c@Tj1hgJs0?DZQyBS6QN;Fc%3whXzJV3JI_o21y2LO>`7k_ywfi+2*o!0IPP6a>Ay0eySJtFpKmVq rW~J)5aO0M)-SQu|d{f!Ht{hA&2eV3j>TQe7#@Q-Fu(|9dQxi+{(=$s7it@8klS_*Ag9{Rq zQ++biQguTMQW8s2i}cG<^UCydGL!TRDoZl*^NjTjjr5B%OHy@#Dzg*QQ;YQjDn0Xx zOA>Q(fT}a{^RtV=q;5uPVnLx^LFF$Fo80`A(wtPgB6gtNAcq(80f`UHjEsyQq!>hG MCuleF7qJ3`08_d~F8}}l literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-idlelib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-idlelib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..178479aab5fc3143732c75c9d88e3156483a09f6 GIT binary patch literal 319 zcmX@j%ge<81YBGjQlpp{7#@Q-Fu)9Dd{zK5rZc24q%h_%`Gq1QL z5vZt0ue2mHr&uo|KR>&;2xQ+aR*%twm@N5>2E?2%Q8p*Q}iN+^xA?k7av9HXUEV zHy|4Ljx>?zwxyyYifB?X8$yDVDMsVbn|W`ZPbZU%QDoUy*dH_YV|e_F^t!lsLd7Sh z*^+6llbSclGT|&?km&Ra|BG6t-DoyG`Iec+p^vpWEEe}wCG}mRyb8|)EaW}wxZcpYs+ZRs@lX(7#qQAnnvNl)vBZ=7-H522m)8a zZPtZ{fUPGI0X7n+Lz)sV7Y9OFealIWJo`E5pYeWDqU&xn_Yd#h@p?Au?-hl{vMBmT zi|)XNsOlPg-bPc0yh7XrKe*P9hr7dPb}=l!JeCzUAj1bxQLasN9^XS5gM34W!Yi|a z`8!7w;N=n6BS}_Ccjd&h{OO(yCc^yMk|6)%rM1L(mFIWm=B~TkdfuRJYk1-BlaS%7 j!edImQqKALH07h;8RL8B57_qfY`XJ(Yxm>WZxi4TsRF6g literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-importlib_resources.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-importlib_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83f51526c19932b04f667b1ce0414fe1cda80571 GIT binary patch literal 680 zcmZuvF>ljA6uz^aG<6dspaCHe+!~?SO;QG=Qn4_ApdcX_ytuCKB|c*N%-uQQEWoee zH=r^wGP1K|$N=6D6I-hel{#^5fHLF_PxtP9?|a|7cVAmA8)>ucPjGA^^s@^7n)T;! z^jsg_BZ@pkF*RbG7@m=so{5oxz@X+nULeJqj!kOO+6aHF?;DF-&pJh|{6kr^F~VN0 zSS?mN_H@VIWl6?`irJnoK=NFKAa@CqBp`c1IIePp4~dF^44m6HNy2F!134>m&dTgx zRnv}9o)04k$C~hE&IBZos`5g};}}Ba(?A9Oki{UUSC{lATcqdoosIJ1lH_!40zxvL zI_kCR;IhHeFwUu_y0!#Ow(n@Jfzz8_S(0^>0FXPKdb#5Jl!v}wUVc*CPo)a9P~qf? z#nOp5A4{Q^gG9BFvR28LWh-KoLb{-pAJ9=X_(|bLJONj}fA>3O9r-%8wfwZhjnDNXYKyn9DHwHpWWE}()#>n-hBM_-Vbwq)*j5w V&2R0E*?RBYqXQFJw?tEu{02;b)^Y#< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-keyring.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-keyring.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fa758d4fc7bdd841202f82a0f7b266465961cac GIT binary patch literal 408 zcmYjOJx{|h6tt5DN=2l?0E|dw>CjkwPKXf+2_YoJ(xr0aM`IGlk?j`31pk1I-+);7 zA1p}SvNEwzbwKKb(^A9@XPy1t`JVme`!!@ytG&Xli_k|Y=CFE-@t$3t5JLXW zPTRrAL4cX_f@ei-*J_8kf4Y)an%-x5*mR23P$mh4rlb2^Az42GUHGBQ@{RyQ88!5- z9z(8p+6%fgj3H&ZSp3~NYkI}{d47^=L#>Mn`i3Vuh@_0QDnqJ@rNWOmV~}!@No925 zm9F|3jmroVK_V%D=o_Gh^tj2Cyta8XxyWb;r~C?9mznJVMFx-#NW!}$%S|NH-C%o% zXl|foD`VONP5x!Ewl>9-Tk`?3d{RA}O?jl2?d|0g=`BlNF2?wK1L0#lT0kp}_s0IP VesJ%Ps%UBLkq@hz51uMNtJ$~P7_xq%(X@Q+|`VgA3ApGV^ zbP`kH^n?j-1SBBQ793HJiCm7^k|XP~D8vMik#rzV*m#5aWIOI8^n{btla8V*PD)RW zW8%!7*3(W#&y3>|2h$Q`Eg5MjvB2zlmStAiJ;$yR`5?8+e30cB)r?*}8!C(&>lCMH zXCAolpOu4LXKBVY6;U!`h(f58Q-8Rx?Gm2Y9eGH@D1M#+Jt6X5O9?krft(a*P3P{@Nj529_rb^C_F`^m1Fcg>@@5i z0%SS9hXX?6$P7$E)wYEYxKrzH<&NidOUNSTwhgGX4GptLpyV}6_jpTvz{K+0(%Pi6 zdO1%s55l`H30Nb5vBV~$Nj6u@a$9t6##QYFmQAW{mY!g?5CXl(JFEtt$IQOj=$bsH z>W5a8&6tqmjEwop;3NlyLy7}mFq~mPW!oYFl?Vhh#XiO+s}GnehT)nH7zR!7j+iAm zFtN+3d=O4qm~ht7+MWX%8GspREi3S`*MUYrv@O;UY+6mIJoedl0<87H?Q6ERt@&Zl z_T1I#@`^^R04kH#foLF;>P?`r(Yq zONCd)7isB89*pF{kz6~LbIB~p)xFw}!u-4ZaPi7$apmyoaPh{++HmpV tXyMVQu(e`Gq1QL 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-matplotlib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-matplotlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d63935de396bff77815c21e1594d8c38d86d6aac GIT binary patch literal 1024 zcmYjPOKaOe5Z;w#Tk@-UIpmV!U{X+OTTXN6rOvHw0wokeNh?Z?B28>LlBKSc1cw&f z2lU!o{z6MG{U5zZq~IV3l;+f%gXtxw?kW-X3TD3<&CGt^?EcK>Gl;HC<_DBg2wgHK zUWr>U`a{79(vgl$WMKtkhB=Bkg^O^)Ojx{<#0YRF7nhHBo&StZZ(SwLAxOubp4{VF zSP@!C5rON>jcZ~=)@XjRGavioT~D3j8;_KtoQ3hf80qOa=QW3rl2-~KK>j#Su>c|z zA|&<%_DSMjRwm(4FkIVIJ=McLCn&-;fj;g^kV-Kn?99j!RK7{U}O#8`B&uiP=wc6?f*)=?<(#(Ce1+M(O zx7l?))ih~#Br3AiF_oIr3v-rZ-muXPLf9*rW^~vU_0c6?JkJ&f*>aFApJkVQetAUW z=y-PAL#Fjrre-o&T5purY7cAmNZXclC(KTeA#7@drzV`92-glg!*ofK#YM(9@Gpx3B=6~8M?}$)Xb+hesRU;?++84$n}#$0p$vPVOT(X z=1b#a!!Opqz8VzkL9y0*b;19C$ z137OSIBo{1nMk`qB+=!n))zx6nb zZwq84_(~bC?J*GpcQ z61jUo@I05kvgRHq-tn6t4lm^t2X~bKkCrb`FL;p8tJ)VvpQR_K+)0mvoejsY>!EfY ylnT>@F*CQ#ga6Lcs$O@_OC#nAFKjmmp&?u^q^}mG^!qrX?VrwmFM3Ms=JCIt33|=| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-multiprocessing.util.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-multiprocessing.util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8890b108db565fa57dd43a5626afff9ed4e25e95 GIT binary patch literal 254 zcmX@j%ge<81YBGjQpK4W7#@Q-Fu(|9d% z(^7Rq3sMqGQj7G_Df0JW?|)GO?fZMAzlcM5mp7T(CSNRNQa9Ogdi zEqq5yV5^rA2jW?S^Uv!=_mipZ<#Gmtx*6ywFbe?mFKbTjs=gbh1Mcd z!d8B;Mj>YRSa_;eK7_2#UYPcF`-F_bdbM61Tu2_ETd>Y=5ZtL0eN&49hV#~lK^S~l zB?bnRiB!{xP;{=i;pLRxtv@QY!DOI18kk1`oq;qo0|hsN%owR}#IdaTDKJuyFq1(W zEaD=DGR6?wImB%tI?7Cu2f=fZ6O2o9VW^nU+f{M5rj-VzsTOn&SaYd4Lk2~{OM_p_ z%$#*5!J4NTm5K{wT}QzO06Co~0BQt%uYl5UQBvT@Nzv`O5KIGh3(LF(Q=x>|p=kdQ z?bUWyeFnM2B0;u^xS?~QW++C%KkXz3y~gKyjI3DF^ih(Pg2fh1mrf=$W_6hqJRRqJ zTQ_TI2I*|9u+dyWOQ~_YsT^C;z-szku(7VB6v}L&CS)LyB$O!!y}Qw2qf{t}#>~_b z^R=sPY|ZZvyvEfjmv!UG+JH8VQwj}@GucF4putqq2$AdEU=gR)?}nXBZ_?}0=4P|Z zxHgsH2wGi$&J?!?{bp%A#&M3v&Bb$bLq3H}jIyyQs=b8GmGjmvTGY*4xh=$NA%1si zu_%Stm^3a+Oro3q;@I+{tzS1@BHQYlRk)w#6$5r+_>nwCCvrT)qf|hw=a86q%8gWF z2XBRrKa)ucxA+8xpG%AkD!vEhy%=YJC)8x3d@H)X8EbA}h{#zo1s$K`yf~rVI$U%? z*2n(M#btU|y^6Wp%dEe~<*y8Va{j+Wtatt*pB#B4q~9++T>oQbxaZ@}S^Li; z?%M}p^v$PF!su}rJ)HltwI6=G_x_Cm+|ydz?}-dA@HZQ{J4t|F0V<)E6h literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-packaging.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c1caecae99b3554be256aa880dfd83d038a7eda GIT binary patch literal 251 zcmX@j%ge<81YBGjQXQEX7#@Q-Fu(|9dQxi+{(=$s7it@8klS_*A zg9{RqQ++biQguTMQW8s2i}cG<^UCydGL!TRDoZl*^NjTjjr5B%OHy@#Dzg*QQ;YQj zDn0XxOA>Q(fT}a{^RtV=Bvd{#FI}&o@)w6qZhlH>PO4oIJJ5cR2a5TD#0O?ZM#c|P Q3_^+*1QZ*2i&%kT06iy3w*UYD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8448cb12365b15011d95a7893829314e5f3e522e GIT binary patch literal 444 zcmYjNzfZzI7`L?=UHqB77ESe3y|qsGKI$U;i*lUDl6y8}}u{SVk&U5$&o ze}aof2h-Kb4Z>i;sAw>>y}!mNa0Rq*%8dO2K!$Fkpf|qEQlM>=HZhfbbhI1!*}VWWklp#mQM{ zT5#lCLg_rDrT|8|;CG1(Lc&PcfnPPs6~Y|>CFyLNE#Tx|2su`+pRl~2lnA47W_Mb) z#unuA( z@Rj}iA2YEomq2vBtna0YPbKV|6;D&X!*2RC4>86c>j>}8YpA(#6J5pcHPmQ5wa9aw KURO=Si#`G7kaH{m literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.plotting.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pandas.plotting.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe4d7e1bdab9d909e5a91bc715000426a49673a2 GIT binary patch literal 435 zcmYjNyGjE=6rIUN2@8t|1_hf`hCs4o60i`HUW_7$O`5RoTzALp%b7`J)A<#CgW6d7 z4>l1}$hKB?kzkX`nFJqa;0}j#?%Xr?#j;GKV46?xU?B9a$qy7?V79NWJ46x10Sa*! zW0XUHY3>m(4cuCA zg@}bo%%!+TGo4~SAbuPI5jWsS;xU=<_zGMp$XVjJ&|#NQJ5Q)1fs-LbL!xq!B$a*~ zHSKzX2qvMXoPEawLH^BG&#K9bs&xIQzt~ASFC2t19R$$kdf$3)!d7K!V2r=E5Z?PV lQNB1X?o5pGYqj+pOsYq3#m0D}d3!uHP_2W%Qph{fcpRd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pickle.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pickle.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b3efc03ce04a9986bd80681a18527ff3444f197 GIT binary patch literal 258 zcmXwyu}TCn5QdXI&}F&fP^>KMx7Z76EB1nlAU1X}ncIz<-Gt2CX-c0$U%}4zu(96O z7dW`?Dsu;ZF#qrmKmUABCIw3r#TVRUjQwuSKgsV{kJEZ*nrU8Vk1S^8Xvk%#y$lG$ zzIKWL>9*v<6ke5GXwatfE)agQ^|oPSMdLaU_yUqdZO8}r42n?Pd#T{s%%OVlS`q}Y zgnlWkc@jQS6t)7P^DxmYd~=quX-eDZAv%JwYbyD8`WBv`MAk1I;R&FE<>K4 b^E7ynWHsWPua4Q#$w&M-EZ?SKFJ1otbQMgk literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pkg_resources.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0da66273e950e8f5a572fef7715feab19abca607 GIT binary patch literal 1290 zcmaJ=&u<$=6rS;}w~iAha+Fs-2(z~;^q(}q@I|yvuaYIK50ht-hA)ZH*bC^m5M-1 zvG_CnW*&e)QzaAg>~Q*|kIL)?@>7qc*79geX;mo_g*k7zI{go!K8Oddj`#$xQD|`C^Cq19ar0lh+*L4N` zs>cKkXsEOahb{{uE|fciB?W<*FE}P~HR`rBTJoOosI=Wf8WJwNGnS@Zrc4-mou>3_ zZs9#}2=_oOcQ?NJzutD#kFby|Y}th2mcYS}pav5&!~vCQWb{lrZ5~iZ9#O2E7E_Vn z9o>m^_9E=jkJ$lT|12U{QQ_!{4jrHEJ5gV?d3eokY&eoBx~`F3+@jL?w0|d*3TrNe z4$He~aNb?NSX2{^v+HsH_U`T{yEoC^^GvfF#3W*&$Abtfw(nDP#8exd>()je@}p1_Oej(u;Sf>55u8%-{P&&Chb$NGetUWDOCOJ5F2c8B)BIB)BKe*^Q1bpp)1b$@4K0Lz&+@gK{|c=!MS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-platform.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-platform.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a83359146792a5a273904ce7da895adc235671c4 GIT binary patch literal 336 zcmXv|Jx{|h5Ir{$gj5w946q=vbZ9Ng07J!&ga8S#bTjcab?d~I?Y3m>#M+JDz{cM| zY)mLC6I-Niop37pqOq`_;nk9H6hS+)3oH;afhWU*8!g3O!2A2E7SDni4S|~sR{@os{E literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pygments.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pygments.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..927f3a40982c82509f87a606cc3869a364e66b6a GIT binary patch literal 603 zcmaJcJ91jdoAzY9lnZx zkv1)&$^W1sxSJ&NWK;Fp@PoCN zZO2miVTh>{2yy6ic!*9%q|RQ}jWAZybv~n1$eaOJfz!uSauGXC_l?_ht*b&;o#eA^ zp()zRlfC^&uwICAIG29*Z^HLrOd6K&7S7boPoJ;g)m z79wS8>an>UaK)17_$?&EkxbNG!PL|IY3|0E>}q^4zxl^KP7$}cX$UI zUlQhPRkV+BpN4#&CYcIE{LX#bq>?LaXyl>aMM)=gXj-jc>>E$ZB-#D+`-jE1(iuIz zctiP7yK9pWa`Va{mAh#mt2ayVa`}9DZS-RO*uDV!H_ZRgXJO_1_4;UG<0owXTl@u^ IY4H#K00$ALWdHyG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pytz.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-pytz.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de08322858d3b963e2dde8cd89a83e71c2550015 GIT binary patch literal 315 zcmX@j%ge<81YBGjQtvS_FgylvV1OCQ_^beAOlL@8NMX!j$YqRTWMp7sNM%f6TFnSi z5ye!=tjY2c#L;BDC6t_>larcU5}%S-k{F+snUh+4i>08lq{>f|`IdMrJs?Xo2p-2o|;&qpPpG#P?VnqG`Cnk zxF9h()h9D8RX4N%s3WyVzbrMcOg|?xNgrrWMt+{Lo}rO`ab`)XE>LB5VtQ(^K9apa zV}Uk;NnMb;^a?6}aoFVMrI&*2~Dx&n_+kS$K;Tq^x))!)K6jzw-1m@^e%5i_23JOZ3w-OA3nevw&t7 z>jxJkCa3yjrlsnJ765gm7U`Fz=9TH^WG3kY?aIi{GuAUS(l5>|N!10a%uY;CE!Ib} z7icWdMlh)hbDLg4@ScyX%eZosnt;_Qu$9QU+a9H&!6NJ2?Y(xWBD4$3}4imdQ-9Fp?&fxn&uEVotLmus92ovBGwOY%JAk zoB;O^!Mew@|H`Yp$9pwXzi^Sx*gF5fu%t5FJ78<8eC<6V{M%}V4lNf$og@&tKuITq z+D19|WbbRIS-uDYrNba7U-yeInROEJhL2sGSRUcz)>K<7TNQ!5Ak&KYUW*9VAnXLB zt9FnZ{S8&DILKuPyYUFRM>)O#BTgYZ6-hi4dF^){4GJ4O=pyn&9)lInbdeSn>)d^E w$@AjAy*XRUXETrb)eqSvOm_`R>EBmP+WhyD(2u{{Z+~vww3mOh%pBf601E%0xc~qF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scapy.layers.all.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scapy.layers.all.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3846ef5b8f1e1f3e29e5ea218e6e3564439c3760 GIT binary patch literal 343 zcmYjMu}T9$6x_WN)ZmF)sHI?)BDWX|8%ZyS2x5~)Hn-2*n!Vd)-`>gE`4wr!PHg-S zOS`mIc1o~Gz^NCV~j6NJ0CQl868m z(JNgT`jL;@D_@Oh)5%Vzm4eLOU^OVTs1)GC24>v&RB;a$FWT{B@6w-@=y-72v~p5m znrl5m+k{S%TnYiDER41eU&ypMJ*!!+3t)H;+_9l_#_GF}gY3%i49?{(bgqry4lJvo zteKJnX1vRFd7K_~8A=D8;2iNGAX~~0XG8LwJIg)O&@MH8wsyLBqi5Gcjpk?E4fGvT YN`LnWJ^9%r+lNoRkFD-wVpqfJ4>7@H+W-In literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b43bf83df1313ee8cc48993172119607aac0dc0d GIT binary patch literal 1169 zcmZ`%O>ERw5Pr{Vuf2b4LK2{*KS64si@J6~tAo>dWjsNQR zHtDX46mCI^6mkm3aDs{+dhD@kFO_;(2vpn0fl5^my#+XtQ=fNh1r9vPGxKIX&wMlU zelL~sNSu8BM_9-r^mlSekM_Uuyo(XqK?D)(A#GEo|mnTPxWS|$jY1;DKnX`w^iI(cZP)@zV&r}0BAAy7#6o?x4t zR6~KN_cBADSr!=78eU$JP)_j_Z(aheb?TMy-~wf$)uj}N(PmvnB43u|QeQkGx;-L% zD#=0)v>))#HgmG@UPI<+2RjlT*lVa# z`ZuZmMFsP$ORY6GsATvX4PcfZlC}p{-4()SEOu*c27J_Mg0o`9@J-u|!H0nHQ%>l4 z;4q7Tw+d@b0MGK=8nuW(I4q1i-5h+&V!KK_udC=uj4RY}qfS>js|)7=*1Jarj>!w3 zOwQoj z6BhautsLcY!wYL%3MoJOW#?i*nfME0-3k53W^uAUe*EP?o4Fp= z1g;;2F{5G)*r&-Gn?6`EnxPK{T?3mL4VOi6*b?)k#^uO%;B&VQ)hm&h5yZwS1gnPV z)`&W+83rHfGv^HIGN=mVN-{6wrS3#p(bqs$hl7eb2ip8_-xuPyMDc_G{Z)wl4958R z351J}QSKi!^#sxTi2hY5t!sTPzpgyhkeu(IJbhQ~y*b^JkN3yVJVP0!x}o*QCU$1G zXLshe=Xa$$>TUH-`F8pK^u^!K>`hNq*q*0l$w}Z?5D|ii#H=PB_%a4Gq)hWsHAu$!)K5wze@Ep@^e%5i_23JOZ3w- zOA3nevr>~wiuHpF5|dMXGSgCZLkm(8OHzyU%Tn{o^m8(k^b0CWGV=3`^$d;li!)17 zb%83g6Vp?R^#dwB^NLFnb8>*HGxGDZi@~HWx}ypze{tC4=BJeAq}mm+0bK#|P%%G{ Y_`uA_$oN5uK}h?8fOaEq5erZZ08rIWZ2$lO literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.linalg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.linalg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44335de3ef7d53a14b30c5a2d8515d97b42f0625 GIT binary patch literal 298 zcmX@j%ge<81YBGjQY)Dl7#@Q-FaYF(!Dk*IHJu@aA%!uWDT<+zNt3xsqBuFTpi(a< zGcPeGT`#$^BqKjBJ}D=$xJn9}Oip4!Vsf^hCgUyMjLejj)V$2xg8ZVA;*|`aL00@K z($C1xP1P?hPfaY*PtPnVD9X=DO)e?c4+iQ>^~p?2)eS93Ni0b%(l1NRE7Q-(Owum^ zTWYLlXry19S(2&?vLP`&wOBu((lf8PBrzuks5&D*Kf4%A>Y})-pz;@oO>TZlX-=wL l5gX76j6hs01SCE%Gcq!MkYW(hxuENLLBOk#w}=HO3;?N@Tdx2B literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.sparse.csgraph.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.sparse.csgraph.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf5a4f7b2b1265561ed0936d2c7c426af432286d GIT binary patch literal 281 zcmZvXu}TCn5QdXeL>3ms(#rOV-9f!l>;(})Y-}VZ<0f7<37NQ(>wF5I!Or)vv9|RE z4z9b(tZ3(7{LBm=KmWYfb;XLR>J8-Y`Jd^%YikTfB;6htI! zC3R5*-QEtu8YPnP?qbS6Yi*Q5XZqk{qF1&WEc!{byK&x@R<#(c(mdN;P=`JZWFE`g4hg}wa;Z*ZXTBFq(OEE zl^G{mdWL%;G0KZ|N2rLjl`wWD;&xYwMC$XZGg`YyPhxGnFa$*s!$VC1A$nS6IY-5S zGX^n_q)}`6}ma&5|{$5A8 d@s&qzX;|8NbGF}0N5j?Q`?Ilw+#R)OWj_RTf9wDN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ellip_harm_2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ellip_harm_2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81b73c456c9fb1606df89b9ea2dd72c433ff8611 GIT binary patch literal 539 zcmaKqu}&N@5Qe>w=#Zrg5kjdgp#)K^4Ma2ukWi{fBtkmU&@A5FxwC_JZFvU5((x2| zhIDz4G}N?t0U{bih4+9cY50rLj5QvAGvi;wA!kXP|AeTHr7X5Gxn?D;MK-ml_k7ZGwXaTGEubB|o2k=rN(g zBx-`sD>GMvqNsgU6jwuI>l)g0$w$H;?4}>$-Gwr~0fpZ{Q_mfu{|XhM8U0%huPhj_3{H+H7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ufuncs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.special._ufuncs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09cfb9584a265e98f0935dcc7e3d95ec37feff27 GIT binary patch literal 275 zcmX@j%ge<81YBGjQg<*hFgylvV1Nu2QWrs@}$rzV!@ zr)QQF6y;~7CYKcJ2NxtJr}|{3rRs(jq$HN47U`Fz=9TH^WG3ksRF-7q=Nao68tE5j zmZa(eRc0rqrxxo6RC?wWmn7!o099w?=Vup#NnNbY(krO^#bJ}1pHiBWYFEStbPLF1 b#r#0x12ZEd;|CcAA>9iCx{bU=EI=^;lrU32 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.stats._stats.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-scipy.stats._stats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4eedd2fb528109e0650e8af93de40a60027742b8 GIT binary patch literal 394 zcmYjNJxc>Y5Z%2yQ3DZ#1T8Gm_>m&J#;BF17gPkXNfXZ7F}G&#Zr$BPFP;Cu&fg$5 z{tufJ7IK|f*#&}4D)(XprFEm^sh*SD`%Sc5ur{z0|ADedWt4&X$7^f^J*EO^+*xAU1;~9dMaenunD-*(2M7 zwJ9fBLco1Ng4Bdb+@8_Xs++BxrAM(gz7U{D&v2nhm?T}T@@!c#IhJ;zw&m7(5DxF0KLHM2#yED5W^B>xQnx( z8(t*w@xdivN+AHqwvneV<)7IQ>8}M_*kX_R93y4Eu&O0#&eNrWt@FRGe2}LNvbkV>@BB` z429E1-9Q3Mt~5>fxft-)wFU!j$b{z;B1NC*!lf#2#|MYR3ddW}Iif>u$x0Tmg%k^J zEz`!jnAeV%UpO)AFx>CN?f`v<7~`L9gwOCtZR@c!t?k`a-y6G6ooQqLJ~Dp!zo5Es AX8-^I literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools._distutils.command.check.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools._distutils.command.check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9485dfe384faaf421818fb28af44ac7b199a9e0b GIT binary patch literal 273 zcmXw!u}TCn5QdWz@mM&ov9ho~a5t!}*b5?p*jOkr8F%9*J7H(`bW2M+JD(5g8!bLHKG zial4@oD@gLiX20p$Xb^`>Z(6)h_&~Lt`KY5cuv4wWJFKJy>-N!QiZ_~bYlxsfvJnw kug9kWZRg>v-AT=czi2nva!X3N+!uQX?}x9`b~~+p0pa3O+W-In literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-setuptools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c01aabfee8ec7d7ecafc382fbd659726984f9088 GIT binary patch literal 1006 zcmZWnPfrs;6rb77E~QXND~nCM5Mlz=&_zrtJW?i}Ue*DpD5+^>gK1J@Smc;-G(QS8{!{%N z4-t46ai_If3WdJ}p%v?$Qc7Rjql+R1~Tp0M?TYCpKhLxbs`%002T3G5yuOVi{nO=(TQ3> zPkh^BG6}bI6I%7aW0pK&wz6tmg(5hD;-z&E+75fh582v_klKm~3zBVEF0Wc)Q`H0i zVd=q!CAng2V0moUn6#cZcYLXAXrF+v!Lc03wTW87=1qFjwY@5}x5O-Dunb$m#84Y` z_Fwj1iO#-gqiaw=5wUT|UATI(9ZOq}mmaN`*5mogzX??8kU`6wxM$4m6*F;uBC%vz zp{+#HJwZUkw15IWe7Z1`Hg)CnSYlvC=2lVmGL**b5?ph+r2tbGz}9O~_1EQ~CyWK7*a_;Tv4* z3mjZ`m09ur;%8>~e)#8mHY-?GQGCI}gt4D-*@^!Tn-Te7inaWaC0_|CZc4tI z!)s%r0;R2Yf$)=U#?&^7&RG!n0+K|l$p`lg4WYR6vVm*8fa=~WNf5*U{UD5f5R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-shelve.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-shelve.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d458f7049cfffb8cc107f825b33e87673d34bca0 GIT binary patch literal 263 zcmXv}yG{c!5VVsBq7zrp^8;7htpb!NJrY7lhz2TOyg8frCEIuC((x7abaea&e?ZF* zAkw9ZFDN7J?9OPktNqIJj3i{)Cq9h``5D9kN$;^aN$rg^gp+srNP1d~it&2NYh9T{ z{}XR@y*?hi#++JwlIN@-#3D(txo0#%2V>$lS@ZF#G3 a?vK)Onko#x{EjK5e`n)Q@yxZjNcG=xLu8TIdc8ZO) zo&Uo>AlF*i1%gcqaW6!;Z$v;fK!s5)hCqxm&A&PJp zV+43$ud6vHcMM<55$jOdwBX~eomiQ;_IJj+I4$;hBs`sNPN!3qgGFgCYrD~EeDKJh*>1K)anf_vWZJh0v-WT6YwrlDdwhn^3LBTh#loXBmn9~)Ii#>_2@@y{N@2lEoLorm^)`?>krdTD*`9zJ&NI&%x{yR){; GUjGM+(P&Em literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sphinx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sphinx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3dc938fae997f8c8819cb9e951ce12ee26b991e GIT binary patch literal 831 zcmZWn&1(}u6rb6T>}D|~jkHR0Fk-O{+AOx03gSr$1rO9bm)J$XybLFmcZ=A%L%?3;PN{k`9NZ)Uy}3Jy}{I3MAwh0w1o z7@IlT3_h#P8{{J&GZbJC2b!k^x~F5LA<%s710FIxL&c{0bYCB1 zYjb*Bn% zF{4c)X%tpy5Jy~A8Xd|c4ePKgAr$I|m}JJBhH~*Tp*msgStH>z$D$@-kmd;^4I(7) zr&TAt_N==es^-)vyw;JFiCQ~~wglJJl-$T%c5`W=O?@B2VM`)47!@)tU9OzwCvB#V z(&bX@P}xq+?3BcNG*DvbjJfS709Wh)k?sbSF^@LYQ405YOq%eRwqWT+tTKSR+YoNM zj5gf3E89`HQoFb83MyeqF}KJD2=~7Ul&tFg+%Jvhj=N{}gW+8~+NcY&-VpGK*#>G>-I-86Fp-I~?Dp;EtyO7nk^j#u{A zPpsk(tDIQn>?Gw9rVoWD93-9v1ndQV-K6ui%6i;Q~siVcCxdfG!vW@cPqlme^|tCeL2*KNYm=5dZ)H literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sqlalchemy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-sqlalchemy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97172fb156dccfa02b4c09a045308ce060509a31 GIT binary patch literal 3240 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 ZkodsN$jJCXia|*8f`DctZxIVn3;@h{Q5paM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-zope.interface.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/__pycache__/hook-zope.interface.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0574fe99c02981b508e4fc56d438d1999a872bca GIT binary patch literal 252 zcmX@j%ge<81YBGjQl*&~7#@Q-Fu(|9d%(^7Rq3sMqGQj7G5Zo-mW$K^l z(P=c+W+PvuS>yjkxoHkvH?A5c+@o0qZB&2C?pN7;ZoRf&+TZ29+$gBy;evfbvT90M cF=1XkUOdBzw7+5RuWT}NFvhv-;QfOA0|&-*mH+?% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkSource.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33faef5ee43a675ac53f2ca5b0fb7ca863a9eefe GIT binary patch literal 463 zcmZvZF-rq66vvZZt))@~hYp=w5A6l*CSpesqzJ{u<%oB$ZQ8p_NYcuILkB;Cpia)> z;`eZJ5aCw8K;gDdCf61^_~5;~m;djDm*lfvuOVZ#+6U}92>se(ZFrUB7I{J;dO$ZQ z#cnBBD;6+ah36*)b&p1yswIq>-O@7KjPENFqZGNg>z1-T8iu}{B$~zG$2^=wknJp2 zKcO+WICH3A$~NvV9?6i$K-3*jO$JO0$wv@qMS6k;aLM}6x)veTAjuSxDT&xE5vd;X zr0pFY6U8*N3^}F)P~4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkosxApplication.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.GtkosxApplication.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de4fb79512de7aa042e6569d033b3cfbbed62cd7 GIT binary patch literal 471 zcmZvZF-rq66vvZZt))@~hYp=w5A6l*CSq|CL5d(QE=Rn3ZPVUeLXuVw931=(DhSTv z;`eZJ5aCw8K;gDdCf61^_~5;~m;djD$IEBEUPH!ewGY^I5c;*n((oe5E%Jy$^nk8V zirrGMR4ib+3eOJ;>JAN8RZAE%x21Wu8s8TrMk#V}*DYmRGz@(?PBe?bk9jzbAlsOq zenMk#apq9Llx^Iey^sNqfv6jxn)I0#k`E!!id+a9z!~d7>r#YNgCrA3CM06lM5KDa zleV|FPZZP8GUSN%L6P(HG*OyHk)a2ij}#FSd_{ZUvsiGc7xNTitIs?Mf}1C}OuZ95 z;_CKTh=>JLGoE-N%^Lsr%XKq*-MDI)aF3=Hv{wBoH^0iwr}k^-x$|A#$&G@#E-u(N gB&(*B6%%IF!}&Ijr2Q1T24$0}gE7vV4&E);Kk8j~hyVZp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.HarfBuzz.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.HarfBuzz.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02124a25a71e102845ff63cbca308fc84429f8a1 GIT binary patch literal 462 zcmZvZF-rq66vvZZt))@~hYp=w5A6l*CSt)!L5d(QE=TOWwrTG!AxSG&Iym?Z9Ms8K zT>KtR4kFy@7bx7;$>iEX2Oqqb_wxU}@REF1s}*FdQu%;w2cchEtPC%c%py-HKo95! zCD<)=R*D5oSMJ$SPEFBZUA2TUvs+kX>+yX_Vw4~kx7|XzLxaGVqgb;D{D=pm5Yny1 z>c=z!7pD#tOxecW`6KD`2#C4^s!5M&A^8A0T9GS3J8;3e(6|->)gZ|j;xP%?EfIYUJy7H_Iggd5VQA<+=R-w=1YglE_$(4!>g7DS*yu4&g5c%|E)(yJ z%I@iCGVw%`*8Xpkn`Y#yaaA+n9?eQe--P`&DYjT>$|v@83nanoU?C8mQ5*3 cCd|vni$^$-_Al)1l}%<2#yG1xct2=;DQaIeI-JwL6RAyGZM2KA~HSV zX~#c0CW>ij8*)M;P^6!or%KZ}HuQ+|i6TNmpy&_+mIyBOYMxSTN6eQXxH*E$%`hA1>JdTGt|=8YG!QG9?kaB_h>B zp0vHAW1^UbmLbP91Vwu3MWQr~B0~>3A1fjx_=*m|XR+W?ujVPlR>(XFf}10_OuZgW zLViw}QBc>#1^b3%)s(Vg b!lHV*e1zvgh!JY@}1=x zq%;8!=MEK2*~b0FBN_4ph`Ix+$$)7g`3OR-$d#ZWT(Ca0uSG;PNHT?VN@8|PM5c#4 z?f6H>L@^C*LyqYH6uHdKQ>AGf8+yq3SP>y1P_z#LO9YpCHBTwF2h5isxH*E$%nvD( z+!tBi`oBkRn|YhYRm+42G_Rqp`cKvUs=Cje*X~RAyLwO<1@$~!vTsP%O(|<8Eb6Dr W7dVslBka|cP38{9xNseOSh9ayS#p*D literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-gi.repository.freetype2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b75b45fd1ad00ac77d642bc11360040302f367f9 GIT binary patch literal 463 zcmZvZF-rq66vvZZt))@~hYp=w5A6lpO~lTE6hT~Ej@Wx`)81V|l2!r^4t@kdot(wR z@8RSi!mWOR!fl;Qt}S%%!Fzcx|KAHQ$!EP@L)L1w57_k(`gO(H@G8k2@`NJvfUc3j zeyP7!9ALW&&yNf04vjZeM_9AFrDe7m-&Z6?2Kl(>m$E$?MWLLgnk5h>JetOk?JUMTCS<(E)@k5nSrkJcZaAvOt31_6RObFpvP+ z2xtewWR3s(roFp_B&{AeIJi5ile4(^ zJ)9gwxYaLExUG}PwS^8ocrP#c|K8&z`D`@m$XLDp0ox8jzjm`Syi5vJetIiZ!Oj^ zr3rXAcc@^>7Vgd;$&e>N)D2Kg222adN6^!XTnO5OGu8+HQbbgPBvVMIBxct{WO~Tc zc5rY=6w}}va!d!H$a!{}Dox|q&_mA0iUsZo{~0nsAS1RkTt2aa&(*>$&~fdFgz+dxcR@*TW_IhGflbWz~dv?RfD3 VC({0dy}7c<%)uBJEeG$H>>t=Vay9?} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-setuptools.extern.six.moves.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-setuptools.extern.six.moves.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a16cfb3cf4197131aa17dbc72b329f36ed56fc5c GIT binary patch literal 1647 zcmZ`(O=ufO6n?X_tLSG{D|T(yi4xnS7o}LT?3NyCoZ59u4UGwy7#w1jjdmTaveJs3 z^^c4UNePsKA%`5C-r7?szU0tDdTN|Y54}h<#byYk&{J=+)s|p-=$o}R7OMM}oq0ds zd-HyF=jV7l3P{oDV{<74@VgKKl3Gl&51DN+z#ujh$qholknY0`sX|lo9|DvjJZv$? z);-h6k(Qg-6nrVZ&8N6*gNN%e6@uV_0(XPlhn<$ZNvh=DCsinj2pxo4Otq7CTIUj| zl0u}@3a=y2z*0ZJO+0^7+N2mO_FrsOs?wcSh6J_-WT@bilIC*l*f0t`_%@Sx^fpAW z00TsaauR`}v3aLZDVq4Ax^`VS8Y?67n1m5eGz76h05>z7>m6K{pi4L4hU=g1Rtid{6 zgf+4VTN?o{{6zFMNYOc0baNxgOmC&^IgZWJ=DKIPr8KkF(?w_1Wa*U3``YZPpIm=B|C6?> z)fN`_7V`Cld~L>hK2~T@h<87j{c^U}|K1bj$LJ5ydjE7?oj#=K*Z>-dzWOr`iSvgb zN0JSR#*;4-Obxcl0?#07@4BIK{PfDAViJ!FRX9{&Qg=bT&s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-six.moves.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-six.moves.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2e207e7bd22e84943a694183346e5c62db08890 GIT binary patch literal 2573 zcmaJ@O>7fK6rSC6g5#JZG%X=%fr0)A(`22%p*K#lCl?l>N2y}O!O z$8qFHP@z_pkf_v3^axTVRB_?ZLyvIkp_f>t3f*$3)KhPU(5gZ`^v&$rm^AH3p51x# z=KXx{&A0wx_wE#ekxJd6HwF;;O)lC)k6*U-!pn7JBU^J&MZ2hJ$kwl*i+bJ2Bz~7l z87)jQ;W;Frwxz|#SzMh^}3!h$U{gb zg<(wFHV#S@7X({1E8Yqf1zhp$szWgmm|(l^k_xkkE)zQjOM*_ki}g;b&ys|=OVqU}wutL`0bZn-MZwvax$=N=Dgwxma2wZ1 z-Ndu52q>|~VH@0*JZ~8j+m?9w4zXy-b8O170;cHkj@NAf$0@4Z#+8>^iCHD--(eOD z0P@JHi>bXtaglo!umu?@%klA!7ZwQY6HeVgRkNLIdnAn>Fe}^05QDO08-@79DEhBe@c-9m+(7_@AnRLxOXsa`^bJE$z<=x&90oPZje{Wt4Xz7UG^F*A#zy{PFx}BNdW`B zRf*+rCqN9*n#zjR%>_wV48w2hAxzg%9}twSJ7^sNX(YN8qxTtfO|x`{EPdf5kc$@V zYU?yKI3cZV8z5Ee`@FcQx2cDZ0hOhn-<2!d06DPr_OS+nFZ8SLCLo4&Z63Xff)35T zhPa`j3qWKwv}#;HHHcMHdNq_utbMK0m(2D)bt#uf0f{jyfNmkY9@Sj69dHQEAJlvC)gly+KQHU_b1e5&$gcbImk-KLUS%(8^G2Meh^KF2SXIH4Zl6BZ()>n7$ zxH)w!D_B4$Ky#TaQIYLxQZVZ+i>%LSUXUWqM^^?Ck)IT`Iq@uOzaEZoN}PP)`sZ|!WtJmGloH4-Py|2TL6@)JHxmryHh^zHj4y|?uu8r#1)YBopBKYNU!)UQJ? zeS7q~b9d*z&)>^$oWHPnzSKNl+L&SYkCj^n+Wo?{+0SM_Z``1_$~Vi+k;!Iy^05Ku zTFB^2{qC9v*2K@cjGn0PG6*8l#UB(_`q%X=6H*xHr}}{f2Sxbq(gZ zOfNTJJ50zgX*dkDo{ztx`548pKf*|5ANByg6%h_eMItF8#wL>p4dOFCB#jLz2)d6A zZbMPX>#aI&P#)O3Gp2kLHl>0n!*mHfIe>ZxK3%xH@JQd&liD&+?{G`LwcbX_gB!b! zK1lX&CJ#1~2X7d+25%1DPfk9V`e1Wvt~oXL<5W&UGov-r6C3GQzVaTV2RGBWnZ_H3 zrtZA+Q~JF}fY^-I>Osjjx4;{k%NSvQR|6@WR7Bq(J_ZV0M)ov$BFgh5-w#Xq7fDDA U0Dn#UV;|BEZS`ig8BLw|2ii^SfdBvi literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-urllib3.packages.six.moves.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/__pycache__/hook-urllib3.packages.six.moves.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de631c818f199565769dff28e37c69949c8e7e39 GIT binary patch literal 1492 zcmZ`(O=ufO6n?WKIV))$D{*Vtaf%e$iyXXLC52vsTT!*t(3pUU!69bZXxGsyE3KGa z*^!VSDS=W5tpZC7^ z_In>Q`@`g99MIzNJ_lfuPd1{XVEf=L{xkQ;=6DLsH2QiEnAe+W>PaM|`; z$M7w)NWwHRVM(C)4j$vM13r#NRvs1~I&e101K17sZPFt5-)lixR2VVzPK>y4yBmI& zK#P=PW8$H!02?WQoA~{<)TUS~aT42-T68yLNZ{dI1RD5crIq4wtc;s!d7kOuKzP-qd%P)6XmMepg8-c4yplAXh*lP3|T zg#NQ9{Y`XzB0YRNf*jgp6RGnEuOe4qE}tB?pXYEu*naRoK{?uN2*4}%1TV=&7(mvPf*Qdp6_TSw_<7D zwq^L*ZQHLgw`>)CPg_Mo)(7^cwRpW|;^Af5mQ~%-uraOH@Jnv>vYNZ3dA4sY4ykL` z8q0!|;~=`^x_3OS#w^`4HZ9!_`oTs7%OJQoPKQvYT7##UWjMO;>L^E;ri(V3Z;r32 zUUA%_;do2x|0Igz=!si)5Bd=roBdT$JBr#@;M^;{Ikh{d{vD;s_;1OVzghV1`s3B_ z^?kjww%%JSb=OLrg8k%Dxldv8?4#w6mpiF9_Uhj@zixI@`L2>bq?p(T8jJt)=P5|e z9|DQZ{yd%PQ=I=joWQ7u_X<9Y<n7bx)DUhzR*ip`Z>K-UlJtfmsGMx*#y|;c+-g$;{6-Yk{^2Gsu z3s$m}CypJdK&61sSHR9AARzu+zH-#%5=)~`{OLS#+fjT%{+b1HVW1>Qfdm=<0rS~( AhyVZp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-distutils.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-distutils.py new file mode 100755 index 0000000..f9f8312 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-distutils.py @@ -0,0 +1,35 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import compat +from PyInstaller.utils import hooks as hookutils + + +def pre_safe_import_module(api): + # `distutils` was removed from from stdlib in python 3.12; if it is available, it is provided by `setuptools`. + # Therefore, we need to mark it as a run-time package - this ensures that even though modulegraph cannot find the + # module, it will call the standard hook nevertheless, and the standard hook will trigger the collection of + # `setuptools`, which in turn will make `distutils` available at the run-time. + # + # Unfortunately, making the package a run-time package also means that we need to mark all its submodules and + # subpackages as run-time ones as well... + if compat.is_py312: + distutils_submodules = hookutils.collect_submodules('setuptools._distutils') + + # Known package names - so we can avoid calling hooksutils.is_package() for every entry... + PACKAGES = {'distutils', 'distutils.command'} + + for module_name in distutils_submodules: + mapped_name = module_name.replace('setuptools._distutils', 'distutils') + if mapped_name in PACKAGES: + api.add_runtime_package(mapped_name) + else: + api.add_runtime_module(mapped_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.py new file mode 100755 index 0000000..e71843d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.py @@ -0,0 +1,37 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2022-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import compat +from PyInstaller.utils import hooks as hookutils + + +def pre_safe_import_module(api): + if compat.is_linux: + # RHEL/Fedora RPM package for GObject introspection is known to split the `gi` package into two locations: + # - /usr/lib64/python3.x/site-packages/gi + # - /usr/lib/python3.x/site-packages/gi + # The `__init__.py` is located in the first directory, while `repository` and `overrides` are located in + # the second, and `__init__.py` dynamically extends the `__path__` during package import, using + # `__path__ = pkgutil.extend_path(__path__, __name__)`. + # The modulegraph has no way of knowing this, so we need extend the package path in this hook. Otherwise, + # only the first location is scanned, and the `gi.repository` ends up missing. + # + # NOTE: the `get_package_paths`/`get_package_all_paths` helpers read the paths from package's spec without + # importing the (top-level) package, so they do not catch run-time path modifications. Instead, we use + # `get_module_attribute` to import the package in isolated process and query its `__path__` attribute. + try: + paths = hookutils.get_module_attribute(api.module_name, "__path__") + except Exception: + # Most likely `gi` cannot be imported. + paths = [] + + for path in paths: + api.append_package_path(path) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Adw.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Adw.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Adw.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AppIndicator3.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AppIndicator3.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AppIndicator3.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AyatanaAppIndicator3.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AyatanaAppIndicator3.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AyatanaAppIndicator3.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.DBus.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.DBus.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.DBus.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Graphene.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Graphene.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Graphene.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gsk.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gsk.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gsk.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAllocators.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAllocators.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAllocators.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstApp.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstApp.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstApp.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBadAudio.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBadAudio.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBadAudio.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCheck.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCheck.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCheck.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCodecs.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCodecs.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCodecs.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstController.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstController.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstController.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGL.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGL.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGL.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLEGL.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLEGL.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLEGL.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLWayland.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLWayland.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLWayland.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLX11.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLX11.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLX11.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstInsertBin.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstInsertBin.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstInsertBin.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstMpegts.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstMpegts.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstMpegts.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstNet.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstNet.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstNet.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlay.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlay.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlay.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlayer.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlayer.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlayer.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtp.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtp.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtp.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtsp.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtsp.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtsp.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtspServer.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtspServer.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtspServer.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstSdp.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstSdp.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstSdp.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTranscoder.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTranscoder.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTranscoder.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py new file mode 100755 index 0000000..e75bfee --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert + # them to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkan.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkan.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkan.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanWayland.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanWayland.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanWayland.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanXCB.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanXCB.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanXCB.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstWebRTC.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstWebRTC.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstWebRTC.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkosxApplication.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkosxApplication.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkosxApplication.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.HarfBuzz.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.HarfBuzz.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.HarfBuzz.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.freetype2.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.freetype2.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.freetype2.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py new file mode 100755 index 0000000..131ce95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + + +def pre_safe_import_module(api): + # PyGObject modules loaded through the gi repository are marked as MissingModules by modulegraph, so we convert them + # to RuntimeModules in order for their hooks to be loaded and executed. + api.add_runtime_module(api.module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py new file mode 100755 index 0000000..5a09a89 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py @@ -0,0 +1,39 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import isolated + +# This is basically a copy of pre_safe_import_module/hook-six.moves.py adopted to setuptools.extern.six resp. +# setuptools._vendor.six. Please see pre_safe_import_module/hook-six.moves.py for documentation. + +# Note that the moves are defined in 'setuptools._vendor.six' but are imported under 'setuptools.extern.six'. + + +def pre_safe_import_module(api): + @isolated.call + def real_to_six_module_name(): + try: + import setuptools._vendor.six as six + except ImportError: + try: + import setuptools.extern.six as six + except ImportError: + return None # unavailable + + return { + moved.mod: 'setuptools.extern.six.moves.' + moved.name + for moved in six._moved_attributes if isinstance(moved, (six.MovedModule, six.MovedAttribute)) + } + + if real_to_six_module_name is not None: + api.add_runtime_package(api.module_name) + for real_module_name, six_module_name in real_to_six_module_name.items(): + api.add_alias_module(real_module_name, six_module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py new file mode 100755 index 0000000..1c86669 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py @@ -0,0 +1,62 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import isolated + + +def pre_safe_import_module(api): + """ + Add the `six.moves` module as a dynamically defined runtime module node and all modules mapped by + `six._SixMetaPathImporter` as aliased module nodes to the passed graph. + + The `six.moves` module is dynamically defined at runtime by the `six` module and hence cannot be imported in the + standard way. Instead, this hook adds a placeholder node for the `six.moves` module to the graph, + which implicitly adds an edge from that node to the node for its parent `six` module. This ensures that the `six` + module will be frozen into the executable. (Phew!) + + `six._SixMetaPathImporter` is a PEP 302-compliant module importer converting imports independent of the current + Python version into imports specific to that version (e.g., under Python 3, from `from six.moves import + tkinter_tix` to `import tkinter.tix`). For each such mapping, this hook adds a corresponding module alias to the + graph allowing PyInstaller to translate the former to the latter. + """ + @isolated.call + def real_to_six_module_name(): + """ + Generate a dictionary from conventional module names to "six.moves" attribute names (e.g., from `tkinter.tix` to + `six.moves.tkinter_tix`). + """ + try: + import six + except ImportError: + return None # unavailable + + # Iterate over the "six._moved_attributes" list rather than the "six._importer.known_modules" dictionary, as + # "urllib"-specific moved modules are overwritten in the latter with unhelpful "LazyModule" objects. If this is + # a moved module or attribute, map the corresponding module. In the case of moved attributes, the attribute's + # module is mapped while the attribute itself is mapped at runtime and hence ignored here. + return { + moved.mod: 'six.moves.' + moved.name + for moved in six._moved_attributes if isinstance(moved, (six.MovedModule, six.MovedAttribute)) + } + + # Add "six.moves" as a runtime package rather than module. Modules cannot physically contain submodules; only + # packages can. In "from"-style import statements (e.g., "from six.moves import queue"), this implies that: + # * Attributes imported from customary modules are guaranteed *NOT* to be submodules. Hence, ModuleGraph justifiably + # ignores these attributes. While some attributes declared by "six.moves" are ignorable non-modules (e.g., + # functions, classes), others are non-ignorable submodules that must be imported. Adding "six.moves" as a runtime + # module causes ModuleGraph to ignore these submodules, which defeats the entire point. + # * Attributes imported from packages could be submodules. To disambiguate non-ignorable submodules from ignorable + # non-submodules (e.g., classes, variables), ModuleGraph first attempts to import these attributes as submodules. + # This is exactly what we want. + if real_to_six_module_name is not None: + api.add_runtime_package(api.module_name) + for real_module_name, six_module_name in real_to_six_module_name.items(): + api.add_alias_module(real_module_name, six_module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py new file mode 100755 index 0000000..d257f83 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py @@ -0,0 +1,34 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller import isolated + +# This basically is a copy of pre_safe_import_module/hook-six.moves.py adopted to urllib3.packages.six. Please see +# pre_safe_import_module/hook-six.moves.py for documentation. + + +def pre_safe_import_module(api): + @isolated.call + def real_to_six_module_name(): + try: + import urllib3.packages.six as six + except ImportError: + return None # unavailable + + return { + moved.mod: 'urllib3.packages.six.moves.' + moved.name + for moved in six._moved_attributes if isinstance(moved, (six.MovedModule, six.MovedAttribute)) + } + + if real_to_six_module_name is not None: + api.add_runtime_package(api.module_name) + for real_module_name, six_module_name in real_to_six_module_name.items(): + api.add_alias_module(real_module_name, six_module_name) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks.dat b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks.dat new file mode 100755 index 0000000..43f769d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks.dat @@ -0,0 +1,24 @@ +{ + 'django': ['pyi_rth_django.py'], + 'gi': ['pyi_rth_gi.py'], + 'gi.repository.Gio': ['pyi_rth_gio.py'], + 'gi.repository.GLib': ['pyi_rth_glib.py'], + 'gi.repository.GdkPixbuf': ['pyi_rth_gdkpixbuf.py'], + 'gi.repository.Gtk': ['pyi_rth_gtk.py'], + 'gi.repository.Gst': ['pyi_rth_gstreamer.py'], + 'gst': ['pyi_rth_gstreamer.py'], + 'inspect': ['pyi_rth_inspect.py'], + 'kivy': ['pyi_rth_kivy.py'], + 'kivy.lib.gstplayer': ['pyi_rth_gstreamer.py'], + 'matplotlib': ['pyi_rth_mplconfig.py'], + 'pkgutil': ['pyi_rth_pkgutil.py'], + 'pkg_resources': ['pyi_rth_pkgres.py'], + 'PyQt5': ['pyi_rth_pyqt5.py'], + 'PyQt6': ['pyi_rth_pyqt6.py'], + 'PySide2': ['pyi_rth_pyside2.py'], + 'PySide6': ['pyi_rth_pyside6.py'], + '_tkinter': ['pyi_rth__tkinter.py'], + 'win32com': ['pyi_rth_win32comgenpy.py'], + 'multiprocessing': ['pyi_rth_multiprocessing.py'], + 'setuptools': ['pyi_rth_setuptools.py'], +} diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc3f70b9b2b797fd045f9464e8b80a705120c095 GIT binary patch literal 210 zcmZ9GO$x#=5QQ77AcY>pMLVclaW9An;=06kY-4{ClUV6VJcB#$;W0dcbk~)Wtq&gW z&Es3lI}8Jl6a+6EQGVRp1h&lI5|^V0x0p|OLpG8H{bWZ_hzzRcs>BI1p*({ zBNl+~B&Zo(-JG=I%_>m95_kz{pn|RH0R>(GhYHcj8iROT1u*zK`Ak(newb>n@pL@fGrw0HEyLdSSg7Zn-FqM|`HiA?B- z9rx@G(J+xXZO$1=#0`uOo#WfbGyi~x{4QEu48n{G&8mYF_L)8(Gqx{NT7^n;9?QWaqAM*EJna) z+!1+X`x9OY;E?4HS>cGUFHIIFOH;+Ewa$(3dicGk%ts0X2SK4USR5?Him|n(jkfi+ zO;iqs3;o9&XuPo+d>7p0b{o11(IcOKIlGu$&M)Ryp6~nG4({H6OP2!0z{=x2uKg?D z{7tyCBR<=n-xY_;LVSmdUt~<|`)(g}c2yZYdz@Hf^lhuV;!s(L?QpSU1_&)DxM>g% zQI#=10N8>KCX;RtqH*v$bD%5UCW3qQruf+E!S$*)iF;W|x`OG$n!s zLDPacm3nP2ZSm57p|?UWdJyaOQs}8S+w>rw`X(mDh7?L4%$qmAdB68H^D!I_0!lFW zj^0%OzKTOlq^eQwM&kvTum<-*0t(yJ3jz-yPhwKC#t^$;$+*g!sMaOq5ff}!fdXV| z5%H!b8O&NQnLs@P@KoB6=7}k-HLs8Y`S)15sHGx#h{=g>!u+FNk*f<=`2(uw~V50Gu z;>$eGeZ^p@WnXq3*AG}(PML={0_05e<4eXRzgu@~Q)iTW2J`fs<)!gpJBCRa7mpN; zMput>TH0Bp8qZO~(^8h_GABcm9@l1EBT1*Mc{+H=W9N44f={42T7}Qe=RSqcmS&5yrMcqVmikQJkPaoeW#FJ~@Qt_AcJ)gr zQW`Igm!^x;TVq>nFVuguakCCN=B*g*l`gm zKX?l2XgKYd><3PQurP*aA_o_*8I9gxA>94eQ%$orL?XiFIx5kb(*H%h@VfV9@4h;` zs}Aq0iCs0ZqxAh$0!;&l?Qm_9tlnCmdNQ@I^z14g5mXU;%^)X{ccU{!5%vYb>OTb5j{koAr@h@ahzb#=P1LpurV89Sr>d9 zd<)m*q?*>9%0+j%3-pb8BX@N#Dt+$cmiEZ}7!Tmj91_ z6(^Ac7lC|~8Iz>=TL^gs! zCYP)&)!Ck1{{?i;x(a(ZW9LfNbcrszQ(^7@t(@I0dA78Q?TKz%ova&nS#QTn_A6)d zz0%C~M33pV``R6tf(rlE!GlbcykKKW7EbSCX=ZzHQpcKug4PLNvNI(sdb?nfK@I2{ z(inqf&=_Li_vrg+ZVVaBiFl74*Bk9Fjfij-?oo$=qGp@$ENh?xQrueRG$!_ z6AkwD4n&5-_j*QeMeYpsjt+(*x59&=mTKyZ>UdhxDXVCd(=r-$>v&R)OERXs1*d#c zkszV`YDS+>(jD#Bt_vEFZ-dHIG=Vi?I1^55dQ_I7dO}fBnn0k^vT8<( zfFFUAE7ELNGqfyn9EK9o0JQw@X_w(Om__@1V4wHz^X2>eso$!qSDROwS6f$F*R&_* zWApjw=HLqT*AUk7k#?VRnIzdd*RRYmh_ z{_7IshOd)+Il3cTFndl#IKHb)T)bxNu=$ Z1%`QBcbe(^^Fze=9{S(#6{HEW{{StCe|7)> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48ac0b681a4829e12bd45b35e628e938090ab09b GIT binary patch literal 578 zcmZWjK}#D!6n?WAG(-~~9q;bOcX@DeiOIlVD23Pmhojt&s;ii8lu@J}T}atKkbxD(OjodMEA z5|#g-hR(&<7k(espX^Tt`@ymi*Py#HbL z{p`o#=edoemDBa(_3K*w6MZ;BHMBia+`j`=MXII|Zp%wMGJF&BXX+kOf~g-M{3sDZ Ue$7zQCO@k{rcc~2v{sz`2IxbCV*mgE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be14057c49a5f60dd77756e0c84294223af455cd GIT binary patch literal 578 zcmZWlF-sgl6n?Wi=yBejHfd~fAQmg=5G`yDAwdZzcPcq-l44nJCwIH|Rk|eCS^0Lo6wwFod-J{by~nqE_L<(olzwp>)tmo@xf+0Pd)BN2@=krcW177EkLZ^>h28 z@~v{&znN+tyg6F^vig1e>gnB0tGm!6ps`#tKbBDzXJhO*g_Rl`Wk&cIp4TWEzu z#u}+Ap;80Y|L?O%3RufzSqV^5&Hs|KL=P{Uj0$Zo{n$uPJ)JVrnJ0y0R46VNga=%x zp6Qo`>bQ1QM2*~ZW_GGj5D{8kvYA^Iq(prYksMCFq{@0>D3gyQVqRbymg$>@Wiz3@ zu}a5?bNRH_zz!Dmvb#Wa{+gP;Ub20UxehJ*TrYTLkE z$iLt&ggV+)wOw_f6GQQ#=0sznnQElg$k*8C*m`OE^1b@Z9`v(~Y%|};uRYvKZ^!S~ zbL~icr+@fUt<`^PCvkIq{M+QlWGiv^yVgoff6VP&xv{G4T-WQ5K4jl#SKqbNtDRnS zZm1oN@57ZSpTvhtY#??CAiDtJAevfmt;Gs`z~TTgIG06-V2uBa#PQ(oF@$3)T3bDT GsQL?h^t$W- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gstreamer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_gstreamer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..569a389cd317b2d3f68edc5d706951f36f906595 GIT binary patch literal 1027 zcmbtSO-vI(6rR~Gw3gQTL%<-Kf(_Ux-6$R#6O0vGpl#T4Ko6UxJ8pMbb~iH%W(gQf zNc7;Hc+#FK;UJ#$=-o?^iw+kOPu@^&oSZ3bLijoPk~j0_eeZkko6LNRM#F$vIJ}A0 zL;!yAL(7C_u;0UiHK2i2@B|0|fsG~r!BgPFq)=`#_}<1mzy0FaWM@}+N?IvunJ8(Ngb6Z36 z|EgVsrB|C=kNg6+_YqjE`^%#3E`(&V)As4zLU*r5||$hGEm z!zMJw@#6T@Xg04DM@o+uBN*uh@vxtoF>D$+N~eH!9VwTmP^Z$nV)6ok|l5!|XY2bwan|M5auqaiW zIV6$iNcAM$@LcSesO%9*cGWT(H=d!PDOXcHgrx;GSh9>6$@RU8V-Kh9+?9yop&?c| ztLlhIML%m3Pqi#oU2&XQB4Jj^ch@%*7As5#M(P~GDc7eRN;Az$@MR__%ACAm%L>>L zqdVgHy>>8oYvsYK+{;`&*1sj**u8S~UF2=#{Y*`->NTrsZ4Q4MW_QG_X-!R< z=sz%?3@2iGsVA@Ay@+0LdNJ|jt;($@XDD1+Juu0>_r7o5_vV|;?&m8=#U=JRG1O)a68wehOi=t9_s1OW1s+*3)>nYxJL}k(ILrOpzvkT^yx;%aeO#R4Le!W0C1$c< zx_DPvi5KHaem$AWY_cgqBsY^o>=QU2FWzC3`FJk9rergTmCQQx5L#x_Csg4<;r3cC z#p$S*Nv6X*j_WX=axa<5#|s5EP8vunUJcaEPaV zTwQ2qTiM;jtJRmQUxMKdp6$+GYsXr#A$6sL!`(~accr(b6YBNz4h|i8VJ_01Y0V6{ z7ae@L8(C;?v^LtMR_S2=~!1rGU-0M11ojywpVKOsL#qu(JwlY4>hIM|o{1+bI5Pyhe` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_inspect.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a1db8f1b32087a2a26e8731d03adabe78768691 GIT binary patch literal 1622 zcmb7EPi)&%7=O=p64PM3)ho@Klv+h<@&3fnpoK}(1}LcNRJw_}jV?D|O@C(_riE1hPeOP%2G_VM60}AM1qve3$Q&4~sm1;*2$>2rf zwSOD4CAdT_(Mt@Dh8oC#Wy+Iqnf4^L%#^9L9|MojGAzLoRiaDG6r)j#Y!Nu1OerL< zM+G3!6TcBP1rID94`43fwJ+k{zrAaA2D2L~3*! zX?=dodHBw#V~{6bfb^%kJFO1Xn0aj8Xw9$PLlNRGdphxWQZLBTj_*sCsm~9)U58ZdQL-g1_rY^)5>~bOxiSZxXOngj9q^( znRL65ty;E+k^-*ZoJ{K}+hs{1FULz>UtZm?Vp_(uV&qUBV-(yDGVfR^-E#(7W|uON zOQQlpN1+sRa>4m?7U@?I!I3D)s#MNOzG!u2 z*X#VSXFCXrUdos$HG?ikJAtp_6QEtp{#pP{q3_|9FRoNB)Pyr7w#lEoKUbc+Uo00N z-Kz6LzlH`X^lES=xOTNF#<%*mKdyzYmd2j&p+~pYx;J~*dmGZls&sKns!53-`xDJx zap#1%$AS}~1}|25vC>oLhnwO4uj60E8{xCn@Y%KZH%He;H^kqCqxt<0mRynaEtVUKMbuRk&oklEC zjU~2k)??#)esC&My7n`FX6-_aAK76?_Q?+-F;*`YR){e2Vz}IM6O(*an7GJ5jvx_v zp~QDFS>$`1pQyPKJ%W)m7~ zLZX~FsweHK8ZJHhKX_4l(cyyeN4{QyR5D8LzIqmM&FK&x=N1cz1FLRC~pmbAEzcTibo zoRV_nlmp-nE=T|LTFOCxuDbFcT#BWh)In9a^Y7di$;zJpKAmEn`3vKKWDHOyviME* z5{Zgk3k=)gzFDmbVwt`vw3~&MyGA~DCuigfw?$;jwYIC2i{a3}a4Ww&KUs?HK|Iqh2~u`#M?{T<*}_t;SQHWJ)NJND8I=t}J0_PDgt@NI<@ZP?lgHb7$=#wl ze@IPV-?V*?xn;WHbG_)98+6`&Kqr?yn2R#K25frOzOQ?MUvizRQ z-p}r3pQ|quFA}euPW)OUf0P<)rJL#2M04V`-(KmYvW=N1bC2hqKKei|ei~1=R-3D> z_2zne?CoG@e5MzCKXmCMNp*o9EoN}o@C{<;0kUCG$I)!>m9MiAfbf?hegV{X6=VE! TG=gv7A0r4ScD2uBC@lL0?uxH} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_mplconfig.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_mplconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1adf5bb955d355f85c25ece55fc2116442f1f7b3 GIT binary patch literal 846 zcmZuvO-vI(6n?Y2ElcUr1^*Hb_z$TGZ2SrFKul24lpqk%1A1s`cW9?%u^?_LCCUP7PAo)y^@xLN#;>y{*77%%}?V#Pl}T1`85hw5or+}lu~YQR z)Dg2ZC!GS50ryKZFNHH6as-pK2Ro;7 z1uC4eFjEmS=Xuy&^!+K};3@0AapH2|?Xl<$LeuvbSSWJC02Y>%)Y2OACv)0VymX3Z`wBd}8odX@P+|fMHr7xc+Xh+hd&f*>HU>SJy p19r{+vhPlN^cp{okf4gAXmB4wwy)U4`qc#_xnQjsDSiwKe*iH3&yxTE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_multiprocessing.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_multiprocessing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b07a208de8196c1db67c8eb5fc3887f5ab6e7b32 GIT binary patch literal 4090 zcmbUkZA=?Sc4l{NufM>2q#{LSgKA!s(+ed+6RgubN%qcH_!$qmRP6440iLJX47y}|-U*H8+3 znUKLjdoz42d`o}D2#s1s`BCerZPX6@SVS_qWz~Cp%cl3tExX>cw|Kqh^q!GT{pMR1 z3_8d7NC_3Yz6rcB&R8;h#@5Y>>5;_?B*fPd{cS zky`K)LSyELal5G4LNmN5;=b$P%Xc@Y5*c~~BHOnQXkuH?aFixOE!fcDgpIR$Q?(e2 zTSzgBj2jvBMQR3(aYhUntGYG&)Z)$CbcdpDm%)RnAMAz=#omw&>!ygKIB#H)QUfdY zoA1ETMB-sIw1wAc+_}+N^lLvtLpY5iWksn5CRz+h*WuiT7gs4k1EkOF- zE|s3Q-qNhWvAWvGK}2k^qfMezw1z?QAMgkG=lzsIa7S$&3-nSg{O84s7lTYgXaV{c zUS_b7-c?V3LRQ0Z5(`O+5{~xxh@`|4BqRwc35NP4;tBW1V?_1z2gA|9`b}B7W28@! z$j$Y{3-ms%;A0xs5sON9k=L%VvJ}-gh?AR|O;LkHRgz(~S7Q}P)i`ND3Q-tVHIot# zCZn1y4DkfA!7Mr@!wL(b1-x`wpcZ*88rPQ;6^#X{8W#=rOPc9sP)S+j_COmR9$p#t_s04qzmk-Ks=p_!f-53YNLBou@nA@54|huqZ^gwRgtGsp6us$} z!#Di#l-e7M27HZ8ekH6*4M5o!?2#1zl~h|4HYUqJ-5ZPbDSiT!w2!C40^q_1dwlVf zRtiZ&k_II~NyMqE2logCYT)#>$gxmRR*w5NP|@O}Kr%%?4x{CA@2~zij>U)i2xUS~_zro%1ernPrZZJT2cg9-8c( z=$(2eTRt9rSYG#8MXsUkVZ$2_z3mUm+n+jI;}w%t6ID~YCU(v`s^=Z0AGVIQzIXA7 z-92abh4Lkt-&Kkwx_G^=pwT-%jXot;e@pNK-5fe6+RBn^`QVb!OZ;|YC= zH|QYGB;pd$cmaxdSQP}#(i>EQs!B*5xW{YOI7O1X^(3ZfOkWaI2q8JBC_u`@6!IES zDfF$EPcNhzP*M+I@W4yn9-pE5EEV-T01)AeW>o&lq}RE?4l;ji1ne&dn@;aF zeYKYb{HxbZrvnynIk=RjXYi9v5c*?cLZ-Mw5Z*}y<-!Wr4yQu)f<)bCnzP{CkR;23 z;N{2xy3|Mkb+l$xdx;bjp+G1!LQX1T|jXPK83!4{xyQWaqXBanJ9Va z@?=cUxe{yO83I5&uu6^q(AXpt7_61WV{s`eM7XHxhsv*OwG z%mpYd$>JnyA761Cq~|Fn;E9L zgbifm9HZ!!6rS3ca;4+7;Wi#&mGrkjZzH>R>xn%?spk=pjhTrjsuld1@ ztcU)=H*Ze3Y^LlrjWdBWbAh&8plu!dEMGHU+c?8lJ>skNQ|<6#eUBTi>I&bIPc+BL iW!N~4RE7TUy2xUTpSiDL-1L2#LD(_k{Dv#lCH)t>380t& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgres.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgres.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..834b750da30b1030255cd4160e3947b36f1917e1 GIT binary patch literal 6149 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgutil.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pkgutil.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aba9b41cb6695b42e6edfe22c21c5727d144864e GIT binary patch literal 2838 zcmc&$O>7&-6`on{F3F`Rk@}&iA5x+vDk5u1fYMTNEngZ>Ok_{wqQlM`r zt?2}6QS{OQcix*f-}~K}$Ni(-&LJ2ax5@w3h0tHg!Wh&(^QaS;n<#;9pr0cO@#yaU z21c)=JPuHCLxWH=JSKP^DKM?z6>7z_La#6@ELgw^ltycGjp8+?MyWLxD3vy4=rxQ9 z#*}6Gml1|4 zP-wMLK?=URk30i)`33C1OWmY?!!UqZb*3;;|Nby)_9A-Iflz^xNsVelp;qmNH3_df zFv?Oi%0oWOFDq1vHgI*CdYWZj_Kf`@gx-MY3Z?@6j2BwA7-+*=fq__UhO|x zz79G4M}KCy%|Jhm!J;5|Hx;Ox_25Vp>wlGtHGvA86)DzKyWyiw71pp(;1q7T74mNW zci3N=zlX)^7ZgshEFlrE&nuQxSKX??DV(8!(ZMIDU{knMw}G!y$h-qGZ%}Nhp1RcF zlm^2t=-YmU*V~h*V1sjtX#^Vo*VDMJlM{IymGJuS`;hE5V(v#GbdZZ^{oYk{&2$l6 z#Ru+wZ0vq)x(c1_yl(v|FA0lcoR~l|`P{ z89-$uolYdDickS+_*botd7Un48nhBG^tZ@j9D}iF{VpO%gBb zHjz)qZVvCp)&xLCEc{Z%Yhc1&Jl}jPUJ5oujv*eGMxi! zVm_LUWq5;6#N?RHLXXQ`S`_Y;~$XU14R>TSSRDMmjl02hX zA;If*A|`&KBruV5C%rQ&h)FPVWnocHrlYl@Wol)RM1}y&B=xI7sE?@b}0;&!@0bC zS;!s@9T^Er5Wo;1uf!I3DLk8>Ca)}=2J~e?xFUr`KoXkEC!@d{affnwy(3D52PJYn zRNLCq4MoyIJeHPD?gys7ozPrAE>7)OkfX2CGw{Chp0aWJle2fuYCU7+ zo>OYisn5pMp7UkzYpVA(&3mzAd(0wV|A)+0gQwEnyNd$$d0etQ>^k&*9x8EF%H-^*_yT3$sOlTtT+n5nx3aRgu0G5Z@R9uk`$k6Vjg+PK*`5n`hhI4Wc&BcM=bW<=6J9VO+vf zP4wG+!2Ry@A(-#Gom0)!{Qyn)kaNmM-G5=i42wUQC#*moG+U><%!4k9@E%NfuZi$J z>(mhQAXt+h#)Kata?;^Yz#4Z@^1!>NZ0J3LbFb$d6v(Kz%`anyV+4$X+ix jDUN`Qe2z%)rHi2S81Fv+3dW;5ISS#18}@CwsiyZYb)leS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyqt5.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyqt5.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31fb0ad84e88c7dd42c057ee88e03d135077909b GIT binary patch literal 1976 zcmbVNO-vg{6rTMt>wjpSA8^c1g9tHgyed^<1wpDH5yy_9Cd5+JL|QH04PIyM-R!JE zj*LX4NP$B|IRPi&ge@O%PK6UW^iZi697lp~E~(lcdUMMyr_S0qrD2`^jI}fG&3o^A z-@G@w{=wm}0yM1FBLB4ofS+}xKJX*q(2ay;z=0>=D}VzY6pjoSxC=6v7mw8=^wowQ z0zHSnpczGB91y{5ZN+9Wq~ju99E{KiuBmWTVZ@>3IKP_AQG-ax;>vdoIJ!>8H1IUa zZ(LC`XK8?O+8`TY+?V>f3S=#&UhP>DVV^mPW7zS3e>X_ZTF=;kyV3cHzoMq_Iztq1 z)Crs3iIn&Mp}!9k)vwi{9_LQ(arQb#RMmo-A4@Nre6WHCJ@q@d;;zr#er z(LivFiCn*P^AYazX_nhOl+sF!hZ^xPDQYd_qv3ugI2!rlHgZN@8ZjfJG*TD6P7Rlk zAIu;uM$QO~qQ;rDDu__gZ=OcVtQyzIgoGl@%;-oka(!Y#GYOCr6pi9j(}E%)OG;9b zRZmLc#hRecke4;HEVAl-WY?@vWfc|92x{DGQuL3CqTiHSB8!}Ps4~@1$6Jw6cnD3% zr%NAirs=qpFb*}i07nOM8GdN1cMj+9#l=7I+{$D)71zc{oow9@v{ z*8Td_ndQJzU^%=LUUzMJHaxkRZL)l7Xx{R=yJyqC;oltG7%W=0ua>(<=7yh!9*6dt zJ4L6ER>t z1Vo>09$&OBSod5#FU%JzRvqSS{_K_~?k{jK^F7j@p^>5+R#Iw zr}7J$Q541j5zN+BY!*X0F5)R-7RNviB+Yur-$znM_+aF)r2T^}q;dpDZtJ~)UH4bEYVISrJ6aYvB9LERsrG{#7rqZQdcX4fl{ zt^Rz@vEOvQK1_27kV&y|2{NoKGn1J#C-RypnjKgBHA0{8aaE&aF*7Bkq2?UF!$c#o zU}%hqUcdA8Bi!%TEVp?mWt2D%HR54P)SAafBYjM0G7n$XCkgd)t$=twAfePTj036K*MjpEbOf+8VHT2fL~ zPfFp%nxM~+mo>92vg&tlQ~x96?z&`qeWqoma}R?N`LA9 zqK}4x%3ndA57;Rl($Q=vjR=V%@=i$714yHzSJ!$ObQ=ABIjh;~l|g2u1JTiGLkWEV z=fG>y@tSo0O7@k{fKOb@)DpF9U$U=Etle9^w-qRil$r+QD{C)UYxY&E`sLfj~)9_9>A1=1_?|!=P-g7^{QM`Jy*mko9^j-f8v%5@y&%QdK zx+|#eV9bYAn~(>J7pY1+n%iLByq#DC`#p>S%>Kmj JifpRJ{RuAxf1>~Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyside2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_pyside2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14ee9c816e74a0b91def762fa7147ac784bde42e GIT binary patch literal 1966 zcmb_dPfXip6#x8(Ixz`Ug%-#X$ktIBw#FKhil|VlBGHsIuuvLlS}R#5c8OCbc5Mgd zDv?^LQsKmUqMU#eiE@CR1}A#hVbd<8nFMn$Oxq5-Wy`InJtw4N5UQ@)7x{hPd++yt zet&G|N2ilUuxNT+_`#0Qua;6<`2L~ng2Mvh(PQ)#!jXXT`wk4_{D<5K{zNSgh&okeI4F5)5Y#lTes>J(>4WI%`55H8 z_r}KCkKt&mb2p-Xhii4^$!bh(b{P`5+mG_po!z@nndIr(9goSqUj4*BQB!y=Lx`_8 ziAHM@N#Faizm4;~-hgYoqdw;}Qv2&q1n_nG{s5|~&%`@A!1p%4)e)oe^Et=<00sFl zvqjX{1Q(SxmQxgVGL_^d!6atHq)CO136U52Onh87DMd<6iAl|D8o$McLy^G97#qHN z>-q!S?>Fr?1x-$=Q9(0_`w7WBIX)WdV@F2AU)%&RpiI(|KBtMx0MQJfVHHDURXxV0 zbWze&>#;L!ip1%6Wi?^an$D@ZHY4gWlTWE2TN*#;%iWwfLFDirRp8*ig90ODp)Xfpz*GgG3j zsB&D0>KZela8V&7-W4uH6rR%sm6?Vl7)hLD6hn{6$Lf~m&A@nq~+_LIkac7NU>%g3S@2Gv_<6`TTS^M7E?$!R4 z{?);i!FBt_K=JJG!=Wd^N5Sppt^(=(g>sdeP{#*L)FQRhe!kFte%H}7AD9cwhvq`h zT9(|4?qxlDd*h?6p3R;uW|R5ew;lO%C&CpXT=CLm(Ge{Zcn3Y}ES*5TpRT!buC=aQ z*Fg?XwxQ_oAGCBV4;LN1r3T^>T}DK2<19W;&(Yg0-7jtDO0-4OmTOyc=iKY!i_=A4 z;ElfkejBni9_mT<-1^YB!RNt3@8w;Ocj?aJo$SzBFc&O%E^eIKa&5X^Tq_LRD0psE ziN3k`(&j1==#wkkRCgJ=j>ddgWdu2-c7m$9LAMWQKbV4)OgS}R#5c8OCbc5Mgd zDv?^LQsKmUqMU#ei8w${gA+aMuxc05OoF)=rfrAavT^Ha&k5-mgsQ9dMSkD+-uu0u z-yhrg(dD8MESg>uUfL1*)l#Yp-#_em;4p`H^ca1Oa3r9WeFuhaBLfTIv1)|1JK!SV z+WQS8L}5IVP`0vTSqyYs!jnW6$4~}K*sPF$uY|>LXz|1fRxzm^8I*7ya)X+vKWYR1 zlSi#Qxw2nbmPq{%Y<%5{RWGb8@gH&{_!HGUAnH_w;h^NHK2S5b`u#Dirw^hl=VOrX z-y0imKZc{J#@&e89j?~3LRMm`v&)je-F%d%=Iq{o$|O%$?|4k^wdyDSiJHKx8A5!m zNjR)Yqyitt{w~fBdIPTU&f1)lNbRXT5y02z`va(|HWTk`0pGj)R!5BTFW?&f0~8d% z%mz_olUz*JSWZ#c@pOup1e2H&QzjKPMnzueHt`YNq!cMVA*M9bJ#veUM#e&e!))~G zt?Li)V9>PR6f`-l#stkI?k6SlG7`-|=YEnXKQdDIyr68aT zp;SSt94x5`N}x`41Fvd5OO-p=7303nmO-w!M^+Uytqw4LYrXk~iOWfW(WV4WXC_2l zQRRdX(=}#P;bKBWyenKBQ+Q4nRAv&AU?g#zQ4BpUr@jb&-oZ23Gx`v{CS9*d_wQuaE=51d zJj!fStp%#}S^6iceW&rvTKU?+WJ*#c` zwu2nLTwT!_JZNcI94ISt`&N36nr-- zMBjG5vUy4b`t-^c)xHN^N5cWEJc2w@TR~O5Al}&ek}{u`gv+WQRO|0eI|HIbU>Nq7 V|6?qI{dpZjnDepgXR^K=_cwjCeJTI| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_setuptools.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/__pycache__/pyi_rth_setuptools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b94f4d33e3bdc5e1d16391378cc27d9ab261492e GIT binary patch literal 1116 zcmah{%}*0S6o0eZrCYiiC5j4|lxU;YNH=~EzX&lA4kQFf3J3MDS-S(>cH7;|Ou=HC zc)&yt#+x61g5ko^qel}jA~ERV!Ne0c1P_LjZwgKQIQWuzA2aXwoA=(#JJak0l+Ml- z`b-1(CWDqJ`_4`;I?us{CAbX=P*~nSAaDn2B%|b82x()uR9rh(P$7yeK?4$qtN(_p z!ATH!z9(s5DuG*2g9W&!-hu_>ocMzjOM^qWcD|sJq%QbK+q9%XggkFbofJD-e%lrk zZNKHY$}-vWUDAV2D{3fp#Z^n#JX73Qg}7QntwXUnrWSV37R^6n8Mz&Gb$Nequ2wpO zEZxm2?E2at(RY|5NnlHD9a8+CBu`rh40^MkzON5^ub(=$`klau2) zdnPw(kBsG}XQs!-bD2b>1U%~GR8&I|1U`>cuOgzPZO>E2y`W;-k;X&c6H%O2<~7HeX9_Zsl^wlBdj@3ge)l1yx>+Ybn^w5K~Ulr!%S(znrEYLx2wyBwdjQH?dAWr|5uxf zm+gHl@??jaW;b>mIf zYU<`%-^hFY*r)WR74{*0^`-uL;gR_@X+FL7_}bIq$HVV?FRhfI>4NPT&=iO-o6rX8lO9hrqMMVrIXkxN!goclVXp9FB20_3?yy&4>x5I9`A8ls3tZQ1c zBqW3rc!DEG4IDiBKX@Ww(BWdj$s5XzlWz)Tqc55F`^~(M`SrE^nof5ju+GlURCFM8 zBsYmE=j7xDkPT#`W%LRuh@$QD07kD-6X%pdQXw$~ONDiE564y5MimqxTOy8dj7p@$ zs77jxBqAYkVZtLVpwGwAo)WEVLr6 zS$=aqhlNhxIy|tvGVruhta*%DlrfL-Tt;a50K$P#JT5d|ss~O*=nbbfHd^qiq7Pa) z77I$24DjKAR{aI1LWO?8dN?iAp<}gd%QHdzd{7d^^_-f}tNAju9ma*uXc0tECNx$J z7^R}yvSNvlZCQ*+&AMgDV#~^PF!+uT)1|v4oqVmL=U+9Vlh=LUV*%VCbZF)`^DVMq8QRxKM1=5i$~yE z=#UtPBn|$E^d6Dh$2z(^cwl6AjqHIjv1?518TVULKQqQ!W3{msu7;aaAN9S=NNe&t z(N?CHrq}hY@z(S{$sTJc)wMFWG`Id_W9Gxm)`Ktet+{>j7|w6rX-)2veqgt9o9|ka zGV2=|H~|4@Hiu(LpAeHD6}t}ZRDW3Y?0SVhVgs;+pAT^<`B=pm|H<~@yT8W~?p{v+ IAep%8FD2^v=Kufz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py new file mode 100755 index 0000000..309355e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py @@ -0,0 +1,36 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + tcldir = os.path.join(sys._MEIPASS, 'tcl') + tkdir = os.path.join(sys._MEIPASS, 'tk') + + # Notify "tkinter" of data directories. On macOS, we do not collect data directories if system Tcl/Tk framework is + # used. On other OSes, we always collect them, so their absence is considered an error. + is_darwin = sys.platform == 'darwin' + + if os.path.isdir(tcldir): + os.environ["TCL_LIBRARY"] = tcldir + elif not is_darwin: + raise FileNotFoundError('Tcl data directory "%s" not found.' % tcldir) + + if os.path.isdir(tkdir): + os.environ["TK_LIBRARY"] = tkdir + elif not is_darwin: + raise FileNotFoundError('Tk data directory "%s" not found.' % tkdir) + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_django.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_django.py new file mode 100755 index 0000000..81243bd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_django.py @@ -0,0 +1,34 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# This Django rthook was tested with Django 1.8.3. + + +def _pyi_rthook(): + import django.utils.autoreload + + _old_restart_with_reloader = django.utils.autoreload.restart_with_reloader + + def _restart_with_reloader(*args): + import sys + a0 = sys.argv.pop(0) + try: + return _old_restart_with_reloader(*args) + finally: + sys.argv.insert(0, a0) + + # Override restart_with_reloader() function, otherwise the app might complain that some commands do not exist; + # e.g., runserver. + django.utils.autoreload.restart_with_reloader = _restart_with_reloader + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gdkpixbuf.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gdkpixbuf.py new file mode 100755 index 0000000..0bb7a37 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gdkpixbuf.py @@ -0,0 +1,41 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import atexit + import os + import sys + import tempfile + + pixbuf_file = os.path.join(sys._MEIPASS, 'lib', 'gdk-pixbuf', 'loaders.cache') + + # If we are not on Windows, we need to rewrite the cache -> we rewrite on Mac OS to support --onefile mode + if os.path.exists(pixbuf_file) and sys.platform != 'win32': + with open(pixbuf_file, 'rb') as fp: + contents = fp.read() + + # Create a temporary file with the cache and cleverly replace the prefix we injected with the actual path. + fd, pixbuf_file = tempfile.mkstemp() + with os.fdopen(fd, 'wb') as fp: + libpath = os.path.join(sys._MEIPASS, 'lib').encode('utf-8') + fp.write(contents.replace(b'@executable_path/lib', libpath)) + + try: + atexit.register(os.unlink, pixbuf_file) + except OSError: + pass + + os.environ['GDK_PIXBUF_MODULE_FILE'] = pixbuf_file + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gi.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gi.py new file mode 100755 index 0000000..3c3b382 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gi.py @@ -0,0 +1,21 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + os.environ['GI_TYPELIB_PATH'] = os.path.join(sys._MEIPASS, 'gi_typelibs') + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gio.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gio.py new file mode 100755 index 0000000..f9fc307 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gio.py @@ -0,0 +1,21 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + os.environ['GIO_MODULE_DIR'] = os.path.join(sys._MEIPASS, 'gio_modules') + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_glib.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_glib.py new file mode 100755 index 0000000..35bd7f8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_glib.py @@ -0,0 +1,37 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + # Prepend the frozen application's data dir to XDG_DATA_DIRS. We need to avoid overwriting the existing paths in + # order to allow the frozen application to run system-installed applications (for example, launch a web browser via + # the webbrowser module on Linux). Should the user desire complete isolation of the frozen application from the + # system, they need to clean up XDG_DATA_DIRS at the start of their program (i.e., remove all entries but first). + pyi_data_dir = os.path.join(sys._MEIPASS, 'share') + + xdg_data_dirs = os.environ.get('XDG_DATA_DIRS', None) + if xdg_data_dirs: + if pyi_data_dir not in xdg_data_dirs: + xdg_data_dirs = pyi_data_dir + os.pathsep + xdg_data_dirs + else: + xdg_data_dirs = pyi_data_dir + os.environ['XDG_DATA_DIRS'] = xdg_data_dirs + + # Cleanup aux variables + del xdg_data_dirs + del pyi_data_dir + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py new file mode 100755 index 0000000..ec3495c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py @@ -0,0 +1,32 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + # Without this environment variable set to 'no' importing 'gst' causes 100% CPU load. (Tested on Mac OS.) + os.environ['GST_REGISTRY_FORK'] = 'no' + + gst_plugin_paths = [sys._MEIPASS, os.path.join(sys._MEIPASS, 'gst-plugins')] + os.environ['GST_PLUGIN_PATH'] = os.pathsep.join(gst_plugin_paths) + + # Prevent permission issues on Windows + os.environ['GST_REGISTRY'] = os.path.join(sys._MEIPASS, 'registry.bin') + + # Only use packaged plugins to prevent GStreamer from crashing when it finds plugins from another version which are + # installed system wide. + os.environ['GST_PLUGIN_SYSTEM_PATH'] = '' + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gtk.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gtk.py new file mode 100755 index 0000000..d6ae21c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gtk.py @@ -0,0 +1,27 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + os.environ['GTK_DATA_PREFIX'] = sys._MEIPASS + os.environ['GTK_EXE_PREFIX'] = sys._MEIPASS + os.environ['GTK_PATH'] = sys._MEIPASS + + # Include these here, as GTK will import pango automatically. + os.environ['PANGO_LIBDIR'] = sys._MEIPASS + os.environ['PANGO_SYSCONFDIR'] = os.path.join(sys._MEIPASS, 'etc') # TODO? + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py new file mode 100755 index 0000000..5befb39 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py @@ -0,0 +1,48 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2021-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import inspect + import os + import sys + + _orig_inspect_getsourcefile = inspect.getsourcefile + + # Provide custom implementation of inspect.getsourcefile() for frozen applications that properly resolves relative + # filenames obtained from object (e.g., inspect stack-frames). See #5963. + def _pyi_getsourcefile(object): + filename = inspect.getfile(object) + if not os.path.isabs(filename): + # Check if given filename matches the basename of __main__'s __file__. + main_file = getattr(sys.modules['__main__'], '__file__', None) + if main_file and filename == os.path.basename(main_file): + return main_file + + # If filename ends with .py suffix and does not correspond to frozen entry-point script, convert it to + # corresponding .pyc in sys._MEIPASS. + if filename.endswith('.py'): + filename = os.path.normpath(os.path.join(sys._MEIPASS, filename + 'c')) + # Ensure the relative path did not try to jump out of sys._MEIPASS, just in case... + if filename.startswith(sys._MEIPASS): + return filename + elif filename.startswith(sys._MEIPASS) and filename.endswith('.pyc'): + # If filename is already PyInstaller-compatible, prevent any further processing (i.e., with original + # implementation). + return filename + # Use original implementation as a fallback. + return _orig_inspect_getsourcefile(object) + + inspect.getsourcefile = _pyi_getsourcefile + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py new file mode 100755 index 0000000..0846401 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py @@ -0,0 +1,24 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2015-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + root = os.path.join(sys._MEIPASS, 'kivy_install') + + os.environ['KIVY_DATA_DIR'] = os.path.join(root, 'data') + os.environ['KIVY_MODULES_DIR'] = os.path.join(root, 'modules') + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py new file mode 100755 index 0000000..93fec80 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py @@ -0,0 +1,46 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# matplotlib will create $HOME/.matplotlib folder in user's home directory. In this directory there is fontList.cache +# file which lists paths to matplotlib fonts. +# +# When you run your onefile exe for the first time it's extracted to for example "_MEIxxxxx" temp directory and +# fontList.cache file is created with fonts paths pointing to this directory. +# +# Second time you run your exe new directory is created "_MEIyyyyy" but fontList.cache file still points to previous +# directory which was deleted. And then you will get error like: +# +# RuntimeError: Could not open facefile +# +# We need to force matplotlib to recreate config directory every time you run your app. + + +def _pyi_rthook(): + import atexit + import os + import shutil + + import _pyi_rth_utils.tempfile # PyInstaller's run-time hook utilities module + + # Isolate matplotlib's config dir into temporary directory. + # Use our replacement for `tempfile.mkdtemp` function that properly restricts access to directory on all platforms. + configdir = _pyi_rth_utils.tempfile.secure_mkdtemp() + os.environ['MPLCONFIGDIR'] = configdir + + try: + # Remove temp directory at application exit and ignore any errors. + atexit.register(shutil.rmtree, configdir, ignore_errors=True) + except OSError: + pass + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py new file mode 100755 index 0000000..4151ba7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py @@ -0,0 +1,108 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2017-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + + +def _pyi_rthook(): + import os + import sys + + import threading + import multiprocessing + import multiprocessing.spawn + + from subprocess import _args_from_interpreter_flags + + # Prevent `spawn` from trying to read `__main__` in from the main script + multiprocessing.process.ORIGINAL_DIR = None + + def _freeze_support(): + # We want to catch the two processes that are spawned by the multiprocessing code: + # - the semaphore tracker, which cleans up named semaphores in the `spawn` multiprocessing mode + # - the fork server, which keeps track of worker processes in the `forkserver` mode. + # Both of these processes are started by spawning a new copy of the running executable, passing it the flags + # from `_args_from_interpreter_flags` and then "-c" and an import statement. + # Look for those flags and the import statement, then `exec()` the code ourselves. + + if ( + len(sys.argv) >= 2 and sys.argv[-2] == '-c' and sys.argv[-1].startswith( + ('from multiprocessing.resource_tracker import main', 'from multiprocessing.forkserver import main') + ) and set(sys.argv[1:-2]) == set(_args_from_interpreter_flags()) + ): + exec(sys.argv[-1]) + sys.exit() + + if multiprocessing.spawn.is_forking(sys.argv): + kwds = {} + for arg in sys.argv[2:]: + name, value = arg.split('=') + if value == 'None': + kwds[name] = None + else: + kwds[name] = int(value) + multiprocessing.spawn.spawn_main(**kwds) + sys.exit() + + multiprocessing.freeze_support = multiprocessing.spawn.freeze_support = _freeze_support + + # Bootloader clears the `_MEIPASS2` environment variable, which allows a PyInstaller-frozen executable to run a + # different PyInstaller-frozen executable. However, in the case of `multiprocessing`, we are actually trying + # to run the same executable, so we need to restore `_MEIPASS2` to prevent onefile executable from unpacking + # again in a different directory. + # + # This is needed for `spawn` start method (default on Windows and macOS) and also with `forkserver` start method + # (available on Linux and macOS). It is not needed for `fork` start method (default on Linux and other Unix OSes), + # because fork copies the parent process instead of starting it from scratch. + + # Mix-in to re-set _MEIPASS2 from sys._MEIPASS. + class FrozenSupportMixIn: + _lock = threading.Lock() + + def __init__(self, *args, **kw): + # The whole code block needs be executed under a lock to prevent race conditions between `os.putenv` and + # `os.unsetenv` calls when processes are spawned concurrently from multiple threads. See #7410. + with self._lock: + # We have to set original _MEIPASS2 value from sys._MEIPASS to get --onefile mode working. + os.putenv('_MEIPASS2', sys._MEIPASS) # @UndefinedVariable + try: + super().__init__(*args, **kw) + finally: + # On some platforms (e.g. AIX) 'os.unsetenv()' is not available. In those cases we cannot delete the + # variable but only set it to the empty string. The bootloader can handle this case. + if hasattr(os, 'unsetenv'): + os.unsetenv('_MEIPASS2') + else: + os.putenv('_MEIPASS2', '') + + if sys.platform.startswith('win'): + # Windows; patch `Popen` for `spawn` start method + from multiprocessing import popen_spawn_win32 + + class _SpawnPopen(FrozenSupportMixIn, popen_spawn_win32.Popen): + pass + + popen_spawn_win32.Popen = _SpawnPopen + else: + # UNIX OSes; patch `Popen` for `spawn` and `forkserver` start methods + from multiprocessing import popen_spawn_posix + from multiprocessing import popen_forkserver + + class _SpawnPopen(FrozenSupportMixIn, popen_spawn_posix.Popen): + pass + + class _ForkserverPopen(FrozenSupportMixIn, popen_forkserver.Popen): + pass + + popen_spawn_posix.Popen = _SpawnPopen + popen_forkserver.Popen = _ForkserverPopen + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py new file mode 100755 index 0000000..4ec743b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py @@ -0,0 +1,159 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# To make pkg_resources work with frozen modules we need to set the 'Provider' class for PyiFrozenImporter. This class +# decides where to look for resources and other stuff. 'pkg_resources.NullProvider' is dedicated to PEP302 import hooks +# like PyiFrozenImporter is. It uses method __loader__.get_data() in methods pkg_resources.resource_string() and +# pkg_resources.resource_stream() +# +# We provide PyiFrozenProvider, which subclasses the NullProvider and implements _has(), _isdir(), and _listdir() +# methods, which are needed for pkg_resources.resource_exists(), resource_isdir(), and resource_listdir() to work. We +# cannot use the DefaultProvider, because it provides filesystem-only implementations (and overrides _get() with a +# filesystem-only one), whereas our provider needs to also support embedded resources. +# +# The PyiFrozenProvider allows querying/listing both PYZ-embedded and on-filesystem resources in a frozen package. The +# results are typically combined for both types of resources (e.g., when listing a directory or checking whether a +# resource exists). When the order of precedence matters, the PYZ-embedded resources take precedence over the +# on-filesystem ones, to keep the behavior consistent with the actual file content retrieval via _get() method (which in +# turn uses PyiFrozenImporter's get_data() method). For example, when checking whether a resource is a directory via +# _isdir(), a PYZ-embedded file will take precedence over a potential on-filesystem directory. Also, in contrast to +# unfrozen packages, the frozen ones do not contain source .py files, which are therefore absent from content listings. + + +def _pyi_rthook(): + import os + import pathlib + import sys + + import pkg_resources + from pyimod02_importers import PyiFrozenImporter + + SYS_PREFIX = pathlib.PurePath(sys._MEIPASS) + + class _TocFilesystem: + """ + A prefix tree implementation for embedded filesystem reconstruction. + + NOTE: as of PyInstaller 6.0, the embedded PYZ archive cannot contain data files anymore. Instead, it contains + only .pyc modules - which are by design not returned by `PyiFrozenProvider`. So this implementation has been + reduced to supporting only directories implied by collected packages. + """ + def __init__(self, tree_node): + self._tree = tree_node + + def _get_tree_node(self, path): + path = pathlib.PurePath(path) + current = self._tree + for component in path.parts: + if component not in current: + return None + current = current[component] + return current + + def path_exists(self, path): + node = self._get_tree_node(path) + return isinstance(node, dict) # Directory only + + def path_isdir(self, path): + node = self._get_tree_node(path) + return isinstance(node, dict) # Directory only + + def path_listdir(self, path): + node = self._get_tree_node(path) + if not isinstance(node, dict): + return [] # Non-existent or file + # Return only sub-directories + return [entry_name for entry_name, entry_data in node.items() if isinstance(entry_data, dict)] + + class PyiFrozenProvider(pkg_resources.NullProvider): + """ + Custom pkg_resources provider for PyiFrozenImporter. + """ + def __init__(self, module): + super().__init__(module) + + # Get top-level path; if "module" corresponds to a package, we need the path to the package itself. + # If "module" is a submodule in a package, we need the path to the parent package. + # + # This is equivalent to `pkg_resources.NullProvider.module_path`, except we construct a `pathlib.PurePath` + # for easier manipulation. + # + # NOTE: the path is NOT resolved for symbolic links, as neither are paths that are passed by `pkg_resources` + # to `_has`, `_isdir`, `_listdir` (they are all anchored to `module_path`, which in turn is just + # `os.path.dirname(module.__file__)`. As `__file__` returned by `PyiFrozenImporter` is always anchored to + # `sys._MEIPASS`, we do not have to worry about cross-linked directories in macOS .app bundles, where the + # resolved `__file__` could be either in the `Contents/Frameworks` directory (the "true" `sys._MEIPASS`), or + # in the `Contents/Resources` directory due to cross-linking. + self._pkg_path = pathlib.PurePath(module.__file__).parent + + # Construct _TocFilesystem on top of pre-computed prefix tree provided by PyiFrozenImporter. + self.embedded_tree = _TocFilesystem(self.loader.toc_tree) + + def _normalize_path(self, path): + # Avoid using `Path.resolve`, because it resolves symlinks. This is undesirable, because the pure path in + # `self._pkg_path` does not have symlinks resolved, so comparison between the two would be faulty. Instead, + # use `os.path.normpath` to normalize the path and get rid of any '..' elements (the path itself should + # already be absolute). + return pathlib.Path(os.path.normpath(path)) + + def _is_relative_to_package(self, path): + return path == self._pkg_path or self._pkg_path in path.parents + + def _has(self, path): + # Prevent access outside the package. + path = self._normalize_path(path) + if not self._is_relative_to_package(path): + return False + + # Check the filesystem first to avoid unnecessarily computing the relative path... + if path.exists(): + return True + rel_path = path.relative_to(SYS_PREFIX) + return self.embedded_tree.path_exists(rel_path) + + def _isdir(self, path): + # Prevent access outside the package. + path = self._normalize_path(path) + if not self._is_relative_to_package(path): + return False + + # Embedded resources have precedence over filesystem... + rel_path = path.relative_to(SYS_PREFIX) + node = self.embedded_tree._get_tree_node(rel_path) + if node is None: + return path.is_dir() # No match found; try the filesystem. + else: + # str = file, dict = directory + return not isinstance(node, str) + + def _listdir(self, path): + # Prevent access outside the package. + path = self._normalize_path(path) + if not self._is_relative_to_package(path): + return [] + + # Relative path for searching embedded resources. + rel_path = path.relative_to(SYS_PREFIX) + # List content from embedded filesystem... + content = self.embedded_tree.path_listdir(rel_path) + # ... as well as the actual one. + if path.is_dir(): + # Use os.listdir() to avoid having to convert Path objects to strings... Also make sure to de-duplicate + # the results. + path = str(path) # not is_py36 + content = list(set(content + os.listdir(path))) + return content + + pkg_resources.register_loader_type(PyiFrozenImporter, PyiFrozenProvider) + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py new file mode 100755 index 0000000..5162c2f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py @@ -0,0 +1,115 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2021-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- +# +# This rthook overrides pkgutil.iter_modules with custom implementation that uses PyInstaller's PyiFrozenImporter to +# list sub-modules embedded in the PYZ archive. The non-embedded modules (binary extensions, or .pyc modules in +# noarchive build) are handled by original pkgutil iter_modules implementation (and consequently, python's FileFinder). +# +# The preferred way of adding support for iter_modules would be adding non-standard iter_modules() method to +# PyiFrozenImporter itself. However, that seems to work only for path entry finders (for use with sys.path_hooks), while +# PyInstaller's PyiFrozenImporter is registered as meta path finders (for use with sys.meta_path). Turning +# PyiFrozenImporter into path entry finder, would seemingly require the latter to support on-filesystem resources +# (e.g., extension modules) in addition to PYZ-embedded ones. +# +# Therefore, we instead opt for overriding pkgutil.iter_modules with custom implementation that augments the output of +# original implementation with contents of PYZ archive from PyiFrozenImporter's TOC. + + +def _pyi_rthook(): + import pathlib + import pkgutil + import sys + + from pyimod02_importers import PyiFrozenImporter + from _pyi_rth_utils import is_macos_app_bundle + + _orig_pkgutil_iter_modules = pkgutil.iter_modules + + def _pyi_pkgutil_iter_modules(path=None, prefix=''): + # Use original implementation to discover on-filesystem modules (binary extensions in regular builds, or both + # binary extensions and compiled pyc modules in noarchive debug builds). + yield from _orig_pkgutil_iter_modules(path, prefix) + + # Find the instance of PyInstaller's PyiFrozenImporter. + for importer in pkgutil.iter_importers(): + if isinstance(importer, PyiFrozenImporter): + break + else: + return + + if path is None: + # Search for all top-level packages/modules in the PyiFrozenImporter's prefix tree. + for entry_name, entry_data in importer.toc_tree.items(): + # Package nodes have dict for data, module nodes (leaves) have (empty) strings. + is_pkg = isinstance(entry_data, dict) + yield pkgutil.ModuleInfo(importer, prefix + entry_name, is_pkg) + else: + # Fully resolve sys._MEIPASS, in order to avoid path mis-matches when the given search paths also contain + # symbolic links and are already fully resolved. See #6537 for an example of such a problem with onefile + # build on macOS, where the temporary directory is placed under /var, which is actually a symbolic link + # to /private/var. + MEIPASS = pathlib.Path(sys._MEIPASS).resolve() + + # For macOS .app bundles, the "true" sys._MEIPASS is `name.app/Contents/Frameworks`, but due to + # cross-linking, we must also consider `name.app/Contents/Resources`. See #7884. + if is_macos_app_bundle: + ALT_MEIPASS = (pathlib.Path(sys._MEIPASS).parent / "Resources").resolve() + + # Process all given paths + seen_pkg_prefices = set() + for pkg_path in path: + # Fully resolve the given path, in case it contains symbolic links. + pkg_path = pathlib.Path(pkg_path).resolve() + + # Try to compute package prefix, which is the remainder of the given path, relative to the sys._MEIPASS. + pkg_prefix = None + try: + pkg_prefix = pkg_path.relative_to(MEIPASS) + except ValueError: # ValueError: 'a' is not in the subpath of 'b' + pass + + # For macOS .app bundle, try the alternative sys._MEIPASS + if pkg_prefix is None and is_macos_app_bundle: + try: + pkg_prefix = pkg_path.relative_to(ALT_MEIPASS) + except ValueError: + pass + + # Given path is outside of sys._MEIPASS; ignore it. + if pkg_prefix is None: + continue + + # If we are given multiple paths and they are either duplicated or resolve to the same package prefix, + # prevent duplication. + if pkg_prefix in seen_pkg_prefices: + continue + seen_pkg_prefices.add(pkg_prefix) + + # Traverse the PyiFrozenImporter's prefix tree using components of the relative package path, starting + # at the tree root. This implicitly handles the case where the given path was actually sys._MEIPASS + # itself, as in this case pkg_prefix is pathlib.Path(".") with empty parts tuple. + tree_node = importer.toc_tree + for pkg_name_part in pkg_prefix.parts: + tree_node = tree_node.get(pkg_name_part) + if tree_node is None: + tree_node = {} + break + + # List entries from the target node. + for entry_name, entry_data in tree_node.items(): + is_pkg = isinstance(entry_data, dict) + yield pkgutil.ModuleInfo(importer, prefix + entry_name, is_pkg) + + pkgutil.iter_modules = _pyi_pkgutil_iter_modules + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py new file mode 100755 index 0000000..2aa8712 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py @@ -0,0 +1,53 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2014-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# The path to Qt's components may not default to the wheel layout for self-compiled PyQt5 installations. Mandate the +# wheel layout. See ``utils/hooks/qt.py`` for more details. + + +def _pyi_rthook(): + import os + import sys + + from _pyi_rth_utils import is_macos_app_bundle + + # Try PyQt5 5.15.4-style path first... + pyqt_path = os.path.join(sys._MEIPASS, 'PyQt5', 'Qt5') + if not os.path.isdir(pyqt_path): + # ... and fall back to the older version + pyqt_path = os.path.join(sys._MEIPASS, 'PyQt5', 'Qt') + + os.environ['QT_PLUGIN_PATH'] = os.path.join(pyqt_path, 'plugins') + + if is_macos_app_bundle: + # Special handling for macOS .app bundles. To satisfy codesign requirements, we are forced to split `qml` + # directory into two parts; one that keeps only binaries (rooted in `Contents/Frameworks`) and one that keeps + # only data files (rooted in `Contents/Resources), with files from one directory tree being symlinked to the + # other to maintain illusion of a single mixed-content directory. As Qt seems to compute the identifier of its + # QML components based on location of the `qmldir` file w.r.t. the registered QML import paths, we need to + # register both paths, because the `qmldir` file for a component could be reached via either directory tree. + pyqt_path_res = os.path.normpath( + os.path.join(sys._MEIPASS, '..', 'Resources', os.path.relpath(pyqt_path, sys._MEIPASS)) + ) + os.environ['QML2_IMPORT_PATH'] = os.pathsep.join([ + os.path.join(pyqt_path_res, 'qml'), + os.path.join(pyqt_path, 'qml'), + ]) + else: + os.environ['QML2_IMPORT_PATH'] = os.path.join(pyqt_path, 'qml') + + # This is required starting in PyQt5 5.12.3. See discussion in #4293. + if sys.platform.startswith('win') and 'PATH' in os.environ: + os.environ['PATH'] = sys._MEIPASS + os.pathsep + os.environ['PATH'] + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt6.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt6.py new file mode 100755 index 0000000..ffb2e02 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt6.py @@ -0,0 +1,54 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2021-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# The path to Qt's components may not default to the wheel layout for self-compiled PyQt6 installations. Mandate the +# wheel layout. See ``utils/hooks/qt.py`` for more details. + + +def _pyi_rthook(): + import os + import sys + + from _pyi_rth_utils import is_macos_app_bundle + + # Try PyQt6 6.0.3-style path first... + pyqt_path = os.path.join(sys._MEIPASS, 'PyQt6', 'Qt6') + if not os.path.isdir(pyqt_path): + # ... and fall back to the older version. + pyqt_path = os.path.join(sys._MEIPASS, 'PyQt6', 'Qt') + + os.environ['QT_PLUGIN_PATH'] = os.path.join(pyqt_path, 'plugins') + + if is_macos_app_bundle: + # Special handling for macOS .app bundles. To satisfy codesign requirements, we are forced to split `qml` + # directory into two parts; one that keeps only binaries (rooted in `Contents/Frameworks`) and one that keeps + # only data files (rooted in `Contents/Resources), with files from one directory tree being symlinked to the + # other to maintain illusion of a single mixed-content directory. As Qt seems to compute the identifier of its + # QML components based on location of the `qmldir` file w.r.t. the registered QML import paths, we need to + # register both paths, because the `qmldir` file for a component could be reached via either directory tree. + pyqt_path_res = os.path.normpath( + os.path.join(sys._MEIPASS, '..', 'Resources', os.path.relpath(pyqt_path, sys._MEIPASS)) + ) + os.environ['QML2_IMPORT_PATH'] = os.pathsep.join([ + os.path.join(pyqt_path_res, 'qml'), + os.path.join(pyqt_path, 'qml'), + ]) + else: + os.environ['QML2_IMPORT_PATH'] = os.path.join(pyqt_path, 'qml') + + # Modelled after similar PATH modification in PyQt5 rthook. With PyQt6, this modification seems necessary for SSL + # DLLs to be found in onefile builds. + if sys.platform.startswith('win') and 'PATH' in os.environ: + os.environ['PATH'] = sys._MEIPASS + os.pathsep + os.environ['PATH'] + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside2.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside2.py new file mode 100755 index 0000000..f6f3575 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside2.py @@ -0,0 +1,53 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# The path to Qt's components may not default to the wheel layout for self-compiled PySide2 installations. Mandate the +# wheel layout. See ``utils/hooks/qt.py`` for more details. + + +def _pyi_rthook(): + import os + import sys + + from _pyi_rth_utils import is_macos_app_bundle + + if sys.platform.startswith('win'): + pyqt_path = os.path.join(sys._MEIPASS, 'PySide2') + else: + pyqt_path = os.path.join(sys._MEIPASS, 'PySide2', 'Qt') + + os.environ['QT_PLUGIN_PATH'] = os.path.join(pyqt_path, 'plugins') + + if is_macos_app_bundle: + # Special handling for macOS .app bundles. To satisfy codesign requirements, we are forced to split `qml` + # directory into two parts; one that keeps only binaries (rooted in `Contents/Frameworks`) and one that keeps + # only data files (rooted in `Contents/Resources), with files from one directory tree being symlinked to the + # other to maintain illusion of a single mixed-content directory. As Qt seems to compute the identifier of its + # QML components based on location of the `qmldir` file w.r.t. the registered QML import paths, we need to + # register both paths, because the `qmldir` file for a component could be reached via either directory tree. + pyqt_path_res = os.path.normpath( + os.path.join(sys._MEIPASS, '..', 'Resources', os.path.relpath(pyqt_path, sys._MEIPASS)) + ) + os.environ['QML2_IMPORT_PATH'] = os.pathsep.join([ + os.path.join(pyqt_path_res, 'qml'), + os.path.join(pyqt_path, 'qml'), + ]) + else: + os.environ['QML2_IMPORT_PATH'] = os.path.join(pyqt_path, 'qml') + + # Modelled after similar PATH modification in PyQt5 rthook. With PySide2, this modification seems necessary for SSL + # DLLs to be found in onefile builds (provided they were available during collection). + if sys.platform.startswith('win') and 'PATH' in os.environ: + os.environ['PATH'] = sys._MEIPASS + os.pathsep + os.environ['PATH'] + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside6.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside6.py new file mode 100755 index 0000000..394b20b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside6.py @@ -0,0 +1,53 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2021-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# The path to Qt's components may not default to the wheel layout for self-compiled PySide6 installations. Mandate the +# wheel layout. See ``utils/hooks/qt.py`` for more details. + + +def _pyi_rthook(): + import os + import sys + + from _pyi_rth_utils import is_macos_app_bundle + + if sys.platform.startswith('win'): + pyqt_path = os.path.join(sys._MEIPASS, 'PySide6') + else: + pyqt_path = os.path.join(sys._MEIPASS, 'PySide6', 'Qt') + + os.environ['QT_PLUGIN_PATH'] = os.path.join(pyqt_path, 'plugins') + + if is_macos_app_bundle: + # Special handling for macOS .app bundles. To satisfy codesign requirements, we are forced to split `qml` + # directory into two parts; one that keeps only binaries (rooted in `Contents/Frameworks`) and one that keeps + # only data files (rooted in `Contents/Resources), with files from one directory tree being symlinked to the + # other to maintain illusion of a single mixed-content directory. As Qt seems to compute the identifier of its + # QML components based on location of the `qmldir` file w.r.t. the registered QML import paths, we need to + # register both paths, because the `qmldir` file for a component could be reached via either directory tree. + pyqt_path_res = os.path.normpath( + os.path.join(sys._MEIPASS, '..', 'Resources', os.path.relpath(pyqt_path, sys._MEIPASS)) + ) + os.environ['QML2_IMPORT_PATH'] = os.pathsep.join([ + os.path.join(pyqt_path_res, 'qml'), + os.path.join(pyqt_path, 'qml'), + ]) + else: + os.environ['QML2_IMPORT_PATH'] = os.path.join(pyqt_path, 'qml') + + # Modelled after similar PATH modification in PyQt5 rthook. With PySide6, this modification seems necessary for SSL + # DLLs to be found in onefile builds (provided they were available during collection). + if sys.platform.startswith('win') and 'PATH' in os.environ: + os.environ['PATH'] = sys._MEIPASS + os.pathsep + os.environ['PATH'] + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_setuptools.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_setuptools.py new file mode 100755 index 0000000..0a3ffb8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_setuptools.py @@ -0,0 +1,37 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2022-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# This runtime hook performs the equivalent of the distutils-precedence.pth from the setuptools package; +# it registers a special meta finder that diverts import of distutils to setuptools._distutils, if available. + + +def _pyi_rthook(): + def _install_setuptools_distutils_hack(): + import os + import setuptools + + # We need to query setuptools version at runtime, because the default value for SETUPTOOLS_USE_DISTUTILS + # has changed at version 60.0 from "stdlib" to "local", and we want to mimic that behavior. + setuptools_major = int(setuptools.__version__.split('.')[0]) + default_value = "stdlib" if setuptools_major < 60 else "local" + + if os.environ.get("SETUPTOOLS_USE_DISTUTILS", default_value) == "local": + import _distutils_hack + _distutils_hack.add_shim() + + try: + _install_setuptools_distutils_hack() + except Exception: + pass + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_win32comgenpy.py b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_win32comgenpy.py new file mode 100755 index 0000000..95ccfdb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/hooks/rthooks/pyi_rth_win32comgenpy.py @@ -0,0 +1,47 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# Put the cache generated by `win32com.client.gencache` into isolated temporary directory. Historically, this was +# required due to earlier versions of `pywin32` using the `site-packages\win32com\client\gen_py` directory for +# the cache by default. Nowadays, the default location for the cache seems to be in the configured temporary directory +# (pointed to by TEMP or TMP, for example %LOCALAPPDATA%\Temp), so strictly speaking, the relocation is not necessary +# anymore. But for the time being, we are keeping it around to isolate the frozen application from the rest of the +# system. + + +def _pyi_rthook(): + import atexit + import os + import shutil + + import win32com + + import _pyi_rth_utils.tempfile # PyInstaller's run-time hook utilities module + + # Create temporary directory. + # Use our replacement for `tempfile.mkdtemp` function that properly restricts access to directory on all platforms. + supportdir = _pyi_rth_utils.tempfile.secure_mkdtemp() + # The actual cache directory needs to be named `gen_py`, so create a sub-directory. + genpydir = os.path.join(supportdir, 'gen_py') + os.makedirs(genpydir, exist_ok=True) + + # Remove the teporary directory at application exit, ignoring errors. + atexit.register(shutil.rmtree, supportdir, ignore_errors=True) + + # Override the default path to gen_py cache. + win32com.__gen_path__ = genpydir + + # Override the sub-module paths for win32com.gen_py run-time sub-package. + win32com.gen_py.__path__ = [genpydir] + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__init__.py new file mode 100755 index 0000000..eba7960 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__init__.py @@ -0,0 +1,31 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2021-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) or, at the user's discretion, the MIT License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception OR MIT) +# ----------------------------------------------------------------------------- +""" +PyInstaller hooks typically will need to import the package which they are written for but doing so may manipulate +globals such as :data:`sys.path` or :data:`os.environ` in ways that affect the build. For example, on Windows, +Qt's binaries are added to then loaded via ``PATH`` in such a way that if you import multiple Qt variants in one +session then there is no guarantee which variant's binaries each variant will get! + +To get around this, PyInstaller does any such tasks in an isolated Python subprocess and ships a +:mod:`PyInstaller.isolated` submodule to do so in hooks. :: + + from PyInstaller import isolated + +This submodule provides: + +* :func:`isolated.call() ` to evaluate functions in isolation. +* :func:`@isolated.decorate ` to mark a function as always called in isolation. +* :class:`isolated.Python() ` to efficiently call many functions in a single child instance of Python. + +""" + +# ruff: noqa +from ._parent import Python, call, decorate diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00f1a2bede51d8d7043d8bb5cdd8136f75035bd5 GIT binary patch literal 1231 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 L@OvCP7xDcY(j_gw literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/_parent.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/isolated/__pycache__/_parent.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07ede413b916ae20659551a75ec2014e45a8cefc GIT binary patch literal 16693 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 @isolated.call + ... def matplotlib_data_dir(): + ... import matplotlib + ... return matplotlib.get_data_path() + >>> matplotlib_data_dir + '/home/brenainn/.pyenv/versions/3.9.6/lib/python3.9/site-packages/matplotlib/mpl-data' + + Functions may take positional and keyword arguments and return most generic Python data types. :: + + >>> def echo_parameters(*args, **kwargs): + ... return args, kwargs + >>> isolated.call(echo_parameters, 1, 2, 3) + (1, 2, 3), {} + >>> isolated.call(echo_parameters, foo=["bar"]) + (), {'foo': ['bar']} + + Notes: + To make a function behave differently if it's isolated, check for the ``__isolated__`` global. :: + + if globals().get("__isolated__", False): + # We're inside a child process. + ... + else: + # This is the master process. + ... + + """ + with Python() as isolated: + return isolated.call(function, *args, **kwargs) + + +def decorate(function): + """ + Decorate a function so that it is always called in an isolated subprocess. + + Examples: + + To use, write a function then prepend ``@isolated.decorate``. :: + + @isolated.decorate + def add_1(x): + '''Add 1 to ``x``, displaying the current process ID.''' + import os + print(f"Process {os.getpid()}: Adding 1 to {x}.") + return x + 1 + + The resultant ``add_1()`` function can now be called as you would a + normal function and it'll automatically use a subprocess. + + >>> add_1(4) + Process 4920: Adding 1 to 4. + 5 + >>> add_1(13.2) + Process 4928: Adding 1 to 13.2. + 14.2 + + """ + @functools.wraps(function) + def wrapped(*args, **kwargs): + return call(function, *args, **kwargs) + + return wrapped diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/README.rst b/venv/lib64/python3.12/site-packages/PyInstaller/lib/README.rst new file mode 100755 index 0000000..a09f6d5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/lib/README.rst @@ -0,0 +1,49 @@ +Custom modifications of 3rd party libraries +=========================================== + +NOTE: PyInstaller does not extend PYTHONPATH (sys.path) with this directory +that contains bundled 3rd party libraries. + +Some users complained that PyInstaller failed because their apps were using +too old versions of some libraries that PyInstaller uses too and that's why +extending sys.path was dropped. + +All libraries are tweaked to be importable as:: + + from PyInstaller.lib.LIB_NAME import xyz + +In libraries replace imports like:: + + from altgraph import y + from modulegraph import z + +with relative prefix:: + + from ..altgraph import y + from ..modulegraph import z + + +altgraph +---------- + +- add fixed version string to ./altgraph/__init__.py:: + + # For PyInstaller/lib/ define the version here, since there is no + # package-resource. + __version__ = '0.13' + + +modulegraph +----------- + +https://bitbucket.org/ronaldoussoren/modulegraph/downloads + +- TODO Use official modulegraph version when following issue is resolved and pull request merged + https://bitbucket.org/ronaldoussoren/modulegraph/issues/28/__main__-module-being-analyzed-for-wheel + +- add fixed version string to ./modulegraph/__init__.py:: + + # For PyInstaller/lib/ define the version here, since there is no + # package-resource. + __version__ = '0.13' + diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/lib/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/lib/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/lib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77f79a22ba4f4c8a912066b631174f5a6d385329 GIT binary patch literal 200 zcmX@j%ge<81YBGjQkj7CV-N=&d}aZPOlPQM&}8&m$xsAR_Zg(-SGs;ier~FMad~QD ziGF%!NkLJ5R%&udv3_ttVsffaW?HIlXhBM1NotXPS!!OHeokhRenDkPMt+{Lo}rO` zab`)XE>LB5VtQ(^en6#XUU5lcP7Y8tNMU?@W?p7Ve7s&k 1: + print("path:", file=sys.stderr) + for item in path: + print(" ", repr(item), file=sys.stderr) + + # Create the module finder and turn its crank + mf = ModuleGraph(path, excludes=excludes, debug=debuglevel) + for arg in scripts: + if domods: + if arg[-2:] == '.*': + mf.import_hook(arg[:-2], None, ["*"]) + else: + mf.import_hook(arg) + else: + mf.add_script(arg) + return mf + + +def output_graph(output_format, mf): + if output_format == 'dot': + mf.graphreport() + elif output_format == 'html': + mf.create_xref() + else: + mf.report() + + +def main(): + opts = parse_arguments() + mf = create_graph( + opts.scripts, opts.domods, opts.debug, + opts.excludes, opts.addpath) + output_graph(opts.output, mf) + + +if __name__ == '__main__': # pragma: no cover + try: + main() + except KeyboardInterrupt: + print("\n[interrupt]") diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..950b4cdd023764b690f84cb739b72e49457cb0c4 GIT binary patch literal 237 zcmX@j%ge<81YBGjQbmFEV-N=h7@>^M96-i&h7^Vqc$j?pHFD_3_EYVNTEGa0;&q_@$Db^1zNK8)k$xKVt4J}AX zEJ-cWFH6lU)6dCF(l4ki$;i($)-yEHFU~AU)di}|PE1cN)(@!k%quQQ%*g?&1}V(V zPbtkwO)p9;$k30E&&~g4GBV!a6KUiwVgYgi D#W6!f literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6884770e15815b83fbbfdbeea58879870e6016f8 GIT binary patch literal 3895 zcma)9Uu+Y}8K3p;+H0@v#36ws1X%Ltf^UXKkeBbzQKA#6c^LW?e1Fv&N1a z4(z~uf=>!J1P)>0H|U0lMd+Q_3B3!upqGdnOEbq1qHZ^GAR?_+s5vyx&2wFdc)Agl zIi{1bdzG`*9Qp+Gx6mB_3A)7vJx`f<{3+80Ia40fa3(=UsG6RN+8@}x1P>m5&srVK zZll76&@_y9H_Ty&QC%sTcJ9{0SMJwkhUGOTpZ314t=gXjwl#jWGV21$q3MR#(OAGD zc48Nn*4(S2t>@l^^bS*JUvW-2u5=thmc#5%j3OdZjsFs>c#G^)JN=@Mep{9_gS}f}b zVN;B1nUrCQm`r41l*L-Mc{CNJMAeC636%tyC5fP5I@PEV*HWf{iEfxKOeWP#!Z3v? zl1KyBuS{7tG)f{cn{H4RD%rq=1X1Zu9x8)|vRGr2GpL_I9ie2_9SYf&>!!!%GH8aF zPOO1g|0vt9(pV-*QiiUmlqfb!sI;<^zOO;?f_>a0p%SxbG)?uxBxQ@Ap8?V{;Y zF;1(-RJM~5GEtSVVw?`^k4`BJ6BKQ-{nhpFV2owOPzY;=>C`etI%AkT46^%vYz-7u z8GxZ;?I z)Wp0_f;?pgnPLi@t6S>}x=jfNX_e~4^bb{heuWLG>CkitA6SklO+bt==bOAf4?9NY zNHk-p6A5B^!7Y*MW|EC05l+t=Q(9_p;N25pJ#LT?AZOGV(Zg5fMGj_pSsZ!f?YQslxO4T(Prvx|p|}6vJl8kyoOk%c`H!}oNR%H52kr|8%96MEisStPu8c1zkZ%jC-S z^-JZ(rh9FtYCNZR@)WPH%&w1qL(9H*YmmX6kV34KTtD_rPubU5gLLnLOqCXxH9x=C zcdmx{5w`;rD4n`Hc<{J%W^~h@-y%=ix&Z1OLUFqASI8L*D-PLk%4QK;dwa7814`7@F z&MZ8EAFc#5!*J|Jj9Tf$e4TBz;`xetO{kVhNZ;Zxy4ed%&bseKgJlw{<($>I-^$5+ z1C2w!4GPGp72lkg<8zKR=W0d2;L0JGa|Gs;z&j^$5|m@`RprvsnsZI>QBVMdunSNK zyJK9H3+C#16TWIUVBQDJKHIwbJ}1>-Mg^2}L88Pmg3lAZp7ZrZ_kni$Aq6*;TMSyP)bvnoR7465qZe5L@|C22a6lP1q{ z7>fij)o%1SBk{6=X^@DOW9V5B!3`1Vo6zOa_p<-?sl`)ELxnT>;eWb(Wp86KusHI4 zQ}c4~QtxtjDZJ8q_vlxB51T>-q41MM*AsbvsrkNq2+oQtP#pT~*PD{B5W92X%S&He z+K_t7&8^#rbN`?)yy*=Td+s!s@bB8!y8hJnb>Fw%lUqEfo=eEnQoOcuasATY-9OBq zFE{MpMlSJ4f&WeplpC6gCyIlGxzc+N8je8bSoSaZOZv*-%K6gV-R5=vZf2wLXocVM~c`rNSxTaX{8?I5QIp$qb+Y;O%=0b$CO?V6)x(sV+= zfDkH^&#t_YNsT5|gPwseEA^?e%N4y%bph0n8jv1_E|1Et=92ipb*LwM79QRjvslVx0m%V_Dnp5ER%>sN^18LTH zI?Y7BMPJca&MoDhi4IRs{`_;O&w*m|^1-EprHKvUsI?8IRJ{{qy`En}DuFDLNgFqV zUOVNmY(o|3Ou6nNVP%-Q#aU}$1~NL9mm(1}aGA_cXez~{RZ=<#h_8_~uN6}-qz`P; zbM!K(*b&jMLkFjr;~pc=W8{8}8vcR0x1EQ%#_jW58|U9X<>Z>Tn?$Y?j-lW!WFPQt zTMk}4@}1=U+zFLgX#Wo@x`!Z3FrlxYeJdRXM)AlCo$c@MT?6QkzH|IvxO4pf09xx} AmjD0& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/find_modules.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/find_modules.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff6f2adba0dd30fef385f6d558d9f6edb3d90805 GIT binary patch literal 2091 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 E0TFe_%m4rY literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/util.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6dd0fedf2d6e143506426626556f33cb0464d4b GIT binary patch literal 1228 zcmZux&2JM&6o0e+h-1fzRm@i-r6VDgxDanklyHeGtU3bP$||LmXbg%syAykz_3mnC z95A?26(K~WNacVC2Tt_T3RU7yXigyYQj=Ce3x`Tv=q=z2tVknnkPHB=%=s)RL)Je}@Zed&p zaCIIc`x1zZCznCI@~QQ+qrFcpxYM&2;7(6D3x;wDk=;<%lq-=4W-^o;WQ`DLK}}Y9 ziwbb=5Wo*a4D=1PSYO)NTclr!lhyqq(YNgA->thk5r(F66jndSHTZkzJf8ewyTB}S znR%RwDx(Wc!6tOaVAQm^@EW=>9h*}PAF4aHFztrZ;1o?vt7qeJiuAq7EQ8asVe;(B zov3n_<`)I?DAV*R1{-W*!E*E^I$qYDdHG(>9H!->W3w_fd623pQ!#@Iht@T3DS*Um zgF1^{bV0m^3Un}SOzt&Y5tz6L07*P=j1e0Tlejv^kafq{f^&OhgIlDAy0^)IrK14Y z)Lkvo9n;cycU#hJ8IRb zGnJobnoujIa6PBSbiviruBNlE%tbcwooi@#26dU)%c^BAsBTkK9eXnS*%6hSI0*Dy z(khIrUpHlAHOoS8=~#D+hQ%tL=2q2)Fs-cH+#Z~%Fq>U)z1+ov80=x{`PYY-ox$#D z7SCm0IVKS*A4T>QUi=6TMoQPTKghkZq{qnGz!)iJqJ9YH z?58SBypi1>42Fs*xj%qqT|BEFHMyL#pMD=6>{vot=bZ)F7(a&h3(shaUI)EFEbOKF zEP?_zkOf$ur66^d+?w1RRokQL-NeS|%-+MCz>MDUK*AE1CDGtGXMYp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/find_modules.py b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/find_modules.py new file mode 100755 index 0000000..b383b28 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/find_modules.py @@ -0,0 +1,61 @@ +""" +modulegraph.find_modules - High-level module dependency finding interface +========================================================================= + +History +........ + +Originally (loosely) based on code in py2exe's build_exe.py by Thomas Heller. +""" +import os +import pkgutil + +from .modulegraph import Alias + +def get_implies(): + def _xml_etree_modules(): + import xml.etree + return [ + f"xml.etree.{module_name}" + for _, module_name, is_package in pkgutil.iter_modules(xml.etree.__path__) + if not is_package + ] + + result = { + # imports done from C code in built-in and/or extension modules + # (untrackable by modulegraph). + "_curses": ["curses"], + "posix": ["resource"], + "gc": ["time"], + "time": ["_strptime"], + "datetime": ["time"], + "parser": ["copyreg"], + "codecs": ["encodings"], + "_sre": ["copy", "re"], + "zipimport": ["zlib"], + + # _frozen_importlib is part of the interpreter itself + "_frozen_importlib": None, + + # os.path is an alias for a platform specific module, + # ensure that the graph shows this. + "os.path": Alias(os.path.__name__), + + # Python >= 3.2: + "_datetime": ["time", "_strptime"], + "_json": ["json.decoder"], + "_pickle": ["codecs", "copyreg", "_compat_pickle"], + "_posixsubprocess": ["gc"], + "_ssl": ["socket"], + + # Python >= 3.3: + "_elementtree": ["pyexpat"] + _xml_etree_modules(), + + # This is not C extension, but it uses __import__ + "anydbm": ["dbhash", "gdbm", "dbm", "dumbdbm", "whichdb"], + + # Known package aliases + "wxPython.wx": Alias('wx'), + } + + return result diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/modulegraph.py b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/modulegraph.py new file mode 100755 index 0000000..bace555 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/modulegraph.py @@ -0,0 +1,3041 @@ +""" +Find modules used by a script, using bytecode analysis. + +Based on the stdlib modulefinder by Thomas Heller and Just van Rossum, +but uses a graph data structure and 2.3 features + +XXX: Verify all calls to _import_hook (and variants) to ensure that +imports are done in the right way. +""" +#FIXME: To decrease the likelihood of ModuleGraph exceeding the recursion limit +#and hence unpredictably raising fatal exceptions, increase the recursion +#limit at PyInstaller startup (i.e., in the +#PyInstaller.building.build_main.build() function). For details, see: +# https://github.com/pyinstaller/pyinstaller/issues/1919#issuecomment-216016176 + +import ast +import os +import pkgutil +import sys +import re +from collections import deque, namedtuple, defaultdict +import urllib.request +import warnings +import importlib.util +import importlib.machinery + +# The logic in PyInstaller.compat ensures that these are available and +# of correct version. +if sys.version_info >= (3, 10): + import importlib.metadata as importlib_metadata +else: + import importlib_metadata + +from altgraph.ObjectGraph import ObjectGraph +from altgraph import GraphError + +from . import util + + +class BUILTIN_MODULE: + def is_package(fqname): + return False + + +class NAMESPACE_PACKAGE: + def __init__(self, namespace_dirs): + self.namespace_dirs = namespace_dirs + + def is_package(self, fqname): + return True + + +#FIXME: Leverage this rather than magic numbers below. +ABSOLUTE_OR_RELATIVE_IMPORT_LEVEL = -1 +""" +Constant instructing the builtin `__import__()` function to attempt both +absolute and relative imports. +""" + + +#FIXME: Leverage this rather than magic numbers below. +ABSOLUTE_IMPORT_LEVEL = 0 +""" +Constant instructing the builtin `__import__()` function to attempt only +absolute imports. +""" + + +#FIXME: Leverage this rather than magic numbers below. +DEFAULT_IMPORT_LEVEL = ABSOLUTE_IMPORT_LEVEL +""" +Constant instructing the builtin `__import__()` function to attempt the default +import style specific to the active Python interpreter. + +Specifically, under: + +* Python 2, this defaults to attempting both absolute and relative imports. +* Python 3, this defaults to attempting only absolute imports. +""" + + +class InvalidRelativeImportError (ImportError): + pass + + +def _path_from_importerror(exc, default): + # This is a hack, but sadly enough the necessary information + # isn't available otherwise. + m = re.match(r'^No module named (\S+)$', str(exc)) + if m is not None: + return m.group(1) + + return default + + +#FIXME: What is this? Do we actually need this? This appears to provide +#significantly more fine-grained metadata than PyInstaller will ever require. +#It consumes a great deal of space (slots or no slots), since we store an +#instance of this class for each edge of the graph. +class DependencyInfo (namedtuple("DependencyInfo", + ["conditional", "function", "tryexcept", "fromlist"])): + __slots__ = () + + def _merged(self, other): + if (not self.conditional and not self.function and not self.tryexcept) \ + or (not other.conditional and not other.function and not other.tryexcept): + return DependencyInfo( + conditional=False, + function=False, + tryexcept=False, + fromlist=self.fromlist and other.fromlist) + + else: + return DependencyInfo( + conditional=self.conditional or other.conditional, + function=self.function or other.function, + tryexcept=self.tryexcept or other.tryexcept, + fromlist=self.fromlist and other.fromlist) + + +#FIXME: Shift the following Node class hierarchy into a new +#"PyInstaller.lib.modulegraph.node" module. This module is much too long. +#FIXME: Refactor "_deferred_imports" from a tuple into a proper lightweight +#class leveraging "__slots__". If not for backward compatibility, we'd just +#leverage a named tuple -- but this should do just as well. +#FIXME: Move the "packagepath" attribute into the "Package" class. Only +#packages define the "__path__" special attribute. The codebase currently +#erroneously tests whether "module.packagepath is not None" to determine +#whether a node is a package or not. However, "isinstance(module, Package)" is +#a significantly more reliable test. Refactor the former into the latter. +class Node: + """ + Abstract base class (ABC) of all objects added to a `ModuleGraph`. + + Attributes + ---------- + code : codeobject + Code object of the pure-Python module corresponding to this graph node + if any _or_ `None` otherwise. + graphident : str + Synonym of `identifier` required by the `ObjectGraph` superclass of the + `ModuleGraph` class. For readability, the `identifier` attribute should + typically be used instead. + filename : str + Absolute path of this graph node's corresponding module, package, or C + extension if any _or_ `None` otherwise. + identifier : str + Fully-qualified name of this graph node's corresponding module, + package, or C extension. + packagepath : str + List of the absolute paths of all directories comprising this graph + node's corresponding package. If this is a: + * Non-namespace package, this list contains exactly one path. + * Namespace package, this list contains one or more paths. + _deferred_imports : list + List of all target modules imported by the source module corresponding + to this graph node whole importations have been deferred for subsequent + processing in between calls to the `_ModuleGraph._scan_code()` and + `_ModuleGraph._process_imports()` methods for this source module _or_ + `None` otherwise. Each element of this list is a 3-tuple + `(have_star, _safe_import_hook_args, _safe_import_hook_kwargs)` + collecting the importation of a target module from this source module + for subsequent processing, where: + * `have_star` is a boolean `True` only if this is a `from`-style star + import (e.g., resembling `from {target_module_name} import *`). + * `_safe_import_hook_args` is a (typically non-empty) sequence of all + positional arguments to be passed to the `_safe_import_hook()` method + to add this importation to the graph. + * `_safe_import_hook_kwargs` is a (typically empty) dictionary of all + keyword arguments to be passed to the `_safe_import_hook()` method + to add this importation to the graph. + Unlike functional languages, Python imposes a maximum depth on the + interpreter stack (and hence recursion). On breaching this depth, + Python raises a fatal `RuntimeError` exception. Since `ModuleGraph` + parses imports recursively rather than iteratively, this depth _was_ + commonly breached before the introduction of this list. Python + environments installing a large number of modules (e.g., Anaconda) were + particularly susceptible. Why? Because `ModuleGraph` concurrently + descended through both the abstract syntax trees (ASTs) of all source + modules being parsed _and_ the graph of all target modules imported by + these source modules being built. The stack thus consisted of + alternating layers of AST and graph traversal. To unwind such + alternation and effectively halve the stack depth, `ModuleGraph` now + descends through the abstract syntax tree (AST) of each source module + being parsed and adds all importations originating within this module + to this list _before_ descending into the graph of these importations. + See pyinstaller/pyinstaller/#1289 for further details. + _global_attr_names : set + Set of the unqualified names of all global attributes (e.g., classes, + variables) defined in the pure-Python module corresponding to this + graph node if any _or_ the empty set otherwise. This includes the names + of all attributes imported via `from`-style star imports from other + existing modules (e.g., `from {target_module_name} import *`). This + set is principally used to differentiate the non-ignorable importation + of non-existent submodules in a package from the ignorable importation + of existing global attributes defined in that package's pure-Python + `__init__` submodule in `from`-style imports (e.g., `bar` in + `from foo import bar`, which may be either a submodule or attribute of + `foo`), as such imports ambiguously allow both. This set is _not_ used + to differentiate submodules from attributes in `import`-style imports + (e.g., `bar` in `import foo.bar`, which _must_ be a submodule of + `foo`), as such imports unambiguously allow only submodules. + _starimported_ignored_module_names : set + Set of the fully-qualified names of all existing unparsable modules + that the existing parsable module corresponding to this graph node + attempted to perform one or more "star imports" from. If this module + either does _not_ exist or does but is unparsable, this is the empty + set. Equivalently, this set contains each fully-qualified name + `{trg_module_name}` for which: + * This module contains an import statement of the form + `from {trg_module_name} import *`. + * The module whose name is `{trg_module_name}` exists but is _not_ + parsable by `ModuleGraph` (e.g., due to _not_ being pure-Python). + **This set is currently defined but otherwise ignored.** + _submodule_basename_to_node : dict + Dictionary mapping from the unqualified name of each submodule + contained by the parent module corresponding to this graph node to that + submodule's graph node. If this dictionary is non-empty, this parent + module is typically but _not_ always a package (e.g., the non-package + `os` module containing the `os.path` submodule). + """ + + __slots__ = [ + 'code', + 'filename', + 'graphident', + 'identifier', + 'packagepath', + '_deferred_imports', + '_global_attr_names', + '_starimported_ignored_module_names', + '_submodule_basename_to_node', + ] + + def __init__(self, identifier): + """ + Initialize this graph node. + + Parameters + ---------- + identifier : str + Fully-qualified name of this graph node's corresponding module, + package, or C extension. + """ + + self.code = None + self.filename = None + self.graphident = identifier + self.identifier = identifier + self.packagepath = None + self._deferred_imports = None + self._global_attr_names = set() + self._starimported_ignored_module_names = set() + self._submodule_basename_to_node = dict() + + + def is_global_attr(self, attr_name): + """ + `True` only if the pure-Python module corresponding to this graph node + defines a global attribute (e.g., class, variable) with the passed + name. + + If this module is actually a package, this method instead returns + `True` only if this package's pure-Python `__init__` submodule defines + such a global attribute. In this case, note that this package may still + contain an importable submodule of the same name. Callers should + attempt to import this attribute as a submodule of this package + _before_ assuming this attribute to be an ignorable global. See + "Examples" below for further details. + + Parameters + ---------- + attr_name : str + Unqualified name of the attribute to be tested. + + Returns + ---------- + bool + `True` only if this module defines this global attribute. + + Examples + ---------- + Consider a hypothetical module `foo` containing submodules `bar` and + `__init__` where the latter assigns `bar` to be a global variable + (possibly star-exported via the special `__all__` global variable): + + >>> # In "foo.__init__": + >>> bar = 3.1415 + + Python 2 and 3 both permissively permit this. This method returns + `True` in this case (i.e., when called on the `foo` package's graph + node, passed the attribute name `bar`) despite the importability of the + `foo.bar` submodule. + """ + + return attr_name in self._global_attr_names + + + def is_submodule(self, submodule_basename): + """ + `True` only if the parent module corresponding to this graph node + contains the submodule with the passed name. + + If `True`, this parent module is typically but _not_ always a package + (e.g., the non-package `os` module containing the `os.path` submodule). + + Parameters + ---------- + submodule_basename : str + Unqualified name of the submodule to be tested. + + Returns + ---------- + bool + `True` only if this parent module contains this submodule. + """ + + return submodule_basename in self._submodule_basename_to_node + + + def add_global_attr(self, attr_name): + """ + Record the global attribute (e.g., class, variable) with the passed + name to be defined by the pure-Python module corresponding to this + graph node. + + If this module is actually a package, this method instead records this + attribute to be defined by this package's pure-Python `__init__` + submodule. + + Parameters + ---------- + attr_name : str + Unqualified name of the attribute to be added. + """ + + self._global_attr_names.add(attr_name) + + + def add_global_attrs_from_module(self, target_module): + """ + Record all global attributes (e.g., classes, variables) defined by the + target module corresponding to the passed graph node to also be defined + by the source module corresponding to this graph node. + + If the source module is actually a package, this method instead records + these attributes to be defined by this package's pure-Python `__init__` + submodule. + + Parameters + ---------- + target_module : Node + Graph node of the target module to import attributes from. + """ + + self._global_attr_names.update(target_module._global_attr_names) + + + def add_submodule(self, submodule_basename, submodule_node): + """ + Add the submodule with the passed name and previously imported graph + node to the parent module corresponding to this graph node. + + This parent module is typically but _not_ always a package (e.g., the + non-package `os` module containing the `os.path` submodule). + + Parameters + ---------- + submodule_basename : str + Unqualified name of the submodule to add to this parent module. + submodule_node : Node + Graph node of this submodule. + """ + + self._submodule_basename_to_node[submodule_basename] = submodule_node + + + def get_submodule(self, submodule_basename): + """ + Graph node of the submodule with the passed name in the parent module + corresponding to this graph node. + + If this parent module does _not_ contain this submodule, an exception + is raised. Else, this parent module is typically but _not_ always a + package (e.g., the non-package `os` module containing the `os.path` + submodule). + + Parameters + ---------- + module_basename : str + Unqualified name of the submodule to retrieve. + + Returns + ---------- + Node + Graph node of this submodule. + """ + + return self._submodule_basename_to_node[submodule_basename] + + + def get_submodule_or_none(self, submodule_basename): + """ + Graph node of the submodule with the passed unqualified name in the + parent module corresponding to this graph node if this module contains + this submodule _or_ `None`. + + This parent module is typically but _not_ always a package (e.g., the + non-package `os` module containing the `os.path` submodule). + + Parameters + ---------- + submodule_basename : str + Unqualified name of the submodule to retrieve. + + Returns + ---------- + Node + Graph node of this submodule if this parent module contains this + submodule _or_ `None`. + """ + + return self._submodule_basename_to_node.get(submodule_basename) + + + def remove_global_attr_if_found(self, attr_name): + """ + Record the global attribute (e.g., class, variable) with the passed + name if previously recorded as defined by the pure-Python module + corresponding to this graph node to be subsequently undefined by the + same module. + + If this module is actually a package, this method instead records this + attribute to be undefined by this package's pure-Python `__init__` + submodule. + + This method is intended to be called on globals previously defined by + this module that are subsequently undefined via the `del` built-in by + this module, thus "forgetting" or "undoing" these globals. + + For safety, there exists no corresponding `remove_global_attr()` + method. While defining this method is trivial, doing so would invite + `KeyError` exceptions on scanning valid Python that lexically deletes a + global in a scope under this module's top level (e.g., in a function) + _before_ defining this global at this top level. Since `ModuleGraph` + cannot and should not (re)implement a full-blown Python interpreter, + ignoring out-of-order deletions is the only sane policy. + + Parameters + ---------- + attr_name : str + Unqualified name of the attribute to be removed. + """ + + if self.is_global_attr(attr_name): + self._global_attr_names.remove(attr_name) + + def __eq__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return False + + return self.graphident == otherIdent + + def __ne__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return True + + return self.graphident != otherIdent + + def __lt__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return NotImplemented + + return self.graphident < otherIdent + + def __le__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return NotImplemented + + return self.graphident <= otherIdent + + def __gt__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return NotImplemented + + return self.graphident > otherIdent + + def __ge__(self, other): + try: + otherIdent = getattr(other, 'graphident') + except AttributeError: + return NotImplemented + + return self.graphident >= otherIdent + + def __hash__(self): + return hash(self.graphident) + + def infoTuple(self): + return (self.identifier,) + + def __repr__(self): + return '%s%r' % (type(self).__name__, self.infoTuple()) + + +# TODO: This indirection is, frankly, unnecessary. The +# ModuleGraph.alias_module() should directly add the desired AliasNode instance +# to the graph rather than indirectly adding an Alias instance to the +# "lazynodes" dictionary. +class Alias(str): + """ + Placeholder aliasing an existing source module to a non-existent target + module (i.e., the desired alias). + + For obscure reasons, this class subclasses `str`. Each instance of this + class is the fully-qualified name of the existing source module being + aliased. Unlike the related `AliasNode` class, instances of this class are + _not_ actual nodes and hence _not_ added to the graph; they only facilitate + communication between the `ModuleGraph.alias_module()` and + `ModuleGraph.find_node()` methods. + """ + + +class AliasNode(Node): + """ + Graph node representing the aliasing of an existing source module under a + non-existent target module name (i.e., the desired alias). + """ + + def __init__(self, name, node): + """ + Initialize this alias. + + Parameters + ---------- + name : str + Fully-qualified name of the non-existent target module to be + created (as an alias of the existing source module). + node : Node + Graph node of the existing source module being aliased. + """ + super(AliasNode, self).__init__(name) + + #FIXME: Why only some? Why not *EVERYTHING* except "graphident", which + #must remain equal to "name" for lookup purposes? This is, after all, + #an alias. The idea is for the two nodes to effectively be the same. + + # Copy some attributes from this source module into this target alias. + for attr_name in ( + 'identifier', 'packagepath', + '_global_attr_names', '_starimported_ignored_module_names', + '_submodule_basename_to_node'): + if hasattr(node, attr_name): + setattr(self, attr_name, getattr(node, attr_name)) + + + def infoTuple(self): + return (self.graphident, self.identifier) + + +class BadModule(Node): + pass + + +class ExcludedModule(BadModule): + pass + + +class MissingModule(BadModule): + pass + + +class InvalidRelativeImport (BadModule): + def __init__(self, relative_path, from_name): + identifier = relative_path + if relative_path.endswith('.'): + identifier += from_name + else: + identifier += '.' + from_name + super(InvalidRelativeImport, self).__init__(identifier) + self.relative_path = relative_path + self.from_name = from_name + + def infoTuple(self): + return (self.relative_path, self.from_name) + + +class Script(Node): + def __init__(self, filename): + super(Script, self).__init__(filename) + self.filename = filename + + def infoTuple(self): + return (self.filename,) + + +class BaseModule(Node): + def __init__(self, name, filename=None, path=None): + super(BaseModule, self).__init__(name) + self.filename = filename + self.packagepath = path + + def infoTuple(self): + return tuple(filter(None, (self.identifier, self.filename, self.packagepath))) + + +class BuiltinModule(BaseModule): + pass + + +class SourceModule(BaseModule): + pass + + +class InvalidSourceModule(SourceModule): + pass + + +class CompiledModule(BaseModule): + pass + + +class InvalidCompiledModule(BaseModule): + pass + + +class Extension(BaseModule): + pass + + +class Package(BaseModule): + """ + Graph node representing a non-namespace package. + """ + pass + + +class ExtensionPackage(Extension, Package): + """ + Graph node representing a package where the __init__ module is an extension + module. + """ + pass + + +class NamespacePackage(Package): + """ + Graph node representing a namespace package. + """ + pass + + +class RuntimeModule(BaseModule): + """ + Graph node representing a non-package Python module dynamically defined at + runtime. + + Most modules are statically defined on-disk as standard Python files. + Some modules, however, are dynamically defined in-memory at runtime + (e.g., `gi.repository.Gst`, dynamically defined by the statically + defined `gi.repository.__init__` module). + + This node represents such a runtime module. Since this is _not_ a package, + all attempts to import submodules from this module in `from`-style import + statements (e.g., the `queue` submodule in `from six.moves import queue`) + will be silently ignored. + + To ensure that the parent package of this module if any is also imported + and added to the graph, this node is typically added to the graph by + calling the `ModuleGraph.add_module()` method. + """ + pass + + +class RuntimePackage(Package): + """ + Graph node representing a non-namespace Python package dynamically defined + at runtime. + + Most packages are statically defined on-disk as standard subdirectories + containing `__init__.py` files. Some packages, however, are dynamically + defined in-memory at runtime (e.g., `six.moves`, dynamically defined by + the statically defined `six` module). + + This node represents such a runtime package. All attributes imported from + this package in `from`-style import statements that are submodules of this + package (e.g., the `queue` submodule in `from six.moves import queue`) will + be imported rather than ignored. + + To ensure that the parent package of this package if any is also imported + and added to the graph, this node is typically added to the graph by + calling the `ModuleGraph.add_module()` method. + """ + pass + + +#FIXME: Safely removable. We don't actually use this anywhere. After removing +#this class, remove the corresponding entry from "compat". +class FlatPackage(BaseModule): + def __init__(self, *args, **kwds): + warnings.warn( + "This class will be removed in a future version of modulegraph", + DeprecationWarning) + super(FlatPackage, *args, **kwds) + + +#FIXME: Safely removable. We don't actually use this anywhere. After removing +#this class, remove the corresponding entry from "compat". +class ArchiveModule(BaseModule): + def __init__(self, *args, **kwds): + warnings.warn( + "This class will be removed in a future version of modulegraph", + DeprecationWarning) + super(FlatPackage, *args, **kwds) + + +# HTML templates for ModuleGraph generator +header = """\ + + + + + %(TITLE)s + + + +

%(TITLE)s

""" +entry = """ +
+ + %(CONTENT)s +
""" +contpl = """%(NAME)s %(TYPE)s""" +contpl_linked = """\ +%(NAME)s +%(TYPE)s""" +imports = """\ +
+%(HEAD)s: + %(LINKS)s +
+""" +footer = """ + +""" + + +def _ast_names(names): + result = [] + for nm in names: + if isinstance(nm, ast.alias): + result.append(nm.name) + else: + result.append(nm) + + result = [r for r in result if r != '__main__'] + return result + + +def uniq(seq): + """Remove duplicates from a list, preserving order""" + # Taken from https://stackoverflow.com/questions/480214 + seen = set() + seen_add = seen.add + return [x for x in seq if not (x in seen or seen_add(x))] + + +DEFAULT_IMPORT_LEVEL = 0 + + +class _Visitor(ast.NodeVisitor): + def __init__(self, graph, module): + self._graph = graph + self._module = module + self._level = DEFAULT_IMPORT_LEVEL + self._in_if = [False] + self._in_def = [False] + self._in_tryexcept = [False] + + @property + def in_if(self): + return self._in_if[-1] + + @property + def in_def(self): + return self._in_def[-1] + + @property + def in_tryexcept(self): + return self._in_tryexcept[-1] + + + def _collect_import(self, name, fromlist, level): + have_star = False + if fromlist is not None: + fromlist = uniq(fromlist) + if '*' in fromlist: + fromlist.remove('*') + have_star = True + + # Record this import as originating from this module for subsequent + # handling by the _process_imports() method. + self._module._deferred_imports.append( + (have_star, + (name, self._module, fromlist, level), + {'edge_attr': DependencyInfo( + conditional=self.in_if, + tryexcept=self.in_tryexcept, + function=self.in_def, + fromlist=False)})) + + + def visit_Import(self, node): + for nm in _ast_names(node.names): + self._collect_import(nm, None, self._level) + + def visit_ImportFrom(self, node): + level = node.level if node.level != 0 else self._level + self._collect_import(node.module or '', _ast_names(node.names), level) + + def visit_If(self, node): + self._in_if.append(True) + self.generic_visit(node) + self._in_if.pop() + + def visit_FunctionDef(self, node): + self._in_def.append(True) + self.generic_visit(node) + self._in_def.pop() + + visit_AsyncFunctionDef = visit_FunctionDef + + def visit_Try(self, node): + self._in_tryexcept.append(True) + self.generic_visit(node) + self._in_tryexcept.pop() + + def visit_TryExcept(self, node): + self._in_tryexcept.append(True) + self.generic_visit(node) + self._in_tryexcept.pop() + + def visit_Expression(self, node): + # Expression node's cannot contain import statements or + # other nodes that are relevant for us. + pass + + # Expression isn't actually used as such in AST trees, + # therefore define visitors for all kinds of expression nodes. + visit_BoolOp = visit_Expression + visit_BinOp = visit_Expression + visit_UnaryOp = visit_Expression + visit_Lambda = visit_Expression + visit_IfExp = visit_Expression + visit_Dict = visit_Expression + visit_Set = visit_Expression + visit_ListComp = visit_Expression + visit_SetComp = visit_Expression + visit_ListComp = visit_Expression + visit_GeneratorExp = visit_Expression + visit_Compare = visit_Expression + visit_Yield = visit_Expression + visit_YieldFrom = visit_Expression + visit_Await = visit_Expression + visit_Call = visit_Expression + visit_Await = visit_Expression + + +class ModuleGraph(ObjectGraph): + """ + Directed graph whose nodes represent modules and edges represent + dependencies between these modules. + """ + + + def createNode(self, cls, name, *args, **kw): + m = self.find_node(name) + + if m is None: + #assert m is None, m + m = super(ModuleGraph, self).createNode(cls, name, *args, **kw) + + return m + + + def __init__(self, path=None, excludes=(), replace_paths=(), implies=(), graph=None, debug=0): + super(ModuleGraph, self).__init__(graph=graph, debug=debug) + if path is None: + path = sys.path + self.path = path + self.lazynodes = {} + # excludes is stronger than implies + self.lazynodes.update(dict(implies)) + for m in excludes: + self.lazynodes[m] = None + self.replace_paths = replace_paths + + # Maintain own list of package path mappings in the scope of Modulegraph + # object. + self._package_path_map = {} + + # Legacy namespace-package paths. Initialized by scan_legacy_namespace_packages. + self._legacy_ns_packages = {} + + def scan_legacy_namespace_packages(self): + """ + Resolve extra package `__path__` entries for legacy setuptools-based + namespace packages, by reading `namespace_packages.txt` from dist + metadata. + """ + legacy_ns_packages = defaultdict(lambda: set()) + + for dist in importlib_metadata.distributions(): + ns_packages = dist.read_text("namespace_packages.txt") + if ns_packages is None: + continue + ns_packages = ns_packages.splitlines() + # Obtain path to dist metadata directory + dist_path = getattr(dist, '_path') + if dist_path is None: + continue + for package_name in ns_packages: + path = os.path.join( + str(dist_path.parent), # might be zipfile.Path if in zipped .egg + *package_name.split('.'), + ) + legacy_ns_packages[package_name].add(path) + + # Convert into dictionary of lists + self._legacy_ns_packages = { + package_name: list(paths) + for package_name, paths in legacy_ns_packages.items() + } + + def implyNodeReference(self, node, other, edge_data=None): + """ + Create a reference from the passed source node to the passed other node, + implying the former to depend upon the latter. + + While the source node _must_ be an existing graph node, the target node + may be either an existing graph node _or_ a fully-qualified module name. + In the latter case, the module with that name and all parent packages of + that module will be imported _without_ raising exceptions and for each + newly imported module or package: + + * A new graph node will be created for that module or package. + * A reference from the passed source node to that module or package will + be created. + + This method allows dependencies between Python objects _not_ importable + with standard techniques (e.g., module aliases, C extensions). + + Parameters + ---------- + node : str + Graph node for this reference's source module or package. + other : {Node, str} + Either a graph node _or_ fully-qualified name for this reference's + target module or package. + """ + + if isinstance(other, Node): + self._updateReference(node, other, edge_data) + else: + if isinstance(other, tuple): + raise ValueError(other) + others = self._safe_import_hook(other, node, None) + for other in others: + self._updateReference(node, other, edge_data) + + def outgoing(self, fromnode): + """ + Yield all nodes that `fromnode` dependes on (that is, + all modules that `fromnode` imports. + """ + + node = self.find_node(fromnode) + out_edges, _ = self.get_edges(node) + return out_edges + + getReferences = outgoing + + def incoming(self, tonode, collapse_missing_modules=True): + node = self.find_node(tonode) + _, in_edges = self.get_edges(node) + + if collapse_missing_modules: + for n in in_edges: + if isinstance(n, MissingModule): + for n in self.incoming(n, False): + yield n + + else: + yield n + + else: + for n in in_edges: + yield n + + getReferers = incoming + + def hasEdge(self, fromnode, tonode): + """ Return True iff there is an edge from 'fromnode' to 'tonode' """ + fromnode = self.find_node(fromnode) + tonode = self.find_node(tonode) + + return self.graph.edge_by_node(fromnode, tonode) is not None + + def foldReferences(self, packagenode): + """ + Create edges to/from `packagenode` based on the edges to/from all + submodules of that package _and_ then hide the graph nodes + corresponding to those submodules. + """ + + pkg = self.find_node(packagenode) + + for n in self.nodes(): + if not n.identifier.startswith(pkg.identifier + '.'): + continue + + iter_out, iter_inc = self.get_edges(n) + for other in iter_out: + if other.identifier.startswith(pkg.identifier + '.'): + continue + + if not self.hasEdge(pkg, other): + # Ignore circular dependencies + self._updateReference(pkg, other, 'pkg-internal-import') + + for other in iter_inc: + if other.identifier.startswith(pkg.identifier + '.'): + # Ignore circular dependencies + continue + + if not self.hasEdge(other, pkg): + self._updateReference(other, pkg, 'pkg-import') + + self.graph.hide_node(n) + + # TODO: unfoldReferences(pkg) that restore the submodule nodes and + # removes 'pkg-import' and 'pkg-internal-import' edges. Care should + # be taken to ensure that references are correct if multiple packages + # are folded and then one of them in unfolded + + def _updateReference(self, fromnode, tonode, edge_data): + try: + ed = self.edgeData(fromnode, tonode) + except (KeyError, GraphError): # XXX: Why 'GraphError' + return self.add_edge(fromnode, tonode, edge_data) + + if not (isinstance(ed, DependencyInfo) and isinstance(edge_data, DependencyInfo)): + self.updateEdgeData(fromnode, tonode, edge_data) + else: + self.updateEdgeData(fromnode, tonode, ed._merged(edge_data)) + + def add_edge(self, fromnode, tonode, edge_data='direct'): + """ + Create a reference from fromnode to tonode + """ + return super(ModuleGraph, self).createReference(fromnode, tonode, edge_data=edge_data) + + createReference = add_edge + + def find_node(self, name, create_nspkg=True): + """ + Graph node uniquely identified by the passed fully-qualified module + name if this module has been added to the graph _or_ `None` otherwise. + + If (in order): + + . A namespace package with this identifier exists _and_ the passed + `create_nspkg` parameter is `True`, this package will be + instantiated and returned. + . A lazy node with this identifier and: + * No dependencies exists, this node will be instantiated and + returned. + * Dependencies exists, this node and all transitive dependencies of + this node be instantiated and this node returned. + . A non-lazy node with this identifier exists, this node will be + returned as is. + + Parameters + ---------- + name : str + Fully-qualified name of the module whose graph node is to be found. + create_nspkg : bool + Ignored. + + Returns + ---------- + Node + Graph node of this module if added to the graph _or_ `None` + otherwise. + """ + + data = super(ModuleGraph, self).findNode(name) + + if data is not None: + return data + + if name in self.lazynodes: + deps = self.lazynodes.pop(name) + + if deps is None: + # excluded module + m = self.createNode(ExcludedModule, name) + elif isinstance(deps, Alias): + other = self._safe_import_hook(deps, None, None).pop() + m = self.createNode(AliasNode, name, other) + self.implyNodeReference(m, other) + else: + m = self._safe_import_hook(name, None, None).pop() + for dep in deps: + self.implyNodeReference(m, dep) + + return m + + return None + + findNode = find_node + iter_graph = ObjectGraph.flatten + + def add_script(self, pathname, caller=None): + """ + Create a node by path (not module name). It is expected to be a Python + source file, and will be scanned for dependencies. + """ + self.msg(2, "run_script", pathname) + + pathname = os.path.realpath(pathname) + m = self.find_node(pathname) + if m is not None: + return m + + with open(pathname, 'rb') as fp: + contents = fp.read() + contents = importlib.util.decode_source(contents) + + co_ast = compile(contents, pathname, 'exec', ast.PyCF_ONLY_AST, True) + co = compile(co_ast, pathname, 'exec', 0, True) + m = self.createNode(Script, pathname) + self._updateReference(caller, m, None) + n = self._scan_code(m, co, co_ast) + self._process_imports(n) + m.code = co + if self.replace_paths: + m.code = self._replace_paths_in_code(m.code) + return m + + + #FIXME: For safety, the "source_module" parameter should default to the + #root node of the current graph if unpassed. This parameter currently + #defaults to None, thus disconnected modules imported in this manner (e.g., + #hidden imports imported by depend.analysis.initialize_modgraph()). + def import_hook( + self, + target_module_partname, + source_module=None, + target_attr_names=None, + level=DEFAULT_IMPORT_LEVEL, + edge_attr=None, + ): + """ + Import the module with the passed name, all parent packages of this + module, _and_ all submodules and attributes in this module with the + passed names from the previously imported caller module signified by + the passed graph node. + + Unlike most import methods (e.g., `_safe_import_hook()`), this method + is designed to be publicly called by both external and internal + callers and hence is public. + + Parameters + ---------- + target_module_partname : str + Partially-qualified name of the target module to be imported. See + `_safe_import_hook()` for further details. + source_module : Node + Graph node for the previously imported **source module** (i.e., + module containing the `import` statement triggering the call to + this method) _or_ `None` if this module is to be imported in a + "disconnected" manner. **Passing `None` is _not_ recommended.** + Doing so produces a disconnected graph in which the graph node + created for the module to be imported will be disconnected and + hence unreachable from all other nodes -- which frequently causes + subtle issues in external callers (namely PyInstaller, which + silently ignores unreachable nodes). + target_attr_names : list + List of the unqualified names of all submodules and attributes to + be imported from the module to be imported if this is a "from"- + style import (e.g., `[encode_base64, encode_noop]` for the import + `from email.encoders import encode_base64, encode_noop`) _or_ + `None` otherwise. + level : int + Whether to perform an absolute or relative import. See + `_safe_import_hook()` for further details. + + Returns + ---------- + list + List of the graph nodes created for all modules explicitly imported + by this call, including the passed module and all submodules listed + in `target_attr_names` _but_ excluding all parent packages + implicitly imported by this call. If `target_attr_names` is `None` + or the empty list, this is guaranteed to be a list of one element: + the graph node created for the passed module. + + Raises + ---------- + ImportError + If the target module to be imported is unimportable. + """ + self.msg(3, "_import_hook", target_module_partname, source_module, source_module, level) + + source_package = self._determine_parent(source_module) + target_package, target_module_partname = self._find_head_package( + source_package, target_module_partname, level) + + self.msgin(4, "load_tail", target_package, target_module_partname) + + submodule = target_package + while target_module_partname: + i = target_module_partname.find('.') + if i < 0: + i = len(target_module_partname) + head, target_module_partname = target_module_partname[ + :i], target_module_partname[i+1:] + mname = "%s.%s" % (submodule.identifier, head) + submodule = self._safe_import_module(head, mname, submodule) + + if submodule is None: + # FIXME: Why do we no longer return a MissingModule instance? + # result = self.createNode(MissingModule, mname) + self.msgout(4, "raise ImportError: No module named", mname) + raise ImportError("No module named " + repr(mname)) + + self.msgout(4, "load_tail ->", submodule) + + target_module = submodule + target_modules = [target_module] + + # If this is a "from"-style import *AND* this target module is + # actually a package, import all submodules of this package specified + # by the "import" half of this import (e.g., the submodules "bar" and + # "car" of the target package "foo" in "from foo import bar, car"). + # + # If this target module is a non-package, it could still contain + # importable submodules (e.g., the non-package `os` module containing + # the `os.path` submodule). In this case, these submodules are already + # imported by this target module's pure-Python code. Since our import + # scanner already detects such imports, these submodules need *NOT* be + # reimported here. + if target_attr_names and isinstance(target_module, + (Package, AliasNode)): + for target_submodule in self._import_importable_package_submodules( + target_module, target_attr_names): + if target_submodule not in target_modules: + target_modules.append(target_submodule) + + # Add an edge from this source module to each target module. + for target_module in target_modules: + self._updateReference( + source_module, target_module, edge_data=edge_attr) + + return target_modules + + + def _determine_parent(self, caller): + """ + Determine the package containing a node. + """ + self.msgin(4, "determine_parent", caller) + + parent = None + if caller: + pname = caller.identifier + + if isinstance(caller, Package): + parent = caller + + elif '.' in pname: + pname = pname[:pname.rfind('.')] + parent = self.find_node(pname) + + elif caller.packagepath: + # XXX: I have no idea why this line + # is necessary. + parent = self.find_node(pname) + + self.msgout(4, "determine_parent ->", parent) + return parent + + + def _find_head_package( + self, + source_package, + target_module_partname, + level=DEFAULT_IMPORT_LEVEL): + """ + Import the target package providing the target module with the passed + name to be subsequently imported from the previously imported source + package corresponding to the passed graph node. + + Parameters + ---------- + source_package : Package + Graph node for the previously imported **source package** (i.e., + package containing the module containing the `import` statement + triggering the call to this method) _or_ `None` if this module is + to be imported in a "disconnected" manner. **Passing `None` is + _not_ recommended.** See the `_import_hook()` method for further + details. + target_module_partname : str + Partially-qualified name of the target module to be imported. See + `_safe_import_hook()` for further details. + level : int + Whether to perform absolute or relative imports. See the + `_safe_import_hook()` method for further details. + + Returns + ---------- + (target_package, target_module_tailname) + 2-tuple describing the imported target package, where: + * `target_package` is the graph node created for this package. + * `target_module_tailname` is the unqualified name of the target + module to be subsequently imported (e.g., `text` when passed a + `target_module_partname` of `email.mime.text`). + + Raises + ---------- + ImportError + If the package to be imported is unimportable. + """ + self.msgin(4, "find_head_package", source_package, target_module_partname, level) + + #FIXME: Rename all local variable names to something sensible. No, + #"p_fqdn" is not a sensible name. + + # If this target module is a submodule... + if '.' in target_module_partname: + target_module_headname, target_module_tailname = ( + target_module_partname.split('.', 1)) + # Else, this target module is a top-level module. + else: + target_module_headname = target_module_partname + target_module_tailname = '' + + # If attempting both absolute and relative imports... + if level == ABSOLUTE_OR_RELATIVE_IMPORT_LEVEL: + if source_package: + target_package_name = source_package.identifier + '.' + target_module_headname + else: + target_package_name = target_module_headname + # Else if attempting only absolute imports... + elif level == ABSOLUTE_IMPORT_LEVEL: + target_package_name = target_module_headname + + # Absolute import, ignore the parent + source_package = None + # Else if attempting only relative imports... + else: + if source_package is None: + self.msg(2, "Relative import outside of package") + raise InvalidRelativeImportError( + "Relative import outside of package (name=%r, parent=%r, level=%r)" % ( + target_module_partname, source_package, level)) + + for i in range(level - 1): + if '.' not in source_package.identifier: + self.msg(2, "Relative import outside of package") + raise InvalidRelativeImportError( + "Relative import outside of package (name=%r, parent=%r, level=%r)" % ( + target_module_partname, source_package, level)) + + p_fqdn = source_package.identifier.rsplit('.', 1)[0] + new_parent = self.find_node(p_fqdn) + if new_parent is None: + #FIXME: Repetition detected. Exterminate. Exterminate. + self.msg(2, "Relative import outside of package") + raise InvalidRelativeImportError( + "Relative import outside of package (name=%r, parent=%r, level=%r)" % ( + target_module_partname, source_package, level)) + + assert new_parent is not source_package, ( + new_parent, source_package) + source_package = new_parent + + if target_module_headname: + target_package_name = ( + source_package.identifier + '.' + target_module_headname) + else: + target_package_name = source_package.identifier + + # Graph node of this target package. + target_package = self._safe_import_module( + target_module_headname, target_package_name, source_package) + + # If this target package is *NOT* importable and a source package was + # passed, attempt to import this target package as an absolute import. + # + # ADDENDUM: but do this only if the passed "level" is either + # ABSOLUTE_IMPORT_LEVEL (0) or ABSOLUTE_OR_RELATIVE_IMPORT_LEVEL (-1). + # Otherwise, an attempt at relative import of a missing sub-module + # (from .module import something) might pull in an unrelated + # but eponymous top-level module, which should not happen. + if target_package is None and source_package is not None and level <= ABSOLUTE_IMPORT_LEVEL: + target_package_name = target_module_headname + source_package = None + + # Graph node for the target package, again. + target_package = self._safe_import_module( + target_module_headname, target_package_name, source_package) + + # If this target package is importable, return this package. + if target_package is not None: + self.msgout(4, "find_head_package ->", (target_package, target_module_tailname)) + return target_package, target_module_tailname + + # Else, raise an exception. + self.msgout(4, "raise ImportError: No module named", target_package_name) + raise ImportError("No module named " + target_package_name) + + + + + #FIXME: Refactor from a generator yielding graph nodes into a non-generator + #returning a list or tuple of all yielded graph nodes. This method is only + #called once above and the return value of that call is only iterated over + #as a list or tuple. There's no demonstrable reason for this to be a + #generator. Generators are great for their intended purposes (e.g., as + #continuations). This isn't one of those purposes. + def _import_importable_package_submodules(self, package, attr_names): + """ + Generator importing and yielding each importable submodule (of the + previously imported package corresponding to the passed graph node) + whose unqualified name is in the passed list. + + Elements of this list that are _not_ importable submodules of this + package are either: + + * Ignorable attributes (e.g., classes, globals) defined at the top + level of this package's `__init__` submodule, which will be ignored. + * Else, unignorable unimportable submodules, in which case an + exception is raised. + + Parameters + ---------- + package : Package + Graph node of the previously imported package containing the + modules to be imported and yielded. + + attr_names : list + List of the unqualified names of all attributes of this package to + attempt to import as submodules. This list will be internally + converted into a set, safely ignoring any duplicates in this list + (e.g., reducing the "from"-style import + `from foo import bar, car, far, bar, car, far` to merely + `from foo import bar, car, far`). + + Yields + ---------- + Node + Graph node created for the currently imported submodule. + + Raises + ---------- + ImportError + If any attribute whose name is in `attr_names` is neither: + * An importable submodule of this package. + * An ignorable global attribute (e.g., class, variable) defined at + the top level of this package's `__init__` submodule. + In this case, this attribute _must_ be an unimportable submodule of + this package. + """ + + # Ignore duplicate submodule names in the passed list. + attr_names = set(attr_names) + self.msgin(4, "_import_importable_package_submodules", package, attr_names) + + #FIXME: This test *SHOULD* be superfluous and hence safely removable. + #The higher-level _scan_bytecode() and _collect_import() methods + #already guarantee "*" characters to be removed from fromlists. + if '*' in attr_names: + attr_names.update(self._find_all_submodules(package)) + attr_names.remove('*') + + # self.msg(4, '_import_importable_package_submodules (global attrs)', package.identifier, package._global_attr_names) + + # For the name of each attribute to be imported from this package... + for attr_name in attr_names: + # self.msg(4, '_import_importable_package_submodules (fromlist attr)', package.identifier, attr_name) + + # Graph node of this attribute if this attribute is a previously + # imported module or None otherwise. + submodule = package.get_submodule_or_none(attr_name) + + # If this attribute is *NOT* a previously imported module, attempt + # to import this attribute as a submodule of this package. + if submodule is None: + # Fully-qualified name of this submodule. + submodule_name = package.identifier + '.' + attr_name + + # Graph node of this submodule if importable or None otherwise. + submodule = self._safe_import_module( + attr_name, submodule_name, package) + + # If this submodule is unimportable... + if submodule is None: + # If this attribute is a global (e.g., class, variable) + # defined at the top level of this package's "__init__" + # submodule, this importation is safely ignorable. Do so + # and skip to the next attribute. + # + # This behaviour is non-conformant with Python behaviour, + # which is bad, but is required to sanely handle all + # possible edge cases, which is good. In Python, a global + # attribute defined at the top level of a package's + # "__init__" submodule shadows a submodule of the same name + # in that package. Attempting to import that submodule + # instead imports that attribute; thus, that submodule is + # effectively unimportable. In this method and elsewhere, + # that submodule is tested for first and hence shadows that + # attribute -- the opposite logic. Attempts to import that + # attribute are mistakenly seen as attempts to import that + # submodule! Why? + # + # Edge cases. PyInstaller (and by extension ModuleGraph) + # only cares about module imports. Global attribute imports + # are parsed only as the means to this ends and are + # otherwise ignorable. The cost of erroneously shadowing: + # + # * Submodules by attributes is significant. Doing so + # prevents such submodules from being frozen and hence + # imported at application runtime. + # * Attributes by submodules is insignificant. Doing so + # could erroneously freeze such submodules despite their + # never being imported at application runtime. However, + # ModuleGraph is incapable of determining with certainty + # that Python logic in another module other than the + # "__init__" submodule containing these attributes does + # *NOT* delete these attributes and hence unshadow these + # submodules, which would then become importable at + # runtime and require freezing. Hence, ModuleGraph *MUST* + # permissively assume submodules of the same name as + # attributes to be unshadowed elsewhere and require + # freezing -- even if they do not. + # + # It is practically difficult (albeit technically feasible) + # for ModuleGraph to determine whether or not the target + # attribute names of "from"-style import statements (e.g., + # "bar" and "car" in "from foo import bar, car") refer to + # non-ignorable submodules or ignorable non-module globals + # during opcode scanning. Distinguishing these two cases + # during opcode scanning would require a costly call to the + # _find_module() method, which would subsequently be + # repeated during import-graph construction. This could be + # ameliorated with caching, which itself would require + # costly space consumption and developer time. + # + # Since opcode scanning fails to distinguish these two + # cases, this and other methods subsequently called at + # import-graph construction time (e.g., + # _safe_import_hook()) must do so. Since submodules of the + # same name as attributes must assume to be unshadowed + # elsewhere and require freezing, the only solution is to + # attempt to import an attribute as a non-ignorable module + # *BEFORE* assuming an attribute to be an ignorable + # non-module. Which is what this and other methods do. + # + # See Package.is_global_attr() for similar discussion. + if package.is_global_attr(attr_name): + self.msg(4, '_import_importable_package_submodules: ignoring from-imported global', package.identifier, attr_name) + continue + # Else, this attribute is an unimportable submodule. Since + # this is *NOT* safely ignorable, raise an exception. + else: + raise ImportError("No module named " + submodule_name) + + # Yield this submodule's graph node to the caller. + yield submodule + + self.msgin(4, "_import_importable_package_submodules ->") + + + def _find_all_submodules(self, m): + if not m.packagepath: + return + # 'suffixes' used to be a list hardcoded to [".py", ".pyc", ".pyo"]. + # But we must also collect Python extension modules - although + # we cannot separate normal dlls from Python extensions. + for path in m.packagepath: + try: + names = os.listdir(path) + except (os.error, IOError): + self.msg(2, "can't list directory", path) + continue + for name in names: + for suffix in importlib.machinery.all_suffixes(): + if path.endswith(suffix): + name = os.path.basename(path)[:-len(suffix)] + break + else: + continue + if name != '__init__': + yield name + + + def alias_module(self, src_module_name, trg_module_name): + """ + Alias the source module to the target module with the passed names. + + This method ensures that the next call to findNode() given the target + module name will resolve this alias. This includes importing and adding + a graph node for the source module if needed as well as adding a + reference from the target to source module. + + Parameters + ---------- + src_module_name : str + Fully-qualified name of the existing **source module** (i.e., the + module being aliased). + trg_module_name : str + Fully-qualified name of the non-existent **target module** (i.e., + the alias to be created). + """ + self.msg(3, 'alias_module "%s" -> "%s"' % (src_module_name, trg_module_name)) + # print('alias_module "%s" -> "%s"' % (src_module_name, trg_module_name)) + assert isinstance(src_module_name, str), '"%s" not a module name.' % str(src_module_name) + assert isinstance(trg_module_name, str), '"%s" not a module name.' % str(trg_module_name) + + # If the target module has already been added to the graph as either a + # non-alias or as a different alias, raise an exception. + trg_module = self.find_node(trg_module_name) + if trg_module is not None and not ( + isinstance(trg_module, AliasNode) and + trg_module.identifier == src_module_name): + raise ValueError( + 'Target module "%s" already imported as "%s".' % ( + trg_module_name, trg_module)) + + # See findNode() for details. + self.lazynodes[trg_module_name] = Alias(src_module_name) + + + def add_module(self, module): + """ + Add the passed module node to the graph if not already added. + + If that module has a parent module or package with a previously added + node, this method also adds a reference from this module node to its + parent node and adds this module node to its parent node's namespace. + + This high-level method wraps the low-level `addNode()` method, but is + typically _only_ called by graph hooks adding runtime module nodes. For + all other node types, the `import_module()` method should be called. + + Parameters + ---------- + module : BaseModule + Graph node of the module to be added. + """ + self.msg(3, 'add_module', module) + + # If no node exists for this module, add such a node. + module_added = self.find_node(module.identifier) + if module_added is None: + self.addNode(module) + else: + assert module == module_added, 'New module %r != previous %r.' % (module, module_added) + + # If this module has a previously added parent, reference this module to + # its parent and add this module to its parent's namespace. + parent_name, _, module_basename = module.identifier.rpartition('.') + if parent_name: + parent = self.find_node(parent_name) + if parent is None: + self.msg(4, 'add_module parent not found:', parent_name) + else: + self.add_edge(module, parent) + parent.add_submodule(module_basename, module) + + + def append_package_path(self, package_name, directory): + """ + Modulegraph does a good job at simulating Python's, but it can not + handle packagepath '__path__' modifications packages make at runtime. + + Therefore there is a mechanism whereby you can register extra paths + in this map for a package, and it will be honored. + + NOTE: This method has to be called before a package is resolved by + modulegraph. + + Parameters + ---------- + module : str + Fully-qualified module name. + directory : str + Absolute or relative path of the directory to append to the + '__path__' attribute. + """ + + paths = self._package_path_map.setdefault(package_name, []) + paths.append(directory) + + + def _safe_import_module( + self, module_partname, module_name, parent_module): + """ + Create a new graph node for the module with the passed name under the + parent package signified by the passed graph node _without_ raising + `ImportError` exceptions. + + If this module has already been imported, this module's existing graph + node will be returned; else if this module is importable, a new graph + node will be added for this module and returned; else this module is + unimportable, in which case `None` will be returned. Like the + `_safe_import_hook()` method, this method does _not_ raise + `ImportError` exceptions when this module is unimportable. + + Parameters + ---------- + module_partname : str + Unqualified name of the module to be imported (e.g., `text`). + module_name : str + Fully-qualified name of this module (e.g., `email.mime.text`). + parent_module : Package + Graph node of the previously imported parent module containing this + submodule _or_ `None` if this is a top-level module (i.e., + `module_name` contains no `.` delimiters). This parent module is + typically but _not_ always a package (e.g., the `os.path` submodule + contained by the `os` module). + + Returns + ---------- + Node + Graph node created for this module _or_ `None` if this module is + unimportable. + """ + self.msgin(3, "safe_import_module", module_partname, module_name, parent_module) + + # If this module has *NOT* already been imported, do so. + module = self.find_node(module_name) + if module is None: + # List of the absolute paths of all directories to be searched for + # this module. This effectively defaults to "sys.path". + search_dirs = None + + # If this module has a parent package... + if parent_module is not None: + # ...with a list of the absolute paths of all directories + # comprising this package, prefer that to "sys.path". + if parent_module.packagepath is not None: + search_dirs = parent_module.packagepath + # Else, something is horribly wrong. Return emptiness. + else: + self.msgout(3, "safe_import_module -> None (parent_parent.packagepath is None)") + return None + + try: + pathname, loader = self._find_module( + module_partname, search_dirs, parent_module) + except ImportError as exc: + self.msgout(3, "safe_import_module -> None (%r)" % exc) + return None + + (module, co) = self._load_module(module_name, pathname, loader) + if co is not None: + try: + if isinstance(co, ast.AST): + co_ast = co + co = compile(co_ast, pathname, 'exec', 0, True) + else: + co_ast = None + n = self._scan_code(module, co, co_ast) + self._process_imports(n) + + if self.replace_paths: + co = self._replace_paths_in_code(co) + module.code = co + except SyntaxError: + self.msg( + 1, "safe_import_module: SyntaxError in ", pathname, + ) + cls = InvalidSourceModule + module = self.createNode(cls, module_name) + + # If this is a submodule rather than top-level module... + if parent_module is not None: + self.msg(4, "safe_import_module create reference", module, "->", parent_module) + + # Add an edge from this submodule to its parent module. + self._updateReference( + module, parent_module, edge_data=DependencyInfo( + conditional=False, + fromlist=False, + function=False, + tryexcept=False, + )) + + # Add this submodule to its parent module. + parent_module.add_submodule(module_partname, module) + + # Return this module. + self.msgout(3, "safe_import_module ->", module) + return module + + def _load_module(self, fqname, pathname, loader): + from importlib._bootstrap_external import ExtensionFileLoader + self.msgin(2, "load_module", fqname, pathname, + loader.__class__.__name__) + partname = fqname.rpartition(".")[-1] + + if loader.is_package(partname): + if isinstance(loader, NAMESPACE_PACKAGE): + # This is a PEP-420 namespace package. + m = self.createNode(NamespacePackage, fqname) + m.filename = '-' + m.packagepath = loader.namespace_dirs[:] # copy for safety + else: + # Regular package. + # + # NOTE: this might be a legacy setuptools (pkg_resources) + # based namespace package (with __init__.py, but calling + # `pkg_resources.declare_namespace(__name__)`). To properly + # handle the case when such a package is split across + # multiple locations, we need to resolve the package + # paths via metadata. + ns_pkgpaths = self._legacy_ns_packages.get(fqname, []) + + if isinstance(loader, ExtensionFileLoader): + m = self.createNode(ExtensionPackage, fqname) + else: + m = self.createNode(Package, fqname) + m.filename = pathname + # PEP-302-compliant loaders return the pathname of the + # `__init__`-file, not the package directory. + assert os.path.basename(pathname).startswith('__init__.') + m.packagepath = [os.path.dirname(pathname)] + ns_pkgpaths + + # As per comment at top of file, simulate runtime packagepath + # additions + m.packagepath = m.packagepath + self._package_path_map.get( + fqname, []) + + if isinstance(m, NamespacePackage): + return (m, None) + + co = None + if loader is BUILTIN_MODULE: + cls = BuiltinModule + elif isinstance(loader, ExtensionFileLoader): + cls = Extension + else: + try: + src = loader.get_source(partname) + except (UnicodeDecodeError, SyntaxError) as e: + # The `UnicodeDecodeError` is typically raised here when the + # source file contains non-ASCII characters in some local + # encoding that is different from UTF-8, but fails to + # declare it via PEP361 encoding header. Python seems to + # be able to load and run such module, but we cannot retrieve + # the source for it via the `loader.get_source()`. + # + # The `UnicodeDecoreError` in turn triggers a `SyntaxError` + # when such invalid character appears on the first line of + # the source file (and interrupts the scan for PEP361 + # encoding header). + # + # In such cases, we try to fall back to reading the source + # as raw data file. + + # If `SyntaxError` was not raised during handling of + # a `UnicodeDecodeError`, it was likely a genuine syntax + # error, so re-raise it. + if isinstance(e, SyntaxError): + if not isinstance(e.__context__, UnicodeDecodeError): + raise + + self.msg(2, "load_module: failed to obtain source for " + f"{partname}: {e}! Falling back to reading as " + "raw data!") + + path = loader.get_filename(partname) + src = loader.get_data(path) + + if src is not None: + try: + co = compile(src, pathname, 'exec', ast.PyCF_ONLY_AST, True) + cls = SourceModule + except SyntaxError: + co = None + cls = InvalidSourceModule + except Exception as exc: # FIXME: more specific? + cls = InvalidSourceModule + self.msg(2, "load_module: InvalidSourceModule", pathname, + exc) + else: + # no src available + try: + co = loader.get_code(partname) + cls = (CompiledModule if co is not None + else InvalidCompiledModule) + except Exception as exc: # FIXME: more specific? + self.msg(2, "load_module: InvalidCompiledModule, " + "Cannot load code", pathname, exc) + cls = InvalidCompiledModule + + m = self.createNode(cls, fqname) + m.filename = pathname + + self.msgout(2, "load_module ->", m) + return (m, co) + + def _safe_import_hook( + self, target_module_partname, source_module, target_attr_names, + level=DEFAULT_IMPORT_LEVEL, edge_attr=None): + """ + Import the module with the passed name and all parent packages of this + module from the previously imported caller module signified by the + passed graph node _without_ raising `ImportError` exceptions. + + This method wraps the lowel-level `_import_hook()` method. On catching + an `ImportError` exception raised by that method, this method creates + and adds a `MissingNode` instance describing the unimportable module to + the graph instead. + + Parameters + ---------- + target_module_partname : str + Partially-qualified name of the module to be imported. If `level` + is: + * `ABSOLUTE_OR_RELATIVE_IMPORT_LEVEL` (e.g., the Python 2 default) + or a positive integer (e.g., an explicit relative import), the + fully-qualified name of this module is the concatenation of the + fully-qualified name of the caller module's package and this + parameter. + * `ABSOLUTE_IMPORT_LEVEL` (e.g., the Python 3 default), this name + is already fully-qualified. + * A non-negative integer (e.g., `1`), this name is typically the + empty string. In this case, this is a "from"-style relative + import (e.g., "from . import bar") and the fully-qualified name + of this module is dynamically resolved by import machinery. + source_module : Node + Graph node for the previously imported **caller module** (i.e., + module containing the `import` statement triggering the call to + this method) _or_ `None` if this module is to be imported in a + "disconnected" manner. **Passing `None` is _not_ recommended.** + Doing so produces a disconnected graph in which the graph node + created for the module to be imported will be disconnected and + hence unreachable from all other nodes -- which frequently causes + subtle issues in external callers (e.g., PyInstaller, which + silently ignores unreachable nodes). + target_attr_names : list + List of the unqualified names of all submodules and attributes to + be imported via a `from`-style import statement from this target + module if any (e.g., the list `[encode_base64, encode_noop]` for + the import `from email.encoders import encode_base64, encode_noop`) + _or_ `None` otherwise. Ignored unless `source_module` is the graph + node of a package (i.e., is an instance of the `Package` class). + Why? Because: + * Consistency. The `_import_importable_package_submodules()` + method accepts a similar list applicable only to packages. + * Efficiency. Unlike packages, modules cannot physically contain + submodules. Hence, any target module imported via a `from`-style + import statement as an attribute from another target parent + module must itself have been imported in that target parent + module. The import statement responsible for that import must + already have been previously parsed by `ModuleGraph`, in which + case that target module will already be frozen by PyInstaller. + These imports are safely ignorable here. + level : int + Whether to perform an absolute or relative import. This parameter + corresponds exactly to the parameter of the same name accepted by + the `__import__()` built-in: "The default is -1 which indicates + both absolute and relative imports will be attempted. 0 means only + perform absolute imports. Positive values for level indicate the + number of parent directories to search relative to the directory of + the module calling `__import__()`." Defaults to -1 under Python 2 + and 0 under Python 3. Since this default depends on the major + version of the current Python interpreter, depending on this + default can result in unpredictable and non-portable behaviour. + Callers are strongly recommended to explicitly pass this parameter + rather than implicitly accept this default. + + Returns + ---------- + list + List of the graph nodes created for all modules explicitly imported + by this call, including the passed module and all submodules listed + in `target_attr_names` _but_ excluding all parent packages + implicitly imported by this call. If `target_attr_names` is either + `None` or the empty list, this is guaranteed to be a list of one + element: the graph node created for the passed module. As above, + `MissingNode` instances are created for all unimportable modules. + """ + self.msg(3, "_safe_import_hook", target_module_partname, source_module, target_attr_names, level) + + def is_swig_candidate(): + return (source_module is not None and + target_attr_names is None and + level == ABSOLUTE_IMPORT_LEVEL and + type(source_module) is SourceModule and + target_module_partname == + '_' + source_module.identifier.rpartition('.')[2]) + + def is_swig_wrapper(source_module): + with open(source_module.filename, 'rb') as fp: + contents = fp.read() + contents = importlib.util.decode_source(contents) + first_line = contents.splitlines()[0] if contents else '' + self.msg(5, 'SWIG wrapper candidate first line: %r' % (first_line)) + return "automatically generated by SWIG" in first_line + + + # List of the graph nodes created for all target modules both + # imported by and returned from this call, whose: + # + # * First element is the graph node for the core target module + # specified by the "target_module_partname" parameter. + # * Remaining elements are the graph nodes for all target submodules + # specified by the "target_attr_names" parameter. + target_modules = None + + # True if this is a Python 2-style implicit relative import of a + # SWIG-generated C extension. False if we checked and it is not SWIG. + # None if we haven't checked yet. + is_swig_import = None + + # Attempt to import this target module in the customary way. + try: + target_modules = self.import_hook( + target_module_partname, source_module, + target_attr_names=None, level=level, edge_attr=edge_attr) + # Failing that, defer to custom module importers handling non-standard + # import schemes (namely, SWIG). + except InvalidRelativeImportError: + self.msgout(2, "Invalid relative import", level, + target_module_partname, target_attr_names) + result = [] + for sub in target_attr_names or '*': + m = self.createNode(InvalidRelativeImport, + '.' * level + target_module_partname, sub) + self._updateReference(source_module, m, edge_data=edge_attr) + result.append(m) + return result + except ImportError as msg: + # If this is an absolute top-level import under Python 3 and if the + # name to be imported is the caller's name prefixed by "_", this + # could be a SWIG-generated Python 2-style implicit relative import. + # SWIG-generated files contain functions named swig_import_helper() + # importing dynamic libraries residing in the same directory. For + # example, a SWIG-generated caller module "csr.py" might resemble: + # + # # This file was automatically generated by SWIG (http://www.swig.org). + # ... + # def swig_import_helper(): + # ... + # try: + # fp, pathname, description = imp.find_module('_csr', + # [dirname(__file__)]) + # except ImportError: + # import _csr + # return _csr + # + # While there exists no reasonable means for modulegraph to parse + # the call to imp.find_module(), the subsequent implicit relative + # import is trivially parsable. This import is prohibited under + # Python 3, however, and thus parsed only if the caller's file is + # parsable plaintext (as indicated by a filetype of ".py") and the + # first line of this file is the above SWIG header comment. + # + # The constraint that this library's name be the caller's name + # prefixed by '_' is explicitly mandated by SWIG and thus a + # reliable indicator of "SWIG-ness". The SWIG documentation states: + # "When linking the module, the name of the output file has to match + # the name of the module prefixed by an underscore." + # + # Only source modules (e.g., ".py"-suffixed files) are SWIG import + # candidates. All other node types are safely ignorable. + if is_swig_candidate(): + self.msg( + 4, + 'SWIG import candidate (name=%r, caller=%r, level=%r)' % ( + target_module_partname, source_module, level)) + is_swig_import = is_swig_wrapper(source_module) + if is_swig_import: + # Convert this Python 2-compliant implicit relative + # import prohibited by Python 3 into a Python + # 3-compliant explicit relative "from"-style import for + # the duration of this function call by overwriting the + # original parameters passed to this call. + target_attr_names = [target_module_partname] + target_module_partname = '' + level = 1 + self.msg(2, + 'SWIG import (caller=%r, fromlist=%r, level=%r)' + % (source_module, target_attr_names, level)) + # Import this target SWIG C extension's package. + try: + target_modules = self.import_hook( + target_module_partname, source_module, + target_attr_names=None, + level=level, + edge_attr=edge_attr) + except ImportError as msg: + self.msg(2, "SWIG ImportError:", str(msg)) + + # If this module remains unimportable... + if target_modules is None: + self.msg(2, "ImportError:", str(msg)) + + # Add this module as a MissingModule node. + target_module = self.createNode( + MissingModule, + _path_from_importerror(msg, target_module_partname)) + self._updateReference( + source_module, target_module, edge_data=edge_attr) + + # Initialize this list to this node. + target_modules = [target_module] + + # Ensure that the above logic imported exactly one target module. + assert len(target_modules) == 1, ( + 'Expected import_hook() to' + 'return only one module but received: {}'.format(target_modules)) + + # Target module imported above. + target_module = target_modules[0] + + if isinstance(target_module, MissingModule) \ + and is_swig_import is None and is_swig_candidate() \ + and is_swig_wrapper(source_module): + # if this possible swig C module was previously imported from + # a python module other than its corresponding swig python + # module, then it may have been considered a MissingModule. + # Try to reimport it now. For details see pull-request #2578 + # and issue #1522. + # + # If this module was takes as a SWIG candidate above, but failed + # to import, this would be a MissingModule, too. Thus check if + # this was the case (is_swig_import would be not None) to avoid + # recursion error. If `is_swig_import` is None and we are still a + # swig candidate then that means we haven't properly imported this + # swig module yet so do that below. + # + # Remove the MissingModule node from the graph so that we can + # attempt a reimport and avoid collisions. This node should be + # fine to remove because the proper module will be imported and + # added to the graph in the next line (call to _safe_import_hook). + self.removeNode(target_module) + # Reimport the SWIG C module relative to the wrapper + target_modules = self._safe_import_hook( + target_module_partname, source_module, + target_attr_names=None, level=1, edge_attr=edge_attr) + # return the output regardless because it would just be + # duplicating the processing below + return target_modules + + if isinstance(edge_attr, DependencyInfo): + edge_attr = edge_attr._replace(fromlist=True) + + # If this is a "from"-style import *AND* this target module is a + # package, import all attributes listed by the "import" clause of this + # import that are submodules of this package. If this target module is + # *NOT* a package, these attributes are always ignorable globals (e.g., + # classes, variables) defined at the top level of this module. + # + # If this target module is a non-package, it could still contain + # importable submodules (e.g., the non-package `os` module containing + # the `os.path` submodule). In this case, these submodules are already + # imported by this target module's pure-Python code. Since our import + # scanner already detects these imports, these submodules need *NOT* be + # reimported here. (Doing so would be harmless but inefficient.) + if target_attr_names and isinstance(target_module, + (Package, AliasNode)): + # For the name of each attribute imported from this target package + # into this source module... + for target_submodule_partname in target_attr_names: + #FIXME: Is this optimization *REALLY* an optimization or at all + #necessary? The findNode() method called below should already + #be heavily optimized, in which case this optimization here is + #premature, senseless, and should be eliminated. + + # If this attribute is a previously imported submodule of this + # target module, optimize this edge case. + if target_module.is_submodule(target_submodule_partname): + # Graph node for this submodule. + target_submodule = target_module.get_submodule( + target_submodule_partname) + + #FIXME: What? Shouldn't "target_submodule" *ALWAYS* be + #non-None here? Assert this to be non-None instead. + if target_submodule is not None: + #FIXME: Why does duplication matter? List searches are + #mildly expensive. + + # If this submodule has not already been added to the + # list of submodules to be returned, do so. + if target_submodule not in target_modules: + self._updateReference( + source_module, + target_submodule, + edge_data=edge_attr) + target_modules.append(target_submodule) + continue + + # Fully-qualified name of this submodule. + target_submodule_name = ( + target_module.identifier + '.' + target_submodule_partname) + + # Graph node of this submodule if previously imported or None. + target_submodule = self.find_node(target_submodule_name) + + # If this submodule has not been imported, do so as if this + # submodule were the only attribute listed by the "import" + # clause of this import (e.g., as "from foo import bar" rather + # than "from foo import car, far, bar"). + if target_submodule is None: + # Attempt to import this submodule. + try: + # Ignore the list of graph nodes returned by this + # method. If both this submodule's package and this + # submodule are importable, this method returns a + # 2-element list whose second element is this + # submodule's graph node. However, if this submodule's + # package is importable but this submodule is not, + # this submodule is either: + # + # * An ignorable global attribute defined at the top + # level of this package's "__init__" submodule. In + # this case, this method returns a 1-element list + # without raising an exception. + # * A non-ignorable unimportable submodule. In this + # case, this method raises an "ImportError". + # + # While the first two cases are disambiguatable by the + # length of this list, doing so would render this code + # dependent on import_hook() details subject to change. + # Instead, call findNode() to decide the truthiness. + self.import_hook( + target_module_partname, source_module, + target_attr_names=[target_submodule_partname], + level=level, + edge_attr=edge_attr) + + # Graph node of this submodule imported by the prior + # call if importable or None otherwise. + target_submodule = self.find_node(target_submodule_name) + + # If this submodule does not exist, this *MUST* be an + # ignorable global attribute defined at the top level + # of this package's "__init__" submodule. + if target_submodule is None: + # Assert this to actually be the case. + assert target_module.is_global_attr( + target_submodule_partname), ( + 'No global named {} in {}.__init__'.format( + target_submodule_partname, + target_module.identifier)) + + # Skip this safely ignorable importation to the + # next attribute. See similar logic in the body of + # _import_importable_package_submodules(). + self.msg(4, '_safe_import_hook', 'ignoring imported non-module global', target_module.identifier, target_submodule_partname) + continue + + # If this is a SWIG C extension, instruct PyInstaller + # to freeze this extension under its unqualified rather + # than qualified name (e.g., as "_csr" rather than + # "scipy.sparse.sparsetools._csr"), permitting the + # implicit relative import in its parent SWIG module to + # successfully find this extension. + if is_swig_import: + # If a graph node with this name already exists, + # avoid collisions by emitting an error instead. + if self.find_node(target_submodule_partname): + self.msg( + 2, + 'SWIG import error: %r basename %r ' + 'already exists' % ( + target_submodule_name, + target_submodule_partname)) + else: + self.msg( + 4, + 'SWIG import renamed from %r to %r' % ( + target_submodule_name, + target_submodule_partname)) + target_submodule.identifier = ( + target_submodule_partname) + # If this submodule is unimportable, add a MissingModule. + except ImportError as msg: + self.msg(2, "ImportError:", str(msg)) + target_submodule = self.createNode( + MissingModule, target_submodule_name) + + # Add this submodule to its package. + target_module.add_submodule( + target_submodule_partname, target_submodule) + if target_submodule is not None: + self._updateReference( + target_module, target_submodule, edge_data=edge_attr) + self._updateReference( + source_module, target_submodule, edge_data=edge_attr) + + if target_submodule not in target_modules: + target_modules.append(target_submodule) + + # Return the list of all target modules imported by this call. + return target_modules + + + def _scan_code( + self, + module, + module_code_object, + module_code_object_ast=None): + """ + Parse and add all import statements from the passed code object of the + passed source module to this graph, recursively. + + **This method is at the root of all `ModuleGraph` recursion.** + Recursion begins here and ends when all import statements in all code + objects of all modules transitively imported by the source module + passed to the first call to this method have been added to the graph. + Specifically, this method: + + 1. If the passed `module_code_object_ast` parameter is non-`None`, + parses all import statements from this object. + 2. Else, parses all import statements from the passed + `module_code_object` parameter. + 1. For each such import statement: + 1. Adds to this `ModuleGraph` instance: + 1. Nodes for all target modules of these imports. + 1. Directed edges from this source module to these target + modules. + 2. Recursively calls this method with these target modules. + + Parameters + ---------- + module : Node + Graph node of the module to be parsed. + module_code_object : PyCodeObject + Code object providing this module's disassembled Python bytecode. + Ignored unless `module_code_object_ast` is `None`. + module_code_object_ast : optional[ast.AST] + Optional abstract syntax tree (AST) of this module if any or `None` + otherwise. Defaults to `None`, in which case the passed + `module_code_object` is parsed instead. + Returns + ---------- + module : Node + Graph node of the module to be parsed. + """ + + # For safety, guard against multiple scans of the same module by + # resetting this module's list of deferred target imports. + module._deferred_imports = [] + + # Parse all imports from this module *BEFORE* adding these imports to + # the graph. If an AST is provided, parse that rather than this + # module's code object. + if module_code_object_ast is not None: + # Parse this module's AST for imports. + self._scan_ast(module, module_code_object_ast) + + # Parse this module's code object for all relevant non-imports + # (e.g., global variable declarations and undeclarations). + self._scan_bytecode( + module, module_code_object, is_scanning_imports=False) + # Else, parse this module's code object for imports. + else: + self._scan_bytecode( + module, module_code_object, is_scanning_imports=True) + + return module + + def _scan_ast(self, module, module_code_object_ast): + """ + Parse and add all import statements from the passed abstract syntax + tree (AST) of the passed source module to this graph, non-recursively. + + Parameters + ---------- + module : Node + Graph node of the module to be parsed. + module_code_object_ast : ast.AST + Abstract syntax tree (AST) of this module to be parsed. + """ + + visitor = _Visitor(self, module) + visitor.visit(module_code_object_ast) + + #FIXME: Optimize. Global attributes added by this method are tested by + #other methods *ONLY* for packages, implying this method should scan and + #handle opcodes pertaining to global attributes (e.g., + #"STORE_NAME", "DELETE_GLOBAL") only if the passed "module" + #object is an instance of the "Package" class. For all other module types, + #these opcodes should simply be ignored. + # + #After doing so, the "Node._global_attr_names" attribute and all methods + #using this attribute (e.g., Node.is_global()) should be moved from the + #"Node" superclass to the "Package" subclass. + def _scan_bytecode( + self, module, module_code_object, is_scanning_imports): + """ + Parse and add all import statements from the passed code object of the + passed source module to this graph, non-recursively. + + This method parses all reasonably parsable operations (i.e., operations + that are both syntactically and semantically parsable _without_ + requiring Turing-complete interpretation) directly or indirectly + involving module importation from this code object. This includes: + + * `IMPORT_NAME`, denoting an import statement. Ignored unless + the passed `is_scanning_imports` parameter is `True`. + * `STORE_NAME` and `STORE_GLOBAL`, denoting the + declaration of a global attribute (e.g., class, variable) in this + module. This method stores each such declaration for subsequent + lookup. While global attributes are usually irrelevant to import + parsing, they remain the only means of distinguishing erroneous + non-ignorable attempts to import non-existent submodules of a package + from successful ignorable attempts to import existing global + attributes of a package's `__init__` submodule (e.g., the `bar` in + `from foo import bar`, which is either a non-ignorable submodule of + `foo` or an ignorable global attribute of `foo.__init__`). + * `DELETE_NAME` and `DELETE_GLOBAL`, denoting the + undeclaration of a previously declared global attribute in this + module. + + Since `ModuleGraph` is _not_ intended to replicate the behaviour of a + full-featured Turing-complete Python interpreter, this method ignores + operations that are _not_ reasonably parsable from this code object -- + even those directly or indirectly involving module importation. This + includes: + + * `STORE_ATTR(namei)`, implementing `TOS.name = TOS1`. If `TOS` is the + name of a target module currently imported into the namespace of the + passed source module, this opcode would ideally be parsed to add that + global attribute to that target module. Since this addition only + conditionally occurs on the importation of this source module and + execution of the code branch in this module performing this addition, + however, that global _cannot_ be unconditionally added to that target + module. In short, only Turing-complete behaviour suffices. + * `DELETE_ATTR(namei)`, implementing `del TOS.name`. If `TOS` is the + name of a target module currently imported into the namespace of the + passed source module, this opcode would ideally be parsed to remove + that global attribute from that target module. Again, however, only + Turing-complete behaviour suffices. + + Parameters + ---------- + module : Node + Graph node of the module to be parsed. + module_code_object : PyCodeObject + Code object of the module to be parsed. + is_scanning_imports : bool + `True` only if this method is parsing import statements from + `IMPORT_NAME` opcodes. If `False`, no import statements will be + parsed. This parameter is typically: + * `True` when parsing this module's code object for such imports. + * `False` when parsing this module's abstract syntax tree (AST) + (rather than code object) for such imports. In this case, that + parsing will have already parsed import statements, which this + parsing must avoid repeating. + """ + level = None + fromlist = None + + # 'deque' is a list-like container with fast appends, pops on + # either end, and automatically discarding elements too much. + prev_insts = deque(maxlen=2) + for inst in util.iterate_instructions(module_code_object): + if not inst: + continue + # If this is an import statement originating from this module, + # parse this import. + # + # Note that the related "IMPORT_FROM" opcode need *NOT* be parsed. + # "IMPORT_NAME" suffices. For further details, see + # http://probablyprogramming.com/2008/04/14/python-import_name + if inst.opname == 'IMPORT_NAME': + # If this method is ignoring import statements, skip to the + # next opcode. + if not is_scanning_imports: + continue + + assert prev_insts[-2].opname == 'LOAD_CONST' + assert prev_insts[-1].opname == 'LOAD_CONST' + + # Python >=2.5: LOAD_CONST flags, LOAD_CONST names, IMPORT_NAME name + level = prev_insts[-2].argval + fromlist = prev_insts[-1].argval + + assert fromlist is None or type(fromlist) is tuple + target_module_partname = inst.argval + + #FIXME: The exact same logic appears in _collect_import(), + #which isn't particularly helpful. Instead, defer this logic + #until later by: + # + #* Refactor the "_deferred_imports" list to contain 2-tuples + # "(_safe_import_hook_args, _safe_import_hook_kwargs)" rather + # than 3-tuples "(have_star, _safe_import_hook_args, + # _safe_import_hook_kwargs)". + #* Stop prepending these tuples by a "have_star" boolean both + # here, in _collect_import(), and in _process_imports(). + #* Shift the logic below to _process_imports(). + #* Remove the same logic from _collect_import(). + have_star = False + if fromlist is not None: + fromlist = uniq(fromlist) + if '*' in fromlist: + fromlist.remove('*') + have_star = True + + # Record this import as originating from this module for + # subsequent handling by the _process_imports() method. + module._deferred_imports.append(( + have_star, + (target_module_partname, module, fromlist, level), + {} + )) + + elif inst.opname in ('STORE_NAME', 'STORE_GLOBAL'): + # If this is the declaration of a global attribute (e.g., + # class, variable) in this module, store this declaration for + # subsequent lookup. See method docstring for further details. + # + # Global attributes are usually irrelevant to import parsing, but + # remain the only means of distinguishing erroneous non-ignorable + # attempts to import non-existent submodules of a package from + # successful ignorable attempts to import existing global + # attributes of a package's "__init__" submodule (e.g., the "bar" + # in "from foo import bar", which is either a non-ignorable + # submodule of "foo" or an ignorable global attribute of + # "foo.__init__"). + name = inst.argval + module.add_global_attr(name) + + elif inst.opname in ('DELETE_NAME', 'DELETE_GLOBAL'): + # If this is the undeclaration of a previously declared global + # attribute (e.g., class, variable) in this module, remove that + # declaration to prevent subsequent lookup. See method docstring + # for further details. + name = inst.argval + module.remove_global_attr_if_found(name) + + prev_insts.append(inst) + + + def _process_imports(self, source_module): + """ + Graph all target modules whose importations were previously parsed from + the passed source module by a prior call to the `_scan_code()` method + and methods call by that method (e.g., `_scan_ast()`, + `_scan_bytecode()`, `_scan_bytecode_stores()`). + + Parameters + ---------- + source_module : Node + Graph node of the source module to graph target imports for. + """ + + # If this source module imported no target modules, noop. + if not source_module._deferred_imports: + return + + # For each target module imported by this source module... + for have_star, import_info, kwargs in source_module._deferred_imports: + # Graph node of the target module specified by the "from" portion + # of this "from"-style star import (e.g., an import resembling + # "from {target_module_name} import *") or ignored otherwise. + target_modules = self._safe_import_hook(*import_info, **kwargs) + if not target_modules: + # If _safe_import_hook suppressed the module, quietly drop it. + # Do not create an ExcludedModule instance, because that might + # completely suppress the module whereas it might need to be + # included due to reference from another module (that does + # not exclude it via hook). + continue + target_module = target_modules[0] + + # If this is a "from"-style star import, process this import. + if have_star: + #FIXME: Sadly, the current approach to importing attributes + #from "from"-style star imports is... simplistic. This should + #be revised as follows. If this target module is: + # + #* A package: + # * Whose "__init__" submodule defines the "__all__" global + # attribute, only attributes listed by this attribute should + # be imported. + # * Else, *NO* attributes should be imported. + #* A non-package: + # * Defining the "__all__" global attribute, only attributes + # listed by this attribute should be imported. + # * Else, only public attributes whose names are *NOT* + # prefixed by "_" should be imported. + source_module.add_global_attrs_from_module(target_module) + + source_module._starimported_ignored_module_names.update( + target_module._starimported_ignored_module_names) + + # If this target module has no code object and hence is + # unparsable, record its name for posterity. + if target_module.code is None: + target_module_name = import_info[0] + source_module._starimported_ignored_module_names.add( + target_module_name) + + # For safety, prevent these imports from being reprocessed. + source_module._deferred_imports = None + + + def _find_module(self, name, path, parent=None): + """ + 3-tuple describing the physical location of the module with the passed + name if this module is physically findable _or_ raise `ImportError`. + + This high-level method wraps the low-level `modulegraph.find_module()` + function with additional support for graph-based module caching. + + Parameters + ---------- + name : str + Fully-qualified name of the Python module to be found. + path : list + List of the absolute paths of all directories to search for this + module _or_ `None` if the default path list `self.path` is to be + searched. + parent : Node + Package containing this module if this module is a submodule of a + package _or_ `None` if this is a top-level module. + + Returns + ---------- + (filename, loader) + See `modulegraph._find_module()` for details. + + Raises + ---------- + ImportError + If this module is _not_ found. + """ + + if parent is not None: + # assert path is not None + fullname = parent.identifier + '.' + name + else: + fullname = name + + node = self.find_node(fullname) + if node is not None: + self.msg(3, "find_module: already included?", node) + raise ImportError(name) + + if path is None: + if name in sys.builtin_module_names: + return (None, BUILTIN_MODULE) + + path = self.path + + return self._find_module_path(fullname, name, path) + + + def _find_module_path(self, fullname, module_name, search_dirs): + """ + 3-tuple describing the physical location of the module with the passed + name if this module is physically findable _or_ raise `ImportError`. + + This low-level function is a variant on the standard `imp.find_module()` + function with additional support for: + + * Multiple search paths. The passed list of absolute paths will be + iteratively searched for the first directory containing a file + corresponding to this module. + * Compressed (e.g., zipped) packages. + + For efficiency, the higher level `ModuleGraph._find_module()` method + wraps this function with support for module caching. + + Parameters + ---------- + module_name : str + Fully-qualified name of the module to be found. + search_dirs : list + List of the absolute paths of all directories to search for this + module (in order). Searching will halt at the first directory + containing this module. + + Returns + ---------- + (filename, loader) + 2-tuple describing the physical location of this module, where: + * `filename` is the absolute path of this file. + * `loader` is the import loader. + In case of a namespace package, this is a NAMESPACE_PACKAGE + instance + + Raises + ---------- + ImportError + If this module is _not_ found. + """ + self.msgin(4, "_find_module_path <-", fullname, search_dirs) + + # Top-level 2-tuple to be returned. + path_data = None + + # List of the absolute paths of all directories comprising the + # namespace package to which this module belongs if any. + namespace_dirs = [] + + try: + for search_dir in search_dirs: + # PEP 302-compliant importer making loaders for this directory. + importer = pkgutil.get_importer(search_dir) + + # If this directory is not importable, continue. + if importer is None: + # self.msg(4, "_find_module_path importer not found", search_dir) + continue + + # Get the PEP 302-compliant loader object loading this module. + # + # If this importer defines the PEP 451-compliant find_spec() + # method, use that, and obtain loader from spec. This should + # be available on python >= 3.4. + if hasattr(importer, 'find_spec'): + loader = None + spec = importer.find_spec(module_name) + if spec is not None: + loader = spec.loader + namespace_dirs.extend(spec.submodule_search_locations or []) + # Else if this importer defines the PEP 302-compliant find_loader() + # method, use that. + elif hasattr(importer, 'find_loader'): + loader, loader_namespace_dirs = importer.find_loader( + module_name) + namespace_dirs.extend(loader_namespace_dirs) + # Else if this importer defines the Python 2-specific + # find_module() method, fall back to that. Despite the method + # name, this method returns a loader rather than a module. + elif hasattr(importer, 'find_module'): + loader = importer.find_module(module_name) + # Else, raise an exception. + else: + raise ImportError( + "Module %r importer %r loader unobtainable" % (module_name, importer)) + + # If this module is not loadable from this directory, continue. + if loader is None: + # self.msg(4, "_find_module_path loader not found", search_dir) + continue + + # Absolute path of this module. If this module resides in a + # compressed archive, this is the absolute path of this module + # after extracting this module from that archive and hence + # should not exist; else, this path should typically exist. + pathname = None + + # If this loader defines the PEP 302-compliant get_filename() + # method, preferably call that method first. Most if not all + # loaders (including zipimporter objects) define this method. + if hasattr(loader, 'get_filename'): + pathname = loader.get_filename(module_name) + # Else if this loader provides a "path" attribute, defer to that. + elif hasattr(loader, 'path'): + pathname = loader.path + # Else, raise an exception. + else: + raise ImportError( + "Module %r loader %r path unobtainable" % (module_name, loader)) + + # If no path was found, this is probably a namespace package. In + # such case, continue collecting namespace directories. + if pathname is None: + self.msg(4, "_find_module_path path not found", pathname) + continue + + # Return such metadata. + path_data = (pathname, loader) + break + # Else if this is a namespace package, return such metadata. + else: + if namespace_dirs: + path_data = (namespace_dirs[0], + NAMESPACE_PACKAGE(namespace_dirs)) + except UnicodeDecodeError as exc: + self.msgout(1, "_find_module_path -> unicode error", exc) + # Ensure that exceptions are logged, as this function is typically + # called by the import_module() method which squelches ImportErrors. + except Exception as exc: + self.msgout(4, "_find_module_path -> exception", exc) + raise + + # If this module was not found, raise an exception. + self.msgout(4, "_find_module_path ->", path_data) + if path_data is None: + raise ImportError("No module named " + repr(module_name)) + + return path_data + + + def create_xref(self, out=None): + global header, footer, entry, contpl, contpl_linked, imports + if out is None: + out = sys.stdout + scripts = [] + mods = [] + for mod in self.iter_graph(): + name = os.path.basename(mod.identifier) + if isinstance(mod, Script): + scripts.append((name, mod)) + else: + mods.append((name, mod)) + scripts.sort() + mods.sort() + scriptnames = [sn for sn, m in scripts] + scripts.extend(mods) + mods = scripts + + title = "modulegraph cross reference for " + ', '.join(scriptnames) + print(header % {"TITLE": title}, file=out) + + def sorted_namelist(mods): + lst = [os.path.basename(mod.identifier) for mod in mods if mod] + lst.sort() + return lst + for name, m in mods: + content = "" + if isinstance(m, BuiltinModule): + content = contpl % {"NAME": name, + "TYPE": "(builtin module)"} + elif isinstance(m, Extension): + content = contpl % {"NAME": name, + "TYPE": "%s" % m.filename} + else: + url = urllib.request.pathname2url(m.filename or "") + content = contpl_linked % {"NAME": name, "URL": url, + 'TYPE': m.__class__.__name__} + oute, ince = map(sorted_namelist, self.get_edges(m)) + if oute: + links = [] + for n in oute: + links.append(""" %s\n""" % (n, n)) + # #8226 = bullet-point; can't use html-entities since the + # test-suite uses xml.etree.ElementTree.XMLParser, which + # does't supprot them. + links = " • ".join(links) + content += imports % {"HEAD": "imports", "LINKS": links} + if ince: + links = [] + for n in ince: + links.append(""" %s\n""" % (n, n)) + # #8226 = bullet-point; can't use html-entities since the + # test-suite uses xml.etree.ElementTree.XMLParser, which + # does't supprot them. + links = " • ".join(links) + content += imports % {"HEAD": "imported by", "LINKS": links} + print(entry % {"NAME": name, "CONTENT": content}, file=out) + print(footer, file=out) + + def itergraphreport(self, name='G', flatpackages=()): + # XXX: Can this be implemented using Dot()? + nodes = list(map(self.graph.describe_node, self.graph.iterdfs(self))) + describe_edge = self.graph.describe_edge + edges = deque() + packagenodes = set() + packageidents = {} + nodetoident = {} + inpackages = {} + mainedges = set() + + # XXX - implement + flatpackages = dict(flatpackages) + + def nodevisitor(node, data, outgoing, incoming): + if not isinstance(data, Node): + return {'label': str(node)} + #if isinstance(d, (ExcludedModule, MissingModule, BadModule)): + # return None + s = ' ' + type(data).__name__ + for i, v in enumerate(data.infoTuple()[:1], 1): + s += '| %s' % (i, v) + return {'label': s, 'shape': 'record'} + + + def edgevisitor(edge, data, head, tail): + # XXX: This method nonsense, the edge + # data is never initialized. + if data == 'orphan': + return {'style': 'dashed'} + elif data == 'pkgref': + return {'style': 'dotted'} + return {} + + yield 'digraph %s {\ncharset="UTF-8";\n' % (name,) + attr = dict(rankdir='LR', concentrate='true') + cpatt = '%s="%s"' + for item in attr.items(): + yield '\t%s;\n' % (cpatt % item,) + + # find all packages (subgraphs) + for (node, data, outgoing, incoming) in nodes: + nodetoident[node] = getattr(data, 'identifier', None) + if isinstance(data, Package): + packageidents[data.identifier] = node + inpackages[node] = set([node]) + packagenodes.add(node) + + # create sets for subgraph, write out descriptions + for (node, data, outgoing, incoming) in nodes: + # update edges + for edge in (describe_edge(e) for e in outgoing): + edges.append(edge) + + # describe node + yield '\t"%s" [%s];\n' % ( + node, + ','.join([ + (cpatt % item) for item in + nodevisitor(node, data, outgoing, incoming).items() + ]), + ) + + inside = inpackages.get(node) + if inside is None: + inside = inpackages[node] = set() + ident = nodetoident[node] + if ident is None: + continue + pkgnode = packageidents.get(ident[:ident.rfind('.')]) + if pkgnode is not None: + inside.add(pkgnode) + + graph = [] + subgraphs = {} + for key in packagenodes: + subgraphs[key] = [] + + while edges: + edge, data, head, tail = edges.popleft() + if ((head, tail)) in mainedges: + continue + mainedges.add((head, tail)) + tailpkgs = inpackages[tail] + common = inpackages[head] & tailpkgs + if not common and tailpkgs: + usepkgs = sorted(tailpkgs) + if len(usepkgs) != 1 or usepkgs[0] != tail: + edges.append((edge, data, head, usepkgs[0])) + edges.append((edge, 'pkgref', usepkgs[-1], tail)) + continue + if common: + common = common.pop() + if tail == common: + edges.append((edge, data, tail, head)) + elif head == common: + subgraphs[common].append((edge, 'pkgref', head, tail)) + else: + edges.append((edge, data, common, head)) + edges.append((edge, data, common, tail)) + + else: + graph.append((edge, data, head, tail)) + + def do_graph(edges, tabs): + edgestr = tabs + '"%s" -> "%s" [%s];\n' + # describe edge + for (edge, data, head, tail) in edges: + attribs = edgevisitor(edge, data, head, tail) + yield edgestr % ( + head, + tail, + ','.join([(cpatt % item) for item in attribs.items()]), + ) + + for g, edges in subgraphs.items(): + yield '\tsubgraph "cluster_%s" {\n' % (g,) + yield '\t\tlabel="%s";\n' % (nodetoident[g],) + for s in do_graph(edges, '\t\t'): + yield s + yield '\t}\n' + + for s in do_graph(graph, '\t'): + yield s + + yield '}\n' + + def graphreport(self, fileobj=None, flatpackages=()): + if fileobj is None: + fileobj = sys.stdout + fileobj.writelines(self.itergraphreport(flatpackages=flatpackages)) + + def report(self): + """Print a report to stdout, listing the found modules with their + paths, as well as modules that are missing, or seem to be missing. + """ + print() + print("%-15s %-25s %s" % ("Class", "Name", "File")) + print("%-15s %-25s %s" % ("-----", "----", "----")) + for m in sorted(self.iter_graph(), key=lambda n: n.identifier): + print("%-15s %-25s %s" % (type(m).__name__, m.identifier, m.filename or "")) + + def _replace_paths_in_code(self, co): + new_filename = original_filename = os.path.normpath(co.co_filename) + for f, r in self.replace_paths: + f = os.path.join(f, '') + r = os.path.join(r, '') + if original_filename.startswith(f): + new_filename = r + original_filename[len(f):] + break + + else: + return co + + consts = list(co.co_consts) + for i in range(len(consts)): + if isinstance(consts[i], type(co)): + consts[i] = self._replace_paths_in_code(consts[i]) + + return co.replace(co_consts=tuple(consts), co_filename=new_filename) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/util.py b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/util.py new file mode 100755 index 0000000..dab8c06 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/lib/modulegraph/util.py @@ -0,0 +1,21 @@ +import dis +import inspect + + +def iterate_instructions(code_object): + """Delivers the byte-code instructions as a continuous stream. + + Yields `dis.Instruction`. After each code-block (`co_code`), `None` is + yielded to mark the end of the block and to interrupt the steam. + """ + # The arg extension the EXTENDED_ARG opcode represents is automatically handled by get_instructions() but the + # instruction is left in. Get rid of it to make subsequent parsing easier/safer. + yield from (i for i in dis.get_instructions(code_object) if i.opname != "EXTENDED_ARG") + + yield None + + # For each constant in this code object that is itself a code object, + # parse this constant in the same manner. + for constant in code_object.co_consts: + if inspect.iscode(constant): + yield from iterate_instructions(constant) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..652a970fbff6b0818580da3ad3517073ce03ce5f GIT binary patch literal 203 zcmX@j%ge<81YBGjQkj7CV-N=&d}aZPOlPQM&}8&m$xsAR_Zg(-SC)Q8er~FMad~QD ziGF%!NkLJ5R%&udv3_ttVsffaW?HIlXhBM1NotXPS!!OHeokhRenDkPMt+{Lo}rO` zab`)XE>LB5VtQ(^en6#XUU5lcP7Y9YPJUtvkcyAb%*!l^kJl@x{Ka9Do1apelWJGQ V3bdLLh>JmtkIamWj77{q76A3_Htzrc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyiboot01_bootstrap.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyiboot01_bootstrap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d374415fe079df51d3da9c4af74bf8ce3c55367 GIT binary patch literal 1930 zcmaJ>&rcgy5T0e9?Zs=+e?kak{d80H`m#QI`P%eCLa4+8*+5Dlg-xw{OZ;u$%qZWebf4ef9> zk68{Vo|*j6we{-+>T44TC&F0GXKpq_2C2@tHPKqNZHYFVT-(QIj7q&M-?gbe7c(S# zS#3s5za!Cs`W+wFM+Tp|#xz`u=brIq*a_IzpRljdb2|8?tHaRQdNj)3?73QBF$LFR z*2y$XZhe$SQ^RhIA=!6|^F5w^)}+sR6CboWST_k|xo)7%pMb%0@Cerb$-pxI2r}Gd z;cw@tJGOV$(4J8BzAZi+zjyz^t;yu*orgBqd`3~9kX|}Bce%^v&8%sM^{ld>$yfW6 z%7U&L7Bx)Ur>LeSrPFquhR(cXN|t39_F9lFXTw zOv;?bs&hK*bEfzZqnOT~fF)HEe}f~Z(Z`GNd2NBl%?y>S z_?%+thL)l;mKmSYr5QS@%+j6*x-4N=<4btucv_i`*KRz}+t(jA6^r&D^G9ipn(@2Y z@mk-Joz^574VE{pY1Y-gq+?9Wkn~>sR$sp=X_<}zcyV+G&fQvp?%U;ByAhUR%SEfXumS|BA=JY7v)fA zZseES6%P_C?L1e1Kw2t(AimX`Ki@nc%}02#$X^i2h4vv*gh;7+R}2rW4DIusMZRya?TD-*fLh=bqm==l!X=+C?C_T%U;7n+W+UHq2yQudMzQDhos)0+S$Nqh!L2 z-e$wBUUFehFD+qa6(WDrOXs$>kDGL(`th*zTHzuM9W8@>UiX

;Fz2ggUXZ` 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 GkADJlnL!u; literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod02_importers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod02_importers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cffc7313ce7c7c7d086970dffbdf7b6a3575b345 GIT binary patch literal 24404 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 CN!~F4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod03_ctypes.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/loader/__pycache__/pyimod03_ctypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3003e7479860b0983ddae9c7f55de7ae5069186 GIT binary patch literal 6107 zcmdrQTW}NC_3lH`N|tQd5?Gi=7O(+g?iwRU zPMnTsY*W%eI~n6IJDE%a!*uF=C10JSlT1GPgJLpPHuNLY{Pa)3bV8k&*Pa zNle8_CBF5N;(CMj{&L$}U+&vI*<;h8qZNEs0iRwtIb`FN+Y+B_mIXe&_R11`vNnCd z_1U-;C;8x{YS_EVUMshylejDgyGt@#;v}x(q#Bz_(JuU87ibx*Tr(mJ@mU^dtg~^- ztyGeqW#oEE-`_X(_2glzVgKN#9udC7DNT{I3bq_Q=soL7>~uq_tt*A#J}M@gB~ ztz{9&Ci>DU)fKr#xuC@Qq0?+0i7Z%4;G40YL`tC5<#D#xT)ZFj79Fl~w(KU_FPGSb?*716 zcH+exbqP8Tby7Q~4KYjXUX1sW<54!tU|8rT*O_Bsr@^PAdXM2uXz@f+G5B6Jkuo@l zZiZloH$!+aswt^xpAzN_9$TXdv_7b$By+&3nubS;;_$*tEj?Gu#;+3h9;d!fWd6rDHS7hI%9aH3T6gZCoId2v?kS9G^y>6R4$9aruK6H_lC(g zPU7`nWv5(|uBqzD>S_H}s5#%TYHH);#;NAX=6AGrvu|Z*o_qh)d#C1hb>?<;ekjlG zIy&3XHFh*#Q~Soi_`n;ljK6aA+^w3;`TBL2`Fu@atZE);lNbW~vkh<_opgdI1Rh9u z9%Tj|NiM^NxrL42W4YquhfSyGq*SG`;#+1?#=dFGttMF+!tWs1ca})zGJ-5w%(CMQ z;Mh!&3<mhcqGXRNznI7(o6l(q_slvRk=>gEf$;07uOR-y@cVX;cGYo;l|-^w6?8=iTkX> zcGdYtSb38jt+0?WW{ixnaSkj+IKz#R3(Oh58`QM`>4zDd%O+mI2c|6d848A^$KW?l z@dR#yu#g30OW|OMaTC2{4&%-&c^zJlEOVC0vTrkga3)BWdx!ZA0|^v);O(d$;(?Z< zOe@R(ij~O_{|Z0A*vS>e^RIJ;L+ei~)Rdv&?z|9F(r6pk1&Xh`X#sRO^bF^@0kjRn zgE2>f9V(?LHN!1Qv1C-!B#HWAtYP*b;x{}zY^uYgJs5tJa7vc40|?9?1^}_(i@;;k z{A{3UtfRnkzINuef7umR&M!^}Z~FIK<3IE7nQ_kg_uRW3SapXmfbhlg=4&Tsm+$z% zbJKs|y8?%E3-id>uLF;fDfe#fntMCEg|dngb=haj{pZ7VGNU`t#3FkzZm@sG~b z=vufqMQ>WlLN-70QY91FhqN{!KzF7XTWB)?^SLW&$6uixQz&#B;9y*)5d;`xC|aAr z4J1-OSSjls#{a2A>cCC{y2Kix4~AHK|k=hhx#ZUn4;B3S0502an9z@TDxrK-7x3)sRmVD_h z-~dBMh5z{uq5lE2^!+%j{%=)%JgNL2s@l3$N!8DT80j7a5A(oE4Os-}Uf6RI_dS8Y zbV2my`|1IFn#>&P&+q`g$znYqGv^^xkMoOVPK(t9H-H3w-4$ikV*h)bWyT$g<^M8^ zkHca`IpCLyRPzWE+$cWPgD@I`oUent@EY`3z%CV#}qTkA#RC%D3u4k zY^hMCe3pwr3Dpg$LGQ8$&|qlGWYNOCOoh4hi!3K|=1u-9J~Zait2QS*X0rS-NGX|^ z!SosYiMEr^4Du03VZ&a7@7EJaC|VLJS?bfy$EZ%-z$olqik$NHY8hWViuBy`$2M;fR~n zk<+SFD5^(8l2*=QWso7LXRKsSp_0iS z#LHJ+o~w`K>LauD+iv=|eZ6wcRO@8x)yTCSe|+-#lQZ$$mVI+u+H+glKRod1k&lkd zZaJQ7I1aVV>P>fu;9Gmyoewpb#gTW?JAHbFpAGH0?8pa}P3*a{XJY@A{nJgi0-N$H z#ou=21EGn%SN8sH-&`P^3xuz2xE0u*53b6GR!=)8s~_0(d2v&r77i)YkzmO5&Tzn# z5bc7C7*!QjkKsDrZI(X#`)&Wfp`69|IK|4)fhL9O(>)87pf$Q~Wl1)g`*d?_ru>v1`Pck7&v z#&_!P5@^2lJ00!J)eTcyCb!^3J5%tJz`EgsBS-Ufp}D#Zxw;M0ug=!(!I^J)6L~i( zyo4NVgeB0`in+kXTwvqPO^?q8p1`TEU7peGYuP#1nw)FR)&5(qCfM&j#7sNi^}XeT z{m_TQR%{+~Uh?HbYvw}Dxlr@Xt@~#~PvO*mh7C7#2fp;K`G>dK9V&>Vv31P(M%8%L z=Ym*(x>VS3@9rsvc{b$3>CpZFMnhEtAG(07D5$fnX*!FzaNvZ4bf#=$uJ1re->*_kt)_xTJJ4tB@gcOV> z^caFw2+TJJ^YaCv)v74>QyGRB!8HW{x1hwrb#ro7;t6Pj{D)11(p6PmC6bcTE1`=0l6VPC;T_@;YM-CBb4 deIn z|IPpZ{nt9p4<$UWT934G(t3IXr^ zb?;FrFmoNH4q1zXIL6bD(^CT4_q>5A}#h%Ju&OJWd7ZyRP5O=P^sXg`CC$1))23#5b zR19AgmpqA-P?DZc5~ro!d`_!Xw)18YHcm&gAv2;3tur?~u`z(S@dSC%~@Qtf)Bw)w0~RQ`NMLW*8YTvaD_LvJ+&*1)ZDV zA;)Yd=(-flN>ZoOiw!<9b@gsKo{F~uC8yg%dRaE$6l^k#7hK7kb4(E>rrJtQw=HfK zAi7Y}mYQW#`Yapx#L`roab*FrQ4IZ((x}1k;E5qc=r$VwWEFWA8nUrf(*`=MPH{N)M|Ksy|$O^8UwPAFf5ybwv7i z8eAS<8ehJ!bfI?mtxej$6F_~hub*2xw?4Ht_3f+Q#qY*zBNLC~lQkOqtF3)?WMyRa z%*vTsY;dzpfqYscI~}McwCg0fNssM>QA_X_8r`5#7f6+z5IXeA>Zz4etD`HUU-jQi zJZ?LBHT7#-WGj+bp?^dYxA~pLTZgu}m~@OGddAK|Zo?LX6Fca#7C literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py new file mode 100755 index 0000000..b0da1dd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py @@ -0,0 +1,95 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +#-- Start bootstrap process +# Only python built-in modules can be used. + +import sys + +import pyimod02_importers + +# Extend Python import machinery by adding PEP302 importers to sys.meta_path. +pyimod02_importers.install() + +#-- Bootstrap process is complete. +# We can use other python modules (e.g. os) + +import os # noqa: E402 + +# Let other python modules know that the code is running in frozen mode. +if not hasattr(sys, 'frozen'): + sys.frozen = True + +# sys._MEIPASS is now set in the bootloader. Hooray. + +# Python 3 C-API function Py_SetPath() resets sys.prefix to empty string. Python 2 was using PYTHONHOME for sys.prefix. +# Let's do the same for Python 3. +sys.prefix = sys._MEIPASS +sys.exec_prefix = sys.prefix + +# Python 3.3+ defines also sys.base_prefix. Let's set them too. +sys.base_prefix = sys.prefix +sys.base_exec_prefix = sys.exec_prefix + +# Some packages behave differently when running inside virtual environment. E.g., IPython tries to append path +# VIRTUAL_ENV to sys.path. For the frozen app we want to prevent this behavior. +VIRTENV = 'VIRTUAL_ENV' +if VIRTENV in os.environ: + # On some platforms (e.g., AIX) 'os.unsetenv()' is unavailable and deleting the var from os.environ does not + # delete it from the environment. + os.environ[VIRTENV] = '' + del os.environ[VIRTENV] + +# Ensure sys.path contains absolute paths. Otherwise, import of other python modules will fail when current working +# directory is changed by the frozen application. +python_path = [] +for pth in sys.path: + python_path.append(os.path.abspath(pth)) + sys.path = python_path + +# At least on Windows, Python seems to hook up the codecs on this import, so it is not enough to just package up all +# the encodings. +# +# It was also reported that without 'encodings' module, the frozen executable fails to load in some configurations: +# http://www.pyinstaller.org/ticket/651 +# +# Importing 'encodings' module in a run-time hook is not enough, since some run-time hooks require this module, and the +# order of running the code from the run-time hooks is not defined. +try: + import encodings # noqa: F401 +except ImportError: + pass + +# In the Python interpreter 'warnings' module is imported when 'sys.warnoptions' is not empty. Mimic this behavior. +if sys.warnoptions: + import warnings # noqa: F401 + +# Install the hooks for ctypes +import pyimod03_ctypes # noqa: E402 + +pyimod03_ctypes.install() + +# Install the hooks for pywin32 (Windows only) +if sys.platform.startswith('win'): + import pyimod04_pywin32 + pyimod04_pywin32.install() + +# Apply a hack for metadata that was collected from (unzipped) python eggs; the EGG-INFO directories are collected into +# their parent directories (my_package-version.egg/EGG-INFO), and for metadata to be discoverable by +# `importlib.metadata`, the .egg directory needs to be in `sys.path`. The deprecated `pkg_resources` does not have this +# limitation, and seems to work as long as the .egg directory's parent directory (in our case `sys._MEIPASS` is in +# `sys.path`. +for entry in os.listdir(sys._MEIPASS): + entry = os.path.join(sys._MEIPASS, entry) + if not os.path.isdir(entry): + continue + if entry.endswith('.egg'): + sys.path.append(entry) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod01_archive.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod01_archive.py new file mode 100755 index 0000000..405a12d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod01_archive.py @@ -0,0 +1,155 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +# **NOTE** This module is used during bootstrap. +# Import *ONLY* builtin modules or modules that are collected into the base_library.zip archive. +# List of built-in modules: sys.builtin_module_names +# List of modules collected into base_library.zip: PyInstaller.compat.PY3_BASE_MODULES + +import os +import struct +import marshal +import zlib + +# In Python3, the MAGIC_NUMBER value is available in the importlib module. However, in the bootstrap phase we cannot use +# importlib directly, but rather its frozen variant. +import _frozen_importlib + +PYTHON_MAGIC_NUMBER = _frozen_importlib._bootstrap_external.MAGIC_NUMBER + +# Type codes for PYZ PYZ entries +PYZ_ITEM_MODULE = 0 +PYZ_ITEM_PKG = 1 +PYZ_ITEM_DATA = 2 # deprecated; PYZ does not contain any data entries anymore +PYZ_ITEM_NSPKG = 3 # PEP-420 namespace package + + +class ArchiveReadError(RuntimeError): + pass + + +class ZlibArchiveReader: + """ + Reader for PyInstaller's PYZ (ZlibArchive) archive. The archive is used to store collected byte-compiled Python + modules, as individually-compressed entries. + """ + _PYZ_MAGIC_PATTERN = b'PYZ\0' + + def __init__(self, filename, start_offset=None, check_pymagic=False): + self._filename = filename + self._start_offset = start_offset + + self.toc = {} + + # If no offset is given, try inferring it from filename + if start_offset is None: + self._filename, self._start_offset = self._parse_offset_from_filename(filename) + + # Parse header and load TOC. Standard header contains 12 bytes: PYZ magic pattern, python bytecode magic + # pattern, and offset to TOC (32-bit integer). It might be followed by additional fields, depending on + # implementation version. + with open(self._filename, "rb") as fp: + # Read PYZ magic pattern, located at the start of the file + fp.seek(self._start_offset, os.SEEK_SET) + + magic = fp.read(len(self._PYZ_MAGIC_PATTERN)) + if magic != self._PYZ_MAGIC_PATTERN: + raise ArchiveReadError("PYZ magic pattern mismatch!") + + # Read python magic/version number + pymagic = fp.read(len(PYTHON_MAGIC_NUMBER)) + if check_pymagic and pymagic != PYTHON_MAGIC_NUMBER: + raise ArchiveReadError("Python magic pattern mismatch!") + + # Read TOC offset + toc_offset, *_ = struct.unpack('!i', fp.read(4)) + + # Load TOC + fp.seek(self._start_offset + toc_offset, os.SEEK_SET) + self.toc = dict(marshal.load(fp)) + + @staticmethod + def _parse_offset_from_filename(filename): + """ + Parse the numeric offset from filename, stored as: `/path/to/file?offset`. + """ + offset = 0 + + idx = filename.rfind('?') + if idx == -1: + return filename, offset + + try: + offset = int(filename[idx + 1:]) + filename = filename[:idx] # Remove the offset from filename + except ValueError: + # Ignore spurious "?" in the path (for example, like in Windows UNC \\?\). + pass + + return filename, offset + + def is_package(self, name): + """ + Check if the given name refers to a package entry. Used by PyiFrozenImporter at runtime. + """ + entry = self.toc.get(name) + if entry is None: + return False + typecode, entry_offset, entry_length = entry + return typecode in (PYZ_ITEM_PKG, PYZ_ITEM_NSPKG) + + def is_pep420_namespace_package(self, name): + """ + Check if the given name refers to a namespace package entry. Used by PyiFrozenImporter at runtime. + """ + entry = self.toc.get(name) + if entry is None: + return False + typecode, entry_offset, entry_length = entry + return typecode == PYZ_ITEM_NSPKG + + def extract(self, name, raw=False): + """ + Extract data from entry with the given name. + + If the entry belongs to a module or a package, the data is loaded (unmarshaled) into code object. To retrieve + raw data, set `raw` flag to True. + """ + # Look up entry + entry = self.toc.get(name) + if entry is None: + return None + typecode, entry_offset, entry_length = entry + + # Read data blob + try: + with open(self._filename, "rb") as fp: + fp.seek(self._start_offset + entry_offset) + obj = fp.read(entry_length) + except FileNotFoundError: + # We open the archive file each time we need to read from it, to avoid locking the file by keeping it open. + # This allows executable to be deleted or moved (renamed) while it is running, which is useful in certain + # scenarios (e.g., automatic update that replaces the executable). The caveat is that once the executable is + # renamed, we cannot read from its embedded PYZ archive anymore. In such case, exit with informative + # message. + raise SystemExit( + f"{self._filename} appears to have been moved or deleted since this application was launched. " + "Continouation from this state is impossible. Exiting now." + ) + + try: + obj = zlib.decompress(obj) + if typecode in (PYZ_ITEM_MODULE, PYZ_ITEM_PKG, PYZ_ITEM_NSPKG) and not raw: + obj = marshal.loads(obj) + except EOFError as e: + raise ImportError(f"Failed to unmarshal PYZ entry {name!r}!") from e + + return obj diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod02_importers.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod02_importers.py new file mode 100755 index 0000000..260b586 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod02_importers.py @@ -0,0 +1,576 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +PEP-302 and PEP-451 importers for frozen applications. +""" + +# **NOTE** This module is used during bootstrap. +# Import *ONLY* builtin modules or modules that are collected into the base_library.zip archive. +# List of built-in modules: sys.builtin_module_names +# List of modules collected into base_library.zip: PyInstaller.compat.PY3_BASE_MODULES + +import sys +import os +import io + +import _frozen_importlib +import _thread + +from pyimod01_archive import ArchiveReadError, ZlibArchiveReader + +SYS_PREFIX = sys._MEIPASS + os.sep +SYS_PREFIXLEN = len(SYS_PREFIX) + +# In Python 3, it is recommended to use class 'types.ModuleType' to create a new module. However, 'types' module is +# not a built-in module. The 'types' module uses this trick with using type() function: +imp_new_module = type(sys) + +if sys.flags.verbose and sys.stderr: + + def trace(msg, *a): + sys.stderr.write(msg % a) + sys.stderr.write("\n") +else: + + def trace(msg, *a): + pass + + +def _decode_source(source_bytes): + """ + Decode bytes representing source code and return the string. Universal newline support is used in the decoding. + Based on CPython's implementation of the same functionality: + https://github.com/python/cpython/blob/3.9/Lib/importlib/_bootstrap_external.py#L679-L688 + """ + # Local import to avoid including `tokenize` and its dependencies in `base_library.zip` + from tokenize import detect_encoding + source_bytes_readline = io.BytesIO(source_bytes).readline + encoding = detect_encoding(source_bytes_readline) + newline_decoder = io.IncrementalNewlineDecoder(decoder=None, translate=True) + return newline_decoder.decode(source_bytes.decode(encoding[0])) + + +class PyiFrozenImporterState: + """ + An object encapsulating extra information for PyiFrozenImporter, to be stored in `ModuleSpec.loader_state`. Having + a custom type allows us to verify that module spec indeed contains the original loader state data, as set by + `PyiFrozenImporter.find_spec`. + """ + def __init__(self, entry_name): + # Module name, as recorded in the PYZ archive. + self.pyz_entry_name = entry_name + + +class PyiFrozenImporter: + """ + Load bytecode of Python modules from the executable created by PyInstaller. + + Python bytecode is zipped and appended to the executable. + + NOTE: PYZ format cannot be replaced by zipimport module. + + The problem is that we have no control over zipimport; for instance, it does not work if the zip file is embedded + into a PKG that is appended to an executable, like we create in one-file mode. + + This used to be PEP-302 finder and loader class for the ``sys.meta_path`` hook. A PEP-302 finder requires method + find_module() to return loader class with method load_module(). However, both of these methods were deprecated in + python 3.4 by PEP-451 (see below). Therefore, this class now provides only optional extensions to the PEP-302 + importer protocol. + + This is also a PEP-451 finder and loader class for the ModuleSpec type import system. A PEP-451 finder requires + method find_spec(), a PEP-451 loader requires methods exec_module(), load_module() and (optionally) create_module(). + All these methods are implemented in this one class. + """ + def __init__(self): + """ + Load, unzip and initialize the Zip archive bundled with the executable. + """ + # Examine all items in sys.path and the one like /path/executable_name?117568 is the correct executable with + # the bundled zip archive. Use this value for the ZlibArchiveReader class, and remove this item from sys.path. + # It was needed only for PyiFrozenImporter class. Wrong path from sys.path raises an ArchiveReadError exception. + for pyz_filepath in sys.path: + try: + # Unzip zip archive bundled with the executable. + self._pyz_archive = ZlibArchiveReader(pyz_filepath, check_pymagic=True) + + # As no exception was raised, we can assume that ZlibArchiveReader was successfully loaded. + # Let's remove 'pyz_filepath' from sys.path. + trace("# PyInstaller: PyiFrozenImporter(%s)", pyz_filepath) + sys.path.remove(pyz_filepath) + break + except IOError: + # Item from sys.path is not ZlibArchiveReader; let's try next one. + continue + except ArchiveReadError: + # Item from sys.path is not ZlibArchiveReader; let's try next one. + continue + else: + # sys.path does not contain the filename of the executable with the bundled zip archive. Raise import error. + raise ImportError("Cannot load frozen modules.") + + # Some runtime hooks might need access to the list of available frozen modules. Make them accessible as a set(). + self.toc = set(self._pyz_archive.toc.keys()) + + # Some runtime hooks might need to traverse available frozen package/module hierarchy to simulate filesystem. + # Such traversals can be efficiently implemented using a prefix tree (trie), whose computation we defer + # until first access. + self._lock = _thread.RLock() + self._toc_tree = None + + @property + def toc_tree(self): + with self._lock: + if self._toc_tree is None: + self._toc_tree = self._build_pyz_prefix_tree() + return self._toc_tree + + # Helper for computing PYZ prefix tree + def _build_pyz_prefix_tree(self): + tree = dict() + for entry_name in self.toc: + name_components = entry_name.split('.') + current = tree + if self._pyz_archive.is_package(entry_name): # self.is_package() without unnecessary checks + # Package; create new dictionary node for its modules + for name_component in name_components: + current = current.setdefault(name_component, {}) + else: + # Module; create the leaf node (empty string) + for name_component in name_components[:-1]: + current = current.setdefault(name_component, {}) + current[name_components[-1]] = '' + return tree + + # Private helper + def _is_pep420_namespace_package(self, fullname): + if fullname in self.toc: + try: + return self._pyz_archive.is_pep420_namespace_package(fullname) + except Exception as e: + raise ImportError(f'PyiFrozenImporter cannot handle module {fullname!r}') from e + else: + raise ImportError(f'PyiFrozenImporter cannot handle module {fullname!r}') + + #-- Optional Extensions to the PEP-302 Importer Protocol -- + + def is_package(self, fullname): + if fullname in self.toc: + try: + return self._pyz_archive.is_package(fullname) + except Exception as e: + raise ImportError(f'PyiFrozenImporter cannot handle module {fullname!r}') from e + else: + raise ImportError(f'PyiFrozenImporter cannot handle module {fullname!r}') + + def get_code(self, fullname): + """ + Get the code object associated with the module. + + ImportError should be raised if module not found. + """ + try: + if fullname == '__main__': + # Special handling for __main__ module; the bootloader should store code object to _pyi_main_co + # attribute of the module. + return sys.modules['__main__']._pyi_main_co + + # extract() returns None if fullname is not in the archive, and the subsequent subscription attempt raises + # exception, which is turned into ImportError. + return self._pyz_archive.extract(fullname) + except Exception as e: + raise ImportError(f'PyiFrozenImporter cannot handle module {fullname!r}') from e + + def get_source(self, fullname): + """ + Method should return the source code for the module as a string. + But frozen modules does not contain source code. + + Return None, unless the corresponding source file was explicitly collected to the filesystem. + """ + if fullname in self.toc: + # Try loading the .py file from the filesystem (only for collected modules) + if self.is_package(fullname): + fullname += '.__init__' + filename = os.path.join(SYS_PREFIX, fullname.replace('.', os.sep) + '.py') + try: + # Read in binary mode, then decode + with open(filename, 'rb') as fp: + source_bytes = fp.read() + return _decode_source(source_bytes) + except FileNotFoundError: + pass + return None + else: + # ImportError should be raised if module not found. + raise ImportError('No module named ' + fullname) + + def get_data(self, path): + """ + Returns the data as a string, or raises IOError if the file was not found. The data is always returned as if + "binary" mode was used. + + The 'path' argument is a path that can be constructed by munging module.__file__ (or pkg.__path__ items). + + This assumes that the file in question was collected into frozen application bundle as a file, and is available + on the filesystem. Older versions of PyInstaller also supported data embedded in the PYZ archive, but that has + been deprecated in v6. + """ + # Try to fetch the data from the filesystem. Since __file__ attribute works properly, just try to open the file + # and read it. + with open(path, 'rb') as fp: + return fp.read() + + def get_filename(self, fullname): + """ + This method should return the value that __file__ would be set to if the named module was loaded. If the module + is not found, an ImportError should be raised. + """ + # The absolute absolute path to the executable is taken from sys.prefix. In onefile mode it points to the temp + # directory where files are unpacked by PyInstaller. Then, append the appropriate suffix (__init__.pyc for a + # package, or just .pyc for a module). + # Method is_package() will raise ImportError if module not found. + if self.is_package(fullname): + filename = os.path.join(SYS_PREFIX, fullname.replace('.', os.path.sep), '__init__.pyc') + else: + filename = os.path.join(SYS_PREFIX, fullname.replace('.', os.path.sep) + '.pyc') + return filename + + def find_spec(self, fullname, path=None, target=None): + """ + PEP-451 finder.find_spec() method for the ``sys.meta_path`` hook. + + fullname fully qualified name of the module + path None for a top-level module, or package.__path__ for + submodules or subpackages. + target unused by this Finder + + Finders are still responsible for identifying, and typically creating, the loader that should be used to load a + module. That loader will now be stored in the module spec returned by find_spec() rather than returned directly. + As is currently the case without the PEP-452, if a loader would be costly to create, that loader can be designed + to defer the cost until later. + + Finders must return ModuleSpec objects when find_spec() is called. This new method replaces find_module() and + find_loader() (in the PathEntryFinder case). If a loader does not have find_spec(), find_module() and + find_loader() are used instead, for backward-compatibility. + """ + entry_name = None # None means - no module found in this importer. + + # Try to handle module.__path__ modifications by the modules themselves. This needs to be done first in + # order to support module overrides in alternative locations while we also have the original module + # available at non-override location. + if path is not None: + # Reverse the fake __path__ we added to the package module into a dotted module name, and add the tail + # module from fullname onto that to synthesize a new fullname. + modname = fullname.rsplit('.')[-1] + + for p in path: + if not p.startswith(SYS_PREFIX): + continue + p = p[SYS_PREFIXLEN:] + parts = p.split(os.sep) + if not parts: + continue + if not parts[0]: + parts = parts[1:] + parts.append(modname) + entry_name = ".".join(parts) + if entry_name in self.toc: + trace("import %s as %s # PyInstaller PYZ (__path__ override: %s)", entry_name, fullname, p) + break + else: + entry_name = None + + if entry_name is None: + # Either there was no path override, or the module was not available there. Check the fully qualified name + # of the module directly. + if fullname in self.toc: + entry_name = fullname + trace("import %s # PyInstaller PYZ", fullname) + + if entry_name is None: + trace("# %s not found in PYZ", fullname) + return None + + if self._is_pep420_namespace_package(entry_name): + from importlib._bootstrap_external import _NamespacePath + # PEP-420 namespace package; as per PEP 451, we need to return a spec with "loader" set to None + # (a.k.a. not set) + spec = _frozen_importlib.ModuleSpec(fullname, None, is_package=True) + # Set submodule_search_locations, which seems to fill the __path__ attribute. + # This needs to be an instance of `importlib._bootstrap_external._NamespacePath` for `importlib.resources` + # to work correctly with the namespace package; otherwise `importlib.resources.files()` throws an + # `ValueError('Invalid path')` due to this check: + # https://github.com/python/cpython/blob/v3.11.5/Lib/importlib/resources/readers.py#L109-L110 + spec.submodule_search_locations = _NamespacePath( + entry_name, + [os.path.dirname(self.get_filename(entry_name))], + # The `path_finder` argument must be a callable with two arguments (`name` and `path`) that + # returns the spec - so we need to bind our `find_spec` via lambda. + lambda name, path: self.find_spec(name, path), + ) + return spec + + # origin has to be the filename + origin = self.get_filename(entry_name) + is_pkg = self.is_package(entry_name) + + spec = _frozen_importlib.ModuleSpec( + fullname, + self, + is_package=is_pkg, + origin=origin, + # Provide the entry_name (name of module entry in the PYZ) for the loader to use during loading. + loader_state=PyiFrozenImporterState(entry_name) + ) + + # Make the import machinery set __file__. + # PEP 451 says: "has_location" is true if the module is locatable. In that case the spec's origin is used + # as the location and __file__ is set to spec.origin. If additional location information is required + # (e.g., zipimport), that information may be stored in spec.loader_state. + spec.has_location = True + + # Set submodule_search_locations for packages. Seems to be required for importlib_resources from 3.2.0; + # see issue #5395. + if is_pkg: + spec.submodule_search_locations = [os.path.dirname(self.get_filename(entry_name))] + + return spec + + def create_module(self, spec): + """ + PEP-451 loader.create_module() method for the ``sys.meta_path`` hook. + + Loaders may also implement create_module() that will return a new module to exec. It may return None to indicate + that the default module creation code should be used. One use case, though atypical, for create_module() is to + provide a module that is a subclass of the builtin module type. Most loaders will not need to implement + create_module(). + + create_module() should properly handle the case where it is called more than once for the same spec/module. This + may include returning None or raising ImportError. + """ + # Contrary to what is defined in PEP-451, this method is not optional. We want the default results, so we simply + # return None (which is handled for su my the import machinery). + # See https://bugs.python.org/issue23014 for more information. + return None + + def exec_module(self, module): + """ + PEP-451 loader.exec_module() method for the ``sys.meta_path`` hook. + + Loaders will have a new method, exec_module(). Its only job is to "exec" the module and consequently populate + the module's namespace. It is not responsible for creating or preparing the module object, nor for any cleanup + afterward. It has no return value. exec_module() will be used during both loading and reloading. + + exec_module() should properly handle the case where it is called more than once. For some kinds of modules this + may mean raising ImportError every time after the first time the method is called. This is particularly relevant + for reloading, where some kinds of modules do not support in-place reloading. + """ + spec = module.__spec__ + + if isinstance(spec.loader_state, PyiFrozenImporterState): + # Use the module name stored in the `loader_state`, which was set by our `find_spec()` implementation. + # This is necessary to properly resolve aliased modules; for example, `module.__spec__.name` contains + # `pkg_resources.extern.jaraco.text`, but the original name stored in `loader_state`, which we need + # to use for code look-up, is `pkg_resources._vendor.jaraco.text`. + module_name = spec.loader_state.pyz_entry_name + elif isinstance(spec.loader_state, dict): + # This seems to happen when `importlib.util.LazyLoader` is used, and our original `loader_state` is lost. + # We could use `spec.name` and hope for the best, but that will likely fail with aliased modules (see + # the comment in the branch above for an example). + # + # So try to reconstruct the original module name from the `origin` - which is essentially the reverse of + # our `get_filename()` implementation. + assert spec.origin.startswith(SYS_PREFIX) + module_name = spec.origin[SYS_PREFIXLEN:].replace(os.sep, '.') + if module_name.endswith('.pyc'): + module_name = module_name[:-4] + if module_name.endswith('.__init__'): + module_name = module_name[:-9] + else: + raise RuntimeError(f"Module's spec contains loader_state of incompatible type: {type(spec.loader_state)}") + + bytecode = self.get_code(module_name) + if bytecode is None: + raise RuntimeError(f"Failed to retrieve bytecode for {spec.name!r}!") + + # Set by the import machinery + assert hasattr(module, '__file__') + + # If `submodule_search_locations` is not None, this is a package; set __path__. + if spec.submodule_search_locations is not None: + # Since PYTHONHOME is set in bootloader, 'sys.prefix' points to the correct path where PyInstaller should + # find bundled dynamic libraries. In one-file mode it points to the tmp directory where bundled files are + # extracted at execution time. + # + # __path__ cannot be empty list because 'wx' module prepends something to it. It cannot contain value + # 'sys.prefix' because 'xml.etree.cElementTree' fails otherwise. + # + # Set __path__ to point to 'sys.prefix/package/subpackage'. + module.__path__ = [os.path.dirname(module.__file__)] + + exec(bytecode, module.__dict__) + + def get_resource_reader(self, fullname): + """ + Return importlib.resource-compatible resource reader. + """ + return PyiFrozenResourceReader(self, fullname) + + +class PyiFrozenResourceReader: + """ + Resource reader for importlib.resources / importlib_resources support. + + Supports only on-disk resources, which should cover the typical use cases, i.e., the access to data files; + PyInstaller collects data files onto filesystem, and as of v6.0.0, the embedded PYZ archive is guaranteed + to contain only .pyc modules. + + When listing resources, source .py files will not be listed as they are not collected by default. Similarly, + sub-directories that contained only .py files are not reconstructed on filesystem, so they will not be listed, + either. If access to .py files is required for whatever reason, they need to be explicitly collected as data files + anyway, which will place them on filesystem and make them appear as resources. + + For on-disk resources, we *must* return path compatible with pathlib.Path() in order to avoid copy to a temporary + file, which might break under some circumstances, e.g., metpy with importlib_resources back-port, due to: + https://github.com/Unidata/MetPy/blob/a3424de66a44bf3a92b0dcacf4dff82ad7b86712/src/metpy/plots/wx_symbols.py#L24-L25 + (importlib_resources tries to use 'fonts/wx_symbols.ttf' as a temporary filename suffix, which fails as it contains + a separator). + + Furthermore, some packages expect files() to return either pathlib.Path or zipfile.Path, e.g., + https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/core/utils/resource_utils.py#L81-L97 + This makes implementation of mixed support for on-disk and embedded resources using importlib.abc.Traversable + protocol rather difficult. + + So in order to maximize compatibility with unfrozen behavior, the below implementation is basically equivalent of + importlib.readers.FileReader from python 3.10: + https://github.com/python/cpython/blob/839d7893943782ee803536a47f1d4de160314f85/Lib/importlib/readers.py#L11 + and its underlying classes, importlib.abc.TraversableResources and importlib.abc.ResourceReader: + https://github.com/python/cpython/blob/839d7893943782ee803536a47f1d4de160314f85/Lib/importlib/abc.py#L422 + https://github.com/python/cpython/blob/839d7893943782ee803536a47f1d4de160314f85/Lib/importlib/abc.py#L312 + """ + def __init__(self, importer, name): + # Local import to avoid including `pathlib` and its dependencies in `base_library.zip` + from pathlib import Path + self.importer = importer + self.path = Path(sys._MEIPASS).joinpath(*name.split('.')) + + def open_resource(self, resource): + return self.files().joinpath(resource).open('rb') + + def resource_path(self, resource): + return str(self.path.joinpath(resource)) + + def is_resource(self, path): + return self.files().joinpath(path).is_file() + + def contents(self): + return (item.name for item in self.files().iterdir()) + + def files(self): + return self.path + + +def install(): + """ + Install PyiFrozenImporter class into the import machinery. + + This function installs the PyiFrozenImporter class into the import machinery of the running process. The importer + is added to sys.meta_path. It could be added to sys.path_hooks, but sys.meta_path is processed by Python before + looking at sys.path! + + The order of processing import hooks in sys.meta_path: + + 1. built-in modules + 2. modules from the bundled ZIP archive + 3. C extension modules + 4. Modules from sys.path + """ + # Ensure Python looks in the bundled zip archive for modules before any other places. + importer = PyiFrozenImporter() + sys.meta_path.append(importer) + + # On Windows there is importer _frozen_importlib.WindowsRegistryFinder that looks for Python modules in Windows + # registry. The frozen executable should not look for anything in the Windows registry. Remove this importer + # from sys.meta_path. + for item in sys.meta_path: + if hasattr(item, '__name__') and item.__name__ == 'WindowsRegistryFinder': + sys.meta_path.remove(item) + break + # _frozen_importlib.PathFinder is also able to handle Python C extensions. However, PyInstaller needs its own + # importer as it uses extension names like 'module.submodle.so' (instead of paths). As of Python 3.7.0b2, there + # are several PathFinder instances (and duplicate ones) on sys.meta_path. This propobly is a bug, see + # https://bugs.python.org/issue33128. Thus we need to move all of them to the end, and eliminate the duplicates. + path_finders = [] + for item in reversed(sys.meta_path): + if getattr(item, '__name__', None) == 'PathFinder': + sys.meta_path.remove(item) + if item not in path_finders: + path_finders.append(item) + sys.meta_path.extend(reversed(path_finders)) + # TODO: do we need _frozen_importlib.FrozenImporter in Python 3? Could it be also removed? + + # Set the FrozenImporter as loader for __main__, in order for python to treat __main__ as a module instead of + # a built-in. + try: + sys.modules['__main__'].__loader__ = importer + except Exception: + pass + + # Apply hack for python >= 3.11 and its frozen stdlib modules. + if sys.version_info >= (3, 11): + _fixup_frozen_stdlib() + + +# A hack for python >= 3.11 and its frozen stdlib modules. Unless `sys._stdlib_dir` is set, these modules end up +# missing __file__ attribute, which causes problems with 3rd party code. At the time of writing, python interpreter +# configuration API does not allow us to influence `sys._stdlib_dir` - it always resets it to `None`. Therefore, +# we manually set the path, and fix __file__ attribute on modules. +def _fixup_frozen_stdlib(): + import _imp # built-in + + # If sys._stdlib_dir is None or empty, override it with sys._MEIPASS + if not sys._stdlib_dir: + try: + sys._stdlib_dir = sys._MEIPASS + except AttributeError: + pass + + # The sys._stdlib_dir set above should affect newly-imported python-frozen modules. However, most of them have + # been already imported during python initialization and our bootstrap, so we need to retroactively fix their + # __file__ attribute. + for module_name, module in sys.modules.items(): + if not _imp.is_frozen(module_name): + continue + + is_pkg = _imp.is_frozen_package(module_name) + + # Determine "real" name from __spec__.loader_state. + loader_state = module.__spec__.loader_state + + orig_name = loader_state.origname + if is_pkg: + orig_name += '.__init__' + + # We set suffix to .pyc to be consistent with out PyiFrozenImporter. + filename = os.path.join(sys._MEIPASS, *orig_name.split('.')) + '.pyc' + + # Fixup the __file__ attribute + if not hasattr(module, '__file__'): + try: + module.__file__ = filename + except AttributeError: + pass + + # Fixup the loader_state.filename + # Except for _frozen_importlib (importlib._bootstrap), whose loader_state.filename appears to be left at + # None in python. + if loader_state.filename is None and orig_name != 'importlib._bootstrap': + loader_state.filename = filename diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod03_ctypes.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod03_ctypes.py new file mode 100755 index 0000000..3ade7dd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod03_ctypes.py @@ -0,0 +1,131 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License with exception +# for distributing bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +#----------------------------------------------------------------------------- +""" +Hooks to make ctypes.CDLL, .PyDLL, etc. look in sys._MEIPASS first. +""" + +import sys + + +def install(): + """ + Install the hooks. + + This must be done from a function as opposed to at module-level, because when the module is imported/executed, + the import machinery is not completely set up yet. + """ + + import os + + try: + import ctypes + except ImportError: + # ctypes is not included in the frozen application + return + + def _frozen_name(name): + # If the given (file)name does not exist, fall back to searching for its basename in sys._MEIPASS, where + # PyInstaller usually collects shared libraries. + if name and not os.path.isfile(name): + frozen_name = os.path.join(sys._MEIPASS, os.path.basename(name)) + if os.path.isfile(frozen_name): + name = frozen_name + return name + + class PyInstallerImportError(OSError): + def __init__(self, name): + self.msg = ( + "Failed to load dynlib/dll %r. Most likely this dynlib/dll was not found when the application " + "was frozen." % name + ) + self.args = (self.msg,) + + class PyInstallerCDLL(ctypes.CDLL): + def __init__(self, name, *args, **kwargs): + name = _frozen_name(name) + try: + super().__init__(name, *args, **kwargs) + except Exception as base_error: + raise PyInstallerImportError(name) from base_error + + ctypes.CDLL = PyInstallerCDLL + ctypes.cdll = ctypes.LibraryLoader(PyInstallerCDLL) + + class PyInstallerPyDLL(ctypes.PyDLL): + def __init__(self, name, *args, **kwargs): + name = _frozen_name(name) + try: + super().__init__(name, *args, **kwargs) + except Exception as base_error: + raise PyInstallerImportError(name) from base_error + + ctypes.PyDLL = PyInstallerPyDLL + ctypes.pydll = ctypes.LibraryLoader(PyInstallerPyDLL) + + if sys.platform.startswith('win'): + + class PyInstallerWinDLL(ctypes.WinDLL): + def __init__(self, name, *args, **kwargs): + name = _frozen_name(name) + try: + super().__init__(name, *args, **kwargs) + except Exception as base_error: + raise PyInstallerImportError(name) from base_error + + ctypes.WinDLL = PyInstallerWinDLL + ctypes.windll = ctypes.LibraryLoader(PyInstallerWinDLL) + + class PyInstallerOleDLL(ctypes.OleDLL): + def __init__(self, name, *args, **kwargs): + name = _frozen_name(name) + try: + super().__init__(name, *args, **kwargs) + except Exception as base_error: + raise PyInstallerImportError(name) from base_error + + ctypes.OleDLL = PyInstallerOleDLL + ctypes.oledll = ctypes.LibraryLoader(PyInstallerOleDLL) + + try: + import ctypes.util + except ImportError: + # ctypes.util is not included in the frozen application + return + + # Same implementation as ctypes.util.find_library, except it prepends sys._MEIPASS to the search directories. + def pyinstaller_find_library(name): + if name in ('c', 'm'): + return ctypes.util.find_msvcrt() + # See MSDN for the REAL search order. + search_dirs = [sys._MEIPASS] + os.environ['PATH'].split(os.pathsep) + for directory in search_dirs: + fname = os.path.join(directory, name) + if os.path.isfile(fname): + return fname + if fname.lower().endswith(".dll"): + continue + fname = fname + ".dll" + if os.path.isfile(fname): + return fname + return None + + ctypes.util.find_library = pyinstaller_find_library + + +# On Mac OS insert sys._MEIPASS in the first position of the list of paths that ctypes uses to search for libraries. +# +# Note: 'ctypes' module will NOT be bundled with every app because code in this module is not scanned for module +# dependencies. It is safe to wrap 'ctypes' module into 'try/except ImportError' block. +if sys.platform.startswith('darwin'): + try: + from ctypes.macholib import dyld + dyld.DEFAULT_LIBRARY_FALLBACK.insert(0, sys._MEIPASS) + except ImportError: + # Do nothing when module 'ctypes' is not available. + pass diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod04_pywin32.py b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod04_pywin32.py new file mode 100755 index 0000000..b635d75 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/loader/pyimod04_pywin32.py @@ -0,0 +1,56 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License with exception +# for distributing bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +#----------------------------------------------------------------------------- +""" +Set search path for pywin32 DLLs. Due to the large number of pywin32 modules, we use a single loader-level script +instead of per-module runtime hook scripts. +""" + +import os +import sys + + +def install(): + # Sub-directories containing extensions. In original python environment, these are added to `sys.path` by the + # `pywin32.pth` so the extensions end up treated as top-level modules. We attempt to preserve the directory + # layout, so we need to add these directories to `sys.path` ourselves. + pywin32_ext_paths = ('win32', 'pythonwin') + pywin32_ext_paths = [os.path.join(sys._MEIPASS, pywin32_ext_path) for pywin32_ext_path in pywin32_ext_paths] + pywin32_ext_paths = [path for path in pywin32_ext_paths if os.path.isdir(path)] + sys.path.extend(pywin32_ext_paths) + + # Additional handling of `pywin32_system32` DLL directory + pywin32_system32_path = os.path.join(sys._MEIPASS, 'pywin32_system32') + + if not os.path.isdir(pywin32_system32_path): + # Either pywin32 is not collected, or we are dealing with version that does not use the pywin32_system32 + # sub-directory. In the latter case, the pywin32 DLLs should be in `sys._MEIPASS`, and nothing + # else needs to be done here. + return + + # Add the DLL directory to `sys.path`. + # This is necessary because `__import_pywin32_system_module__` from `pywintypes` module assumes that in a frozen + # application, the pywin32 DLLs (`pythoncom3X.dll` and `pywintypes3X.dll`) that are normally found in + # `pywin32_system32` sub-directory in `sys.path` (site-packages, really) are located directly in `sys.path`. + # This obviously runs afoul of our attempts at preserving the directory layout and placing them in the + # `pywin32_system32` sub-directory instead of the top-level application directory. + sys.path.append(pywin32_system32_path) + + # Add the DLL directory to DLL search path using os.add_dll_directory(). + # This allows extensions from win32 directory (e.g., win32api, win32crypt) to be loaded on their own without + # importing pywintypes first. The extensions are linked against pywintypes3X.dll. + os.add_dll_directory(pywin32_system32_path) + + # Add the DLL directory to PATH. This is necessary under certain versions of + # Anaconda python, where `os.add_dll_directory` does not work. + path = os.environ.get('PATH', None) + if not path: + path = pywin32_system32_path + else: + path = pywin32_system32_path + os.pathsep + path + os.environ['PATH'] = path diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/log.py b/venv/lib64/python3.12/site-packages/PyInstaller/log.py new file mode 100755 index 0000000..7eb8f8e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/log.py @@ -0,0 +1,64 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Logging module for PyInstaller. +""" + +__all__ = ['getLogger', 'INFO', 'WARN', 'DEBUG', 'TRACE', 'ERROR', 'FATAL', 'DEPRECATION'] + +import os +import logging +from logging import DEBUG, ERROR, FATAL, INFO, WARN, getLogger + +TRACE = DEBUG - 5 +logging.addLevelName(TRACE, 'TRACE') +DEPRECATION = WARN + 5 +logging.addLevelName(DEPRECATION, 'DEPRECATION') +LEVELS = { + 'TRACE': TRACE, + 'DEBUG': DEBUG, + 'INFO': INFO, + 'WARN': WARN, + 'DEPRECATION': DEPRECATION, + 'ERROR': ERROR, + 'FATAL': FATAL, +} + +FORMAT = '%(relativeCreated)d %(levelname)s: %(message)s' +_env_level = os.environ.get("PYI_LOG_LEVEL", "INFO") +try: + level = LEVELS[_env_level.upper()] +except KeyError: + raise SystemExit(f"Invalid PYI_LOG_LEVEL value '{_env_level}'. Should be one of {list(LEVELS)}.") +logging.basicConfig(format=FORMAT, level=level) +logger = getLogger('PyInstaller') + + +def __add_options(parser): + parser.add_argument( + '--log-level', + choices=LEVELS, + metavar="LEVEL", + dest='loglevel', + help='Amount of detail in build-time console messages. LEVEL may be one of %s (default: INFO). ' + 'Also settable via and overrides the PYI_LOG_LEVEL environment variable.' % ', '.join(LEVELS), + ) + + +def __process_options(parser, opts): + if opts.loglevel: + try: + level = opts.loglevel.upper() + _level = LEVELS[level] + except KeyError: + parser.error('Unknown log level `%s`' % opts.loglevel) + logger.setLevel(_level) + os.environ["PYI_LOG_LEVEL"] = level diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..276fb5ac8b5abeef00be6cd998a988d00cdc92dd GIT binary patch literal 202 zcmX@j%ge<81YBGjQkj7CV-N=&d}aZPOlPQM&}8&m$xsAR_Zg(-SEhbOer~FMad~QD ziGF%!NkLJ5R%&udv3_ttVsffaW?HIlXhBM1NotXPS!!OHeokhRenDkPMt+{Lo}rO` zab`)XE>LB5VtQ(^en6#XUU5lcP7Y9YX-Q^Iv3`7fW?p7Ve7s&kC~D2fS`itLS!m*(T3_yN*5xcAR>sH*_1fBZKLx?l2)dx@hN-; zcfNy5UtpN6FHq>ND>I6Rd!TAo8?1cGlq1nblT19&=`UDJ3W-^Ij(Yc_=TeOzR6JcV$IefEIkM1_YZo$fIfOhQ{ZpH!s4x5-r~B=LRa zo=D~kJW!EpJSJEacH(5Y(F-Cv@uAPF>h|IvMN^fzu4&rbMwP8p&#ax)%qrWdky%Ho QtL>&%wt4u{;FfZJ1N=jJ!2kdN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/conftest.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/conftest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21c9610f9cd8eb783f0e706655d413970d274c77 GIT binary patch literal 24625 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 Ua`I)<1CKboSmMv<1Djd@2e)}NL;wH) literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/git.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e32b7de96abe4cf3e06f5526fe8424a582788a58 GIT binary patch literal 2104 zcmah~OKcNI7@paOy?)`?AqfyA7!qPEunmC?*2yz*VJ$Q(dW2;RGlgLRATl2!T|om!uA=SrPe(-pl2!_)+Pkyl@^s9NW23IFml0bZkBospumY5`tVc6LulVW3Rii>d=IS}D7 zlDN-MOdt-4zq%J8x`jc+2~(J>JDS5a0;3F*VLA}8bs`FO#2(`>qb~xJXo|gzCUMA? zJ?XqKDrzP^+4an-hqho zg&C(m#29WeMG|5{O{Lzw>)aRWXrKx5DdVL$=Dr8-@c|LNDj#bji@&~0eyMS;UiB-0 zX`av9@@(FoW2LQT_IXxm{#VPUHA}cnHOrh$YOZz!&e+!x=sN6(MC;!#H3^h644S=9wJ#=IGj|Kk*qx&mSn1DvV1tK$47u)J+9*L3$s}u zD75GcGpKV^{(sIE=Q5X5yhl~$>Kno^Zg^Y&9S zD}&c`DyI#BC{j(&MzwTO)(zho2-vUcXVh^;s#+QDOMr+vsZ~!Qf%;7cHi!!OQnLwb zQEikYh@u-TpkUY&qj6<~Xa-+JLlZzPP#>#ObW}}|s5VLBdKCPmsX9gyx)vQs#}nkd zJWRsxS4%;o6GWMaCgq`MI-`%O%Av@??x-e1kwEim90Ei)01~YNVtS0EGlp-3=prR) z6_z?WLC9hUOsx<8v(xCg%QJJNaAdl#?D5SE76yxlzd82Ru^Sg|UAcMXyWRJL_k#DM z_o9#Ymb%ZC_MHD-TDb7RLhPebYrNzcnm+T~>7EG|f-})VwAfX0?wal`ySy{U3&&?C zmR#)>#^&(-?0&P{*!*SB^`09YOO0L2Ejx+>*E0(ZfeMed1}jd~;IA-V-t(K#Qsj%D z+}7tme3*DDyz|`GRwOrK^V=RAdpNQ%aB<0Z=_lXdqHnO|6R+9IF5k?l!l~lXC0A!T z7`~OinV%ncu&We2vFPr+);rr$>?n?x{Y^#N_5Fq3mYWo1qM@_AL-RRNbw~wC2=y8}c*KS8&5BvBehV=>do^E8H_%W=8Ac`q? zr$jO2GVG!#sR>b}K5%0AHxx1g?-4XW^{Un`ZNOA<^h0;lZnF8;qGmZwk7mDj07Jbf%hyoc7A%k!UMIcnGeq_6GC_F KhuClNA@(n~A^WKS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/misc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed05e7c599aceccc52cabb446063b8feb7533c3b GIT binary patch literal 8984 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 Qej`g)Jg;@r736OJA7(H86#xJL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/osx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/osx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f2f68720866f0d13b90ec7797744d3a22be90146 GIT binary patch literal 25401 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/run_tests.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/__pycache__/run_tests.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ff301d02a4fdb4906c95085f1613dfae1f4e668 GIT binary patch literal 2626 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/_gitrevision.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/_gitrevision.py new file mode 100755 index 0000000..db3e5a7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/_gitrevision.py @@ -0,0 +1,10 @@ +# +# The content of this file will be filled in with meaningful data when creating an archive using `git archive` or by +# downloading an archive from github, e.g., from github.com/.../archive/develop.zip +# +rev = "$Format:%h$" # abbreviated commit hash +commit = "$Format:%H$" # commit hash +date = "$Format:%ci$" # commit date +author = "$Format:%an$ <$Format:%ae$>" +ref_names = "$Format:%D$" # incl. current branch +commit_message = """$Format:%B$""" diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__init__.py new file mode 100755 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00872172d96237c0b37ddba367d6df8a4433264e GIT binary patch literal 211 zcmZ9GF$%&!5Jj^_K>|65MKY+Z*b5?pScf$klhsYK>`o$k63<}gJv@ddkaVfsVCRQn z-VCq!uP_WemmqlJ$nE!V{HGhc&)u`$jO`wt9=vXFdJRQgBA6R;f?SZ&^#xNha8NwO ztvF+JR2e7K&|=ks6em!Yin?0H^92||7&-IGb2PBGo5~QE(%B6OX&{y22T39-K}ixT Z+fP?zoi!5Idg3ZDH)ep3&luCbqb~y=I!OQk literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/archive_viewer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/archive_viewer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b712efd2d9d405c73e235f1dd82df97acb96ff8 GIT binary patch literal 11571 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/bindepend.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/bindepend.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f394139799ec2b96e5d3229f5a601e9135f942b3 GIT binary patch literal 2373 zcmah~%WoS+9G>;g+Ur*y%A~+_>W_F## zmLr7<1cx4S05zzp=rL80-~fLB0>pt!OoD8-;Z%gg%}sKsa^km+*A79VbC};ZGvE9k zJG0;X5)AqfG@tJqa?*p)BYWU9TnAeez#Sx`7?K&;r7|(5W?eB?&9X6Evs?^&Z3e5l zGoF}-K{EFdig}4ocHcaL5anHncvtF98I*VBU560i468O{ri?-Xx|8#mGM{H zO5Hny%%H>Dx4+eyZ`ww7%u}*!Z|-qW5fz!0dc_d+|Eue8b~UZ+cB)HvHD?|46o1_g zuW21`4Dv!|>7M3_gD#@?7Z93vnf=a8y3avPTXZ>|fIkg<)*N(Ji|kz_d+s$DQ1>&= z+MbLBXRc|}&o;4x(!&mF+9K;jcPwN9)xHN`dLGYn&0J)@h#?zqk-LlTVTaA2+dUZV zVfpr~q%gXD3&U@B2$>^JOi+dZ)Dd#VvftTpi)pAtVAAs13IIPnF?N_^g~6sYjOui> zE(fE#a*!`vZZ6kE<3DmCOoNonrj$fV06qD)@E9pQr^-T{2!Lj_5NmOoM3aW)$q-YT zk*I}JM9miZ_x##p@tmT{V~sz0hk3E!5`+R4UOp>WsL*pRu2YkM*SwGer4cCkAV&;y zEYxN3;Jl_kR?9h>%w>pXUa!fK<=+#*VpTn91w~PkWl_(Ximn+TbufVKwM{kkuzWRF z_M~C8iy~-Of*3|)hc`*gD|#|XsKpxq$qZ2~{PwvwC#n5NSU9Qbaf{1RMKdk8QA^r# z@5+?rZPaJ^!H=k9vOs`1mq|XZOH`iFKon^%Yg)b=dBY@`=$vAP+|*Va3)gb$RkUo* z6rIx)bt+~h6SipA6mHBa5P-P!}q6`<#l{w+l{!kUH5|}Jh(da(i%Qf z#?cav{&@3e{d>K9DOS1^TgUHKG0%-xLZe>~Js8?VoVRZ^FuXA!d^z#O#OlZ^YXh%t zA{^{n=>utjuM~{EoUyfWTMJ|*hS4)wr<;YYiGPN3uuSF7TN99e# zw7*d599evQDYenryL5hOZYjNtm)}`_W3})3-#SlMSs?t`*0mV_-22!I5gxM;`^k0y z1qNX=H@?x*v)X%Nt>xq@e-g;t_>N&~_YeN_tS=@npB8>)dw<8CkE2x<;l3x;D1-QpO~f*t+nC`xs~n&mBLGf6b00%1{3-T3 H<`nx6G3htE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/grab_version.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/grab_version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cddf378a7bccedaaa25487f31da40360a45fa8b6 GIT binary patch literal 2200 zcmZ`)O>7fK6rS0bOK%p5M3r9pX5)=1YRB@-H#6`5 zy?OhyEVm*Ut*sBqSOlTp`6d`*18jT*;4adTh7B~iz2ZsS!coWwm4rzFBTf7SO-dxJ zN!JGuqR|i{(o#bJMipGa2M`ha5e);a0JOptbbC)3&B0p6>F}SN_F@`)an)s3!7AAX zVWfZ?B7#K#u)z(xiz+CMFMbD;7q(UE5bAJZWotG&ZIwvYDHD}tr*vjhYlak=9?2X!oON_YhJo_BIz^o9rOLSJFx4=C+GV=o zWDADA4W_7?&&`5b-7+(Fg>uvUsRMu`!L*2K$&L*GsKBRSK%9~9M^A|R!FGI{f&HsP z!w*7B4T=Rck7l^wSB55Nq9#2EFL9|b@c+?8w5ZmiwQ8{k@uh|wj2O4aAM+^Cd;KGNfn@ZJd+A=a}9JX2=jsyV?0{^(2~K;4a~ZN)0tfX zYOWx+r@0G|meSgS2#lfyabBF+6Wldd))(M;AyI)Dx#2bUoxS0E1<-F|($!Ve&(1hU{2#6fn`^NzrR8+hkMbY84}eR-NFHq}i= zG{th6?J}jLR+KzZ9Ca4Xn5C#nQ8&ntLNusbO;JrvaUBjEg#ov2a;Bn1fv{1l3MG!^ z(gIN|6X+|7RrE>894WX=%^O5vDxD(C0d8P>=?N$q$0h||V}`#wV(W%AOxS^`x?ko2K$YF61%nwrufFH#~*omHtPP7}lS;^3z*i?dbv&X>n` zTli$Piwh54T~0TPR))>7>L@?<6_uw61qZ-&{yy^%iNI}6tdw=IDu`cNq;bfJCz;@{ z<3%)5R9%Bn84fA00q`-_VCUS`p)-_P^r-T|_NyP~5_h6$T0GD$Bmlw&E_%3Jm0VUF zeyiHsV1OHL1JxNLCS>oZQtcVbTa;%mU*Ub0FGmAs`=Z5&FLQrBi_iH13` z$nDxzFY+LGp`z{gNQDo|TaYJE*QEV`y5aB0(DWA3y4_(dc0(5u0c-F zG;H|?$vF!Xn1=C255lS6kX#of-1$r#c%D%3X#FfkV*Feh hMLV7&0e5bSSn8}xfVLd|3_lC+N8d(=peqjv{{Y$qDmwrG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/makespec.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/makespec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43fd714432cd8e83334e94825b26ac98cb1f9f7b GIT binary patch literal 2349 zcma)7U1%It6ux(7W_Pl`Nt4DTwsv9?>|(oPnugL6s=*WtEoq?^>4Geiotw>Uc6Y`* zcbjZTAeBl}EVhD>_DO|;N=53EK3g9IU%Dn`*J*sJFTSlwA4;A)cXlUPlY$H(!}W zbHZgbi{tYAx!`D#nR$&FX)Tv4DU(Gbrz@IbTO_Sa89Ab)%>vVmf>FpQY?>%KvD4JB zm|+$abILVY)Xb7JO9cPoCr`w&6V_nUw3)YZgpo9ET*&JLP&Ro0R!|AW@x(XKIDSi` zHla3mR<@`*ZRUw;&k~KP8G|*Bu+@u}mL}(nDRT6ZrE82(^$ICmQFF$mYL(cuSr|$T z9#d_Dk)z-_qh*M#UMP(hYzEH*?; zP*9pTp75)?Z}=0G6~wmRm-TrrJH3~UMa1|zSF(VH-IA4eTM){I_SzQE{lc@t2o-e74A1)g3$uHh~nae6RfAbpykOHejO4f6*QW$p#?BsUp-&9f6==p_E$ye`oz_Vs@zeHw$&sgwLe3GE#TDl2@Ae4^!_P? z7QyL5xSyl`K!>F3EQ7GQcp~v)2Z9 zKd{$2g$=|Gd3K0Uqi*iuPw=9^dc7GPF9`Dx5pN#qYG=;3V=bXR#9sAQ0jGw+bHE$x zg6H`m-sV?vV!q`)YBHh>*ok>{!kkrTv7lHb!y_ah9)+0=+U5L8=1988w8p*Aer;`jr2{9PtX&vm;s5C@`n(EGbQz8r8=O zK)wtA<`k%a)QeewV9?jV1ph8%uR_BM z_@!03o0o3u?Y3*@tD*3%ksBi)pI#cMNl=!>bvd#;b7!m^Ro3KQ z7(9x;`B;AI`FiL8KXQ0I+V!Y=Xf=BLk$jx*KD=c|;9Wl*80~y}2t6FyKPC%~oJ#TF zrc&{+6G)|WGo4CN?nXJ2IR~3)GvTpj!Xr&L$4;!-htp;V0`C2B>$nJw=PiKG8A?rB zhYJriKb)rmPUI})@|v5CEqNqw>ct#6O;woS#bRHA23~>j-<>`zZpsL^K0z%{QU4Rv zSraAP@rQVLBP!#_MrRuyt{p~VczOOeq5F3+@X?u?fW)5XwX+z>?HfqI9nVB8b<`x# UwrtK&pZOE$JNcyWBR(no13`TRxBvhE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/set_version.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/__pycache__/set_version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ffbdbd0de349a116857e10862e5809e01dacbb9 GIT binary patch literal 1824 zcmbVMO>7%Q6rSt#Pdnd`d`^W4! zjw4645J)XTDm?{+5cEV*IP};v9JwU8C}v585L~!fNrbALm|1)6g2aW9{NA_ozIpG> z^Lz6{JRSvXMWgreuOa}y^N(PmHaLElfgPX$4H{sjrQr(f;V5K;OkqWUKtmsZ6%mIu z@%khHL<#{c?zSC3P=OUV4ltSkB+R%1;|lM9k4MU2lj$J3LzDJHoMY;EKWJ)d(bbltXQre8Rpb9IWR81uTihTYuN%97<$)i4;lM0LZ> z6%4%vTuhY>7FD;cX{SPXX1?fWz-6@rHPA@*A2R?7Tm*}o{A>Kh^4$TnbH!pPpmcRm z!fj9mMSk*MOM_ZS6TU^e+#_4?zj&e+)*?^xXry%luoJuO9Q@Ng!G2eFvVhcY7j7x` zcI^QwCIi&fRai`QzXB9Q+z$OOk9~okuI_jgSYt|Bj}bLv+lbu=6^FX4098XBzQ`CO z!G2d)g{rvQ{zo97PX`t)S`|JIebG73nj4G*dN#1L7Vl;JvEW;a1(Du|op$eC_Ih+{ z)mBz@18@0o%7d-^_e$8M)7i8qsbtNcLoacOtd&e`(X0MgvWeC-g<1VQ ze?+{f&*Yn~7qVRs@l3slns+%MyvazM32*R;0i5>dZn~^nGv`TyTV=ymwO|O9RzZnv zD!hn(MLa)${7(wCm2L?<(IL7;z4U9ilDAc&Em`bkASH)-(Q6f#Vsmj*r`a$G^MHtF z+)b~Q1>%8SZkPQ<_+)tkDOrSf#UT5+zcEn*hw(E9@rnKTL_Pj&?Meeh576K~8f-}Y zjnqgZ{(Lh6#LNjmVz?OvVl1%sHB!Tk_-xmD!mQ~}o_dHfjad31Ho6}ht;f#RF8`70 z+lkzX>?H3bzd~Op?k4J~Ty5zvnZ8}VRla@W){Rf;m)oCh*OODVSDPp-&OMUm8_D5= zmrx_?d+l1y52Gll8EoWFv&X4TL|AUW`>Sc;Q?9 z5L+@G)>(^$*u*ayKgl~+Q3!wah{Of2>#6jzX=^0|ze2{@Cx5uyMJ8AV5FTd$O#K3S znn;8LkI>{%A_M1|7Xa$Lx%Hzk^fQWlxY!f`8h+edfI#X$0s 1: + print("") + self._show_archive_contents(archive_name, archive) + + if not self.recursive_mode: + continue + + # Scan for embedded archives + if isinstance(archive, CArchiveReader): + for name, (*_, typecode) in archive.toc.items(): + if typecode == 'z': + try: + embedded_archive = archive.open_embedded_archive(name) + except Exception as e: + print(f"Could not open embedded archive {name!r}: {e}", file=sys.stderr) + self.stack.append((name, embedded_archive)) + + def _print_usage(self): + print("U: go up one level", file=sys.stderr) + print("O : open embedded archive with given name", file=sys.stderr) + print("X : extract file with given name", file=sys.stderr) + print("S: list the contents of current archive again", file=sys.stderr) + print("Q: quit", file=sys.stderr) + + def _move_up_the_stack(self): + if len(self.stack) > 1: + self.stack.pop() + archive_name, archive = self.stack[-1] + self._show_archive_contents(archive_name, archive) + else: + print("Already in the top archive!", file=sys.stderr) + + def _open_toplevel_archive(self, filename): + if not os.path.isfile(filename): + print(f"Archive {filename} does not exist!", file=sys.stderr) + sys.exit(1) + + if filename[-4:].lower() == '.pyz': + return ZlibArchiveReader(filename) + return CArchiveReader(filename) + + def _open_embedded_archive(self, archive_name=None): + # Ask for name if not provided + if not archive_name: + archive_name = input('Open name? ') + archive_name = archive_name.strip() + + # No name given; abort + if not archive_name: + return + + # Open the embedded archive + _, parent_archive = self.stack[-1] + + if not hasattr(parent_archive, 'open_embedded_archive'): + print("Archive does not support embedded archives!", file=sys.stderr) + return + + try: + archive = parent_archive.open_embedded_archive(archive_name) + except Exception as e: + print(f"Could not open embedded archive {archive_name!r}: {e}", file=sys.stderr) + return + + # Add to stack and display contents + self.stack.append((archive_name, archive)) + self._show_archive_contents(archive_name, archive) + + def _extract_file(self, name=None): + # Ask for name if not provided + if not name: + name = input('Extract name? ') + name = name.strip() + + # Archive + archive_name, archive = self.stack[-1] + + # Retrieve data + try: + if isinstance(archive, CArchiveReader): + data = archive.extract(name) + elif isinstance(archive, ZlibArchiveReader): + data = archive.extract(name, raw=True) + else: + raise NotImplementedError(f"Extraction from archive type {type(archive)} not implemented!") + except Exception as e: + print(f"Failed to extract data for entry {name!r} from {archive_name!r}: {e}", file=sys.stderr) + + # Write to file + filename = input('Output filename? ') + if not filename: + print(repr(data)) + else: + with open(filename, 'wb') as fp: + fp.write(data) + + def _show_archive_contents(self, archive_name, archive): + if isinstance(archive, CArchiveReader): + if archive.options: + print(f"Options in {archive_name!r} (PKG/CArchive):") + for option in archive.options: + print(f" {option}") + print(f"Contents of {archive_name!r} (PKG/CArchive):") + if self.brief_mode: + for name in archive.toc.keys(): + print(f" {name}") + else: + print(" position, length, uncompressed_length, is_compressed, typecode, name") + for name, (position, length, uncompressed_length, is_compressed, typecode) in archive.toc.items(): + print(f" {position}, {length}, {uncompressed_length}, {is_compressed}, {typecode!r}, {name!r}") + elif isinstance(archive, ZlibArchiveReader): + print(f"Contents of {archive_name!r} (PYZ):") + if self.brief_mode: + for name in archive.toc.keys(): + print(f" {name}") + else: + print(" is_package, position, length, name") + for name, (is_package, position, length) in archive.toc.items(): + print(f" {is_package}, {position}, {length}, {name!r}") + else: + print(f"Contents of {name} (unknown)") + print(f"FIXME: implement content listing for archive type {type(archive)}!") + + +def run(): + parser = argparse.ArgumentParser() + parser.add_argument( + '-l', + '--list', + default=False, + action='store_true', + dest='listing_mode', + help='List the archive contents and exit (default: %(default)s).', + ) + parser.add_argument( + '-r', + '--recursive', + default=False, + action='store_true', + dest='recursive', + help='Recursively print an archive log (default: %(default)s). Implies --list.', + ) + parser.add_argument( + '-b', + '--brief', + default=False, + action='store_true', + dest='brief', + help='When displaying archive contents, show only file names. (default: %(default)s).', + ) + PyInstaller.log.__add_options(parser) + parser.add_argument( + 'filename', + metavar='pyi_archive', + help="PyInstaller archive to process.", + ) + + autocomplete(parser) + args = parser.parse_args() + PyInstaller.log.__process_options(parser, args) + + try: + viewer = ArchiveViewer( + filename=args.filename, + interactive_mode=not args.listing_mode, + recursive_mode=args.recursive, + brief_mode=args.brief, + ) + viewer.main() + except KeyboardInterrupt: + raise SystemExit("Aborted by user.") + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/bindepend.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/bindepend.py new file mode 100755 index 0000000..ebd5fdf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/bindepend.py @@ -0,0 +1,58 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Show dll dependencies of executable files or other dynamic libraries. +""" + +import argparse +import glob + +import PyInstaller.depend.bindepend +import PyInstaller.log + +try: + from argcomplete import autocomplete +except ImportError: + + def autocomplete(parser): + return None + + +def run(): + parser = argparse.ArgumentParser() + PyInstaller.log.__add_options(parser) + parser.add_argument( + 'filenames', + nargs='+', + metavar='executable-or-dynamic-library', + help="executables or dynamic libraries for which the dependencies should be shown", + ) + + autocomplete(parser) + args = parser.parse_args() + PyInstaller.log.__process_options(parser, args) + + # Suppress all informative messages from the dependency code. + PyInstaller.log.getLogger('PyInstaller.build.bindepend').setLevel(PyInstaller.log.WARN) + + try: + for input_filename_or_pattern in args.filenames: + for filename in glob.glob(input_filename_or_pattern): + print(f"{filename}:") + for lib_name, lib_path in sorted(PyInstaller.depend.bindepend.get_imports(filename)): + print(f" {lib_name} => {lib_path}") + print("") + except KeyboardInterrupt: + raise SystemExit("Aborted by user request.") + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/grab_version.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/grab_version.py new file mode 100755 index 0000000..284cdd1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/grab_version.py @@ -0,0 +1,59 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import argparse +import codecs + +try: + from argcomplete import autocomplete +except ImportError: + + def autocomplete(parser): + return None + + +def run(): + parser = argparse.ArgumentParser( + epilog=( + 'The printed output may be saved to a file, edited and used as the input for a version resource on any of ' + 'the executable targets in a PyInstaller .spec file.' + ) + ) + parser.add_argument( + 'exe_file', + metavar='exe-file', + help="full pathname of a Windows executable", + ) + parser.add_argument( + 'out_filename', + metavar='out-filename', + nargs='?', + default='file_version_info.txt', + help="filename where the grabbed version info will be saved", + ) + + autocomplete(parser) + args = parser.parse_args() + + try: + from PyInstaller.utils.win32 import versioninfo + info = versioninfo.read_version_info_from_executable(args.exe_file) + if not info: + raise SystemExit("Error: VersionInfo resource not found in exe") + with codecs.open(args.out_filename, 'w', 'utf-8') as fp: + fp.write(str(info)) + print(f"Version info written to: {args.out_filename!r}") + except KeyboardInterrupt: + raise SystemExit("Aborted by user request.") + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/makespec.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/makespec.py new file mode 100755 index 0000000..6225759 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/makespec.py @@ -0,0 +1,61 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Automatically build a spec file containing the description of the project. +""" + +import argparse +import os + +import PyInstaller.building.makespec +import PyInstaller.log + +try: + from argcomplete import autocomplete +except ImportError: + + def autocomplete(parser): + return None + + +def generate_parser(): + p = argparse.ArgumentParser() + PyInstaller.building.makespec.__add_options(p) + PyInstaller.log.__add_options(p) + p.add_argument( + 'scriptname', + nargs='+', + ) + return p + + +def run(): + p = generate_parser() + autocomplete(p) + args = p.parse_args() + PyInstaller.log.__process_options(p, args) + + # Split pathex by using the path separator. + temppaths = args.pathex[:] + args.pathex = [] + for p in temppaths: + args.pathex.extend(p.split(os.pathsep)) + + try: + name = PyInstaller.building.makespec.main(args.scriptname, **vars(args)) + print('Wrote %s.' % name) + print('Now run pyinstaller.py to build the executable.') + except KeyboardInterrupt: + raise SystemExit("Aborted by user request.") + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/set_version.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/set_version.py new file mode 100755 index 0000000..b936692 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/cliutils/set_version.py @@ -0,0 +1,51 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import argparse +import os + +try: + from argcomplete import autocomplete +except ImportError: + + def autocomplete(parser): + return None + + +def run(): + parser = argparse.ArgumentParser() + parser.add_argument( + 'info_file', + metavar='info-file', + help="text file containing version info", + ) + parser.add_argument( + 'exe_file', + metavar='exe-file', + help="full pathname of a Windows executable", + ) + autocomplete(parser) + args = parser.parse_args() + + info_file = os.path.abspath(args.info_file) + exe_file = os.path.abspath(args.exe_file) + + try: + from PyInstaller.utils.win32 import versioninfo + info = versioninfo.load_version_info_from_text_file(info_file) + versioninfo.write_version_info_to_executable(exe_file, info) + print(f"Version info written to: {exe_file!r}") + except KeyboardInterrupt: + raise SystemExit("Aborted by user request.") + + +if __name__ == '__main__': + run() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/conftest.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/conftest.py new file mode 100755 index 0000000..3c9bc9b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/conftest.py @@ -0,0 +1,576 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import copy +import glob +import logging +import os +import platform +import re +import shutil +import subprocess +from contextlib import suppress + +# Set a handler for the root-logger to inhibit 'basicConfig()' (called in PyInstaller.log) is setting up a stream +# handler writing to stderr. This avoids log messages to be written (and captured) twice: once on stderr and +# once by pytests's caplog. +logging.getLogger().addHandler(logging.NullHandler()) + +# Manages subprocess timeout. +import psutil # noqa: E402 +import py # noqa: E402 +import pytest # noqa: E402 +import sys # noqa: E402 + +# Expand sys.path with PyInstaller source. +_ROOT_DIR = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '..')) +sys.path.append(_ROOT_DIR) + +from PyInstaller import __main__ as pyi_main # noqa: E402 +from PyInstaller import configure # noqa: E402 +from PyInstaller.compat import architecture, is_darwin, is_win # noqa: E402 +from PyInstaller.depend.analysis import initialize_modgraph # noqa: E402 +from PyInstaller.archive.readers import pkg_archive_contents # noqa: E402 +from PyInstaller.utils.tests import gen_sourcefile # noqa: E402 +from PyInstaller.utils.win32 import winutils # noqa: E402 + +# Timeout for running the executable. If executable does not exit in this time, it is interpreted as a test failure. +_EXE_TIMEOUT = 3 * 60 # In sec. +# All currently supported platforms +SUPPORTED_OSES = {"darwin", "linux", "win32"} +# Have pyi_builder fixure clean-up the temporary directories of successful tests. Controlled by environment variable. +_PYI_BUILDER_CLEANUP = os.environ.get("PYI_BUILDER_CLEANUP", "1") == "1" + +# Fixtures +# -------- + + +@pytest.fixture +def SPEC_DIR(request): + """ + Return the directory where the test spec-files reside. + """ + return py.path.local(_get_spec_dir(request)) + + +@pytest.fixture +def SCRIPT_DIR(request): + """ + Return the directory where the test scripts reside. + """ + return py.path.local(_get_script_dir(request)) + + +def pytest_runtest_setup(item): + """ + Markers to skip tests based on the current platform. + https://pytest.org/en/stable/example/markers.html#marking-platform-specific-tests-with-pytest + + Available markers: see setup.cfg [tool:pytest] markers + - @pytest.mark.darwin (macOS) + - @pytest.mark.linux (GNU/Linux) + - @pytest.mark.win32 (Windows) + """ + supported_platforms = SUPPORTED_OSES.intersection(mark.name for mark in item.iter_markers()) + plat = sys.platform + if supported_platforms and plat not in supported_platforms: + pytest.skip("does not run on %s" % plat) + + +@pytest.hookimpl(tryfirst=True, hookwrapper=True) +def pytest_runtest_makereport(item, call): + # Execute all other hooks to obtain the report object. + outcome = yield + rep = outcome.get_result() + + # Set a report attribute for each phase of a call, which can be "setup", "call", "teardown". + setattr(item, "rep_" + rep.when, rep) + + +# Return the base directory which contains the current test module. +def _get_base_dir(request): + return os.path.dirname(os.path.abspath(request.fspath.strpath)) + + +# Directory with Python scripts for functional tests. +def _get_script_dir(request): + return os.path.join(_get_base_dir(request), 'scripts') + + +# Directory with testing modules used in some tests. +def _get_modules_dir(request): + return os.path.join(_get_base_dir(request), 'modules') + + +# Directory with .toc log files. +def _get_logs_dir(request): + return os.path.join(_get_base_dir(request), 'logs') + + +# Return the directory where data for tests is located. +def _get_data_dir(request): + return os.path.join(_get_base_dir(request), 'data') + + +# Directory with .spec files used in some tests. +def _get_spec_dir(request): + return os.path.join(_get_base_dir(request), 'specs') + + +@pytest.fixture +def script_dir(request): + return py.path.local(_get_script_dir(request)) + + +# A helper function to copy from data/dir to tmpdir/data. +def _data_dir_copy( + # The pytest request object. + request, + # The name of the subdirectory located in data/name to copy. + subdir_name, + # The tmpdir object for this test. See: https://pytest.org/latest/tmpdir.html. + tmpdir +): + + # Form the source and tmp paths. + source_data_dir = py.path.local(_get_data_dir(request)).join(subdir_name) + tmp_data_dir = tmpdir.join('data', subdir_name) + # Copy the data. + shutil.copytree(source_data_dir.strpath, tmp_data_dir.strpath) + # Return the temporary data directory, so that the copied data can now be used. + return tmp_data_dir + + +# Define a fixure for the DataDir object. +@pytest.fixture +def data_dir( + # The request object for this test. See + # https://pytest.org/latest/builtin.html#_pytest.python.FixtureRequest + # and + # https://pytest.org/latest/fixture.html#fixtures-can-introspect-the-requesting-test-context. + request, + # The tmpdir object for this test. See https://pytest.org/latest/tmpdir.html. + tmpdir +): + + # Strip the leading 'test_' from the test's name. + name = request.function.__name__[5:] + # Copy to tmpdir and return the path. + return _data_dir_copy(request, name, tmpdir) + + +class AppBuilder: + def __init__(self, tmpdir, request, bundle_mode): + self._tmpdir = tmpdir + self._request = request + self._mode = bundle_mode + self._specdir = str(tmpdir) + self._distdir = str(tmpdir / 'dist') + self._builddir = str(tmpdir / 'build') + self._is_spec = False + + def test_spec(self, specfile, *args, **kwargs): + """ + Test a Python script that is referenced in the supplied .spec file. + """ + __tracebackhide__ = True + specfile = os.path.join(_get_spec_dir(self._request), specfile) + # 'test_script' should handle .spec properly as script. + self._is_spec = True + return self.test_script(specfile, *args, **kwargs) + + def test_source(self, source, *args, **kwargs): + """ + Test a Python script given as source code. + + The source will be written into a file named like the test-function. This file will then be passed to + `test_script`. If you need other related file, e.g., as `.toc`-file for testing the content, put it at at the + normal place. Just mind to take the basnename from the test-function's name. + + :param script: Source code to create executable from. This will be saved into a temporary file which is then + passed on to `test_script`. + + :param test_id: Test-id for parametrized tests. If given, it will be appended to the script filename, separated + by two underscores. + + All other arguments are passed straight on to `test_script`. + + Ensure that the caller of `test_source` is in a UTF-8 encoded file with the correct '# -*- coding: utf-8 -*-' + marker. + + """ + __tracebackhide__ = True + # For parametrized test append the test-id. + scriptfile = gen_sourcefile(self._tmpdir, source, kwargs.setdefault('test_id')) + del kwargs['test_id'] + return self.test_script(str(scriptfile), *args, **kwargs) + + def test_script( + self, script, pyi_args=None, app_name=None, app_args=None, runtime=None, run_from_path=False, **kwargs + ): + """ + Main method to wrap all phases of testing a Python script. + + :param script: Name of script to create executable from. + :param pyi_args: Additional arguments to pass to PyInstaller when creating executable. + :param app_name: Name of the executable. This is equivalent to argument --name=APPNAME. + :param app_args: Additional arguments to pass to + :param runtime: Time in seconds how long to keep executable running. + :param toc_log: List of modules that are expected to be bundled with the executable. + """ + __tracebackhide__ = True + + def marker(line): + # Print some marker to stdout and stderr to make it easier to distinguish the phases in the CI test output. + print('-------', line, '-------') + print('-------', line, '-------', file=sys.stderr) + + if pyi_args is None: + pyi_args = [] + if app_args is None: + app_args = [] + + if app_name: + if not self._is_spec: + pyi_args.extend(['--name', app_name]) + else: + # Derive name from script name. + app_name = os.path.splitext(os.path.basename(script))[0] + + # Relative path means that a script from _script_dir is referenced. + if not os.path.isabs(script): + script = os.path.join(_get_script_dir(self._request), script) + self.script = script + assert os.path.exists(self.script), 'Script %s not found.' % script + + marker('Starting build.') + if not self._test_building(args=pyi_args): + pytest.fail('Building of %s failed.' % script) + + marker('Build finished, now running executable.') + self._test_executables(app_name, args=app_args, runtime=runtime, run_from_path=run_from_path, **kwargs) + marker('Running executable finished.') + + def _test_executables(self, name, args, runtime, run_from_path, **kwargs): + """ + Run created executable to make sure it works. + + Multipackage-tests generate more than one exe-file and all of them have to be run. + + :param args: CLI options to pass to the created executable. + :param runtime: Time in seconds how long to keep the executable running. + + :return: Exit code of the executable. + """ + __tracebackhide__ = True + exes = self._find_executables(name) + # Empty list means that PyInstaller probably failed to create any executable. + assert exes != [], 'No executable file was found.' + for exe in exes: + # Try to find .toc log file. .toc log file has the same basename as exe file. + toc_log = os.path.join(_get_logs_dir(self._request), os.path.splitext(os.path.basename(exe))[0] + '.toc') + if os.path.exists(toc_log): + if not self._examine_executable(exe, toc_log): + pytest.fail('Matching .toc of %s failed.' % exe) + retcode = self._run_executable(exe, args, run_from_path, runtime) + if retcode != kwargs.get('retcode', 0): + pytest.fail('Running exe %s failed with return-code %s.' % (exe, retcode)) + + def _find_executables(self, name): + """ + Search for all executables generated by the testcase. + + If the test-case is called e.g. 'test_multipackage1', this is searching for each of 'test_multipackage1.exe' + and 'multipackage1_?.exe' in both one-file- and one-dir-mode. + + :param name: Name of the executable to look for. + + :return: List of executables + """ + exes = [] + onedir_pt = os.path.join(self._distdir, name, name) + onefile_pt = os.path.join(self._distdir, name) + patterns = [ + onedir_pt, + onefile_pt, + # Multipackage one-dir + onedir_pt + '_?', + # Multipackage one-file + onefile_pt + '_?' + ] + # For Windows append .exe extension to patterns. + if is_win: + patterns = [pt + '.exe' for pt in patterns] + # For Mac OS append pattern for .app bundles. + if is_darwin: + # e.g: ./dist/name.app/Contents/MacOS/name + pt = os.path.join(self._distdir, name + '.app', 'Contents', 'MacOS', name) + patterns.append(pt) + # Apply file patterns. + for pattern in patterns: + for prog in glob.glob(pattern): + if os.path.isfile(prog): + exes.append(prog) + return exes + + def _run_executable(self, prog, args, run_from_path, runtime): + """ + Run executable created by PyInstaller. + + :param args: CLI options to pass to the created executable. + """ + # Run the test in a clean environment to make sure they're really self-contained. + prog_env = copy.deepcopy(os.environ) + prog_env['PATH'] = '' + del prog_env['PATH'] + # For Windows we need to keep minimal PATH for successful running of some tests. + if is_win: + # Minimum Windows PATH is in most cases: C:\Windows\system32;C:\Windows + prog_env['PATH'] = os.pathsep.join(winutils.get_system_path()) + + exe_path = prog + if run_from_path: + # Run executable in the temp directory. Add the directory containing the executable to $PATH. Basically, + # pretend we are a shell executing the program from $PATH. + prog_cwd = str(self._tmpdir) + prog_name = os.path.basename(prog) + prog_env['PATH'] = os.pathsep.join([prog_env.get('PATH', ''), os.path.dirname(prog)]) + + else: + # Run executable in the directory where it is. + prog_cwd = os.path.dirname(prog) + # The executable will be called with argv[0] as relative not absolute path. + prog_name = os.path.join(os.curdir, os.path.basename(prog)) + + args = [prog_name] + args + # Using sys.stdout/sys.stderr for subprocess fixes printing messages in Windows command prompt. Py.test is then + # able to collect stdout/sterr messages and display them if a test fails. + return self._run_executable_(args, exe_path, prog_env, prog_cwd, runtime) + + def _run_executable_(self, args, exe_path, prog_env, prog_cwd, runtime): + process = psutil.Popen( + args, executable=exe_path, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=prog_env, cwd=prog_cwd + ) + + def _msg(*text): + print('[' + str(process.pid) + '] ', *text) + + # Run executable. stderr is redirected to stdout. + _msg('RUNNING: ', repr(exe_path), ', args: ', repr(args)) + # 'psutil' allows to use timeout in waiting for a subprocess. If not timeout was specified then it is 'None' - + # no timeout, just waiting. Runtime is useful mostly for interactive tests. + try: + timeout = runtime if runtime else _EXE_TIMEOUT + stdout, stderr = process.communicate(timeout=timeout) + retcode = process.returncode + except (psutil.TimeoutExpired, subprocess.TimeoutExpired): + if runtime: + # When 'runtime' is set, the expired timeout is a good sign that the executable was running successfully + # for a specified time. + # TODO: is there a better way return success than 'retcode = 0'? + retcode = 0 + else: + # Exe is running and it is not interactive. Fail the test. + retcode = 1 + _msg(f'TIMED OUT while running executable (timeout: {timeout} sec)!') + # Kill the subprocess and its child processes. + for p in list(process.children(recursive=True)) + [process]: + with suppress(psutil.NoSuchProcess): + p.kill() + stdout, stderr = process.communicate() + + sys.stdout.buffer.write(stdout) + sys.stderr.buffer.write(stderr) + + return retcode + + def _test_building(self, args): + """ + Run building of test script. + + :param args: additional CLI options for PyInstaller. + + Return True if build succeeded False otherwise. + """ + if self._is_spec: + default_args = [ + '--distpath', self._distdir, + '--workpath', self._builddir, + '--log-level=INFO', + ] # yapf: disable + else: + default_args = [ + '--debug=bootloader', + '--noupx', + '--specpath', self._specdir, + '--distpath', self._distdir, + '--workpath', self._builddir, + '--path', _get_modules_dir(self._request), + '--log-level=INFO', + ] # yapf: disable + + # Choose bundle mode. + if self._mode == 'onedir': + default_args.append('--onedir') + elif self._mode == 'onefile': + default_args.append('--onefile') + # if self._mode is None then just the spec file was supplied. + + pyi_args = [self.script] + default_args + args + # TODO: fix return code in running PyInstaller programmatically. + PYI_CONFIG = configure.get_config() + # Override CACHEDIR for PyInstaller and put it into self.tmpdir + PYI_CONFIG['cachedir'] = str(self._tmpdir) + + pyi_main.run(pyi_args, PYI_CONFIG) + retcode = 0 + + return retcode == 0 + + def _examine_executable(self, exe, toc_log): + """ + Compare log files (now used mostly by multipackage test_name). + + :return: True if .toc files match + """ + print('EXECUTING MATCHING:', toc_log) + fname_list = pkg_archive_contents(exe) + with open(toc_log, 'r', encoding='utf-8') as f: + pattern_list = eval(f.read()) + # Alphabetical order of patterns. + pattern_list.sort() + missing = [] + for pattern in pattern_list: + for fname in fname_list: + if re.match(pattern, fname): + print('MATCH:', pattern, '-->', fname) + break + else: + # No matching entry found + missing.append(pattern) + print('MISSING:', pattern) + + # Not all modules matched. Stop comparing other .toc files and fail the test. + if missing: + for m in missing: + print('Missing', m, 'in', exe) + return False + # All patterns matched. + return True + + +# Scope 'session' should keep the object unchanged for whole tests. This fixture caches basic module graph dependencies +# that are same for every executable. +@pytest.fixture(scope='session') +def pyi_modgraph(): + # Explicitly set the log level since the plugin `pytest-catchlog` (un-) sets the root logger's level to NOTSET for + # the setup phase, which will lead to TRACE messages been written out. + import PyInstaller.log as logging + logging.logger.setLevel(logging.DEBUG) + initialize_modgraph() + + +# Run by default test as onedir and onefile. +@pytest.fixture(params=['onedir', 'onefile']) +def pyi_builder(tmpdir, monkeypatch, request, pyi_modgraph): + # Save/restore environment variable PATH. + monkeypatch.setenv('PATH', os.environ['PATH']) + # PyInstaller or a test case might manipulate 'sys.path'. Reset it for every test. + monkeypatch.syspath_prepend(None) + # Set current working directory to + monkeypatch.chdir(tmpdir) + # Clean up configuration and force PyInstaller to do a clean configuration for another app/test. The value is same + # as the original value. + monkeypatch.setattr('PyInstaller.config.CONF', {'pathex': []}) + + yield AppBuilder(tmpdir, request, request.param) + + # Clean up the temporary directory of a successful test + if _PYI_BUILDER_CLEANUP and request.node.rep_setup.passed and request.node.rep_call.passed: + if tmpdir.exists(): + tmpdir.remove(rec=1, ignore_errors=True) + + +# Fixture for .spec based tests. With .spec it does not make sense to differentiate onefile/onedir mode. +@pytest.fixture +def pyi_builder_spec(tmpdir, request, monkeypatch, pyi_modgraph): + # Save/restore environment variable PATH. + monkeypatch.setenv('PATH', os.environ['PATH']) + # Set current working directory to + monkeypatch.chdir(tmpdir) + # PyInstaller or a test case might manipulate 'sys.path'. Reset it for every test. + monkeypatch.syspath_prepend(None) + # Clean up configuration and force PyInstaller to do a clean configuration for another app/test. The value is same + # as the original value. + monkeypatch.setattr('PyInstaller.config.CONF', {'pathex': []}) + + return AppBuilder(tmpdir, request, None) + + +# Define a fixture which compiles the data/load_dll_using_ctypes/ctypes_dylib.c program in the tmpdir, returning the +# tmpdir object. +@pytest.fixture() +def compiled_dylib(tmpdir, request): + tmp_data_dir = _data_dir_copy(request, 'ctypes_dylib', tmpdir) + + # Compile the ctypes_dylib in the tmpdir: Make tmpdir/data the CWD. Do NOT use monkeypatch.chdir() to change and + # monkeypatch.undo() to restore the CWD, since this will undo ALL monkeypatches (such as the pyi_builder's additions + # to sys.path), breaking the test. + old_wd = tmp_data_dir.chdir() + try: + if is_win: + tmp_data_dir = tmp_data_dir.join('ctypes_dylib.dll') + # For Mingw-x64 we must pass '-m32' to build 32-bit binaries + march = '-m32' if architecture == '32bit' else '-m64' + ret = subprocess.call('gcc -shared ' + march + ' ctypes_dylib.c -o ctypes_dylib.dll', shell=True) + if ret != 0: + # Find path to cl.exe file. + from distutils.msvccompiler import MSVCCompiler + comp = MSVCCompiler() + comp.initialize() + cl_path = comp.cc + # Fallback to msvc. + ret = subprocess.call([cl_path, '/LD', 'ctypes_dylib.c'], shell=False) + elif is_darwin: + tmp_data_dir = tmp_data_dir.join('ctypes_dylib.dylib') + # On Mac OS X we need to detect architecture - 32 bit or 64 bit. + arch = 'arm64' if platform.machine() == 'arm64' else 'i386' if architecture == '32bit' else 'x86_64' + cmd = ( + 'gcc -arch ' + arch + ' -Wall -dynamiclib ' + 'ctypes_dylib.c -o ctypes_dylib.dylib -headerpad_max_install_names' + ) + ret = subprocess.call(cmd, shell=True) + id_dylib = os.path.abspath('ctypes_dylib.dylib') + ret = subprocess.call('install_name_tool -id %s ctypes_dylib.dylib' % (id_dylib,), shell=True) + else: + tmp_data_dir = tmp_data_dir.join('ctypes_dylib.so') + ret = subprocess.call('gcc -fPIC -shared ctypes_dylib.c -o ctypes_dylib.so', shell=True) + assert ret == 0, 'Compile ctypes_dylib failed.' + finally: + # Reset the CWD directory. + old_wd.chdir() + + return tmp_data_dir + + +@pytest.fixture +def pyi_windowed_builder(pyi_builder: AppBuilder): + """A pyi_builder equivalent for testing --windowed applications.""" + + # psutil.Popen() somehow bypasses an application's windowed/console mode so that any application built in + # --windowed mode but invoked with psutil still receives valid std{in,out,err} handles and behaves exactly like + # a console application. In short, testing windowed mode with psutil is a null test. We must instead use subprocess. + + def _run_executable_(args, exe_path, prog_env, prog_cwd, runtime): + return subprocess.run([exe_path, *args], env=prog_env, cwd=prog_cwd, timeout=runtime).returncode + + pyi_builder._run_executable_ = _run_executable_ + yield pyi_builder diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/git.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/git.py new file mode 100755 index 0000000..c69865d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/git.py @@ -0,0 +1,59 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +This module contains various helper functions for git DVCS. +""" + +import os + +from PyInstaller.compat import exec_command, exec_command_rc + +try: + WindowsError +except NameError: + # Not running on Windows + WindowsError = FileNotFoundError + + +def get_repo_revision(): + path = os.path # shortcut + gitdir = path.normpath(path.join(path.dirname(os.path.abspath(__file__)), '..', '..', '.git')) + cwd = os.path.dirname(gitdir) + if not path.exists(gitdir): + try: + from PyInstaller.utils._gitrevision import rev + if not rev.startswith('$'): + # the format specifier has been substituted + return '+' + rev + except ImportError: + pass + return '' + try: + # need to update index first to get reliable state + exec_command_rc('git', 'update-index', '-q', '--refresh', cwd=cwd) + recent = exec_command('git', 'describe', '--long', '--dirty', '--tag', cwd=cwd).strip() + if recent.endswith('-dirty'): + tag, changes, rev, dirty = recent.rsplit('-', 3) + rev = rev + '.mod' + else: + tag, changes, rev = recent.rsplit('-', 2) + if changes == '0': + return '' + # According to PEP440, local version identifier starts with '+'. + return '+' + rev + except (FileNotFoundError, WindowsError): + # Be silent when git command is not found. + pass + return '' + + +if __name__ == '__main__': + print(get_repo_revision()) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__init__.py new file mode 100755 index 0000000..267e8a9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__init__.py @@ -0,0 +1,1286 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from __future__ import annotations + +import copy +import os +import subprocess +import textwrap +import fnmatch +from pathlib import Path +from collections import deque +from typing import Callable + +import packaging.requirements + +from PyInstaller import HOMEPATH, compat +from PyInstaller import log as logging +from PyInstaller.depend.imphookapi import PostGraphAPI +from PyInstaller.exceptions import ExecCommandFailed +from PyInstaller import isolated +from PyInstaller.compat import importlib_metadata + +logger = logging.getLogger(__name__) + +# These extensions represent Python executables and should therefore be ignored when collecting data files. +# NOTE: .dylib files are not Python executable and should not be in this list. +PY_IGNORE_EXTENSIONS = set(compat.ALL_SUFFIXES) + +# Some hooks need to save some values. This is the dict that can be used for that. +# +# When running tests this variable should be reset before every test. +# +# For example the 'wx' module needs variable 'wxpubsub'. This tells PyInstaller which protocol of the wx module +# should be bundled. +hook_variables = {} + + +def __exec_python_cmd(cmd, env=None, capture_stdout=True): + """ + Executes an externally spawned Python interpreter. If capture_stdout is set to True, returns anything that was + emitted in the standard output as a single string. Otherwise, returns the exit code. + """ + # 'PyInstaller.config' cannot be imported as other top-level modules. + from PyInstaller.config import CONF + if env is None: + env = {} + # Update environment. Defaults to 'os.environ' + pp_env = copy.deepcopy(os.environ) + pp_env.update(env) + # Prepend PYTHONPATH with pathex. + # Some functions use some PyInstaller code in subprocess, so add PyInstaller HOMEPATH to sys.path as well. + pp = os.pathsep.join(CONF['pathex'] + [HOMEPATH]) + + # PYTHONPATH might be already defined in the 'env' argument or in the original 'os.environ'. Prepend it. + if 'PYTHONPATH' in pp_env: + pp = os.pathsep.join([pp_env.get('PYTHONPATH'), pp]) + pp_env['PYTHONPATH'] = pp + + if capture_stdout: + txt = compat.exec_python(*cmd, env=pp_env) + return txt.strip() + else: + return compat.exec_python_rc(*cmd, env=pp_env) + + +def __exec_statement(statement, capture_stdout=True): + statement = textwrap.dedent(statement) + cmd = ['-c', statement] + return __exec_python_cmd(cmd, capture_stdout=capture_stdout) + + +def exec_statement(statement: str): + """ + Execute a single Python statement in an externally-spawned interpreter, and return the resulting standard output + as a string. + + Examples:: + + tk_version = exec_statement("from _tkinter import TK_VERSION; print(TK_VERSION)") + + mpl_data_dir = exec_statement("import matplotlib; print(matplotlib.get_data_path())") + datas = [ (mpl_data_dir, "") ] + + Notes: + As of v5.0, usage of this function is discouraged in favour of the + new :mod:`PyInstaller.isolated` module. + + """ + return __exec_statement(statement, capture_stdout=True) + + +def exec_statement_rc(statement: str): + """ + Executes a Python statement in an externally spawned interpreter, and returns the exit code. + """ + return __exec_statement(statement, capture_stdout=False) + + +def eval_statement(statement: str): + """ + Execute a single Python statement in an externally-spawned interpreter, and :func:`eval` its output (if any). + + Example:: + + databases = eval_statement(''' + import sqlalchemy.databases + print(sqlalchemy.databases.__all__) + ''') + for db in databases: + hiddenimports.append("sqlalchemy.databases." + db) + + Notes: + As of v5.0, usage of this function is discouraged in favour of the + new :mod:`PyInstaller.isolated` module. + + """ + txt = exec_statement(statement).strip() + if not txt: + # Return an empty string, which is "not true" but is iterable. + return '' + return eval(txt) + + +@isolated.decorate +def get_pyextension_imports(module_name: str): + """ + Return list of modules required by binary (C/C++) Python extension. + + Python extension files ends with .so (Unix) or .pyd (Windows). It is almost impossible to analyze binary extension + and its dependencies. + + Module cannot be imported directly. + + Let's at least try import it in a subprocess and observe the difference in module list from sys.modules. + + This function could be used for 'hiddenimports' in PyInstaller hooks files. + """ + import sys + import importlib + + original = set(sys.modules.keys()) + + # When importing this module - sys.modules gets updated. + importlib.import_module(module_name) + + # Find and return which new modules have been loaded. + return list(set(sys.modules.keys()) - original - {module_name}) + + +def get_homebrew_path(formula: str = ''): + """ + Return the homebrew path to the requested formula, or the global prefix when called with no argument. + + Returns the path as a string or None if not found. + """ + import subprocess + brewcmd = ['brew', '--prefix'] + path = None + if formula: + brewcmd.append(formula) + dbgstr = 'homebrew formula "%s"' % formula + else: + dbgstr = 'homebrew prefix' + try: + path = subprocess.check_output(brewcmd).strip() + logger.debug('Found %s at "%s"' % (dbgstr, path)) + except OSError: + logger.debug('Detected homebrew not installed') + except subprocess.CalledProcessError: + logger.debug('homebrew formula "%s" not installed' % formula) + if path: + return path.decode('utf8') # Mac OS filenames are UTF-8 + else: + return None + + +def remove_prefix(string: str, prefix: str): + """ + This function removes the given prefix from a string, if the string does indeed begin with the prefix; otherwise, + it returns the original string. + """ + if string.startswith(prefix): + return string[len(prefix):] + else: + return string + + +def remove_suffix(string: str, suffix: str): + """ + This function removes the given suffix from a string, if the string does indeed end with the suffix; otherwise, + it returns the original string. + """ + # Special case: if suffix is empty, string[:0] returns ''. So, test for a non-empty suffix. + if suffix and string.endswith(suffix): + return string[:-len(suffix)] + else: + return string + + +# TODO: Do we really need a helper for this? This is pretty trivially obvious. +def remove_file_extension(filename: str): + """ + This function returns filename without its extension. + + For Python C modules it removes even whole '.cpython-34m.so' etc. + """ + for suff in compat.EXTENSION_SUFFIXES: + if filename.endswith(suff): + return filename[0:filename.rfind(suff)] + # Fallback to ordinary 'splitext'. + return os.path.splitext(filename)[0] + + +@isolated.decorate +def can_import_module(module_name: str): + """ + Check if the specified module can be imported. + + Intended as a silent module availability check, as it does not print ModuleNotFoundError traceback to stderr when + the module is unavailable. + + Parameters + ---------- + module_name : str + Fully-qualified name of the module. + + Returns + ---------- + bool + Boolean indicating whether the module can be imported or not. + """ + try: + __import__(module_name) + return True + except Exception: + return False + + +# TODO: Replace most calls to exec_statement() with calls to this function. +def get_module_attribute(module_name: str, attr_name: str): + """ + Get the string value of the passed attribute from the passed module if this attribute is defined by this module + _or_ raise `AttributeError` otherwise. + + Since modules cannot be directly imported during analysis, this function spawns a subprocess importing this module + and returning the string value of this attribute in this module. + + Parameters + ---------- + module_name : str + Fully-qualified name of this module. + attr_name : str + Name of the attribute in this module to be retrieved. + + Returns + ---------- + str + String value of this attribute. + + Raises + ---------- + AttributeError + If this attribute is undefined. + """ + @isolated.decorate + def _get_module_attribute(module_name, attr_name): + import importlib + module = importlib.import_module(module_name) + return getattr(module, attr_name) + + # Return AttributeError on any kind of errors, to preserve old behavior. + try: + return _get_module_attribute(module_name, attr_name) + except Exception as e: + raise AttributeError(f"Failed to retrieve attribute {attr_name} from module {module_name}") from e + + +def get_module_file_attribute(package: str): + """ + Get the absolute path to the specified module or package. + + Modules and packages *must not* be directly imported in the main process during the analysis. Therefore, to + avoid leaking the imports, this function uses an isolated subprocess when it needs to import the module and + obtain its ``__file__`` attribute. + + Parameters + ---------- + package : str + Fully-qualified name of module or package. + + Returns + ---------- + str + Absolute path of this module. + """ + # First, try to use 'importlib.util.find_spec' and obtain loader from the spec (and filename from the loader). + # It is the fastest way, but does not work on certain modules in pywin32 that replace all module attributes with + # those of the .dll. In addition, we need to avoid it for submodules/subpackages, because it ends up importing + # their parent package, which would cause an import leak during the analysis. + filename: str | None = None + if '.' not in package: + try: + import importlib.util + loader = importlib.util.find_spec(package).loader + filename = loader.get_filename(package) + # Apparently in the past, ``None`` could be returned for built-in ``datetime`` module. Just in case this + # is still possible, return only if filename is valid. + if filename: + return filename + except (ImportError, AttributeError, TypeError, ValueError): + pass + + # Second attempt: try to obtain module/package's __file__ attribute in an isolated subprocess. + @isolated.decorate + def _get_module_file_attribute(package): + # First, try to use 'importlib.util.find_spec' and obtain loader from the spec (and filename from the loader). + # This should return the filename even if the module or package cannot be imported (e.g., a C-extension module + # with missing dependencies). + try: + import importlib.util + loader = importlib.util.find_spec(package).loader + filename = loader.get_filename(package) + # Safe-guard against ``None`` being returned (see comment in the non-isolated codepath). + if filename: + return filename + except (ImportError, AttributeError, TypeError, ValueError): + pass + + # Fall back to import attempt + import importlib + p = importlib.import_module(package) + return p.__file__ + + # The old behavior was to return ImportError (and that is what the test are also expecting...). + try: + filename = _get_module_file_attribute(package) + except Exception as e: + raise ImportError(f"Failed to obtain the __file__ attribute of package/module {package}!") from e + + return filename + + +def get_pywin32_module_file_attribute(module_name): + """ + Get the absolute path of the PyWin32 DLL specific to the PyWin32 module with the passed name (`pythoncom` + or `pywintypes`). + + On import, each PyWin32 module: + + * Imports a DLL specific to that module. + * Overwrites the values of all module attributes with values specific to that DLL. This includes that module's + `__file__` attribute, which then provides the absolute path of that DLL. + + This function imports the module in isolated subprocess and retrieves its `__file__` attribute. + """ + + # NOTE: we cannot use `get_module_file_attribute` as it does not account for the __file__ rewriting magic + # done by the module. Use `get_module_attribute` instead. + return get_module_attribute(module_name, '__file__') + + +def check_requirement(requirement: str): + """ + Check if a :pep:`0508` requirement is satisfied. Usually used to check if a package distribution is installed, + or if it is installed and satisfies the specified version requirement. + + Parameters + ---------- + requirement : str + Requirement string in :pep:`0508` format. + + Returns + ---------- + bool + Boolean indicating whether the requirement is satisfied or not. + + Examples + -------- + + :: + + # Assume Pillow 10.0.0 is installed. + >>> from PyInstaller.utils.hooks import check_requirement + >>> check_requirement('Pillow') + True + >>> check_requirement('Pillow < 9.0') + False + >>> check_requirement('Pillow >= 9.0, < 11.0') + True + """ + parsed_requirement = packaging.requirements.Requirement(requirement) + + # Fetch the actual version of the specified dist + try: + version = importlib_metadata.version(parsed_requirement.name) + except importlib_metadata.PackageNotFoundError: + return False # Not available at all + + # If specifier is not given, the only requirement is that dist is available + if not parsed_requirement.specifier: + return True + + # Parse specifier, and compare version. Enable pre-release matching, + # because we need "package >= 2.0.0" to match "2.5.0b1". + return parsed_requirement.specifier.contains(version, prereleases=True) + + +# Keep the `is_module_satisfies` as an alias for backwards compatibility with existing hooks. The old fallback +# to module version check does not work any more, though. +def is_module_satisfies( + requirements: str, + version: None = None, + version_attr: None = None, +): + """ + A compatibility wrapper for :func:`check_requirement`, intended for backwards compatibility with existing hooks. + + In contrast to original implementation from PyInstaller < 6, this implementation only checks the specified + :pep:`0508` requirement string; i.e., it tries to retrieve the distribution metadata, and compare its version + against optional version specifier(s). It does not attempt to fall back to checking the module's version attribute, + nor does it support ``version`` and ``version_attr`` arguments. + + Parameters + ---------- + requirements : str + Requirements string passed to the :func:`check_requirement`. + version : None + Deprecated and unsupported. Must be ``None``. + version_attr : None + Deprecated and unsupported. Must be ``None``. + + Returns + ---------- + bool + Boolean indicating whether the requirement is satisfied or not. + + Raises + ---------- + ValueError + If either ``version`` or ``version_attr`` are specified and are not None. + """ + if version is not None: + raise ValueError("Calling is_module_satisfies with version argument is not supported anymore.") + if version_attr is not None: + raise ValueError("Calling is_module_satisfies with version argument_attr is not supported anymore.") + return check_requirement(requirements) + + +def is_package(module_name: str): + """ + Check if a Python module is really a module or is a package containing other modules, without importing anything + in the main process. + + :param module_name: Module name to check. + :return: True if module is a package else otherwise. + """ + def _is_package(module_name: str): + """ + Determines whether the given name represents a package or not. If the name represents a top-level module or + a package, it is not imported. If the name represents a sub-module or a sub-package, its parent is imported. + In such cases, this function should be called from an isolated suprocess. + """ + try: + import importlib.util + spec = importlib.util.find_spec(module_name) + return bool(spec.submodule_search_locations) + except Exception: + return False + + # For top-level packages/modules, we can perform check in the main process; otherwise, we need to isolate the + # call to prevent import leaks in the main process. + if '.' not in module_name: + return _is_package(module_name) + else: + return isolated.call(_is_package, module_name) + + +def get_all_package_paths(package: str): + """ + Given a package name, return all paths associated with the package. Typically, packages have a single location + path, but PEP 420 namespace packages may be split across multiple locations. Returns an empty list if the specified + package is not found or is not a package. + """ + def _get_package_paths(package: str): + """ + Retrieve package path(s), as advertised by submodule_search_paths attribute of the spec obtained via + importlib.util.find_spec(package). If the name represents a top-level package, the package is not imported. + If the name represents a sub-module or a sub-package, its parent is imported. In such cases, this function + should be called from an isolated suprocess. Returns an empty list if specified package is not found or is not + a package. + """ + try: + import importlib.util + spec = importlib.util.find_spec(package) + if not spec or not spec.submodule_search_locations: + return [] + return [str(path) for path in spec.submodule_search_locations] + except Exception: + return [] + + # For top-level packages/modules, we can perform check in the main process; otherwise, we need to isolate the + # call to prevent import leaks in the main process. + if '.' not in package: + pkg_paths = _get_package_paths(package) + else: + pkg_paths = isolated.call(_get_package_paths, package) + + return pkg_paths + + +def package_base_path(package_path: str, package: str): + """ + Given a package location path and package name, return the package base path, i.e., the directory in which the + top-level package is located. For example, given the path ``/abs/path/to/python/libs/pkg/subpkg`` and + package name ``pkg.subpkg``, the function returns ``/abs/path/to/python/libs``. + """ + return remove_suffix(package_path, package.replace('.', os.sep)) # Base directory + + +def get_package_paths(package: str): + """ + Given a package, return the path to packages stored on this machine and also returns the path to this particular + package. For example, if pkg.subpkg lives in /abs/path/to/python/libs, then this function returns + ``(/abs/path/to/python/libs, /abs/path/to/python/libs/pkg/subpkg)``. + + NOTE: due to backwards compatibility, this function returns only one package path along with its base directory. + In case of PEP 420 namespace package with multiple location, only first location is returned. To obtain all + package paths, use the ``get_all_package_paths`` function and obtain corresponding base directories using the + ``package_base_path`` helper. + """ + pkg_paths = get_all_package_paths(package) + if not pkg_paths: + raise ValueError(f"Package '{package}' does not exist or is not a package!") + + if len(pkg_paths) > 1: + logger.warning( + "get_package_paths - package %s has multiple paths (%r); returning only first one!", package, pkg_paths + ) + + pkg_dir = pkg_paths[0] + pkg_base = package_base_path(pkg_dir, package) + + return pkg_base, pkg_dir + + +def collect_submodules( + package: str, + filter: Callable[[str], bool] = lambda name: True, + on_error: str = "warn once", +): + """ + List all submodules of a given package. + + Arguments: + package: + An ``import``-able package. + filter: + Filter the submodules found: A callable that takes a submodule name and returns True if it should be + included. + on_error: + The action to take when a submodule fails to import. May be any of: + + - raise: Errors are reraised and terminate the build. + - warn: Errors are downgraded to warnings. + - warn once: The first error issues a warning but all + subsequent errors are ignored to minimise *stderr pollution*. This + is the default. + - ignore: Skip all errors. Don't warn about anything. + Returns: + All submodules to be assigned to ``hiddenimports`` in a hook. + + This function is intended to be used by hook scripts, not by main PyInstaller code. + + Examples:: + + # Collect all submodules of Sphinx don't contain the word ``test``. + hiddenimports = collect_submodules( + "Sphinx", ``filter=lambda name: 'test' not in name) + + .. versionchanged:: 4.5 + Add the **on_error** parameter. + + """ + # Accept only strings as packages. + if not isinstance(package, str): + raise TypeError('package must be a str') + if on_error not in ("ignore", "warn once", "warn", "raise"): + raise ValueError( + f"Invalid on-error action '{on_error}': Must be one of ('ignore', 'warn once', 'warn', 'raise')" + ) + + logger.debug('Collecting submodules for %s', package) + + # Skip a module which is not a package. + if not is_package(package): + logger.debug('collect_submodules - %s is not a package.', package) + # If module is importable, return its name in the list, in order to keep behavior consistent with the + # one we have for packages (i.e., we include the package in the list of returned names) + if can_import_module(package): + return [package] + return [] + + # Determine the filesystem path(s) to the specified package. + package_submodules = [] + + todo = deque() + todo.append(package) + + with isolated.Python() as isolated_python: + while todo: + # Scan the given (sub)package + name = todo.pop() + modules, subpackages, on_error = isolated_python.call(_collect_submodules, name, on_error) + + # Add modules to the list of all submodules + package_submodules += [module for module in modules if filter(module)] + + # Add sub-packages to deque for subsequent recursion + for subpackage_name in subpackages: + if filter(subpackage_name): + todo.append(subpackage_name) + + package_submodules = sorted(package_submodules) + + logger.debug("collect_submodules - found submodules: %s", package_submodules) + return package_submodules + + +# This function is called in an isolated sub-process via `isolated.Python.call`. +def _collect_submodules(name, on_error): + import sys + import pkgutil + from traceback import format_exception_only + + from PyInstaller.utils.hooks import logger + + logger.debug("collect_submodules - scanning (sub)package %s", name) + + modules = [] + subpackages = [] + + # Resolve package location(s) + try: + __import__(name) + except Exception as ex: + # Catch all errors and either raise, warn, or ignore them as determined by the *on_error* parameter. + if on_error in ("warn", "warn once"): + from PyInstaller.log import logger + ex = "".join(format_exception_only(type(ex), ex)).strip() + logger.warning(f"Failed to collect submodules for '{name}' because importing '{name}' raised: {ex}") + if on_error == "warn once": + on_error = "ignore" + return modules, subpackages, on_error + elif on_error == "raise": + raise ImportError(f"Unable to load subpackage '{name}'.") from ex + + # Do not attempt to recurse into package if it did not make it into sys.modules. + if name not in sys.modules: + return modules, subpackages, on_error + + # Or if it does not have __path__ attribute. + paths = getattr(sys.modules[name], '__path__', None) or [] + if not paths: + return modules, subpackages, on_error + + # Package was successfully imported - include it in the list of modules. + modules.append(name) + + # Iterate package contents + logger.debug("collect_submodules - scanning (sub)package %s in location(s): %s", name, paths) + for importer, name, ispkg in pkgutil.iter_modules(paths, name + '.'): + if not ispkg: + modules.append(name) + else: + subpackages.append(name) + + return modules, subpackages, on_error + + +def is_module_or_submodule(name: str, mod_or_submod: str): + """ + This helper function is designed for use in the ``filter`` argument of :func:`collect_submodules`, by returning + ``True`` if the given ``name`` is a module or a submodule of ``mod_or_submod``. + + Examples: + + The following excludes ``foo.test`` and ``foo.test.one`` but not ``foo.testifier``. :: + + collect_submodules('foo', lambda name: not is_module_or_submodule(name, 'foo.test'))`` + """ + return name.startswith(mod_or_submod + '.') or name == mod_or_submod + + +# Patterns of dynamic library filenames that might be bundled with some installed Python packages. +PY_DYLIB_PATTERNS = [ + '*.dll', + '*.dylib', + 'lib*.so', +] + + +def collect_dynamic_libs(package: str, destdir: str | None = None, search_patterns: list = PY_DYLIB_PATTERNS): + """ + This function produces a list of (source, dest) of dynamic library files that reside in package. Its output can be + directly assigned to ``binaries`` in a hook script. The package parameter must be a string which names the package. + + :param destdir: Relative path to ./dist/APPNAME where the libraries should be put. + :param search_patterns: List of dynamic library filename patterns to collect. + """ + logger.debug('Collecting dynamic libraries for %s' % package) + + # Accept only strings as packages. + if not isinstance(package, str): + raise TypeError('package must be a str') + + # Skip a module which is not a package. + if not is_package(package): + logger.warning( + "collect_dynamic_libs - skipping library collection for module '%s' as it is not a package.", package + ) + return [] + + pkg_dirs = get_all_package_paths(package) + dylibs = [] + for pkg_dir in pkg_dirs: + pkg_base = package_base_path(pkg_dir, package) + # Recursively glob for all file patterns in the package directory + for pattern in search_patterns: + files = Path(pkg_dir).rglob(pattern) + for source in files: + # Produce the tuple ('/abs/path/to/source/mod/submod/file.pyd', 'mod/submod') + if destdir: + # Put libraries in the specified target directory. + dest = destdir + else: + # Preserve original directory hierarchy. + dest = source.parent.relative_to(pkg_base) + logger.debug(' %s, %s' % (source, dest)) + dylibs.append((str(source), str(dest))) + + return dylibs + + +def collect_data_files( + package: str, + include_py_files: bool = False, + subdir: str | os.PathLike | None = None, + excludes: list | None = None, + includes: list | None = None, +): + r""" + This function produces a list of ``(source, dest)`` entries for data files that reside in ``package``. + Its output can be directly assigned to ``datas`` in a hook script; for example, see ``hook-sphinx.py``. + The data files are all files that are not shared libraries / binary python extensions (based on extension + check) and are not python source (.py) files or byte-compiled modules (.pyc). Collection of the .py and .pyc + files can be toggled via the ``include_py_files`` flag. + Parameters: + + - The ``package`` parameter is a string which names the package. + - By default, python source files and byte-compiled modules (files with ``.py`` and ``.pyc`` suffix) are not + collected; setting the ``include_py_files`` argument to ``True`` collects these files as well. This is typically + used when a package requires source .py files to be available; for example, JIT compilation used in + deep-learning frameworks, code that requires access to .py files (for example, to check their date), or code + that tries to extend `sys.path` with subpackage paths in a way that is incompatible with PyInstaller's frozen + importer.. However, in contemporary PyInstaller versions, the preferred way of collecting source .py files is by + using the **module collection mode** setting (which enables collection of source .py files in addition to or + in lieu of collecting byte-compiled modules into PYZ archive). + - The ``subdir`` argument gives a subdirectory relative to ``package`` to search, which is helpful when submodules + are imported at run-time from a directory lacking ``__init__.py``. + - The ``excludes`` argument contains a sequence of strings or Paths. These provide a list of + `globs `_ + to exclude from the collected data files; if a directory matches the provided glob, all files it contains will + be excluded as well. All elements must be relative paths, which are relative to the provided package's path + (/ ``subdir`` if provided). + + Therefore, ``*.txt`` will exclude only ``.txt`` files in ``package``\ 's path, while ``**/*.txt`` will exclude + all ``.txt`` files in ``package``\ 's path and all its subdirectories. Likewise, ``**/__pycache__`` will exclude + all files contained in any subdirectory named ``__pycache__``. + - The ``includes`` function like ``excludes``, but only include matching paths. ``excludes`` override + ``includes``: a file or directory in both lists will be excluded. + + This function does not work on zipped Python eggs. + + This function is intended to be used by hook scripts, not by main PyInstaller code. + """ + logger.debug('Collecting data files for %s' % package) + + # Accept only strings as packages. + if not isinstance(package, str): + raise TypeError('package must be a str') + + # Skip a module which is not a package. + if not is_package(package): + logger.warning("collect_data_files - skipping data collection for module '%s' as it is not a package.", package) + return [] + + # Make sure the excludes are a list; this also makes a copy, so we don't modify the original. + excludes = list(excludes) if excludes else [] + # These excludes may contain directories which need to be searched. + excludes_len = len(excludes) + # Including py files means don't exclude them. This pattern will search any directories for containing files, so + # do not modify ``excludes_len``. + if not include_py_files: + excludes += ['**/*' + s for s in compat.ALL_SUFFIXES] + else: + # include_py_files should collect only .py and .pyc files, and not the extensions / shared libs. + excludes += ['**/*' + s for s in compat.ALL_SUFFIXES if s not in {'.py', '.pyc'}] + + # Never, ever, collect .pyc files from __pycache__. + excludes.append('**/__pycache__/*.pyc') + + # If not specified, include all files. Follow the same process as the excludes. + includes = list(includes) if includes else ["**/*"] + includes_len = len(includes) + + # A helper function to glob the in/ex "cludes", adding a wildcard to refer to all files under a subdirectory if a + # subdirectory is matched by the first ``clude_len`` patterns. Otherwise, it in/excludes the matched file. + # **This modifies** ``cludes``. + def clude_walker( + # Package directory to scan + pkg_dir, + # A list of paths relative to ``pkg_dir`` to in/exclude. + cludes, + # The number of ``cludes`` for which matching directories should be searched for all files under them. + clude_len, + # True if the list is includes, False for excludes. + is_include + ): + for i, c in enumerate(cludes): + for g in Path(pkg_dir).glob(c): + if g.is_dir(): + # Only files are sources. Subdirectories are not. + if i < clude_len: + # In/exclude all files under a matching subdirectory. + cludes.append(str((g / "**/*").relative_to(pkg_dir))) + else: + # In/exclude a matching file. + sources.add(g) if is_include else sources.discard(g) + + # Obtain all paths for the specified package, and process each path independently. + datas = [] + + pkg_dirs = get_all_package_paths(package) + for pkg_dir in pkg_dirs: + sources = set() # Reset sources set + + pkg_base = package_base_path(pkg_dir, package) + if subdir: + pkg_dir = os.path.join(pkg_dir, subdir) + + # Process the package path with clude walker + clude_walker(pkg_dir, includes, includes_len, True) + clude_walker(pkg_dir, excludes, excludes_len, False) + + # Transform the sources into tuples for ``datas``. + datas += [(str(s), str(s.parent.relative_to(pkg_base))) for s in sources] + + logger.debug("collect_data_files - Found files: %s", datas) + return datas + + +def collect_system_data_files(path: str, destdir: str | os.PathLike | None = None, include_py_files: bool = False): + """ + This function produces a list of (source, dest) non-Python (i.e., data) files that reside somewhere on the system. + Its output can be directly assigned to ``datas`` in a hook script. + + This function is intended to be used by hook scripts, not by main PyInstaller code. + """ + # Accept only strings as paths. + if not isinstance(path, str): + raise TypeError('path must be a str') + + # Walk through all file in the given package, looking for data files. + datas = [] + for dirpath, dirnames, files in os.walk(path): + for f in files: + extension = os.path.splitext(f)[1] + if include_py_files or (extension not in PY_IGNORE_EXTENSIONS): + # Produce the tuple: (/abs/path/to/source/mod/submod/file.dat, mod/submod/destdir) + source = os.path.join(dirpath, f) + dest = str(Path(dirpath).relative_to(path)) + if destdir is not None: + dest = os.path.join(destdir, dest) + datas.append((source, dest)) + + return datas + + +def copy_metadata(package_name: str, recursive: bool = False): + """ + Collect distribution metadata so that ``importlib.metadata.distribution()`` or ``pkg_resources.get_distribution()`` + can find it. + + This function returns a list to be assigned to the ``datas`` global variable. This list instructs PyInstaller to + copy the metadata for the given package to the frozen application's data directory. + + Parameters + ---------- + package_name : str + Specifies the name of the package for which metadata should be copied. + recursive : bool + If true, collect metadata for the package's dependencies too. This enables use of + ``importlib.metadata.requires('package')`` or ``pkg_resources.require('package')`` inside the frozen + application. + + Returns + ------- + list + This should be assigned to ``datas``. + + Examples + -------- + >>> from PyInstaller.utils.hooks import copy_metadata + >>> copy_metadata('sphinx') + [('c:\\python27\\lib\\site-packages\\Sphinx-1.3.2.dist-info', + 'Sphinx-1.3.2.dist-info')] + + + Some packages rely on metadata files accessed through the ``importlib.metadata`` (or the now-deprecated + ``pkg_resources``) module. PyInstaller does not collect these metadata files by default. + If a package fails without the metadata (either its own, or of another package that it depends on), you can use this + function in a hook to collect the corresponding metadata files into the frozen application. The tuples in the + returned list contain two strings. The first is the full path to the package's metadata directory on the system. The + second is the destination name, which typically corresponds to the basename of the metadata directory. Adding these + tuples the the ``datas`` hook global variable, the metadata is collected into top-level application directory (where + it is usually searched for). + + .. versionchanged:: 4.3.1 + + Prevent ``dist-info`` metadata folders being renamed to ``egg-info`` which broke ``pkg_resources.require`` with + *extras* (see :issue:`#3033`). + + .. versionchanged:: 4.4.0 + + Add the **recursive** option. + """ + from collections import deque + + todo = deque([package_name]) + done = set() + out = [] + + while todo: + package_name = todo.pop() + if package_name in done: + continue + + dist = importlib_metadata.distribution(package_name) + + # We support only `importlib_metadata.PathDistribution`, since we need to rely on its private `_path` attribute + # to obtain the path to metadata file/directory. But we need to account for possible sub-classes and vendored + # variants (`setuptools._vendor.importlib_metadata.PathDistribution˙), so just check that `_path` is available. + if not hasattr(dist, '_path'): + raise RuntimeError( + f"Unsupported distribution type {type(dist)} for {package_name} - does not have _path attribute" + ) + src_path = dist._path + + if src_path.is_dir(): + # The metadata is stored in a directory (.egg-info, .dist-info), so collect the whole directory. If the + # package is installed as an egg, the metadata directory is ([...]/package_name-version.egg/EGG-INFO), + # and requires special handling (as of PyInstaller v6, we support only non-zipped eggs). + if src_path.name == 'EGG-INFO' and src_path.parent.name.endswith('.egg'): + dest_path = os.path.join(*src_path.parts[-2:]) + else: + dest_path = src_path.name + elif src_path.is_file(): + # The metadata is stored in a single file. Collect it into top-level application directory. + # The .egg-info file is commonly used by Debian/Ubuntu when packaging python packages. + dest_path = '.' + else: + raise RuntimeError( + f"Distribution metadata path {src_path!r} for {package_name} is neither file nor directory!" + ) + + out.append((str(src_path), str(dest_path))) + + if not recursive: + return out + done.add(package_name) + + # Process requirements; `importlib.metadata` has no API for parsing requirements, so we need to use + # `packaging.requirements`. This is necessary to discard requirements with markers that do not match the + # environment (e.g., `python_version`, `sys_platform`). + requirements = [packaging.requirements.Requirement(req) for req in dist.requires or []] + requirements = [req.name for req in requirements if req.marker is None or req.marker.evaluate()] + + todo += requirements + + return out + + +def get_installer(module: str): + """ + Try to find which package manager installed a module. + + :param module: Module to check + :return: Package manager or None + """ + # Resolve distribution for given module/package name (e.g., enchant -> pyenchant). + pkg_to_dist = importlib_metadata.packages_distributions() + dist_names = pkg_to_dist.get(module) + if dist_names is not None: + # A namespace package might result in multiple dists; take the first one... + try: + dist = importlib_metadata.distribution(dist_names[0]) + installer_text = dist.read_text('INSTALLER') + if installer_text is not None: + return installer_text.strip() + except importlib_metadata.PackageNotFoundError: + # This might happen with eggs if the egg directory name does not match the dist name declared in the + # metadata. + pass + + if compat.is_darwin: + try: + file_name = get_module_file_attribute(module) + except ImportError: + return None + + # Attempt to resolve the module file via macports' port command + try: + output = subprocess.run(['port', 'provides', file_name], + check=True, + stdout=subprocess.PIPE, + encoding='utf-8').stdout + if 'is provided by' in output: + return 'macports' + except ExecCommandFailed: + pass + + # Check if the file is located in homebrew's Cellar directory + file_name = os.path.realpath(file_name) + if 'Cellar' in file_name: + return 'homebrew' + + return None + + +def collect_all( + package_name: str, + include_py_files: bool = True, + filter_submodules: Callable = lambda name: True, + exclude_datas: list | None = None, + include_datas: list | None = None, + on_error: str = "warn once", +): + """ + Collect everything for a given package name. + + Arguments: + package_name: + An ``import``-able package name. + include_py_files: + Forwarded to :func:`collect_data_files`. + filter_submodules: + Forwarded to :func:`collect_submodules`. + exclude_datas: + Forwarded to :func:`collect_data_files`. + include_datas: + Forwarded to :func:`collect_data_files`. + on_error: + Forwarded onto :func:`collect_submodules`. + + Returns: + tuple: A ``(datas, binaries, hiddenimports)`` triplet containing: + + - All data files, raw Python files (if **include_py_files**), and distribution metadata directories (if + applicable). + - All dynamic libraries as returned by :func:`collect_dynamic_libs`. + - All submodules of **package_name**. + + Typical use:: + + datas, binaries, hiddenimports = collect_all('my_package_name') + """ + datas = collect_data_files(package_name, include_py_files, excludes=exclude_datas, includes=include_datas) + binaries = collect_dynamic_libs(package_name) + hiddenimports = collect_submodules(package_name, on_error=on_error, filter=filter_submodules) + + # `copy_metadata` requires a dist name instead of importable/package name. + # A namespace package might belong to multiple distributions, so process all of them. + pkg_to_dist = importlib_metadata.packages_distributions() + dist_names = set(pkg_to_dist.get(package_name, [])) + for dist_name in dist_names: + # Copy metadata + try: + datas += copy_metadata(dist_name) + except Exception: + pass + + return datas, binaries, hiddenimports + + +def collect_entry_point(name: str): + """ + Collect modules and metadata for all exporters of a given entry point. + + Args: + name: + The name of the entry point. Check the documentation for the library that uses the entry point to find + its name. + Returns: + A ``(datas, hiddenimports)`` pair that should be assigned to the ``datas`` and ``hiddenimports``, respectively. + + For libraries, such as ``pytest`` or ``keyring``, that rely on plugins to extend their behaviour. + + Examples: + Pytest uses an entry point called ``'pytest11'`` for its extensions. + To collect all those extensions use:: + + datas, hiddenimports = collect_entry_point("pytest11") + + These values may be used in a hook or added to the ``datas`` and ``hiddenimports`` arguments in the ``.spec`` + file. See :ref:`using spec files`. + + .. versionadded:: 4.3 + """ + datas = [] + imports = [] + for entry_point in importlib_metadata.entry_points(group=name): + datas += copy_metadata(entry_point.dist.name) + imports.append(entry_point.module) + return datas, imports + + +def get_hook_config(hook_api: PostGraphAPI, module_name: str, key: str): + """ + Get user settings for hooks. + + Args: + module_name: + The module/package for which the key setting belong to. + key: + A key for the config. + Returns: + The value for the config. ``None`` if not set. + + The ``get_hook_config`` function will lookup settings in the ``Analysis.hooksconfig`` dict. + + The hook settings can be added to ``.spec`` file in the form of:: + + a = Analysis(["my-app.py"], + ... + hooksconfig = { + "gi": { + "icons": ["Adwaita"], + "themes": ["Adwaita"], + "languages": ["en_GB", "zh_CN"], + }, + }, + ... + ) + """ + config = hook_api.analysis.hooksconfig + value = None + if module_name in config and key in config[module_name]: + value = config[module_name][key] + return value + + +def include_or_exclude_file( + filename: str, + include_list: list | None = None, + exclude_list: list | None = None, +): + """ + Generic inclusion/exclusion decision function based on filename and list of include and exclude patterns. + + Args: + filename: + Filename considered for inclusion. + include_list: + List of inclusion file patterns. + exclude_list: + List of exclusion file patterns. + + Returns: + A boolean indicating whether the file should be included or not. + + If ``include_list`` is provided, True is returned only if the filename matches one of include patterns (and does not + match any patterns in ``exclude_list``, if provided). If ``include_list`` is not provided, True is returned if + filename does not match any patterns in ``exclude list``, if provided. If neither list is provided, True is + returned for any filename. + """ + if include_list is not None: + for pattern in include_list: + if fnmatch.fnmatch(filename, pattern): + break + else: + return False # Not explicitly included; exclude + + if exclude_list is not None: + for pattern in exclude_list: + if fnmatch.fnmatch(filename, pattern): + return False # Explicitly excluded + + return True + + +def collect_delvewheel_libs_directory(package_name, libdir_name=None, datas=None, binaries=None): + """ + Collect data files and binaries from the .libs directory of a delvewheel-enabled python wheel. Such wheels ship + their shared libraries in a .libs directory that is located next to the package directory, and therefore falls + outside the purview of the collect_dynamic_libs() utility function. + + Args: + package_name: + Name of the package (e.g., scipy). + libdir_name: + Optional name of the .libs directory (e.g., scipy.libs). If not provided, ".libs" is added to + ``package_name``. + datas: + Optional list of datas to which collected data file entries are added. The combined result is retuned + as part of the output tuple. + binaries: + Optional list of binaries to which collected binaries entries are added. The combined result is retuned + as part of the output tuple. + + Returns: + tuple: A ``(datas, binaries)`` pair that should be assigned to the ``datas`` and ``binaries``, respectively. + + Examples: + Collect the ``scipy.libs`` delvewheel directory belonging to the Windows ``scipy`` wheel:: + + datas, binaries = collect_delvewheel_libs_directory("scipy") + + When the collected entries should be added to existing ``datas`` and ``binaries`` listst, the following form + can be used to avoid using intermediate temporary variables and merging those into existing lists:: + + datas, binaries = collect_delvewheel_libs_directory("scipy", datas=datas, binaries=binaries) + + .. versionadded:: 5.6 + """ + + datas = datas or [] + binaries = binaries or [] + + if libdir_name is None: + libdir_name = package_name + '.libs' + + # delvewheel is applicable only to Windows wheels + if not compat.is_win: + return datas, binaries + + # Get package's parent path + pkg_base, pkg_dir = get_package_paths(package_name) + pkg_base = Path(pkg_base) + libs_dir = pkg_base / libdir_name + + if not libs_dir.is_dir(): + return datas, binaries + + # Collect all dynamic libs - collect them as binaries in order to facilitate proper binary dependency analysis + # (for example, to ensure that system-installed VC runtime DLLs are collected, if needed). + # As of PyInstaller 5.4, this should be safe (should not result in duplication), because binary dependency + # analysis attempts to preserve the DLL directory structure. + binaries += [(str(dll_file), str(dll_file.parent.relative_to(pkg_base))) for dll_file in libs_dir.glob('*.dll')] + + # Collect the .load-order file; strictly speaking, this should be necessary only under python < 3.8, but let us + # collect it for completeness sake. Differently named variants have been observed: `.load_order`, `.load-order`, + # and `.load-order-Name`. + datas += [(str(load_order_file), str(load_order_file.parent.relative_to(pkg_base))) + for load_order_file in libs_dir.glob('.load[-_]order*')] + + return datas, binaries + + +if compat.is_pure_conda: + from PyInstaller.utils.hooks import conda as conda_support # noqa: F401 +elif compat.is_conda: + from PyInstaller.utils.hooks.conda import CONDA_META_DIR as _tmp + logger.warning( + "Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being " + "used on top, because the conda-meta folder %s does not exist.", _tmp + ) + del _tmp diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ef43413450eb0f9a384fb411f6855f9d335007a GIT binary patch literal 48876 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 He)@j_UQZ$W literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/conda.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/conda.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d1cf8539c1abe09b8220929b92d05437c7f1c78 GIT binary patch literal 14934 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/django.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/django.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..036ea315d1a41d5e1dac945d6114ed7f544394d7 GIT binary patch literal 5633 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/gi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/__pycache__/gi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd21d3ee6a13f85ff564519c7d7215448a3e22de GIT binary patch literal 17944 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 V5AwbDU*|jc=N~+Cm`|}`{tvQOFB<>= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/conda.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/conda.py new file mode 100755 index 0000000..1ae28b1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/conda.py @@ -0,0 +1,396 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +# language=rst +""" +Additional helper methods for working specifically with Anaconda distributions are found at +:mod:`PyInstaller.utils.hooks.conda_support` +which is designed to mimic (albeit loosely) the `importlib.metadata`_ package. These functions find and parse the +distribution metadata from json files located in the ``conda-meta`` directory. + +.. versionadded:: 4.2.0 + +This module is available only if run inside a Conda environment. Usage of this module should therefore be wrapped in +a conditional clause:: + + from PyInstaller.compat import is_pure_conda + + if is_pure_conda: + from PyInstaller.utils.hooks import conda_support + + # Code goes here. e.g. + binaries = conda_support.collect_dynamic_libs("numpy") + ... + +Packages are all referenced by the *distribution name* you use to install it, rather than the *package name* you import +it with. I.e., use ``distribution("pillow")`` instead of ``distribution("PIL")`` or use ``package_distribution("PIL")``. +""" +from __future__ import annotations + +import fnmatch +import json +import sys +from pathlib import Path +from typing import Iterable, List +from importlib.metadata import PackagePath as _PackagePath + +from PyInstaller import compat +from PyInstaller.log import logger + +# Conda virtual environments each get their own copy of `conda-meta` so the use of `sys.prefix` instead of +# `sys.base_prefix`, `sys.real_prefix` or anything from our `compat` module is intentional. +CONDA_ROOT = Path(sys.prefix) +CONDA_META_DIR = CONDA_ROOT / "conda-meta" + +# Find all paths in `sys.path` that are inside Conda root. +PYTHONPATH_PREFIXES = [] +for _path in sys.path: + _path = Path(_path) + try: + PYTHONPATH_PREFIXES.append(_path.relative_to(sys.prefix)) + except ValueError: + pass + +PYTHONPATH_PREFIXES.sort(key=lambda p: len(p.parts), reverse=True) + + +class Distribution: + """ + A bucket class representation of a Conda distribution. + + This bucket exports the following attributes: + + :ivar name: The distribution's name. + :ivar version: Its version. + :ivar files: All filenames as :meth:`PackagePath`\\ s included with this distribution. + :ivar dependencies: Names of other distributions that this distribution depends on (with version constraints + removed). + :ivar packages: Names of importable packages included in this distribution. + + This class is not intended to be constructed directly by users. Rather use :meth:`distribution` or + :meth:`package_distribution` to provide one for you. + """ + def __init__(self, json_path: str): + try: + self._json_path = Path(json_path) + assert self._json_path.exists() + except (TypeError, AssertionError): + raise TypeError( + "Distribution requires a path to a conda-meta json. Perhaps you want " + "`distribution({})` instead?".format(repr(json_path)) + ) + + # Everything we need (including this distribution's name) is kept in the metadata json. + self.raw: dict = json.loads(self._json_path.read_text()) + + # Unpack the more useful contents of the json. + self.name: str = self.raw["name"] + self.version: str = self.raw["version"] + self.files = [PackagePath(i) for i in self.raw["files"]] + self.dependencies = self._init_dependencies() + self.packages = self._init_package_names() + + def __repr__(self): + return "{}(name=\"{}\", packages={})".format(type(self).__name__, self.name, self.packages) + + def _init_dependencies(self): + """ + Read dependencies from ``self.raw["depends"]``. + + :return: Dependent distribution names. + :rtype: list + + The names in ``self.raw["depends"]`` come with extra version constraint information which must be stripped. + """ + dependencies = [] + # For each dependency: + for dependency in self.raw["depends"]: + # ``dependency`` is a string of the form: "[name] [version constraints]" + name, *version_constraints = dependency.split(maxsplit=1) + dependencies.append(name) + return dependencies + + def _init_package_names(self): + """ + Search ``self.files`` for package names shipped by this distribution. + + :return: Package names. + :rtype: list + + These are names you would ``import`` rather than names you would install. + """ + packages = [] + for file in self.files: + package = _get_package_name(file) + if package is not None: + packages.append(package) + return packages + + @classmethod + def from_name(cls, name: str): + """ + Get distribution information for a given distribution **name** (i.e., something you would ``conda install``). + + :rtype: :class:`Distribution` + """ + if name in distributions: + return distributions[name] + raise ModuleNotFoundError( + "Distribution {} is either not installed or was not installed using Conda.".format(name) + ) + + @classmethod + def from_package_name(cls, name: str): + """ + Get distribution information for a **package** (i.e., something you would import). + + :rtype: :class:`Distribution` + + For example, the package ``pkg_resources`` belongs to the distribution ``setuptools``, which contains three + packages. + + >>> package_distribution("pkg_resources") + Distribution(name="setuptools", + packages=['easy_install', 'pkg_resources', 'setuptools']) + """ + if name in distributions_by_package: + return distributions_by_package[name] + raise ModuleNotFoundError("Package {} is either not installed or was not installed using Conda.".format(name)) + + +distribution = Distribution.from_name +package_distribution = Distribution.from_package_name + + +class PackagePath(_PackagePath): + """ + A filename relative to Conda's root (``sys.prefix``). + + This class inherits from :class:`pathlib.PurePosixPath` even on non-Posix OSs. To convert to a :class:`pathlib.Path` + pointing to the real file, use the :meth:`locate` method. + """ + def locate(self): + """ + Return a path-like object for this path pointing to the file's true location. + """ + return Path(sys.prefix) / self + + +def walk_dependency_tree(initial: str, excludes: Iterable[str] | None = None): + """ + Collect a :class:`Distribution` and all direct and indirect dependencies of that distribution. + + Arguments: + initial: + Distribution name to collect from. + excludes: + Distributions to exclude. + Returns: + A ``{name: distribution}`` mapping where ``distribution`` is the output of + :func:`conda_support.distribution(name) `. + """ + if excludes is not None: + excludes = set(excludes) + + # Rather than use true recursion, mimic it with a to-do queue. + from collections import deque + done = {} + names_to_do = deque([initial]) + + while names_to_do: + # Grab a distribution name from the to-do list. + name = names_to_do.pop() + try: + # Collect and save it's metadata. + done[name] = distribution = Distribution.from_name(name) + logger.debug("Collected Conda distribution '%s', a dependency of '%s'.", name, initial) + except ModuleNotFoundError: + logger.warning( + "Conda distribution '%s', dependency of '%s', was not found. " + "If you installed this distribution with pip then you may ignore this warning.", name, initial + ) + continue + # For each dependency: + for _name in distribution.dependencies: + if _name in done: + # Skip anything already done. + continue + if _name == name: + # Avoid infinite recursion if a distribution depends on itself. This will probably never happen but I + # certainly would not chance it. + continue + if excludes is not None and _name in excludes: + # Do not recurse to excluded dependencies. + continue + names_to_do.append(_name) + return done + + +def _iter_distributions(name, dependencies, excludes): + if dependencies: + return walk_dependency_tree(name, excludes).values() + else: + return [Distribution.from_name(name)] + + +def requires(name: str, strip_versions: bool = False) -> List[str]: + """ + List requirements of a distribution. + + Arguments: + name: + The name of the distribution. + strip_versions: + List only their names, not their version constraints. + Returns: + A list of distribution names. + """ + if strip_versions: + return distribution(name).dependencies + return distribution(name).raw["depends"] + + +def files(name: str, dependencies: bool = False, excludes: list | None = None) -> List[PackagePath]: + """ + List all files belonging to a distribution. + + Arguments: + name: + The name of the distribution. + dependencies: + Recursively collect files of dependencies too. + excludes: + Distributions to ignore if **dependencies** is true. + Returns: + All filenames belonging to the given distribution. + + With ``dependencies=False``, this is just a shortcut for:: + + conda_support.distribution(name).files + """ + return [file for dist in _iter_distributions(name, dependencies, excludes) for file in dist.files] + + +if compat.is_win: + lib_dir = PackagePath("Library", "bin") +else: + lib_dir = PackagePath("lib") + + +def collect_dynamic_libs(name: str, dest: str = ".", dependencies: bool = True, excludes: Iterable[str] | None = None): + """ + Collect DLLs for distribution **name**. + + Arguments: + name: + The distribution's project-name. + dest: + Target destination, defaults to ``'.'``. + dependencies: + Recursively collect libs for dependent distributions (recommended). + excludes: + Dependent distributions to skip, defaults to ``None``. + Returns: + List of DLLs in PyInstaller's ``(source, dest)`` format. + + This collects libraries only from Conda's shared ``lib`` (Unix) or ``Library/bin`` (Windows) folders. To collect + from inside a distribution's installation use the regular :func:`PyInstaller.utils.hooks.collect_dynamic_libs`. + """ + DLL_SUFFIXES = ("*.dll", "*.dylib", "*.so", "*.so.*") + _files = [] + for file in files(name, dependencies, excludes): + # A file is classified as a dynamic library if: + # 1) it lives inside the dedicated ``lib_dir`` DLL folder + if file.parent != lib_dir: + continue + # 2) it is a file (and not a directory or a symbolic link pointing to a directory) + resolved_file = file.locate() + if not resolved_file.is_file(): + continue + # 3) has a correct suffix + if not any([resolved_file.match(suffix) for suffix in DLL_SUFFIXES]): + continue + + _files.append((str(resolved_file), dest)) + return _files + + +# --- Map packages to distributions and vice-versa --- + + +def _get_package_name(file: PackagePath): + """ + Determine the package name of a Python file in :data:`sys.path`. + + Arguments: + file: + A Python filename relative to Conda root (sys.prefix). + Returns: + Package name or None. + + This function only considers single file packages e.g. ``foo.py`` or top level ``foo/__init__.py``\\ s. + Anything else is ignored (returning ``None``). + """ + file = Path(file) + # TODO: Handle PEP 420 namespace packages (which are missing `__init__` module). No such Conda PEP 420 namespace + # packages are known. + + # Get top-level folders by finding parents of `__init__.xyz`s + if file.stem == "__init__" and file.suffix in compat.ALL_SUFFIXES: + file = file.parent + elif file.suffix not in compat.ALL_SUFFIXES: + # Keep single-file packages but skip DLLs, data and junk files. + return + + # Check if this file/folder's parent is in ``sys.path`` i.e. it's directly importable. This intentionally excludes + # submodules which would cause confusion because ``sys.prefix`` is in ``sys.path``, meaning that every file in an + # Conda installation is a submodule. + for prefix in PYTHONPATH_PREFIXES: + if len(file.parts) != len(prefix.parts) + 1: + # This check is redundant but speeds it up quite a bit. + continue + # There are no wildcards involved here. The use of ``fnmatch`` is simply to handle the `if case-insensitive + # file system: use case-insensitive string matching.` + if fnmatch.fnmatch(str(file.parent), str(prefix)): + return file.stem + + +# All the information we want is organised the wrong way. + +# We want to look up distribution based on package names, but we can only search for packages using distribution names. +# And we would like to search for a distribution's json file, but, due to the noisy filenames of the jsons, we can only +# find a json's distribution rather than a distribution's json. + +# So we have to read everything, then regroup distributions in the ways we want them grouped. This will likely be a +# spectacular bottleneck on full-blown Conda (non miniconda) with 250+ packages by default at several GiBs. I suppose we +# could cache this on a per-json basis if it gets too much. + + +def _init_distributions(): + distributions = {} + for path in CONDA_META_DIR.glob("*.json"): + dist = Distribution(path) + distributions[dist.name] = dist + return distributions + + +distributions = _init_distributions() + + +def _init_packages(): + distributions_by_package = {} + for distribution in distributions.values(): + for package in distribution.packages: + distributions_by_package[package] = distribution + return distributions_by_package + + +distributions_by_package = _init_packages() diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/django.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/django.py new file mode 100755 index 0000000..5652778 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/django.py @@ -0,0 +1,151 @@ +# ---------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ---------------------------------------------------------------------------- +import os + +from PyInstaller import isolated + + +@isolated.decorate +def django_dottedstring_imports(django_root_dir): + """ + An isolated helper that returns list of all Django dependencies, parsed from the `mysite.settings` module. + + NOTE: With newer version of Django this is most likely the part of PyInstaller that will be broken. + + Tested with Django 2.2 + """ + + import sys + import os + + import PyInstaller.utils.misc + from PyInstaller.utils import hooks as hookutils + + # Extra search paths to add to sys.path: + # - parent directory of the django_root_dir + # - django_root_dir itself; often, Django users do not specify absolute imports in the settings module. + search_paths = [ + PyInstaller.utils.misc.get_path_to_toplevel_modules(django_root_dir), + django_root_dir, + ] + sys.path += search_paths + + # Set the path to project's settings module + default_settings_module = os.path.basename(django_root_dir) + '.settings' + settings_module = os.environ.get('DJANGO_SETTINGS_MODULE', default_settings_module) + os.environ['DJANGO_SETTINGS_MODULE'] = settings_module + + # Calling django.setup() avoids the exception AppRegistryNotReady() and also reads the user settings + # from DJANGO_SETTINGS_MODULE. + # https://stackoverflow.com/questions/24793351/django-appregistrynotready + import django # noqa: E402 + + django.setup() + + # This allows to access all django settings even from the settings.py module. + from django.conf import settings # noqa: E402 + + hiddenimports = list(settings.INSTALLED_APPS) + + # Do not fail script when settings does not have such attributes. + if hasattr(settings, 'TEMPLATE_CONTEXT_PROCESSORS'): + hiddenimports += list(settings.TEMPLATE_CONTEXT_PROCESSORS) + + if hasattr(settings, 'TEMPLATE_LOADERS'): + hiddenimports += list(settings.TEMPLATE_LOADERS) + + hiddenimports += [settings.ROOT_URLCONF] + + def _remove_class(class_name): + return '.'.join(class_name.split('.')[0:-1]) + + #-- Changes in Django 1.7. + + # Remove class names and keep just modules. + if hasattr(settings, 'AUTHENTICATION_BACKENDS'): + for cl in settings.AUTHENTICATION_BACKENDS: + cl = _remove_class(cl) + hiddenimports.append(cl) + if hasattr(settings, 'DEFAULT_FILE_STORAGE'): + cl = _remove_class(settings.DEFAULT_FILE_STORAGE) + hiddenimports.append(cl) + if hasattr(settings, 'FILE_UPLOAD_HANDLERS'): + for cl in settings.FILE_UPLOAD_HANDLERS: + cl = _remove_class(cl) + hiddenimports.append(cl) + if hasattr(settings, 'MIDDLEWARE_CLASSES'): + for cl in settings.MIDDLEWARE_CLASSES: + cl = _remove_class(cl) + hiddenimports.append(cl) + # Templates is a dict: + if hasattr(settings, 'TEMPLATES'): + for templ in settings.TEMPLATES: + backend = _remove_class(templ['BACKEND']) + hiddenimports += backend + # Include context_processors. + if hasattr(templ, 'OPTIONS'): + if hasattr(templ['OPTIONS'], 'context_processors'): + # Context processors are functions - strip last word. + mods = templ['OPTIONS']['context_processors'] + mods = [_remove_class(x) for x in mods] + hiddenimports += mods + # Include database backends - it is a dict. + for v in settings.DATABASES.values(): + hiddenimports.append(v['ENGINE']) + + # Add templatetags and context processors for each installed app. + for app in settings.INSTALLED_APPS: + app_templatetag_module = app + '.templatetags' + app_ctx_proc_module = app + '.context_processors' + hiddenimports.append(app_templatetag_module) + hiddenimports += hookutils.collect_submodules(app_templatetag_module) + hiddenimports.append(app_ctx_proc_module) + + # Deduplicate imports. + hiddenimports = list(set(hiddenimports)) + + # Return the hidden imports + return hiddenimports + + +def django_find_root_dir(): + """ + Return path to directory (top-level Python package) that contains main django files. Return None if no directory + was detected. + + Main Django project directory contain files like '__init__.py', 'settings.py' and 'url.py'. + + In Django 1.4+ the script 'manage.py' is not in the directory with 'settings.py' but usually one level up. We + need to detect this special case too. + """ + # 'PyInstaller.config' cannot be imported as other top-level modules. + from PyInstaller.config import CONF + + # Get the directory with manage.py. Manage.py is supplied to PyInstaller as the first main executable script. + manage_py = CONF['main_script'] + manage_dir = os.path.dirname(os.path.abspath(manage_py)) + + # Get the Django root directory. The directory that contains settings.py and url.py. It could be the directory + # containing manage.py or any of its subdirectories. + settings_dir = None + files = set(os.listdir(manage_dir)) + if ('settings.py' in files or 'settings' in files) and 'urls.py' in files: + settings_dir = manage_dir + else: + for f in files: + if os.path.isdir(os.path.join(manage_dir, f)): + subfiles = os.listdir(os.path.join(manage_dir, f)) + # Subdirectory contains critical files. + if ('settings.py' in subfiles or 'settings' in subfiles) and 'urls.py' in subfiles: + settings_dir = os.path.join(manage_dir, f) + break # Find the first directory. + + return settings_dir diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/gi.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/gi.py new file mode 100755 index 0000000..0ac8236 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/gi.py @@ -0,0 +1,426 @@ +# ---------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ---------------------------------------------------------------------------- +import os +import pathlib +import shutil +import subprocess +import hashlib +import re + +from PyInstaller.depend.utils import _resolveCtypesImports +from PyInstaller.utils.hooks import collect_submodules, collect_system_data_files, get_hook_config +from PyInstaller import isolated +from PyInstaller import log as logging +from PyInstaller import compat +from PyInstaller.depend.bindepend import findSystemLibrary + +logger = logging.getLogger(__name__) + + +class GiModuleInfo: + def __init__(self, module, version, hook_api=None): + self.name = module + self.version = version + self.available = False + self.sharedlibs = [] + self.typelib = None + self.dependencies = [] + + # If hook API is available, use it to override the version from hookconfig. + if hook_api is not None: + module_versions = get_hook_config(hook_api, 'gi', 'module-versions') + if module_versions: + self.version = module_versions.get(module, version) + + logger.debug("Gathering GI module info for %s %s", module, self.version) + + @isolated.decorate + def _get_module_info(module, version): + import gi + gi.require_version("GIRepository", "2.0") + from gi.repository import GIRepository + + repo = GIRepository.Repository.get_default() + repo.require(module, version, GIRepository.RepositoryLoadFlags.IREPOSITORY_LOAD_FLAG_LAZY) + + # Shared library/libraries + # Comma-separated list of paths to shared libraries, or None if none are associated. Convert to list. + sharedlibs = repo.get_shared_library(module) + sharedlibs = [lib.strip() for lib in sharedlibs.split(",")] if sharedlibs else [] + + # Path to .typelib file + typelib = repo.get_typelib_path(module) + + # Dependencies + # GIRepository.Repository.get_immediate_dependencies is available from gobject-introspection v1.44 on + if hasattr(repo, 'get_immediate_dependencies'): + dependencies = repo.get_immediate_dependencies(module) + else: + dependencies = repo.get_dependencies(module) + + return { + 'sharedlibs': sharedlibs, + 'typelib': typelib, + 'dependencies': dependencies, + } + + # Try to query information; if this fails, mark module as unavailable. + try: + info = _get_module_info(module, self.version) + self.sharedlibs = info['sharedlibs'] + self.typelib = info['typelib'] + self.dependencies = info['dependencies'] + self.available = True + except Exception as e: + logger.debug("Failed to query GI module %s %s: %s", module, self.version, e) + self.available = False + + def get_libdir(self): + """ + Return the path to shared library used by the module. If no libraries are associated with the typelib, None is + returned. If multiple library names are associated with the typelib, the path to the first resolved shared + library is returned. Raises exception if module is unavailable or none of the shared libraries could be + resolved. + """ + # Module unavailable + if not self.available: + raise ValueError(f"Module {self.name} {self.version} is unavailable!") + # Module has no associated shared libraries + if not self.sharedlibs: + return None + for lib in self.sharedlibs: + path = findSystemLibrary(lib) + if path: + return os.path.normpath(os.path.dirname(path)) + raise ValueError(f"Could not resolve any shared library of {self.name} {self.version}: {self.sharedlibs}!") + + def collect_typelib_data(self): + """ + Return a tuple of (binaries, datas, hiddenimports) to be used by PyGObject related hooks. + """ + datas = [] + binaries = [] + hiddenimports = [] + + logger.debug("Collecting module data for %s %s", self.name, self.version) + + # Module unavailable + if not self.available: + raise ValueError(f"Module {self.name} {self.version} is unavailable!") + + # Find shared libraries + resolved_libs = _resolveCtypesImports(self.sharedlibs) + for resolved_lib in resolved_libs: + logger.debug("Collecting shared library %s at %s", resolved_lib[0], resolved_lib[1]) + binaries.append((resolved_lib[1], ".")) + + # Find and collect .typelib file. Run it through the `gir_library_path_fix` to fix the library path, if + # necessary. + typelib_entry = gir_library_path_fix(self.typelib) + if typelib_entry: + logger.debug('Collecting gir typelib at %s', typelib_entry[0]) + datas.append(typelib_entry) + + # Overrides for the module + hiddenimports += collect_submodules('gi.overrides', lambda name: name.endswith('.' + self.name)) + + # Module dependencies + for dep in self.dependencies: + dep_module, _ = dep.rsplit('-', 1) + hiddenimports += [f'gi.repository.{dep_module}'] + + return binaries, datas, hiddenimports + + +# The old function, provided for backwards compatibility in 3rd party hooks. +def get_gi_libdir(module, version): + module_info = GiModuleInfo(module, version) + return module_info.get_libdir() + + +# The old function, provided for backwards compatibility in 3rd party hooks. +def get_gi_typelibs(module, version): + """ + Return a tuple of (binaries, datas, hiddenimports) to be used by PyGObject related hooks. Searches for and adds + dependencies recursively. + + :param module: GI module name, as passed to 'gi.require_version()' + :param version: GI module version, as passed to 'gi.require_version()' + """ + module_info = GiModuleInfo(module, version) + return module_info.collect_typelib_data() + + +def gir_library_path_fix(path): + import subprocess + + # 'PyInstaller.config' cannot be imported as other top-level modules. + from PyInstaller.config import CONF + + path = os.path.abspath(path) + + # On Mac OS we need to recompile the GIR files to reference the loader path, + # but this is not necessary on other platforms. + if compat.is_darwin: + + # If using a virtualenv, the base prefix and the path of the typelib + # have really nothing to do with each other, so try to detect that. + common_path = os.path.commonprefix([compat.base_prefix, path]) + if common_path == '/': + logger.debug("virtualenv detected? fixing the gir path...") + common_path = os.path.abspath(os.path.join(path, '..', '..', '..')) + + gir_path = os.path.join(common_path, 'share', 'gir-1.0') + + typelib_name = os.path.basename(path) + gir_name = os.path.splitext(typelib_name)[0] + '.gir' + + gir_file = os.path.join(gir_path, gir_name) + + if not os.path.exists(gir_path): + logger.error( + "Unable to find gir directory: %s.\nTry installing your platform's gobject-introspection package.", + gir_path + ) + return None + if not os.path.exists(gir_file): + logger.error( + "Unable to find gir file: %s.\nTry installing your platform's gobject-introspection package.", gir_file + ) + return None + + with open(gir_file, 'r', encoding='utf-8') as f: + lines = f.readlines() + # GIR files are `XML encoded `_, + # which means they are by definition encoded using UTF-8. + with open(os.path.join(CONF['workpath'], gir_name), 'w', encoding='utf-8') as f: + for line in lines: + if 'shared-library' in line: + split = re.split('(=)', line) + files = re.split('(["|,])', split[2]) + for count, item in enumerate(files): + if 'lib' in item: + files[count] = '@loader_path/' + os.path.basename(item) + line = ''.join(split[0:2]) + ''.join(files) + f.write(line) + + # g-ir-compiler expects a file so we cannot just pipe the fixed file to it. + command = subprocess.Popen(( + 'g-ir-compiler', os.path.join(CONF['workpath'], gir_name), + '-o', os.path.join(CONF['workpath'], typelib_name) + )) # yapf: disable + command.wait() + + return os.path.join(CONF['workpath'], typelib_name), 'gi_typelibs' + else: + return path, 'gi_typelibs' + + +@isolated.decorate +def get_glib_system_data_dirs(): + import gi + gi.require_version('GLib', '2.0') + from gi.repository import GLib + return GLib.get_system_data_dirs() + + +def get_glib_sysconf_dirs(): + """ + Try to return the sysconf directories (e.g., /etc). + """ + if compat.is_win: + # On Windows, if you look at gtkwin32.c, sysconfdir is actually relative to the location of the GTK DLL. Since + # that is what we are actually interested in (not the user path), we have to do that the hard way... + return [os.path.join(get_gi_libdir('GLib', '2.0'), 'etc')] + + @isolated.call + def data_dirs(): + import gi + gi.require_version('GLib', '2.0') + from gi.repository import GLib + return GLib.get_system_config_dirs() + + return data_dirs + + +def collect_glib_share_files(*path): + """ + Path is relative to the system data directory (e.g., /usr/share). + """ + glib_data_dirs = get_glib_system_data_dirs() + if glib_data_dirs is None: + return [] + + destdir = os.path.join('share', *path) + + # TODO: will this return too much? + collected = [] + for data_dir in glib_data_dirs: + p = os.path.join(data_dir, *path) + collected += collect_system_data_files(p, destdir=destdir, include_py_files=False) + + return collected + + +def collect_glib_etc_files(*path): + """ + Path is relative to the system config directory (e.g., /etc). + """ + glib_config_dirs = get_glib_sysconf_dirs() + if glib_config_dirs is None: + return [] + + destdir = os.path.join('etc', *path) + + # TODO: will this return too much? + collected = [] + for config_dir in glib_config_dirs: + p = os.path.join(config_dir, *path) + collected += collect_system_data_files(p, destdir=destdir, include_py_files=False) + + return collected + + +_glib_translations = None + + +def collect_glib_translations(prog, lang_list=None): + """ + Return a list of translations in the system locale directory whose names equal prog.mo. + """ + global _glib_translations + if _glib_translations is None: + if lang_list is not None: + trans = [] + for lang in lang_list: + trans += collect_glib_share_files(os.path.join("locale", lang)) + _glib_translations = trans + else: + _glib_translations = collect_glib_share_files('locale') + + names = [os.sep + prog + '.mo', os.sep + prog + '.po'] + namelen = len(names[0]) + + return [(src, dst) for src, dst in _glib_translations if src[-namelen:] in names] + + +# Not a hook utility function per-se (used by main Analysis class), but kept here to have all GLib/GObject functions +# in one place... +def compile_glib_schema_files(datas_toc, workdir, collect_source_files=False): + """ + Compile collected GLib schema files. Extracts the list of GLib schema files from the given input datas TOC, copies + them to temporary working directory, and compiles them. The resulting `gschemas.compiled` file is added to the + output TOC, replacing any existing entry with that name. If `collect_source_files` flag is set, the source XML + schema files are also (re)added to the output TOC; by default, they are not. This function is no-op (returns the + original TOC) if no GLib schemas are found in TOC or if `glib-compile-schemas` executable is not found in `PATH`. + """ + SCHEMA_DEST_DIR = pathlib.PurePath("share/glib-2.0/schemas") + workdir = pathlib.Path(workdir) + + schema_files = [] + output_toc = [] + for toc_entry in datas_toc: + dest_name, src_name, typecode = toc_entry + dest_name = pathlib.PurePath(dest_name) + src_name = pathlib.PurePath(src_name) + + # Pass-through for non-schema files, identified based on the destination directory. + if dest_name.parent != SCHEMA_DEST_DIR: + output_toc.append(toc_entry) + continue + + # It seems schemas directory contains different files with different suffices: + # - .gschema.xml + # - .schema.override + # - .enums.xml + # To avoid omitting anything, simply collect everything into temporary directory. + # Exemptions are gschema.dtd (which should be unnecessary) and gschemas.compiled (which we will generate + # ourselves in this function). + if src_name.name in {"gschema.dtd", "gschemas.compiled"}: + continue + + schema_files.append(src_name) + + # If there are no schema files available, simply return the input datas TOC. + if not schema_files: + return datas_toc + + # Ensure that `glib-compile-schemas` executable is in PATH, just in case... + schema_compiler_exe = shutil.which('glib-compile-schemas') + if not schema_compiler_exe: + logger.warning("GLib schema compiler (glib-compile-schemas) not found! Skipping GLib schema recompilation...") + return datas_toc + + # If `gschemas.compiled` file already exists in the temporary working directory, record its modification time and + # hash. This will allow us to restore the modification time on the newly-compiled copy, if the latter turns out + # to be identical to the existing old one. Just in case, if the file becomes subject to timestamp-based caching + # mechanism. + compiled_file = workdir / "gschemas.compiled" + old_compiled_file_hash = None + old_compiled_file_stat = None + + if compiled_file.is_file(): + # Record creation/modification time + old_compiled_file_stat = compiled_file.stat() + # Compute SHA1 hash; since compiled schema files are relatively small, do it in single step. + old_compiled_file_hash = hashlib.sha1(compiled_file.read_bytes()).digest() + + # Ensure that temporary working directory exists, and is empty. + if workdir.exists(): + shutil.rmtree(workdir) + workdir.mkdir(exist_ok=True) + + # Copy schema (source) files to temporary working directory + for schema_file in schema_files: + shutil.copy(schema_file, workdir) + + # Compile. The glib-compile-schema might produce warnings on its own (e.g., schemas using deprecated paths, or + # overrides for non-existent keys). Since these are non-actionable, capture and display them only as a DEBUG + # message, or as a WARNING one if the command fails. + logger.info("Compiling collected GLib schema files in %r...", str(workdir)) + try: + cmd_args = [schema_compiler_exe, str(workdir), '--targetdir', str(workdir)] + p = subprocess.run( + cmd_args, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + check=True, + errors='ignore', + encoding='utf-8', + ) + logger.debug("Output from glib-compile-schemas:\n%s", p.stdout) + except subprocess.CalledProcessError as e: + # The called glib-compile-schema returned error. Display stdout/stderr, and return original datas TOC to + # minimize damage. + logger.warning("Failed to recompile GLib schemas! Returning collected files as-is!", exc_info=True) + logger.warning("Output from glib-compile-schemas:\n%s", e.stdout) + return datas_toc + except Exception: + # Compilation failed for whatever reason. Return original datas TOC to minimize damage. + logger.warning("Failed to recompile GLib schemas! Returning collected files as-is!", exc_info=True) + return datas_toc + + # Compute the checksum of the new compiled file, and if it matches the old checksum, restore the modification time. + if old_compiled_file_hash is not None: + new_compiled_file_hash = hashlib.sha1(compiled_file.read_bytes()).digest() + if new_compiled_file_hash == old_compiled_file_hash: + os.utime(compiled_file, ns=(old_compiled_file_stat.st_atime_ns, old_compiled_file_stat.st_mtime_ns)) + + # Add the resulting gschemas.compiled file to the output TOC + output_toc.append((str(SCHEMA_DEST_DIR / compiled_file.name), str(compiled_file), "DATA")) + + # Include source schema files in the output TOC (optional) + if collect_source_files: + for schema_file in schema_files: + output_toc.append((str(SCHEMA_DEST_DIR / schema_file.name), str(schema_file), "DATA")) + + return output_toc diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__init__.py new file mode 100755 index 0000000..d473e74 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__init__.py @@ -0,0 +1,879 @@ +# ---------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import glob +import os +import pathlib + +from PyInstaller import compat +from PyInstaller import isolated +from PyInstaller import log as logging +from PyInstaller.depend import bindepend +from PyInstaller.utils import hooks, misc +from PyInstaller.utils.hooks.qt import _modules_info + +logger = logging.getLogger(__name__) + +# Qt deployment approach +# ---------------------- +# This is the core of PyInstaller's approach to Qt deployment. It is based on: +# +# - Discovering the location of Qt libraries by introspection, using QtLibraryInfo_. This provides compatibility with +# many variants of Qt5/6 (conda, self-compiled, provided by a Linux distro, etc.) and many versions of Qt5/6, all of +# which vary in the location of Qt files. +# +# - Placing all frozen PyQt5/6 or PySide2/6 Qt files in a standard subdirectory layout, which matches the layout of the +# corresponding wheel on PyPI. This is necessary to support Qt installs which are not in a subdirectory of the PyQt5/6 +# or PySide2/6 wrappers. See ``hooks/rthooks/pyi_rth_qt5.py`` for the use of environment variables to establish this +# layout. +# +# - Emitting warnings on missing QML and translation files which some installations do not have. +# +# - Determining additional files needed for deployment based on the information in the centralized Qt module information +# list in the ``_modules_info`` module. This includes plugins and translation files associated with each Qt python +# extension module, as well as additional python Qt extension modules. +# +# - Collecting additional files that are specific to each module and are handled separately, for example: +# +# - For dynamic OpenGL applications, the ``libEGL.dll``, ``libGLESv2.dll``, ``d3dcompiler_XX.dll`` (the XX is a +# version number), and ``opengl32sw.dll`` libraries need to be collected on Windows. This is handled by the +# "base" bindings hook, for example ``hook-PyQt5.py``. +# +# - If Qt was configured to use ICU, the ``icudtXX.dll``, ``icuinXX.dll``, and ``icuucXX.dll`` libraries need to +# be collected on Windows. This is handled by the "base" bindings hook, for example ``hook-PyQt5.py``. +# +# - Per the `Deploying QML Applications `_ page, QML-based +# applications need the ``qml/`` directory available. This is handled by ``QtQuick`` hook, for example +# ``hook-PyQt5.QtQuick.py``. +# +# - For ``QtWebEngine``-based applications, we follow the `deployWebEngineCore +# `_ +# function copies the following files from ``resources/``, and also copies the web engine process executable. +# - ``icudtl.dat`` +# - ``qtwebengine_devtools_resources.pak`` +# - ``qtwebengine_resources.pak`` +# - ``qtwebengine_resources_100p.pak`` +# - ``qtwebengine_resources_200p.pak`` +# +# This is handled by the ``QtWebEngineCore`` hook, for example ``hook-PyQt5.QtWebEngineCore.py``. +# +# For details and references, see the `original write-up +# `_ +# and the documentation in the ``_modules_info`` module. + + +# QtModuleInfo +# ------------ +# This class contains information about python module (extension), its corresponding Qt module (shared library), and +# associated plugins and translations. It is used within QtLibraryInfo_ to establish name-based mappings for file +# collection. +class QtModuleInfo: + def __init__(self, module, shared_lib=None, translations=None, plugins=None): + # Python module (extension) name without package namespace. For example, `QtCore`. + # Can be None if python bindings do not bind the module, but we still need to establish relationship between + # the Qt module (shared library) and its plugins and translations. + self.module = module + # Associated Qt module (shared library), if any. Used during recursive dependency analysis, where a python + # module (extension) is analyzed for linked Qt modules (shared libraries), and then their corresponding + # python modules (extensions) are added to hidden imports. For example, the Qt module name is `Qt5Core` or + # `Qt6Core`, depending on the Qt version. Can be None for python modules that are not tied to a particular + # Qt shared library (for example, the corresponding Qt module is headers-only) and hence they cannot be + # inferred from recursive link-time dependency analysis. + self.shared_lib = shared_lib + # List of base names of translation files (if any) associated with the Qt module. Multiple base names may be + # associated with a single module. + # For example, `['qt', 'qtbase']` for `QtCore` or `['qtmultimedia']` for `QtMultimedia`. + self.translations = translations or [] + # List of plugins associated with the Qt module. + self.plugins = plugins or [] + + def __repr__(self): + return f"(module={self.module!r}, shared_lib={self.shared_lib!r}, " \ + f"translations={self.translations!r}, plugins={self.plugins!r}" + + +# QtLibraryInfo +# -------------- +# This class uses introspection to determine the location of Qt files. This is essential to deal with the many variants +# of the PyQt5/6 and PySide2/6 package, each of which places files in a different location. Therefore, this class +# provides all location-related members of `QLibraryInfo `_. +class QtLibraryInfo: + def __init__(self, namespace): + if namespace not in ['PyQt5', 'PyQt6', 'PySide2', 'PySide6']: + raise Exception('Invalid namespace: {0}'.format(namespace)) + self.namespace = namespace + # Distinction between PyQt5/6 and PySide2/6 + self.is_pyqt = namespace in {'PyQt5', 'PyQt6'} + # Distinction between Qt5 and Qt6 + self.qt_major = 6 if namespace in {'PyQt6', 'PySide6'} else 5 + # Determine relative path where Qt libraries and data need to be collected in the frozen application. This + # varies between PyQt5/PyQt6/PySide2/PySide6, their versions, and platforms. NOTE: it is tempting to consider + # deriving this path as simply the value of QLibraryInfo.PrefixPath, taken relative to the package's root + # directory. However, we also need to support non-wheel deployments (e.g., with Qt installed in custom path on + # Windows, or with Qt and PyQt5 installed on linux using native package manager), and in those, the Qt + # PrefixPath does not reflect the required relative target path for the frozen application. + if namespace == 'PyQt5': + if self._use_new_layout("PyQt5", "5.15.4", False): + self.qt_rel_dir = os.path.join('PyQt5', 'Qt5') + else: + self.qt_rel_dir = os.path.join('PyQt5', 'Qt') + elif namespace == 'PyQt6': + if self._use_new_layout("PyQt6", "6.0.3", True): + self.qt_rel_dir = os.path.join('PyQt6', 'Qt6') + else: + self.qt_rel_dir = os.path.join('PyQt6', 'Qt') + elif namespace == 'PySide2': + # PySide2 uses PySide2/Qt on linux and macOS, and PySide2 on Windows + if compat.is_win: + self.qt_rel_dir = 'PySide2' + else: + self.qt_rel_dir = os.path.join('PySide2', 'Qt') + else: + # PySide6 follows the same logic as PySide2 + if compat.is_win: + self.qt_rel_dir = 'PySide6' + else: + self.qt_rel_dir = os.path.join('PySide6', 'Qt') + + # Process module information list to construct python-module-name -> info and shared-lib-name -> info mappings. + self._load_module_info() + + def __repr__(self): + return f"QtLibraryInfo({self.namespace})" + + # Delay initialization of the Qt library information until the corresponding attributes are first requested. + def __getattr__(self, name): + if 'version' in self.__dict__: + # Initialization was already done, but requested attribute is not available. + raise AttributeError(name) + + # Load Qt library info... + self._load_qt_info() + # ... and return the requested attribute + return getattr(self, name) + + # Check whether we must use the new layout (e.g. PyQt5/Qt5, PyQt6/Qt6) instead of the old layout (PyQt5/Qt, + # PyQt6/Qt). + @staticmethod + def _use_new_layout(package_basename: str, version: str, fallback_value: bool) -> bool: + # The PyQt wheels come in both non-commercial and commercial variants. So we need to check if a particular + # variant is installed before testing its version. + if hooks.check_requirement(package_basename): + return hooks.check_requirement(f"{package_basename} >= {version}") + if hooks.check_requirement(f"{package_basename}_commercial"): + return hooks.check_requirement(f"{package_basename}_commercial >= {version}") + return fallback_value + + # Load Qt information (called on first access to related fields) + def _load_qt_info(self): + """ + Load and process Qt library information. Called on the first access to the related attributes of the class + (e.g., `version` or `location`). + """ + + # Ensure self.version exists, even if PyQt{5,6}/PySide{2,6} cannot be imported. Hooks and util functions use + # `if .version` to check whether package was imported and other attributes are expected to be available. + # This also serves as a marker that initialization was already done. + self.version = None + + # Get library path information from Qt. See QLibraryInfo_. + @isolated.decorate + def _read_qt_library_info(package): + import os + import sys + import importlib + + # Import the Qt-based package + # equivalent to: from package.QtCore import QLibraryInfo, QCoreApplication + QtCore = importlib.import_module('.QtCore', package) + QLibraryInfo = QtCore.QLibraryInfo + QCoreApplication = QtCore.QCoreApplication + + # QLibraryInfo is not always valid until a QCoreApplication is instantiated. + app = QCoreApplication(sys.argv) # noqa: F841 + + # Qt6 deprecated QLibraryInfo.location() in favor of QLibraryInfo.path(), and + # QLibraryInfo.LibraryLocation enum was replaced by QLibraryInfo.LibraryPath. + if hasattr(QLibraryInfo, 'path'): + # Qt6; enumerate path enum values directly from the QLibraryInfo.LibraryPath enum. + path_names = [x for x in dir(QLibraryInfo.LibraryPath) if x.endswith('Path')] + location = {x: QLibraryInfo.path(getattr(QLibraryInfo.LibraryPath, x)) for x in path_names} + else: + # Qt5; in recent versions, location enum values can be enumeratd from QLibraryInfo.LibraryLocation. + # However, in older versions of Qt5 and its python bindings, that is unavailable. Hence the + # enumeration of "*Path"-named members of QLibraryInfo. + path_names = [x for x in dir(QLibraryInfo) if x.endswith('Path')] + location = {x: QLibraryInfo.location(getattr(QLibraryInfo, x)) for x in path_names} + + # Determine the python-based package location, by looking where the QtCore module is located. + package_location = os.path.dirname(QtCore.__file__) + + # Determine Qt version. Works for Qt 5.8 and later, where QLibraryInfo.version() was introduced. + try: + version = QLibraryInfo.version().segments() + except AttributeError: + version = [] + + return { + 'is_debug_build': QLibraryInfo.isDebugBuild(), + 'version': version, + 'location': location, + 'package_location': package_location, + } + + try: + qt_info = _read_qt_library_info(self.namespace) + except Exception as e: + logger.warning("%s: failed to obtain Qt library info: %s", self, e) + qt_info = {} + + for k, v in qt_info.items(): + setattr(self, k, v) + + # Module information list loading/processing + def _load_module_info(self): + """ + Process the Qt modules info definition list and construct two dictionaries: + - dictionary that maps Qt python module names to Qt module info entries + - dictionary that maps shared library names to Qt module info entries + """ + + self.python_modules = dict() + self.shared_libraries = dict() + + for entry in _modules_info.QT_MODULES_INFO: + # If entry specifies applicable bindings, check them + if entry.bindings: + applicable_bindings = _modules_info.process_namespace_strings(entry.bindings) + if self.namespace not in applicable_bindings: + continue + + # Create a QtModuleInfo entry + info_entry = QtModuleInfo( + module=entry.module, + shared_lib=f"Qt{self.qt_major}{entry.shared_lib}" if entry.shared_lib else None, + translations=entry.translations, + plugins=entry.plugins + ) + + # If we have python module (extension) name, create python-module-name -> info mapping. + if info_entry.module is not None: + self.python_modules[info_entry.module] = info_entry + + # If we have Qt module (shared library) name, create shared-lib-name -> info mapping. + if info_entry.shared_lib is not None: + self.shared_libraries[info_entry.shared_lib.lower()] = info_entry + + # Collection + def collect_module(self, module_name): + """ + Collect all dependencies (hiddenimports, binaries, datas) for the given Qt python module. + + This function performs recursive analysis of extension module's link-time dependencies, and uses dictionaries + built by `_load_module_info` to discover associated plugin types, translation file base names, and hidden + imports that need to be collected. + """ + + # Accumulate all dependencies in a set to avoid duplicates. + hiddenimports = set() + translation_base_names = set() + plugin_types = set() + + # Exit if the requested library cannot be imported. + # NOTE: self..version can be empty list on older Qt5 versions (#5381). + if self.version is None: + return [], [], [] + + logger.debug('%s: processing module %s...', self, module_name) + + # Look up the associated Qt module information by python module name. + # This allows us to collect associated module data directly, even if there is no associated shared library + # (e.g., header-only Qt module, or statically-built one). + short_module_name = module_name.split('.', 1)[-1] # PySide2.QtModule -> QtModule + if short_module_name in self.python_modules: + qt_module_info = self.python_modules[short_module_name] + + # NOTE: no need to add a hiddenimport here, because this is the module under consideration. + + # Add plugins + plugin_types.update(qt_module_info.plugins) + + # Add translation base name(s) + translation_base_names.update(qt_module_info.translations) + + # Find the actual module extension file. + module_file = hooks.get_module_file_attribute(module_name) + + # Additional search path for shared library resolution. This is mostly required for library resolution on + # Windows (Linux and macOS binaries use run paths to find Qt libs). + qtlib_search_paths = [ + # For PyQt5 and PyQt6 wheels, shared libraries should be in BinariesPath, while for PySide2 and PySide6, + # they should be in PrefixPath. + self.location['BinariesPath' if self.is_pyqt else 'PrefixPath'], + ] + + # Walk through all the link-time dependencies of a dynamically-linked library (``.so``/``.dll``/``.dylib``). + imported_libraries = bindepend.get_imports(module_file, qtlib_search_paths) + while imported_libraries: + imported_lib_name, imported_lib_path = imported_libraries.pop() # (name, fullpath) tuple + + # Skip unresolved libraries + if imported_lib_path is None: + logger.debug("%s: ignoring unresolved library import %r", self, imported_lib_name) + continue + + # On macOS, ``imported_lib_name`` is the original referenced name and may not be a basename. So, to parse + # the library name, obtain the base name of the full library path (``imported_lib_path``). Remove the + # suffix and "lib" prefix (Linux/macOS), and lowercase the name for case-normalized comparison. + lib_name = os.path.splitext(os.path.basename(imported_lib_path))[0].lower() + # Linux libraries sometimes have a dotted version number -- ``libfoo.so.3``. It is now ''libfoo.so``, + # but the ``.so`` must also be removed. + if compat.is_linux and os.path.splitext(lib_name)[1] == '.so': + lib_name = os.path.splitext(lib_name)[0] + if lib_name.startswith('lib'): + lib_name = lib_name[3:] + # macOS: handle different naming schemes. PyPI wheels ship framework-enabled Qt builds, where shared + # libraries are part of .framework bundles (e.g., ``PyQt5/Qt5/lib/QtCore.framework/Versions/5/QtCore``). + # In Anaconda (Py)Qt installations, the shared libraries are installed in environment's library directory, + # and contain versioned extensions, e.g., ``libQt5Core.5.dylib``. + if compat.is_darwin: + if lib_name.startswith('qt') and not lib_name.startswith('qt' + str(self.qt_major)): + # Qt library from a framework bundle (e.g., ``QtCore``); change prefix from ``qt`` to ``qt5`` or + # ``qt6`` to match names in Windows/Linux. + lib_name = 'qt' + str(self.qt_major) + lib_name[2:] + if lib_name.endswith('.' + str(self.qt_major)): + # Qt library from Anaconda, which originally had versioned extension, e.g., ``libfoo.5.dynlib``. + # The above processing turned it into ``foo.5``, so we need to remove the last two characters. + lib_name = lib_name[:-2] + + # Match libs with QT_LIBINFIX set to '_conda', i.e. conda-forge builds. + if lib_name.endswith('_conda'): + lib_name = lib_name[:-6] + + logger.debug( + '%s: imported library %r, full path %r -> parsed name %r.', self, imported_lib_name, imported_lib_path, + lib_name + ) + + # PySide2 and PySide6 on linux seem to link all extension modules against libQt5Core, libQt5Network, and + # libQt5Qml (or their libQt6* equivalents). While the first two are reasonable, the libQt5Qml dependency + # pulls in whole QtQml module, along with its data and plugins, which in turn pull in several other Qt + # libraries, greatly inflating the bundle size (see #6447). + # + # Similarly, some extension modules (QtWebChannel, QtWebEngine*) seem to be also linked against libQt5Qml, + # even when the module can be used without having the whole QtQml module collected. + # + # Therefore, we explicitly prevent inclusion of QtQml based on the dynamic library dependency, except for + # QtQml* and QtQuick* modules, whose use directly implies the use of QtQml. + if lib_name in ("qt5qml", "qt6qml"): + if not short_module_name.startswith(('QtQml', 'QtQuick')): + logger.debug('%s: ignoring imported library %r.', self, lib_name) + continue + + # Use the parsed library name to look up associated Qt module information. + if lib_name in self.shared_libraries: + logger.debug('%s: collecting Qt module associated with %r.', self, lib_name) + + # Look up associated module info + qt_module_info = self.shared_libraries[lib_name] + + # If there is a python extension module associated with Qt module, add it to hiddenimports. Since this + # means that we (most likely) have a hook available for that module, we can avoid analyzing the shared + # library itself (i.e., stop the recursive analysis), because this will be done by the corresponding + # hook. + if qt_module_info.module: + if qt_module_info.module == short_module_name: + # The one exception is if we are analyzing shared library associated with the input module; in + # that case, avoid adding a hidden import and analyze the library's link-time dependencies. We + # do not need to worry about plugins and translations for this particular module, because those + # have been handled at the beginning of this function. + imported_libraries.update(bindepend.get_imports(imported_lib_path, qtlib_search_paths)) + else: + hiddenimports.add(self.namespace + "." + qt_module_info.module) + continue + + # Add plugins + plugin_types.update(qt_module_info.plugins) + + # Add translation base name(s) + translation_base_names.update(qt_module_info.translations) + + # Analyze the linked shared libraries for its dependencies (recursive analysis). + imported_libraries.update(bindepend.get_imports(imported_lib_path, qtlib_search_paths)) + + # Collect plugin files. + binaries = [] + for plugin_type in plugin_types: + binaries += self.collect_plugins(plugin_type) + + # Collect translation files. + datas = [] + translation_src = self.location['TranslationsPath'] + translation_dst = os.path.join(self.qt_rel_dir, 'translations') + + for translation_base_name in translation_base_names: + # Not all PyQt5 installations include translations. See + # https://github.com/pyinstaller/pyinstaller/pull/3229#issuecomment-359479893 + # and + # https://github.com/pyinstaller/pyinstaller/issues/2857#issuecomment-368744341. + translation_pattern = os.path.join(translation_src, translation_base_name + '_*.qm') + translation_files = glob.glob(translation_pattern) + if translation_files: + datas += [(translation_file, translation_dst) for translation_file in translation_files] + else: + logger.warning( + '%s: could not find translations with base name %r! These translations will not be collected.', + self, translation_base_name + ) + + # Convert hiddenimports to a list. + hiddenimports = list(hiddenimports) + + logger.debug( + '%s: dependencies for %s:\n' + ' hiddenimports = %r\n' + ' binaries = %r\n' + ' datas = %r', self, module_name, hiddenimports, binaries, datas + ) + + return hiddenimports, binaries, datas + + @staticmethod + def _filter_release_plugins(plugin_files): + """ + Filter the provided list of Qt plugin files and remove the debug variants, under the assumption that both the + release version of a plugin (qtplugin.dll) and its debug variant (qtplugind.dll) appear in the list. + """ + # All basenames for lookup + plugin_basenames = {os.path.normcase(os.path.basename(f)) for f in plugin_files} + # Process all given filenames + release_plugin_files = [] + for plugin_filename in plugin_files: + plugin_basename = os.path.normcase(os.path.basename(plugin_filename)) + if plugin_basename.endswith('d.dll'): + # If we can find a variant without trailing 'd' in the plugin list, then the DLL we are dealing with is + # a debug variant and needs to be excluded. + release_name = os.path.splitext(plugin_basename)[0][:-1] + '.dll' + if release_name in plugin_basenames: + continue + release_plugin_files.append(plugin_filename) + return release_plugin_files + + def collect_plugins(self, plugin_type): + """ + Collect all plugins of the specified type from the Qt plugin directory. + + Returns list of (src, dst) tuples. + """ + # Ensure plugin directory exists + plugin_src_dir = self.location['PluginsPath'] + if not os.path.isdir(plugin_src_dir): + raise Exception(f"Qt plugin directory '{plugin_src_dir}' does not exist!") + + # Collect all shared lib files in plugin type (sub)directory + plugin_files = misc.dlls_in_dir(os.path.join(plugin_src_dir, plugin_type)) + + # Windows: + # + # dlls_in_dir() grabs all files ending with ``*.dll``, ``*.so`` and ``*.dylib`` in a certain directory. On + # Windows this would grab debug copies of Qt plugins, which then causes PyInstaller to add a dependency on the + # Debug CRT *in addition* to the release CRT. + if compat.is_win: + plugin_files = self._filter_release_plugins(plugin_files) + + logger.debug("%s: found plugin files for plugin type %r: %r", self, plugin_type, plugin_files) + + plugin_dst_dir = os.path.join(self.qt_rel_dir, 'plugins', plugin_type) + return [(plugin_file, plugin_dst_dir) for plugin_file in plugin_files] + + def _collect_all_or_none(self, mandatory_dll_patterns, optional_dll_patterns=None): + """ + Try to find Qt DLLs from the specified mandatory pattern list. If all mandatory patterns resolve to DLLs, + collect them all, as well as any DLLs from the optional pattern list. If a mandatory pattern fails to resolve + to a DLL, return an empty list. + + This allows all-or-none collection of particular groups of Qt DLLs that may or may not be available. + """ + optional_dll_patterns = optional_dll_patterns or [] + + # Resolve path to the the corresponding python package (actually, its parent directory). Used to preserve the + # directory structure when DLLs are collected from the python package (e.g., PyPI wheels). + package_parent_path = pathlib.Path(self.package_location).resolve().parent + + # In PyQt5 and PyQt6, the DLLs we are looking for are located in location['BinariesPath'], whereas in PySide2 + # and PySide6, they are located in location['PrefixPath']. + dll_path = self.location['BinariesPath' if self.is_pyqt else 'PrefixPath'] + dll_path = pathlib.Path(dll_path).resolve() + + # Helper for processing single DLL pattern + def _process_dll_pattern(dll_pattern): + discovered_dlls = [] + + dll_files = dll_path.glob(dll_pattern) + for dll_file in dll_files: + if package_parent_path in dll_file.parents: + # The DLL is located within python package; preserve the layout + dst_dll_dir = dll_file.parent.relative_to(package_parent_path) + else: + # The DLL is not located within python package; collect into top-level directory + dst_dll_dir = '.' + discovered_dlls.append((str(dll_file), str(dst_dll_dir))) + + return discovered_dlls + + # Process mandatory patterns + collected_dlls = [] + for pattern in mandatory_dll_patterns: + discovered_dlls = _process_dll_pattern(pattern) + if not discovered_dlls: + return [] # Mandatory pattern resulted in no DLLs; abort + collected_dlls += discovered_dlls + + # Process optional patterns + for pattern in optional_dll_patterns: + collected_dlls += _process_dll_pattern(pattern) + + return collected_dlls + + # Collect required Qt binaries, but only if all binaries in a group exist. + def collect_extra_binaries(self): + """ + Collect extra binaries/DLLs required by Qt. These include ANGLE DLLs, OpenGL software renderer DLL, and ICU + DLLs. Applicable only on Windows (on other OSes, empty list is returned). + """ + + binaries = [] + + # Applicable only to Windows. + if not compat.is_win: + return [] + + # OpenGL: EGL/GLES via ANGLE, software OpenGL renderer. + binaries += self._collect_all_or_none(['libEGL.dll', 'libGLESv2.dll'], ['d3dcompiler_??.dll']) + binaries += self._collect_all_or_none(['opengl32sw.dll']) + + # Include ICU files, if they exist. + # See the "Deployment approach" section in ``PyInstaller/utils/hooks/qt.py``. + binaries += self._collect_all_or_none(['icudt??.dll', 'icuin??.dll', 'icuuc??.dll']) + + return binaries + + # Collect additional shared libraries required for SSL support in QtNetwork, if they are available. + # Applicable only to Windows. See issue #3520, #4048. + def collect_qtnetwork_files(self): + """ + Collect extra binaries/DLLs required by the QtNetwork module. These include OpenSSL DLLs. Applicable only + on Windows (on other OSes, empty list is returned). + """ + + # No-op if requested Qt-based package is not available. + if self.version is None: + return [] + + # Applicable only to Windows. + if not compat.is_win: + return [] + + # Check if QtNetwork supports SSL + @isolated.decorate + def _ssl_enabled(package): + import sys + import importlib + + # Import the Qt-based package + # equivalent to: from package.QtCore import QCoreApplication + QtCore = importlib.import_module('.QtCore', package) + QCoreApplication = QtCore.QCoreApplication + # equivalent to: from package.QtNetwork import QSslSocket + QtNetwork = importlib.import_module('.QtNetwork', package) + QSslSocket = QtNetwork.QSslSocket + + # Instantiate QCoreApplication to suppress warnings + app = QCoreApplication(sys.argv) # noqa: F841 + + return QSslSocket.supportsSsl() + + if not _ssl_enabled(self.namespace): + return [] + + # Resolve path to the the corresponding python package (actually, its parent directory). Used to preserve the + # directory structure when DLLs are collected from the python package (e.g., PyPI wheels). + package_parent_path = pathlib.Path(self.package_location).resolve().parent + + # PyPI version of PySide2 requires user to manually install SSL libraries into the PrefixPath. Other versions + # (e.g., the one provided by Conda) put the libraries into the BinariesPath. PyQt5 also uses BinariesPath. + # Accommodate both options by searching both locations... + locations = (self.location['BinariesPath'], self.location['PrefixPath']) + dll_names = ('libeay32.dll', 'ssleay32.dll', 'libssl-1_1-x64.dll', 'libcrypto-1_1-x64.dll') + binaries = [] + for location in locations: + location = pathlib.Path(location).resolve() + for dll in dll_names: + dll_file_path = location / dll + if not dll_file_path.exists(): + continue + if package_parent_path in dll_file_path.parents: + # The DLL is located within python package; preserve the layout + dst_dll_path = dll_file_path.parent.relative_to(package_parent_path) + else: + # The DLL is not located within python package; collect into top-level directory + dst_dll_path = '.' + binaries.append((str(dll_file_path), str(dst_dll_path))) + return binaries + + def collect_qtqml_files(self): + """ + Collect additional binaries and data for QtQml module. + """ + + # No-op if requested Qt-based package is not available. + if self.version is None: + return [], [] + + # Not all PyQt5/PySide2 installs have QML files. In this case, location['Qml2ImportsPath'] is empty. + # Furthermore, even if location path is provided, the directory itself may not exist. + # + # https://github.com/pyinstaller/pyinstaller/pull/3229#issuecomment-359735031 + # https://github.com/pyinstaller/pyinstaller/issues/3864 + # + # In Qt 6, Qml2ImportsPath was deprecated in favor of QmlImportsPath. The former is not available in PySide6 + # 6.4.0 anymore (but is in PyQt6 6.4.0). Use the new QmlImportsPath if available. + if 'QmlImportsPath' in self.location: + qml_src_dir = self.location['QmlImportsPath'] + else: + qml_src_dir = self.location['Qml2ImportsPath'] + if not qml_src_dir or not os.path.isdir(qml_src_dir): + logger.warning('%s: QML directory %r does not exist. QML files not packaged.', self, qml_src_dir) + return [], [] + + qml_dst_dir = os.path.join(self.qt_rel_dir, 'qml') + datas = [(qml_src_dir, qml_dst_dir)] + binaries = [ + # Produce ``/path/to/Qt/Qml/path_to_qml_binary/qml_binary, PyQt5/Qt/Qml/path_to_qml_binary``. + ( + qml_plugin_file, + os.path.join(qml_dst_dir, os.path.dirname(os.path.relpath(qml_plugin_file, qml_src_dir))) + ) for qml_plugin_file in misc.dlls_in_subdirs(qml_src_dir) + ] + + return binaries, datas + + def collect_qtwebengine_files(self): + """ + Collect QtWebEngine helper process executable, translations, and resources. + """ + + binaries = [] + datas = [] + + # Output directory (varies between PyQt and PySide and among OSes; the difference is abstracted by + # QtLibraryInfo.qt_rel_dir) + rel_data_path = self.qt_rel_dir + + is_macos_framework = False + if compat.is_darwin: + # Determine if we are dealing with a framework-based Qt build (e.g., PyPI wheels) or a dylib-based one + # (e.g., Anaconda). The former requires special handling, while the latter is handled in the same way as + # Windows and Linux builds. + is_macos_framework = os.path.exists( + os.path.join(self.location['LibrariesPath'], 'QtWebEngineCore.framework') + ) + + if is_macos_framework: + # macOS .framework bundle + src_framework_path = os.path.join(self.location['LibrariesPath'], 'QtWebEngineCore.framework') + + # If Qt libraries are bundled with the package, collect the .framework bundle into corresponding package's + # subdirectory, because binary dependency analysis will also try to preserve the directory structure. + # However, if we are collecting from system-wide Qt installation (e.g., Homebrew-installed Qt), the binary + # depndency analysis will attempt to re-create .framework bundle in top-level directory, so we need to + # collect the extra files there. + bundled_qt_libs = pathlib.Path(self.package_location) in pathlib.Path(src_framework_path).parents + if bundled_qt_libs: + dst_framework_path = os.path.join(rel_data_path, 'lib/QtWebEngineCore.framework') + else: + dst_framework_path = 'QtWebEngineCore.framework' # In top-level directory + + # Determine the version directory - for now, we assume we are dealing with single-version framework; + # i.e., the Versions directory contains only a single directory, and Current symlink to it. + versions = sorted([ + version for version in os.listdir(os.path.join(src_framework_path, 'Versions')) if version != 'Current' + ]) + if len(versions) == 0: + raise RuntimeError("Could not determine version of the QtWebEngineCore.framework!") + elif len(versions) > 1: + logger.warning( + "Found multiple versions in QtWebEngineCore.framework (%r) - using the last one!", versions + ) + version = versions[-1] + + # Collect the Helpers directory. In well-formed .framework bundles (such as the ones provided by Homebrew), + # the Helpers directory is located in the versioned directory, and symlinked to the top-level directory. + src_helpers_path = os.path.join(src_framework_path, 'Versions', version, 'Helpers') + dst_helpers_path = os.path.join(dst_framework_path, 'Versions', version, 'Helpers') + if not os.path.exists(src_helpers_path): + # Alas, the .framework bundles shipped with contemporary PyPI PyQt/PySide wheels are not well-formed + # (presumably because .whl cannot preserve symlinks?). The Helpers in the top-level directory is in fact + # the hard copy, and there is either no Helpers in versioned directory, or there is a duplicate. + # So fall back to collecting from the top-level, but collect into versioned directory in order to + # be compliant with codesign's expectations. + src_helpers_path = os.path.join(src_framework_path, 'Helpers') + + helper_datas = hooks.collect_system_data_files(src_helpers_path, dst_helpers_path) + + # Filter out the actual helper executable from datas, and add it to binaries instead. This ensures that it + # undergoes additional binary processing that rewrites the paths to linked libraries. + HELPER_EXE = 'QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess' + for src_name, dest_name in helper_datas: + if src_name.endswith(HELPER_EXE): + binaries.append((src_name, dest_name)) + else: + datas.append((src_name, dest_name)) + + # Collect the Resources directory; same logic is used as with Helpers directory. + src_resources_path = os.path.join(src_framework_path, 'Versions', version, 'Resources') + dst_resources_path = os.path.join(dst_framework_path, 'Versions', version, 'Resources') + if not os.path.exists(src_resources_path): + src_resources_path = os.path.join(src_framework_path, 'Resources') + + datas += hooks.collect_system_data_files(src_resources_path, dst_resources_path) + + # NOTE: the QtWebEngineProcess helper is actually sought within the `QtWebEngineCore.framework/Helpers`, + # which ought to be a symlink to `QtWebEngineCore.framework/Versions/Current/Helpers`, where `Current` + # is also a symlink to the actual version directory, `A`. + # + # These symlinks are created automatically when the TOC list of collected resources is post-processed + # using `PyInstaller.utils.osx.collect_files_from_framework_bundles` helper, so we do not have to + # worry about them here... + else: + # Windows and linux (or Anaconda on macOS) + locales = 'qtwebengine_locales' + resources = 'resources' + + # Translations + datas.append(( + os.path.join(self.location['TranslationsPath'], locales), + os.path.join(rel_data_path, 'translations', locales), + )) + + # Resources; ``DataPath`` is the base directory for ``resources``, as per the + # `docs `_. + datas.append((os.path.join(self.location['DataPath'], resources), os.path.join(rel_data_path, resources)),) + + # Helper process executable (QtWebEngineProcess), located in ``LibraryExecutablesPath``. + dest = os.path.join( + rel_data_path, os.path.relpath(self.location['LibraryExecutablesPath'], self.location['PrefixPath']) + ) + binaries.append((os.path.join(self.location['LibraryExecutablesPath'], 'QtWebEngineProcess*'), dest)) + + # The helper QtWebEngineProcess executable should have an accompanying qt.conf file that helps it locate the + # Qt shared libraries. Try collecting it as well + qt_conf_file = os.path.join(self.location['LibraryExecutablesPath'], 'qt.conf') + if not os.path.isfile(qt_conf_file): + # The file seems to have been dropped from Qt 6.3 (and corresponding PySide6 and PyQt6) due to + # redundancy; however, we still need it in the frozen application - so generate our own. + from PyInstaller.config import CONF # workpath + # Relative path to root prefix of bundled Qt + rel_prefix = os.path.relpath(self.location['PrefixPath'], self.location['LibraryExecutablesPath']) + # We expect the relative path to be either . or .. depending on PySide/PyQt layout; if that is not the + # case, warn about irregular path. + if rel_prefix not in ('.', '..'): + logger.warning( + "%s: unexpected relative Qt prefix path for QtWebEngineProcess qt.conf: %s", self, rel_prefix + ) + # The Qt docs on qt.conf (https://doc.qt.io/qt-5/qt-conf.html) recommend using forward slashes on + # Windows as well, due to backslash having to be escaped. This should not matter as we expect the + # relative path to be . or .., but you never know... + if os.sep == '\\': + rel_prefix = rel_prefix.replace(os.sep, '/') + # Create temporary file in workpath + qt_conf_file = os.path.join(CONF['workpath'], "qt.conf") + with open(qt_conf_file, 'w', encoding='utf-8') as fp: + print("[Paths]", file=fp) + print("Prefix = {}".format(rel_prefix), file=fp) + datas.append((qt_conf_file, dest)) + + # Add Linux-specific libraries. + if compat.is_linux: + # The automatic library detection fails for `NSS `_, + # which is used by QtWebEngine. In some distributions, the ``libnss`` supporting libraries are stored in a + # subdirectory ``nss``. Since ``libnss`` is not linked against them but loads them dynamically at run-time, + # we need to search for and add them. + + # First, get all libraries linked to ``QtWebEngineCore`` extension module. + module_file = hooks.get_module_file_attribute(self.namespace + '.QtWebEngineCore') + for lib_name, lib_path in bindepend.get_imports(module_file): # (name, fullpath) tuples + if lib_path is None: + continue # Skip unresolved libraries + # Look for ``libnss3.so``. + if os.path.basename(lib_path).startswith('libnss3.so'): + # Find the location of NSS: given a ``/path/to/libnss.so``, search ``/path/to/nss/*.so`` to get the + # missing NSS libraries. + nss_glob = os.path.join(os.path.dirname(lib_path), 'nss', '*.so') + if glob.glob(nss_glob): + binaries.append((nss_glob, 'nss')) + + return binaries, datas + + +# Provide single instances of this class to avoid each hook constructing its own. +pyqt5_library_info = QtLibraryInfo('PyQt5') +pyqt6_library_info = QtLibraryInfo('PyQt6') +pyside2_library_info = QtLibraryInfo('PySide2') +pyside6_library_info = QtLibraryInfo('PySide6') + + +def get_qt_library_info(namespace): + """ + Return QtLibraryInfo instance for the given namespace. + """ + if namespace == 'PyQt5': + return pyqt5_library_info + if namespace == 'PyQt6': + return pyqt6_library_info + elif namespace == 'PySide2': + return pyside2_library_info + elif namespace == 'PySide6': + return pyside6_library_info + + raise ValueError(f'Invalid namespace: {namespace}!') + + +# add_qt_dependencies +# -------------------- +# Generic implemnentation that finds the Qt 5/6 dependencies based on the hook name of a PyQt5/PyQt6/PySide2/PySide6 +# hook. Returns (hiddenimports, binaries, datas). Typical usage: +# ``hiddenimports, binaries, datas = add_qt5_dependencies(__file__)``. +def add_qt_dependencies(hook_file): + # Find the module underlying this Qt hook: change ``/path/to/hook-PyQt5.blah.py`` to ``PyQt5.blah``. + hook_name, hook_ext = os.path.splitext(os.path.basename(hook_file)) + assert hook_ext.startswith('.py') + assert hook_name.startswith('hook-') + module_name = hook_name[5:] + namespace = module_name.split('.')[0] + + # Retrieve Qt library info structure.... + qt_info = get_qt_library_info(namespace) + # ... and use it to collect module dependencies + return qt_info.collect_module(module_name) + + +# add_qt5_dependencies +# -------------------- +# Find the Qt5 dependencies based on the hook name of a PySide2/PyQt5 hook. Returns (hiddenimports, binaries, datas). +# Typical usage: ``hiddenimports, binaries, datas = add_qt5_dependencies(__file__)``. +add_qt5_dependencies = add_qt_dependencies # Use generic implementation + +# add_qt6_dependencies +# -------------------- +# Find the Qt6 dependencies based on the hook name of a PySide6/PyQt6 hook. Returns (hiddenimports, binaries, datas). +# Typical usage: ``hiddenimports, binaries, datas = add_qt6_dependencies(__file__)``. +add_qt6_dependencies = add_qt_dependencies # Use generic implementation diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd8f8c1d9eb7f4dcd23d2351a923319d693051f2 GIT binary patch literal 29711 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/_modules_info.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/__pycache__/_modules_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9c48a35bbdc01b52344b88358f4ed23588f88ba GIT binary patch literal 8929 zcmaJ_Yfu|mc5X=x65=Vq*!Y35XFRrSW5)LQ{TTDMFfSPcHnx!)-A1$#lIU&$!g%c6 zbrSFFY?j?kVrL%-nazV;dlK^4M0t}p$^Pk?QB_o3Q^}+l|&x#ygF?!El1wA9VP&+T3o-yh|;|HO{54|-*<7`6VA?caD;or5!*96 zV}`kLj@W->8@7dj6*=M{{PO~f{kDx_g~Yi5bCIGAn41)nl926r=`#n@Zhl`z$~VYX z5Ko9Bl^<@Dt|HZ-V@r+=HDqfZbQ`H9+X3H^GvZFbcjdwB$Zo1VSH2!_)Srv*A$!Ri zd0GUf1WQ60Pf9$A0&s!;gF5&2Yc<$8=mp&JOnIwCO1Jg*QdA0?YufhNFXnMhX`a8EDeTWg%Sc8kUJNV zj8TbD9#4!D$;`OinBOH6BusTqLe{aY%+w;ce#5jl*Eb)U9P${`+!_6d{3iJ=z;iwE+vIohR{J`#M1GvdhM$mU8)ovHe6-2R z`d#vSWI4~Mzfb;PlezyP`J)Z`e@gy%6X`!8$xWC)C4WZ#JkQ8=or zm_5z22=}rY`cL2#GHfFpeB&VYN48-{!sg}ml7L_Bj*@s-Y!%0Pf`wV%<5r3Xj+ZL^ zeBL(C1v2!!9eOsaJMWmaDRvtd;sCXV<>vV;)I7RyoN67OxcLH$e`aceugwjG;}V?L z*5fVI3n!_0x?33+WRV2I(x_gd%0fg53#t^2D7rHij)x>@I22LUU87QjNRf~N-|~tW z9+Od}j5Cv+_<$oDC*#>pL9CwsUe7d+M<>NbWkwX##*n1O7s49*9F(D{+Nn>Ke zK#T~gC^t@vk?BUTqA`|G$D@(sM~)tAR3uew0LcjV?8UX`*JJ*JVxx@Pu@4&M zfb8;qvh&DN^J6~cs{MRx-FNOU?ggggm5Zz0`SkMldY0^;Zaegt|7Ph+(7}269{54r zVc3W;DFy<%J7C%b?UF!XDlUW>BbUMlKj!2zc*!OBz!c+6^?)Jy&9@z$n@G)W_<7iV?6HX173g(59cS=0;7w;PeR zSqQzNyE3gJM17H1T-BXcqwF{&03bx1mV%<70YQ)33HbhO2rZeJOGkNL!}UFTo{@nk(Ex9o(b4VU%E820K)}1n9M1A@;y~ zJbl`yK<|_~Dk!3*62qtSt<7;o-hxf|06TLo(9OaHuIdrhnW#LWJFQ0Hs0gc2_Bz&F zN~h&@=%o=RECj*lie71UG0|l+&<-`M$TcvUj3r4g@T(nhNq4}*TdG&E52ewtI4Vmd zB5d z?2L^|L8T$^e7KdVFp;HcOkPNYYoem+JbgkESjwGNqfk*3 zVQ>&=xIPIQ@KNkno5OKYjYidRy=+PauSTGNO4E{>K*64|pzgp&737(q3WJgYl}4Il z6~MC*f^Yn&93Q1qu$F^i0X;q~>h7t@Fbo8t30aAlsqDCp{BbEb0fW+4`II_^4Ggm! z4J$BLT&grmUOwNxpqJ4vTg(rR=@q8RH3a-jWh{@Btm`>DptQyWqPs$@0R;Lpafv_mft;zWwh zRZK&vk2a3R$HqiC20?mV!;p}o(uP$tUzanSJ|j^g>gBNh5@AW9>sG)8DT_)pE(gUJ z#5$OO8slCwKz@jI{W{qo#Lk5Env%BDw zJ}_ilP|&09tTqU?W~F9vcE@F=-ch|6GWMvMvXG&ekH=eaFS44IW}``gGmLMNF5WT$ zI}+{S!mP;2oPK4Ngyp%4jEseV zm;1<=?!X5w8!~1w?yNSOOn)>ufx8$^#%e=$%!s3k$vA--l*Ad`3E(s~aI#Xws#|MK zz^@-YYT;{5$Q{_9`UDlu?r=va&hC^>sgV9q5-7KBFQLnc_bWjOwi|dx;2a+o;P6CO z9J0a8^#?k5$Do&`R%kro)C~6w`uMvK*QZwQb_KNT^ENee9h$dWm!CN}6WzCcP|0)i zwtl$$%ysPTlcRW+s>h;OA04artMzy`SMW|!4>=f=#w1a$S5(;7LrOgu8Lfwsfub2X z

y!cP_m)0Jj>{N00tgNq~Kdm38d{c1|r?1JGEwCecfPUb~qRMgDh?`v_*PG(h7a z_eFW-H{uU3r?>2W!PyGVJT6MRDpJ)AOVX#+r$2U`{<_O>0Q`Az)x%zTfynRBpMb6> zaId_ZaVY@i5B}k9qVm=(m%_i^iDNrwarbR1-b(0i-ZlrZ>j!;=pEv*;2u}(~;kcb5 zP7{HD!ZT#;yJ@)i%yZ)q7!?zM{)l^?`#${B|A!81q_5h%#d8^+ zrmn7l|5~8g*VF3j>FC$pg94n|+GIH@Lz?^>YRBAG@DguEoPJ3kKgHNi1M`sk+*$Fj z&K(~+cRX!LIqN^GI=pmad1_f+y8UU@xyP>0%Ig-leO&I$s8Phm9e|T(_jPvz^)*>iHXt89_$#yrms)N9_TI5=%bWsGaH51_bTeXo?RSBBRHV zPP;tms_p5T{o0lTY0s{OvW%;X3&EQb6P>1-Y8PjcJCkMW!ZpJL=BPlmw)a>vlmweQ zjC+ijM?&+wp}l=+)wc?HF=X6l%zKOh&!+eb#sdbnJJ6}si{9nC%ePW|v(e$8G3uc> z=B+OYO2B~(AEbCzjt((=1aVkB>8f4nn!O7nX;0lkx$b%U6`fUp35A)^)^t_9DYRpu zgr(RdlX#D+-?emZ#k)GBH4UWrLE{0V+Ic!cO}c7#y5>!7%f1(OhsO>7ajV+NQq@xg z{_EhW`NJE83pr1hE#vEQ7s%dZvSE~6i{&IkV+;jvtrlth!&=A96o1Q@V&p86;I)S2 zndBi{)d_~rQ5O@8gt)fC@vh>QxG)V@>No2Rw5 z0Zka!?no*At})33A}Ek{ZPyN-*Sr_B&S7mVs);dH6QfLK7G*RKtYNG?2?jRPf{a<~ zP3}nXZAMEWjYg}5YiE4g=}v7hpbgwf@q*FD_{+#^9_s6rduXbU5k2%noZSsvoagD{ z>}A|F%7IT;%e0Q66o1_qV8jR|Aaz&V$$4#XL>mZb6RLJMp5mvC0F${xWiU|E3Ix_~ z2n@eV@#@7xN!Rk+>hNk;ioan@FfL3v%*|~p?zK5gG8X=E!KxEh7KLHc6r+n}bw+EU zM$Ry59w|EIOqsjSm{un$s$M*}JhvQPl~%#L8%7)3-rA9)dsOml^04N=srB8`#$_#} zu;6qsu`a3tw+wUfb~C(>;^UT4d*;$* zX=ST+!iVXtFbWQR=7RENJR4`!oJD2w;vOTK>EQsEkhBc5Z!%h3G&?&fzJ5Aa7FByJfDDn@nhoeqXaVzZh9@CKKTDFGG}hSpGtG71*j@ MR+QR$Z1i08e*{dEP5=M^ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/_modules_info.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/_modules_info.py new file mode 100755 index 0000000..c68a4b7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/qt/_modules_info.py @@ -0,0 +1,450 @@ +# ---------------------------------------------------------------------------- +# Copyright (c) 2022-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +# Qt modules information - the core of our Qt collection approach +# ---------------------------------------------------------------- +# +# The python bindings for Qt (``PySide2``, ``PyQt5``, ``PySide6``, ``PyQt6``) consist of several python binary extension +# modules that provide bindings for corresponding Qt modules. For example, the ``PySide2.QtNetwork`` python extension +# module provides bindings for the ``QtNetwork`` Qt module from the ``qt/qtbase`` Qt repository. +# +# A Qt module can be considered as consisting of: +# * a shared library (for example, on Linux, the shared library names for the ``QtNetwork`` Qt module in Qt5 and Qt6 +# are ``libQt5Network.so`` and ``libQt6Network.so``, respectively). +# * plugins: a certain type (or class) of plugins is usually associated with a single Qt module (for example, +# ``imageformats`` plugins are associated with the ``QtGui`` Qt module from the ``qt/qtbase`` Qt repository), but +# additional plugins of that type may come from other Qt repositories. For example, ``imageformats/qsvg`` plugin +# is provided by ``qtsvg/src/plugins/imageformats/svg`` from the ``qt/qtsvg`` repository, and ``imageformats/qpdf`` +# is provided by ``qtwebengine/src/pdf/plugins/imageformats/pdf`` from the ``qt/qtwebengine`` repository. +# * translation files: names of translation files consist of a base name, which typically corresponds to the Qt +# repository name, and language code. A single translation file usually covers all Qt modules contained within +# the same repository. For example, translation files with base name ``qtbase`` contain translations for ``QtCore``, +# ``QtGui``, ``QtWidgets``, ``QtNetwork``, and other Qt modules from the ``qt/qtbase`` Qt repository. +# +# The PyInstaller's built-in analysis of link-time dependencies ensures that when collecting a Qt python extension +# module, we automatically pick up the linked Qt shared libraries. However, collection of linked Qt shared libraries +# does not result in collection of plugins, nor translation files. In addition, the dependency of a Qt python extension +# module on other Qt python extension modules (i.e., at the bindings level) cannot be automatically determined due to +# PyInstaller's inability to scan imports in binary extensions. +# +# PyInstaller < 5.7 solved this problem using a dictionary that associated a Qt shared library name with python +# extension name, plugins, and translation files. For each hooked Qt python extension module, the hook calls a helper +# that analyzes the extension file for link-time dependencies, and matches those against the dictionary. Therefore, +# based on linked shared libraries, we could recursively infer the list of files to collect in addition to the shared +# libraries themselves: +# - plugins and translation files belonging to Qt modules whose shared libraries we collect +# - Qt python extension modules corresponding to the Qt modules that we collect +# +# The above approach ensures that even if analyzed python script contains only ``from PySide2 import QtWidgets``, +# we would also collect ``PySide2.QtGui`` and ``PySide2.QtCore``, as well as all corresponding Qt module files +# (the shared libraries, plugins, translation files). For this to work, a hook must be provided for the +# ``PySide2.QtWidgets`` that performs the recursive analysis of the extension module file; so to ensure that each +# Qt python extension module by itself ensures collection of all its dependencies, we need to hook all Qt python +# extension modules provided by specific python Qt bindings package. +# +# The above approach with single dictionary, however, has several limitations: +# - it cannot provide association for Qt python module that binds a Qt module without a shared library (i.e., a +# headers-only module, or a statically-built module). In such cases, potential plugins and translations should +# be associated directly with the Qt python extension file instead of the Qt module's (non-existent) shared library. +# - it cannot (directly) handle differences between Qt5 and Qt6; we had to build a second dictionary +# - it cannot handle differences between the bindings themselves; for example, PyQt5 binds some Qt modules that +# PySide2 does not bind. Or, the binding's Qt python extension module is named differently in PyQt and PySide +# bindings (or just differently in PyQt5, while PySide2, PySide6, and PyQt6 use the same name). +# +# In order address the above shortcomings, we now store all information a list of structures that contain information +# for a particular Qt python extension and/or Qt module (shared library): +# - python extension name (if applicable) +# - Qt module name base (if applicable) +# - plugins +# - translation files base name +# - applicable Qt version (if necessary) +# - applicable Qt bindings (if necessary) +# +# This list is used to dynamically construct two dictionaries (based on the bindings name and Qt version): +# - mapping python extension names to associated module information +# - mapping Qt shared library names to associated module information +# This allows us to associate plugins and translations with either Qt python extension or with the Qt module's shared +# library (or both), whichever is applicable. +# +# The `qt_dynamic_dependencies_dict`_ from the original approach was constructed using several information sources, as +# documented `here +# ˙_. +# +# In the current approach, the relations stored in the `QT_MODULES_INFO`_ list were determined directly, by inspecting +# the Qt source code. This requires some prior knowledge of how the Qt code is organized (repositories and individual Qt +# modules within them), as well as some searching based on guesswork. The procedure can be outlined as follows: +# * check out the `main Qt repository `_. This repository contains references to all other +# Qt repositories in the form of git submodules. +# * for Qt5: +# * check out the latest release tag, e.g., v5.15.2, then check out the submodules. +# * search the Qt modules' qmake .pro files; for example, ``qtbase/src/network/network.pro`` for QtNetwork module. +# The plugin types associated with the module are listed in the ``MODULE_PLUGIN_TYPES`` variable (in this case, +# ``bearer``). +# * all translations are gathered in ``qttranslations`` sub-module/repository, and their association with +# individual repositories can be seen in ``qttranslations/translations/translations.pro``. +# * for Qt6: +# * check out the latest release tag, e.g., v6.3.1, then check out the submodules. +# * search the Qt modules' CMake files; for example, ``qtbase/src/network/CMakeLists.txt`` for QtNetwork module. +# The plugin types associated with the module are listed under ``PLUGIN_TYPES`` argument of the +# ``qt_internal_add_module()`` function that defines the Qt module. +# +# The idea is to make a list of all extension modules found in a Qt bindings package, as well as all available plugin +# directories (which correspond to plugin types) and translation files. For each extension, identify the corresponding +# Qt module (shared library name) and its associated plugins and translation files. Once this is done, most of available +# plugins and translations in the python bindings package should have a corresponding python Qt extension module +# available; this gives us associations based on the python extension module names as well as based on the Qt shared +# library names. For any plugins and translation files remaining unassociated, identify the corresponding Qt module; +# this gives us associations based only on Qt shared library names. While this second group of associations are never +# processed directly (due to lack of corresponding python extension), they may end up being processed during the +# recursive dependency analysis, if the corresponding Qt shared library is linked against by some Qt python extension +# or another Qt shared library. + + +# This structure is used to define Qt module information, such as python module/extension name, Qt module (shared +# library) name, translation files' base names, plugins, as well as associated python bindings (which implicitly +# also encode major Qt version). +class _QtModuleDef: + def __init__(self, module, shared_lib=None, translations=None, plugins=None, bindings=None): + # Python module (extension) name without package namespace. For example, `QtCore`. + # Can be None if python bindings do not bind the module, but we still need to establish relationship between + # the Qt module (shared library) and its plugins and translations. + self.module = module + # Associated Qt module (shared library), if any. Used during recursive dependency analysis, where a python + # module (extension) is analyzed for linked Qt modules (shared libraries), and then their corresponding + # python modules (extensions) are added to hidden imports. For example, the Qt module name is `Qt5Core` or + # `Qt6Core`, depending on the Qt version. Can be None for python modules that are not tied to a particular + # Qt shared library (for example, the corresponding Qt module is headers-only) and hence they cannot be + # inferred from recursive link-time dependency analysis. + self.shared_lib = shared_lib + # List of base names of translation files (if any) associated with the Qt module. Multiple base names may be + # associated with a single module. + # For example, `['qt', 'qtbase']` for `QtCore` or `['qtmultimedia']` for `QtMultimedia`. + self.translations = translations or [] + # List of plugins associated with the Qt module. + self.plugins = plugins or [] + # List of bindings (PySide2, PyQt5, PySide6, PyQt6) that provide the python module. This allows association of + # plugins and translations with shared libraries even for bindings that do not provide python module binding + # for the Qt module. + self.bindings = set(bindings or []) + + +# All Qt-based bindings. +ALL_QT_BINDINGS = {"PySide2", "PyQt5", "PySide6", "PyQt6"} + +# Qt modules information - the core of our Qt collection approach. +# +# For every python module/extension (i.e., entry in the list below that has valid `module`), we need a corresponding +# hook, ensuring that the extension file is analyzed, so that we collect the associated plugins and translation +# files, as well as perform recursive analysis of link-time binary dependencies (so that plugins and translation files +# belonging to those dependencies are collected as well). +QT_MODULES_INFO = ( + # *** qt/qt3d *** + _QtModuleDef("Qt3DAnimation", shared_lib="3DAnimation"), + _QtModuleDef("Qt3DCore", shared_lib="3DCore"), + _QtModuleDef("Qt3DExtras", shared_lib="3DExtras"), + _QtModuleDef("Qt3DInput", shared_lib="3DInput", plugins=["3dinputdevices"]), + _QtModuleDef("Qt3DLogic", shared_lib="3DLogic"), + _QtModuleDef( + "Qt3DRender", shared_lib="3DRender", plugins=["geometryloaders", "renderplugins", "renderers", "sceneparsers"] + ), + + # *** qt/qtactiveqt *** + # The python module is called QAxContainer in PyQt bindings, but QtAxContainer in PySide. The associated Qt module + # is header-only, so there is no shared library. + _QtModuleDef("QAxContainer", bindings=["PyQt*"]), + _QtModuleDef("QtAxContainer", bindings=["PySide*"]), + + # *** qt/qtcharts *** + # The python module is called QtChart in PyQt5, and QtCharts in PySide2, PySide6, and PyQt6 (which corresponds to + # the associated Qt module name, QtCharts). + _QtModuleDef("QtChart", shared_lib="Charts", bindings=["PyQt5"]), + _QtModuleDef("QtCharts", shared_lib="Charts", bindings=["!PyQt5"]), + + # *** qt/qtbase *** + # QtConcurrent python module is available only in PySide bindings. + _QtModuleDef(None, shared_lib="Concurrent", bindings=["PyQt*"]), + _QtModuleDef("QtConcurrent", shared_lib="Concurrent", bindings=["PySide*"]), + _QtModuleDef("QtCore", shared_lib="Core", translations=["qt", "qtbase"]), + # QtDBus python module is available in all bindings but PySide2. + _QtModuleDef(None, shared_lib="DBus", bindings=["PySide2"]), + _QtModuleDef("QtDBus", shared_lib="DBus", bindings=["!PySide2"]), + # QtNetwork uses different plugins in Qt5 and Qt6. + _QtModuleDef("QtNetwork", shared_lib="Network", plugins=["bearer"], bindings=["PySide2", "PyQt5"]), + _QtModuleDef( + "QtNetwork", + shared_lib="Network", + plugins=["networkaccess", "networkinformation", "tls"], + bindings=["PySide6", "PyQt6"] + ), + _QtModuleDef( + "QtGui", + shared_lib="Gui", + plugins=[ + "accessiblebridge", + "egldeviceintegrations", + "generic", + "iconengines", + "imageformats", + "platforms", + "platforms/darwin", + "platforminputcontexts", + "platformthemes", + "xcbglintegrations", + # The ``wayland-*`` plugins are part of QtWaylandClient Qt module, whose shared library + # (e.g., libQt5WaylandClient.so) is linked by the wayland-related ``platforms`` plugins. Ideally, we would + # collect these plugins based on the QtWaylandClient shared library entry, but as our Qt hook utilities do + # not scan the plugins for dependencies, that would not work. So instead we list these plugins under QtGui + # to achieve pretty much the same end result. + "wayland-decoration-client", + "wayland-graphics-integration-client", + "wayland-shell-integration" + ] + ), + _QtModuleDef("QtOpenGL", shared_lib="OpenGL"), + # This python module is specific to PySide2 and has no associated Qt module. + _QtModuleDef("QtOpenGLFunctions", bindings=["PySide2"]), + # This Qt module was introduced with Qt6. + _QtModuleDef("QtOpenGLWidgets", shared_lib="OpenGLWidgets", bindings=["PySide6", "PyQt6"]), + _QtModuleDef("QtPrintSupport", shared_lib="PrintSupport", plugins=["printsupport"]), + _QtModuleDef("QtSql", shared_lib="Sql", plugins=["sqldrivers"]), + _QtModuleDef("QtTest", shared_lib="Test"), + _QtModuleDef("QtWidgets", shared_lib="Widgets", plugins=["styles"]), + _QtModuleDef("QtXml", shared_lib="Xml"), + + # *** qt/qtconnectivity *** + _QtModuleDef("QtBluetooth", shared_lib="QtBluetooth", translations=["qtconnectivity"]), + _QtModuleDef("QtNfc", shared_lib="Nfc", translations=["qtconnectivity"]), + + # *** qt/qtdatavis3d *** + _QtModuleDef("QtDataVisualization", shared_lib="DataVisualization"), + + # *** qt/qtdeclarative *** + _QtModuleDef("QtQml", shared_lib="Qml", translations=["qtdeclarative"], plugins=["qmltooling"]), + # Have the Qt5 variant collect translations for qtquickcontrols (qt/qtquickcontrols provides only QtQuick plugins). + _QtModuleDef( + "QtQuick", + shared_lib="Quick", + translations=["qtquickcontrols"], + plugins=["scenegraph"], + bindings=["PySide2", "PyQt5"] + ), + _QtModuleDef("QtQuick", shared_lib="Quick", plugins=["scenegraph"], bindings=["PySide6", "PyQt6"]), + # Qt6-only; in Qt5, this module is part of qt/qtquickcontrols2. Python module is available only in PySide6. + _QtModuleDef(None, shared_lib="QuickControls2", bindings=["PyQt6"]), + _QtModuleDef("QtQuickControls2", shared_lib="QuickControls2", bindings=["PySide6"]), + _QtModuleDef("QtQuickWidgets", shared_lib="QuickWidgets"), + + # *** qt/qtgamepad *** + # No python module; shared library -> plugins association entry. + _QtModuleDef(None, shared_lib="Gamepad", plugins=["gamepads"]), + + # *** qt/qtgraphs *** + # Qt6 >= 6.6.0; python module is available only in PySide6. + _QtModuleDef("QtGraphs", shared_lib="Graphs", bindings=["PySide6"]), + + # *** qt/qthttpserver *** + # Qt6 >= 6.4.0; python module is available only in PySide6. + _QtModuleDef("QtHttpServer", shared_lib="HttpServer", bindings=["PySide6"]), + + # *** qt/qtlocation *** + # QtLocation was reintroduced in Qt6 v6.5.0. + _QtModuleDef( + "QtLocation", + shared_lib="Location", + translations=["qtlocation"], + plugins=["geoservices"], + bindings=["PySide2", "PyQt5", "PySide6"] + ), + _QtModuleDef( + "QtPositioning", + shared_lib="Positioning", + translations=["qtlocation"], + plugins=["position"], + ), + + # *** qt/qtmacextras *** + # Qt5-only Qt module. + _QtModuleDef("QtMacExtras", shared_lib="MacExtras", bindings=["PySide2", "PyQt5"]), + + # *** qt/qtmultimedia *** + # QtMultimedia on Qt6 currently uses only a subset of plugin names from Qt5 counterpart. + _QtModuleDef( + "QtMultimedia", + shared_lib="Multimedia", + translations=["qtmultimedia"], + plugins=[ + "mediaservice", "audio", "video/bufferpool", "video/gstvideorenderer", "video/videonode", "playlistformats", + "resourcepolicy" + ], + bindings=["PySide2", "PyQt5"] + ), + _QtModuleDef( + "QtMultimedia", + shared_lib="Multimedia", + translations=["qtmultimedia"], + # `multimedia` plugins are available as of Qt6 >= 6.4.0; earlier versions had `video/gstvideorenderer` and + # `video/videonode` plugins. + plugins=["multimedia", "video/gstvideorenderer", "video/videonode"], + bindings=["PySide6", "PyQt6"] + ), + _QtModuleDef("QtMultimediaWidgets", shared_lib="MultimediaWidgets"), + # Qt6-only Qt module; python module is available in PySide6 >= 6.4.0 and PyQt6 >= 6.5.0 + _QtModuleDef("QtSpatialAudio", shared_lib="SpatialAudio", bindings=["PySide6", "PyQt6"]), + + # *** qt/qtnetworkauth *** + # QtNetworkAuth python module is available in all bindings but PySide2. + _QtModuleDef(None, shared_lib="NetworkAuth", bindings=["PySide2"]), + _QtModuleDef("QtNetworkAuth", shared_lib="NetworkAuth", bindings=["!PySide2"]), + + # *** qt/qtpurchasing *** + # Qt5-only Qt module, python module is available only in PyQt5. + _QtModuleDef("QtPurchasing", shared_lib="Purchasing", bindings=["PyQt5"]), + + # *** qt/qtquick1 *** + # This is an old, Qt 5.3-era module... + _QtModuleDef( + "QtDeclarative", + shared_lib="Declarative", + translations=["qtquick1"], + plugins=["qml1tooling"], + bindings=["PySide2", "PyQt5"] + ), + + # *** qt/qtquick3d *** + # QtQuick3D python module is available in all bindings but PySide2. + _QtModuleDef(None, shared_lib="Quick3D", bindings=["PySide2"]), + _QtModuleDef("QtQuick3D", shared_lib="Quick3D", bindings=["!PySide2"]), + # No python module; shared library -> plugins association entry. + _QtModuleDef(None, shared_lib="Quick3DAssetImport", plugins=["assetimporters"]), + + # *** qt/qtquickcontrols2 *** + # Qt5-only module; in Qt6, this module is part of qt/declarative. Python module is available only in PySide2. + _QtModuleDef(None, translations=["qtquickcontrols2"], shared_lib="QuickControls2", bindings=["PyQt5"]), + _QtModuleDef( + "QtQuickControls2", translations=["qtquickcontrols2"], shared_lib="QuickControls2", bindings=["PySide2"] + ), + + # *** qt/qtremoteobjects *** + _QtModuleDef("QtRemoteObjects", shared_lib="RemoteObjects"), + + # *** qt/qtscxml *** + # Python module is available only in PySide bindings. Plugins are available only in Qt6. + # PyQt wheels do not seem to ship the corresponding Qt modules (shared libs) at all. + _QtModuleDef("QtScxml", shared_lib="Scxml", bindings=["PySide2"]), + _QtModuleDef("QtScxml", shared_lib="Scxml", plugins=["scxmldatamodel"], bindings=["PySide6"]), + # Qt6-only Qt module, python module is available only in PySide6. + _QtModuleDef("QtStateMachine", shared_lib="StateMachine", bindings=["PySide6"]), + + # *** qt/qtsensors *** + _QtModuleDef("QtSensors", shared_lib="Sensors", plugins=["sensors", "sensorgestures"]), + + # *** qt/qtserialport *** + _QtModuleDef("QtSerialPort", shared_lib="SerialPort", translations=["qtserialport"]), + + # *** qt/qtscript *** + # Qt5-only Qt module, python module is available only in PySide2. PyQt5 wheels do not seem to ship the corresponding + # Qt modules (shared libs) at all. + _QtModuleDef("QtScript", shared_lib="Script", translations=["qtscript"], plugins=["script"], bindings=["PySide2"]), + _QtModuleDef("QtScriptTools", shared_lib="ScriptTools", bindings=["PySide2"]), + + # *** qt/qtserialbus *** + # No python module; shared library -> plugins association entry. + # PySide6 6.5.0 introduced python module. + _QtModuleDef(None, shared_lib="SerialBus", plugins=["canbus"], bindings=["!PySide6"]), + _QtModuleDef("QtSerialBus", shared_lib="SerialBus", plugins=["canbus"], bindings=["PySide6"]), + + # *** qt/qtsvg *** + _QtModuleDef("QtSvg", shared_lib="Svg"), + # Qt6-only Qt module. + _QtModuleDef("QtSvgWidgets", shared_lib="SvgWidgets", bindings=["PySide6", "PyQt6"]), + + # *** qt/qtspeech *** + _QtModuleDef("QtTextToSpeech", shared_lib="TextToSpeech", plugins=["texttospeech"]), + + # *** qt/qttools *** + # QtDesigner python module is available in all bindings but PySide2. + _QtModuleDef(None, shared_lib="Designer", plugins=["designer"], bindings=["PySide2"]), + _QtModuleDef( + "QtDesigner", shared_lib="Designer", translations=["designer"], plugins=["designer"], bindings=["!PySide2"] + ), + _QtModuleDef("QtHelp", shared_lib="Help", translations=["qt_help"]), + # Python module is available only in PySide bindings. + _QtModuleDef("QtUiTools", shared_lib="UiTools", bindings=["PySide*"]), + + # *** qt/qtvirtualkeyboard *** + # No python module; shared library -> plugins association entry. + _QtModuleDef(None, shared_lib="VirtualKeyboard", plugins=["virtualkeyboard"]), + + # *** qt/qtwebchannel *** + _QtModuleDef("QtWebChannel", shared_lib="WebChannel"), + + # *** qt/qtwebengine *** + # QtWebEngine is Qt5-only module (replaced by QtWebEngineQuick in Qt6). + _QtModuleDef("QtWebEngine", shared_lib="WebEngine", bindings=["PySide2", "PyQt5"]), + _QtModuleDef("QtWebEngineCore", shared_lib="WebEngineCore", translations=["qtwebengine"]), + # QtWebEngineQuick is Qt6-only module (replacement for QtWebEngine in Qt5). + _QtModuleDef("QtWebEngineQuick", shared_lib="WebEngineQuick", bindings=["PySide6", "PyQt6"]), + _QtModuleDef("QtWebEngineWidgets", shared_lib="WebEngineWidgets"), + # QtPdf and QtPdfWidgets have python module available in PySide6 and PyQt6 >= 6.4.0. + _QtModuleDef("QtPdf", shared_lib="Pdf", bindings=["PySide6", "PyQt6"]), + _QtModuleDef("QtPdfWidgets", shared_lib="PdfWidgets", bindings=["PySide6", "PyQt6"]), + + # *** qt/qtwebsockets *** + _QtModuleDef("QtWebSockets", shared_lib="WebSockets", translations=["qtwebsockets"]), + + # *** qt/qtwebview *** + # No python module; shared library -> plugins association entry. + _QtModuleDef(None, shared_lib="WebView", plugins=["webview"]), + + # *** qt/qtwinextras *** + # Qt5-only Qt module. + _QtModuleDef("QtWinExtras", shared_lib="WinExtras", bindings=["PySide2", "PyQt5"]), + + # *** qt/qtx11extras *** + # Qt5-only Qt module. + _QtModuleDef("QtX11Extras", shared_lib="X11Extras", bindings=["PySide2", "PyQt5"]), + + # *** qt/qtxmlpatterns *** + # Qt5-only Qt module. + _QtModuleDef( + "QtXmlPatterns", shared_lib="XmlPatterns", translations=["qtxmlpatterns"], bindings=["PySide2", "PyQt5"] + ), + + # *** qscintilla *** + # Python module is available only in PyQt bindings. No associated shared library. + _QtModuleDef("Qsci", translations=["qscintilla"], bindings=["PyQt*"]), +) + + +# Helpers for turning Qt namespace specifiers, such as "!PySide2" or "PyQt*", into set of applicable +# namespaces. +def process_namespace_strings(namespaces): + """"Process list of Qt namespace specifier strings into set of namespaces.""" + bindings = set() + for namespace in namespaces: + bindings |= _process_namespace_string(namespace) + return bindings + + +def _process_namespace_string(namespace): + """Expand a Qt namespace specifier string into set of namespaces.""" + if namespace.startswith("!"): + bindings = _process_namespace_string(namespace[1:]) + return ALL_QT_BINDINGS - bindings + else: + if namespace == "PySide*": + return {"PySide2", "PySide6"} + elif namespace == "PyQt*": + return {"PyQt5", "PyQt6"} + elif namespace in ALL_QT_BINDINGS: + return {namespace} + else: + raise ValueError(f"Invalid Qt namespace specifier: {namespace}!") diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/tcl_tk.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/tcl_tk.py new file mode 100755 index 0000000..65b48cd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/hooks/tcl_tk.py @@ -0,0 +1,275 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import os + +from PyInstaller import compat +from PyInstaller import isolated +from PyInstaller import log as logging +from PyInstaller.building.datastruct import Tree +from PyInstaller.depend import bindepend + +logger = logging.getLogger(__name__) + +TK_ROOTNAME = 'tk' +TCL_ROOTNAME = 'tcl' + + +@isolated.decorate +def _get_tcl_tk_info(): + """ + Isolated-subprocess helper to retrieve the basic Tcl/Tk information: + - tcl_dir = path to the Tcl library/data directory. + - tcl_version = Tcl version + - tk_version = Tk version + - tcl_theaded = boolean indicating whether Tcl/Tk is built with multi-threading support. + """ + try: + import tkinter + from _tkinter import TCL_VERSION, TK_VERSION + except ImportError: + # tkinter unavailable + return None, None, None, False + try: + tcl = tkinter.Tcl() + except tkinter.TclError: # e.g. "Can't find a usable init.tcl in the following directories: ..." + return None, None, None, False + + # Query the location of Tcl library/data directory. + tcl_dir = tcl.eval("info library") + + # Check if Tcl/Tk is built with multi-threaded support (built with --enable-threads), as indicated by the presence + # of optional `threaded` member in `tcl_platform` array. + try: + tcl.getvar("tcl_platform(threaded)") # Ignore the actual value. + tcl_threaded = True + except tkinter.TclError: + tcl_threaded = False + + return tcl_dir, TCL_VERSION, TK_VERSION, tcl_threaded + + +# Populate the variables. If `tkinter` is unavailable, the values are set to `None` or `False`. +( + tcl_dir, + tcl_version, + tk_version, + tcl_threaded, +) = _get_tcl_tk_info() + + +def _warn_if_activetcl_or_teapot_installed(tcl_root, tcltree): + """ + If the current Tcl installation is a Teapot-distributed version of ActiveTcl *and* the current platform is macOS, + log a non-fatal warning that the resulting executable will (probably) fail to run on non-host systems. + + PyInstaller does *not* freeze all ActiveTcl dependencies -- including Teapot, which is typically ignorable. Since + Teapot is *not* ignorable in this case, this function warns of impending failure. + + See Also + ------- + https://github.com/pyinstaller/pyinstaller/issues/621 + """ + import macholib.util + + # System libraries do not experience this problem. + if macholib.util.in_system_path(tcl_root): + return + + # Absolute path of the "init.tcl" script. + try: + init_resource = [r[1] for r in tcltree if r[1].endswith('init.tcl')][0] + except IndexError: + # If such script could not be found, silently return. + return + + mentions_activetcl = False + mentions_teapot = False + # TCL/TK reads files using the system encoding: + # https://www.tcl.tk/doc/howto/i18n.html#system_encoding + # On macOS, system encoding is UTF-8 + with open(init_resource, 'r', encoding='utf8') as init_file: + for line in init_file.readlines(): + line = line.strip().lower() + if line.startswith('#'): + continue + if 'activetcl' in line: + mentions_activetcl = True + if 'teapot' in line: + mentions_teapot = True + if mentions_activetcl and mentions_teapot: + break + + if mentions_activetcl and mentions_teapot: + logger.warning( + """ +You appear to be using an ActiveTcl build of Tcl/Tk, which PyInstaller has +difficulty freezing. To fix this, comment out all references to "teapot" in: + + %s + +See https://github.com/pyinstaller/pyinstaller/issues/621 for more information. + """ % init_resource + ) + + +def find_tcl_tk_shared_libs(tkinter_ext_file): + """ + Find Tcl and Tk shared libraries against which the _tkinter module is linked. + + Returns + ------- + list + list containing two tuples, one for Tcl and one for Tk library, where each tuple contains the library name and + its full path, i.e., [(tcl_lib, tcl_libpath), (tk_lib, tk_libpath)]. If a library is not found, the + corresponding tuple elements are set to None. + """ + tcl_lib = None + tcl_libpath = None + tk_lib = None + tk_libpath = None + + for _, lib_path in bindepend.get_imports(tkinter_ext_file): # (name, fullpath) tuple + if lib_path is None: + continue # Skip unresolved entries + + # For comparison, take basename of lib_path. On macOS, lib_name returned by get_imports is in fact referenced + # name, which is not necessarily just a basename. + lib_name = os.path.basename(lib_path) + lib_name_lower = lib_name.lower() # lower-case for comparisons + + if 'tcl' in lib_name_lower: + tcl_lib = lib_name + tcl_libpath = lib_path + elif 'tk' in lib_name_lower: + tk_lib = lib_name + tk_libpath = lib_path + + return [(tcl_lib, tcl_libpath), (tk_lib, tk_libpath)] + + +def _find_tcl_tk(tkinter_ext_file): + """ + Get a platform-specific 2-tuple of the absolute paths of the top-level external data directories for both + Tcl and Tk, respectively. + + Returns + ------- + list + 2-tuple that contains the values of `${TCL_LIBRARY}` and `${TK_LIBRARY}`, respectively. + """ + if compat.is_darwin: + # On macOS, _tkinter extension is linked either against the system Tcl/Tk framework (older homebrew python, + # python3 from XCode tools) or against bundled Tcl/Tk library (recent python.org builds, recent homebrew + # python with python-tk). PyInstaller does not bundle data from system frameworks (as it does not not collect + # shared libraries from them, either), so we need to determine what kind of Tcl/Tk we are dealing with. + libs = find_tcl_tk_shared_libs(tkinter_ext_file) + + # Check the full path to the Tcl library. + path_to_tcl = libs[0][1] + + # Starting with macOS 11, system libraries are hidden (unless both Python and PyInstaller's bootloader are built + # against MacOS 11.x SDK). Therefore, libs may end up empty; but that implicitly indicates that the system + # framework is used, so return (None, None) to inform the caller. + if path_to_tcl is None: + return None, None + + # Check if the path corresponds to the system framework, i.e., [/System]/Library/Frameworks/Tcl.framework/Tcl + if 'Library/Frameworks/Tcl.framework' in path_to_tcl: + return None, None # Do not collect system framework's data. + + # Bundled copy of Tcl/Tk; in this case, the dynamic library is + # /Library/Frameworks/Python.framework/Versions/3.x/lib/libtcl8.6.dylib + # and the data directories have standard layout that is handled by code below. + else: + # On Windows and linux, data directories have standard layout that is handled by code below. + pass + + # The Tcl library location is already stored in `tcl_dir` global variable. The Tk library is in the same prefix, so + # construct the path using `tk_version` global variable. + tk_dir = os.path.join(os.path.dirname(tcl_dir), f"tk{tk_version}") + return tcl_dir, tk_dir + + +def _collect_tcl_modules(tcl_root): + """ + Get a list of TOC-style 3-tuples describing Tcl modules. The modules directory is separate from the library/data + one, and is located at $tcl_root/../tclX, where X is the major Tcl version. + + Returns + ------- + Tree + Such list, if the modules directory exists. + """ + + # Obtain Tcl major version. + tcl_major_version = tcl_version.split('.')[0] + + modules_dirname = f"tcl{tcl_major_version}" + modules_path = os.path.join(tcl_root, '..', modules_dirname) + + if not os.path.isdir(modules_path): + logger.warning('Tcl modules directory %s does not exist.', modules_path) + return [] + + return Tree(modules_path, prefix=modules_dirname) + + +def collect_tcl_tk_files(tkinter_ext_file): + """ + Get a list of TOC-style 3-tuples describing all external Tcl/Tk data files. + + Returns + ------- + Tree + Such list. + """ + # Find Tcl and Tk data directory by analyzing the _tkinter extension. + tcl_root, tk_root = _find_tcl_tk(tkinter_ext_file) + + # On macOS, we do not collect system libraries. Therefore, if system Tcl/Tk framework is used, it makes no sense to + # collect its data, either. In this case, _find_tcl_tk() will return None, None - either deliberately (we found the + # data paths, but ignore them) or not (starting with macOS 11, the data path cannot be found until shared library + # discovery is fixed). + if compat.is_darwin and not tcl_root and not tk_root: + logger.info( + "Not collecting Tcl/Tk data - either python is using macOS\' system Tcl/Tk framework, or Tcl/Tk data " + "directories could not be found." + ) + return [] + + # TODO Shouldn't these be fatal exceptions? + if not tcl_root: + logger.error('Tcl/Tk improperly installed on this system.') + return [] + if not os.path.isdir(tcl_root): + logger.error('Tcl data directory "%s" not found.', tcl_root) + return [] + if not os.path.isdir(tk_root): + logger.error('Tk data directory "%s" not found.', tk_root) + return [] + + # Collect Tcl and Tk scripts from their corresponding library/data directories. In contrast to source directories, + # which are typically versioned (tcl8.6, tk8.6), the target directories are unversioned (tcl, tk); they are added + # to the Tcl/Tk search path via runtime hook for _tkinter, which sets the `TCL_LIBRARY` and `TK_LIBRARY` environment + # variables. + tcltree = Tree(tcl_root, prefix=TCL_ROOTNAME, excludes=['demos', '*.lib', 'tclConfig.sh']) + tktree = Tree(tk_root, prefix=TK_ROOTNAME, excludes=['demos', '*.lib', 'tkConfig.sh']) + + # If the current Tcl installation is a Teapot-distributed version of ActiveTcl and the current platform is Mac OS, + # warn that this is bad. + if compat.is_darwin: + _warn_if_activetcl_or_teapot_installed(tcl_root, tcltree) + + # Collect Tcl modules. + tclmodulestree = _collect_tcl_modules(tcl_root) + + return tcltree + tktree + tclmodulestree diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/misc.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/misc.py new file mode 100755 index 0000000..77a3e8e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/misc.py @@ -0,0 +1,229 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +This module contains miscellaneous functions that do not fit anywhere else. +""" + +import glob +import os +import pprint +import codecs +import re +import tokenize +import io +import pathlib + +from PyInstaller import log as logging +from PyInstaller.compat import is_win + +logger = logging.getLogger(__name__) + + +def dlls_in_subdirs(directory): + """ + Returns a list *.dll, *.so, *.dylib in the given directory and its subdirectories. + """ + filelist = [] + for root, dirs, files in os.walk(directory): + filelist.extend(dlls_in_dir(root)) + return filelist + + +def dlls_in_dir(directory): + """ + Returns a list of *.dll, *.so, *.dylib in the given directory. + """ + return files_in_dir(directory, ["*.so", "*.dll", "*.dylib"]) + + +def files_in_dir(directory, file_patterns=None): + """ + Returns a list of files in the given directory that match the given pattern. + """ + + file_patterns = file_patterns or [] + + files = [] + for file_pattern in file_patterns: + files.extend(glob.glob(os.path.join(directory, file_pattern))) + return files + + +def get_path_to_toplevel_modules(filename): + """ + Return the path to top-level directory that contains Python modules. + + It will look in parent directories for __init__.py files. The first parent directory without __init__.py is the + top-level directory. + + Returned directory might be used to extend the PYTHONPATH. + """ + curr_dir = os.path.dirname(os.path.abspath(filename)) + pattern = '__init__.py' + + # Try max. 10 levels up. + try: + for i in range(10): + files = set(os.listdir(curr_dir)) + # 'curr_dir' is still not top-level; go to parent dir. + if pattern in files: + curr_dir = os.path.dirname(curr_dir) + # Top-level dir found; return it. + else: + return curr_dir + except IOError: + pass + # No top-level directory found, or error was encountered. + return None + + +def mtime(fnm): + try: + # TODO: explain why this does not use os.path.getmtime() ? + # - It is probably not used because it returns float and not int. + return os.stat(fnm)[8] + except Exception: + return 0 + + +def save_py_data_struct(filename, data): + """ + Save data into text file as Python data structure. + :param filename: + :param data: + :return: + """ + dirname = os.path.dirname(filename) + if not os.path.exists(dirname): + os.makedirs(dirname) + with open(filename, 'w', encoding='utf-8') as f: + pprint.pprint(data, f) + + +def load_py_data_struct(filename): + """ + Load data saved as python code and interpret that code. + :param filename: + :return: + """ + with open(filename, 'r', encoding='utf-8') as f: + if is_win: + # import versioninfo so that VSVersionInfo can parse correctly. + from PyInstaller.utils.win32 import versioninfo # noqa: F401 + + return eval(f.read()) + + +def absnormpath(apath): + return os.path.abspath(os.path.normpath(apath)) + + +def module_parent_packages(full_modname): + """ + Return list of parent package names. + 'aaa.bb.c.dddd' -> ['aaa', 'aaa.bb', 'aaa.bb.c'] + :param full_modname: Full name of a module. + :return: List of parent module names. + """ + prefix = '' + parents = [] + # Ignore the last component in module name and get really just parent, grandparent, great grandparent, etc. + for pkg in full_modname.split('.')[0:-1]: + # Ensure that first item does not start with dot '.' + prefix += '.' + pkg if prefix else pkg + parents.append(prefix) + return parents + + +def is_file_qt_plugin(filename): + """ + Check if the given file is a Qt plugin file. + :param filename: Full path to file to check. + :return: True if given file is a Qt plugin file, False if not. + """ + + # Check the file contents; scan for QTMETADATA string. The scan is based on the brute-force Windows codepath of + # findPatternUnloaded() from qtbase/src/corelib/plugin/qlibrary.cpp in Qt5. + with open(filename, 'rb') as fp: + fp.seek(0, os.SEEK_END) + end_pos = fp.tell() + + SEARCH_CHUNK_SIZE = 8192 + QTMETADATA_MAGIC = b'QTMETADATA ' + + magic_offset = -1 + while end_pos >= len(QTMETADATA_MAGIC): + start_pos = max(end_pos - SEARCH_CHUNK_SIZE, 0) + chunk_size = end_pos - start_pos + # Is the remaining chunk large enough to hold the pattern? + if chunk_size < len(QTMETADATA_MAGIC): + break + # Read and scan the chunk + fp.seek(start_pos, os.SEEK_SET) + buf = fp.read(chunk_size) + pos = buf.rfind(QTMETADATA_MAGIC) + if pos != -1: + magic_offset = start_pos + pos + break + # Adjust search location for next chunk; ensure proper overlap. + end_pos = start_pos + len(QTMETADATA_MAGIC) - 1 + if magic_offset == -1: + return False + + return True + + +BOM_MARKERS_TO_DECODERS = { + codecs.BOM_UTF32_LE: codecs.utf_32_le_decode, + codecs.BOM_UTF32_BE: codecs.utf_32_be_decode, + codecs.BOM_UTF32: codecs.utf_32_decode, + codecs.BOM_UTF16_LE: codecs.utf_16_le_decode, + codecs.BOM_UTF16_BE: codecs.utf_16_be_decode, + codecs.BOM_UTF16: codecs.utf_16_decode, + codecs.BOM_UTF8: codecs.utf_8_decode, +} +BOM_RE = re.compile(rb"\A(%s)?(.*)" % b"|".join(map(re.escape, BOM_MARKERS_TO_DECODERS)), re.DOTALL) + + +def decode(raw: bytes): + """ + Decode bytes to string, respecting and removing any byte-order marks if present, or respecting but not removing any + PEP263 encoding comments (# encoding: cp1252). + """ + bom, raw = BOM_RE.match(raw).groups() + if bom: + return BOM_MARKERS_TO_DECODERS[bom](raw)[0] + + encoding, _ = tokenize.detect_encoding(io.BytesIO(raw).readline) + return raw.decode(encoding) + + +def is_iterable(arg): + """ + Check if the passed argument is an iterable." + """ + try: + iter(arg) + except TypeError: + return False + return True + + +def path_to_parent_archive(filename): + """ + Check if the given file path points to a file inside an existing archive file. Returns first path from the set of + parent paths that points to an existing file, or `None` if no such path exists (i.e., file is an actual stand-alone + file). + """ + for parent in pathlib.Path(filename).parents: + if parent.is_file(): + return parent + return None diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/osx.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/osx.py new file mode 100755 index 0000000..624b881 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/osx.py @@ -0,0 +1,687 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2014-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Utils for Mac OS platform. +""" + +import math +import os +import pathlib +import subprocess +import shutil +import tempfile + +from macholib.mach_o import ( + LC_BUILD_VERSION, + LC_CODE_SIGNATURE, + LC_ID_DYLIB, + LC_LOAD_DYLIB, + LC_LOAD_UPWARD_DYLIB, + LC_LOAD_WEAK_DYLIB, + LC_PREBOUND_DYLIB, + LC_REEXPORT_DYLIB, + LC_RPATH, + LC_SEGMENT_64, + LC_SYMTAB, + LC_VERSION_MIN_MACOSX, +) +from macholib.MachO import MachO +import macholib.util + +import PyInstaller.log as logging +from PyInstaller import compat + +logger = logging.getLogger(__name__) + + +def is_homebrew_env(): + """ + Check if Python interpreter was installed via Homebrew command 'brew'. + + :return: True if Homebrew else otherwise. + """ + # Python path prefix should start with Homebrew prefix. + env_prefix = get_homebrew_prefix() + if env_prefix and compat.base_prefix.startswith(env_prefix): + return True + return False + + +def is_macports_env(): + """ + Check if Python interpreter was installed via Macports command 'port'. + + :return: True if Macports else otherwise. + """ + # Python path prefix should start with Macports prefix. + env_prefix = get_macports_prefix() + if env_prefix and compat.base_prefix.startswith(env_prefix): + return True + return False + + +def get_homebrew_prefix(): + """ + :return: Root path of the Homebrew environment. + """ + prefix = shutil.which('brew') + # Conversion: /usr/local/bin/brew -> /usr/local + prefix = os.path.dirname(os.path.dirname(prefix)) + return prefix + + +def get_macports_prefix(): + """ + :return: Root path of the Macports environment. + """ + prefix = shutil.which('port') + # Conversion: /usr/local/bin/port -> /usr/local + prefix = os.path.dirname(os.path.dirname(prefix)) + return prefix + + +def _find_version_cmd(header): + """ + Helper that finds the version command in the given MachO header. + """ + # The SDK version is stored in LC_BUILD_VERSION command (used when targeting the latest versions of macOS) or in + # older LC_VERSION_MIN_MACOSX command. Check for presence of either. + version_cmd = [cmd for cmd in header.commands if cmd[0].cmd in {LC_BUILD_VERSION, LC_VERSION_MIN_MACOSX}] + assert len(version_cmd) == 1, "Expected exactly one LC_BUILD_VERSION or LC_VERSION_MIN_MACOSX command!" + return version_cmd[0] + + +def get_macos_sdk_version(filename): + """ + Obtain the version of macOS SDK against which the given binary was built. + + NOTE: currently, version is retrieved only from the first arch slice in the binary. + + :return: (major, minor, revision) tuple + """ + binary = MachO(filename) + header = binary.headers[0] + # Find version command using helper + version_cmd = _find_version_cmd(header) + return _hex_triplet(version_cmd[1].sdk) + + +def _hex_triplet(version): + # Parse SDK version number + major = (version & 0xFF0000) >> 16 + minor = (version & 0xFF00) >> 8 + revision = (version & 0xFF) + return major, minor, revision + + +def macosx_version_min(filename: str) -> tuple: + """ + Get the -macosx-version-min used to compile a macOS binary. + + For fat binaries, the minimum version is selected. + """ + versions = [] + for header in MachO(filename).headers: + cmd = _find_version_cmd(header) + if cmd[0].cmd == LC_VERSION_MIN_MACOSX: + versions.append(cmd[1].version) + else: + # macOS >= 10.14 uses LC_BUILD_VERSION instead. + versions.append(cmd[1].minos) + + return min(map(_hex_triplet, versions)) + + +def set_macos_sdk_version(filename, major, minor, revision): + """ + Overwrite the macOS SDK version declared in the given binary with the specified version. + + NOTE: currently, only version in the first arch slice is modified. + """ + # Validate values + assert 0 <= major <= 255, "Invalid major version value!" + assert 0 <= minor <= 255, "Invalid minor version value!" + assert 0 <= revision <= 255, "Invalid revision value!" + # Open binary + binary = MachO(filename) + header = binary.headers[0] + # Find version command using helper + version_cmd = _find_version_cmd(header) + # Write new SDK version number + version_cmd[1].sdk = major << 16 | minor << 8 | revision + # Write changes back. + with open(binary.filename, 'rb+') as fp: + binary.write(fp) + + +def fix_exe_for_code_signing(filename): + """ + Fixes the Mach-O headers to make code signing possible. + + Code signing on Mac OS does not work out of the box with embedding .pkg archive into the executable. + + The fix is done this way: + - Make the embedded .pkg archive part of the Mach-O 'String Table'. 'String Table' is at end of the Mac OS exe file, + so just change the size of the table to cover the end of the file. + - Fix the size of the __LINKEDIT segment. + + Note: the above fix works only if the single-arch thin executable or the last arch slice in a multi-arch fat + executable is not signed, because LC_CODE_SIGNATURE comes after LC_SYMTAB, and because modification of headers + invalidates the code signature. On modern arm64 macOS, code signature is mandatory, and therefore compilers + create a dummy signature when executable is built. In such cases, that signature needs to be removed before this + function is called. + + Mach-O format specification: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/Mach-O.5.html + """ + # Estimate the file size after data was appended + file_size = os.path.getsize(filename) + + # Take the last available header. A single-arch thin binary contains a single slice, while a multi-arch fat binary + # contains multiple, and we need to modify the last one, which is adjacent to the appended data. + executable = MachO(filename) + header = executable.headers[-1] + + # Sanity check: ensure the executable slice is not signed (otherwise signature's section comes last in the + # __LINKEDIT segment). + sign_sec = [cmd for cmd in header.commands if cmd[0].cmd == LC_CODE_SIGNATURE] + assert len(sign_sec) == 0, "Executable contains code signature!" + + # Find __LINKEDIT segment by name (16-byte zero padded string) + __LINKEDIT_NAME = b'__LINKEDIT\x00\x00\x00\x00\x00\x00' + linkedit_seg = [cmd for cmd in header.commands if cmd[0].cmd == LC_SEGMENT_64 and cmd[1].segname == __LINKEDIT_NAME] + assert len(linkedit_seg) == 1, "Expected exactly one __LINKEDIT segment!" + linkedit_seg = linkedit_seg[0][1] # Take the segment command entry + # Find SYMTAB section + symtab_sec = [cmd for cmd in header.commands if cmd[0].cmd == LC_SYMTAB] + assert len(symtab_sec) == 1, "Expected exactly one SYMTAB section!" + symtab_sec = symtab_sec[0][1] # Take the symtab command entry + + # The string table is located at the end of the SYMTAB section, which in turn is the last section in the __LINKEDIT + # segment. Therefore, the end of SYMTAB section should be aligned with the end of __LINKEDIT segment, and in turn + # both should be aligned with the end of the file (as we are in the last or the only arch slice). + # + # However, when removing the signature from the executable using codesign under Mac OS 10.13, the codesign utility + # may produce an invalid file, with the declared length of the __LINKEDIT segment (linkedit_seg.filesize) pointing + # beyond the end of file, as reported in issue #6167. + # + # We can compensate for that by not using the declared sizes anywhere, and simply recompute them. In the final + # binary, the __LINKEDIT segment and the SYMTAB section MUST end at the end of the file (otherwise, we have bigger + # issues...). So simply recompute the declared sizes as difference between the final file length and the + # corresponding start offset (NOTE: the offset is relative to start of the slice, which is stored in header.offset. + # In thin binaries, header.offset is zero and start offset is relative to the start of file, but with fat binaries, + # header.offset is non-zero) + symtab_sec.strsize = file_size - (header.offset + symtab_sec.stroff) + linkedit_seg.filesize = file_size - (header.offset + linkedit_seg.fileoff) + + # Compute new vmsize by rounding filesize up to full page size. + page_size = (0x4000 if _get_arch_string(header.header).startswith('arm64') else 0x1000) + linkedit_seg.vmsize = math.ceil(linkedit_seg.filesize / page_size) * page_size + + # NOTE: according to spec, segments need to be aligned to page boundaries: 0x4000 (16 kB) for arm64, 0x1000 (4 kB) + # for other arches. But it seems we can get away without rounding and padding the segment file size - perhaps + # because it is the last one? + + # Write changes + with open(filename, 'rb+') as fp: + executable.write(fp) + + # In fat binaries, we also need to adjust the fat header. macholib as of version 1.14 does not support this, so we + # need to do it ourselves... + if executable.fat: + from macholib.mach_o import (FAT_MAGIC, FAT_MAGIC_64, fat_arch, fat_arch64, fat_header) + with open(filename, 'rb+') as fp: + # Taken from MachO.load_fat() implementation. The fat header's signature has already been validated when we + # loaded the file for the first time. + fat = fat_header.from_fileobj(fp) + if fat.magic == FAT_MAGIC: + archs = [fat_arch.from_fileobj(fp) for i in range(fat.nfat_arch)] + elif fat.magic == FAT_MAGIC_64: + archs = [fat_arch64.from_fileobj(fp) for i in range(fat.nfat_arch)] + # Adjust the size in the fat header for the last slice. + arch = archs[-1] + arch.size = file_size - arch.offset + # Now write the fat headers back to the file. + fp.seek(0) + fat.to_fileobj(fp) + for arch in archs: + arch.to_fileobj(fp) + + +def _get_arch_string(header): + """ + Converts cputype and cpusubtype from mach_o.mach_header_64 into arch string comparible with lipo/codesign. + The list of supported architectures can be found in man(1) arch. + """ + # NOTE: the constants below are taken from macholib.mach_o + cputype = header.cputype + cpusubtype = header.cpusubtype & 0x0FFFFFFF + if cputype == 0x01000000 | 7: + if cpusubtype == 8: + return 'x86_64h' # 64-bit intel (haswell) + else: + return 'x86_64' # 64-bit intel + elif cputype == 0x01000000 | 12: + if cpusubtype == 2: + return 'arm64e' + else: + return 'arm64' + elif cputype == 7: + return 'i386' # 32-bit intel + assert False, 'Unhandled architecture!' + + +class InvalidBinaryError(Exception): + """ + Exception raised by ˙get_binary_architectures˙ when it is passed an invalid binary. + """ + pass + + +class IncompatibleBinaryArchError(Exception): + """ + Exception raised by `binary_to_target_arch` when the passed binary fails the strict architecture check. + """ + pass + + +def get_binary_architectures(filename): + """ + Inspects the given binary and returns tuple (is_fat, archs), where is_fat is boolean indicating fat/thin binary, + and arch is list of architectures with lipo/codesign compatible names. + """ + try: + executable = MachO(filename) + except ValueError as e: + raise InvalidBinaryError("Invalid Mach-O binary!") from e + return bool(executable.fat), [_get_arch_string(hdr.header) for hdr in executable.headers] + + +def convert_binary_to_thin_arch(filename, thin_arch, output_filename=None): + """ + Convert the given fat binary into thin one with the specified target architecture. + """ + output_filename = output_filename or filename + cmd_args = ['lipo', '-thin', thin_arch, filename, '-output', output_filename] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8') + if p.returncode: + raise SystemError(f"lipo command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}") + + +def merge_into_fat_binary(output_filename, *slice_filenames): + """ + Merge the given single-arch thin binary files into a fat binary. + """ + cmd_args = ['lipo', '-create', '-output', output_filename, *slice_filenames] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8') + if p.returncode: + raise SystemError(f"lipo command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}") + + +def binary_to_target_arch(filename, target_arch, display_name=None): + """ + Check that the given binary contains required architecture slice(s) and convert the fat binary into thin one, + if necessary. + """ + if not display_name: + display_name = filename # Same as input file + # Check the binary + is_fat, archs = get_binary_architectures(filename) + if target_arch == 'universal2': + if not is_fat: + raise IncompatibleBinaryArchError(f"{display_name} is not a fat binary!") + # Assume fat binary is universal2; nothing to do + else: + if is_fat: + if target_arch not in archs: + raise IncompatibleBinaryArchError(f"{display_name} does not contain slice for {target_arch}!") + # Convert to thin arch + logger.debug("Converting fat binary %s (%s) to thin binary (%s)", filename, display_name, target_arch) + convert_binary_to_thin_arch(filename, target_arch) + else: + if target_arch not in archs: + raise IncompatibleBinaryArchError( + f"{display_name} is incompatible with target arch {target_arch} (has arch: {archs[0]})!" + ) + # Binary has correct arch; nothing to do + + +def remove_signature_from_binary(filename): + """ + Remove the signature from all architecture slices of the given binary file using the codesign utility. + """ + logger.debug("Removing signature from file %r", filename) + cmd_args = ['codesign', '--remove', '--all-architectures', filename] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8') + if p.returncode: + raise SystemError(f"codesign command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}") + + +def sign_binary(filename, identity=None, entitlements_file=None, deep=False): + """ + Sign the binary using codesign utility. If no identity is provided, ad-hoc signing is performed. + """ + extra_args = [] + if not identity: + identity = '-' # ad-hoc signing + else: + extra_args.append('--options=runtime') # hardened runtime + if entitlements_file: + extra_args.append('--entitlements') + extra_args.append(entitlements_file) + if deep: + extra_args.append('--deep') + + logger.debug("Signing file %r", filename) + cmd_args = ['codesign', '-s', identity, '--force', '--all-architectures', '--timestamp', *extra_args, filename] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8') + if p.returncode: + raise SystemError(f"codesign command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}") + + +def set_dylib_dependency_paths(filename, target_rpath): + """ + Modify the given dylib's identity (in LC_ID_DYLIB command) and the paths to dependent dylibs (in LC_LOAD_DYLIB) + commands into `@rpath/` format, remove any existing rpaths (LC_RPATH commands), and add a new rpath + (LC_RPATH command) with the specified path. + + Uses `install-tool-name` utility to make the changes. + + The system libraries (e.g., the ones found in /usr/lib) are exempted from path rewrite. + + For multi-arch fat binaries, this function extracts each slice into temporary file, processes it separately, + and then merges all processed slices back into fat binary. This is necessary because `install-tool-name` cannot + modify rpaths in cases when an existing rpath is present only in one slice. + """ + + # Check if we are dealing with a fat binary; the `install-name-tool` seems to be unable to remove an rpath that is + # present only in one slice, so we need to extract each slice, process it separately, and then stich processed + # slices back into a fat binary. + is_fat, archs = get_binary_architectures(filename) + + if is_fat: + with tempfile.TemporaryDirectory() as tmpdir: + slice_filenames = [] + for arch in archs: + slice_filename = os.path.join(tmpdir, arch) + convert_binary_to_thin_arch(filename, arch, output_filename=slice_filename) + _set_dylib_dependency_paths(slice_filename, target_rpath) + slice_filenames.append(slice_filename) + merge_into_fat_binary(filename, *slice_filenames) + else: + # Thin binary - we can process it directly + _set_dylib_dependency_paths(filename, target_rpath) + + +def _set_dylib_dependency_paths(filename, target_rpath): + """ + The actual implementation of set_dylib_dependency_paths functionality. + + Implicitly assumes that a single-arch thin binary is given. + """ + + # Relocatable commands that we should overwrite - same list as used by `macholib`. + _RELOCATABLE = { + LC_LOAD_DYLIB, + LC_LOAD_UPWARD_DYLIB, + LC_LOAD_WEAK_DYLIB, + LC_PREBOUND_DYLIB, + LC_REEXPORT_DYLIB, + } + + # Parse dylib's header to extract the following commands: + # - LC_LOAD_DYLIB (or any member of _RELOCATABLE list): dylib load commands (dependent libraries) + # - LC_RPATH: rpath definitions + # - LC_ID_DYLIB: dylib's identity + binary = MachO(filename) + + dylib_id = None + rpaths = set() + linked_libs = set() + + for header in binary.headers: + for cmd in header.commands: + lc_type = cmd[0].cmd + if lc_type not in _RELOCATABLE and lc_type not in {LC_RPATH, LC_ID_DYLIB}: + continue + + # Decode path, strip trailing NULL characters + path = cmd[2].decode('utf-8').rstrip('\x00') + + if lc_type in _RELOCATABLE: + linked_libs.add(path) + elif lc_type == LC_RPATH: + rpaths.add(path) + elif lc_type == LC_ID_DYLIB: + dylib_id = path + + del binary + + # If dylib has identifier set, compute the normalized version, in form of `@rpath/basename`. + normalized_dylib_id = None + if dylib_id: + normalized_dylib_id = str(pathlib.PurePath('@rpath') / pathlib.PurePath(dylib_id).name) + + # Find dependent libraries that should have their prefix path changed to `@rpath`. If any dependent libraries + # end up using `@rpath` (originally or due to rewrite), set the `rpath_required` boolean to True, so we know + # that we need to add our rpath. + changed_lib_paths = [] + rpath_required = False + for linked_lib in linked_libs: + # Leave system dynamic libraries unchanged. + if macholib.util.in_system_path(linked_lib): + continue + + # The older python.org builds that use system Tcl/Tk framework have their _tkinter.cpython-*-darwin.so + # library linked against /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl and + # /Library/Frameworks/Tk.framework/Versions/8.5/Tk, although the actual frameworks are located in + # /System/Library/Frameworks. Therefore, they slip through the above in_system_path() check, and we need to + # exempt them manually. + _exemptions = [ + '/Library/Frameworks/Tcl.framework/', + '/Library/Frameworks/Tk.framework/', + ] + if any([x in linked_lib for x in _exemptions]): + continue + + # This linked library will end up using `@rpath`, whether modified or not... + rpath_required = True + + new_path = str(pathlib.PurePath('@rpath') / pathlib.PurePath(linked_lib).name) + if linked_lib == new_path: + continue + + changed_lib_paths.append((linked_lib, new_path)) + + # Gather arguments for `install-name-tool` + install_name_tool_args = [] + + # Modify the dylib identifier if necessary + if normalized_dylib_id and normalized_dylib_id != dylib_id: + install_name_tool_args += ["-id", normalized_dylib_id] + + # Changed libs + for original_path, new_path in changed_lib_paths: + install_name_tool_args += ["-change", original_path, new_path] + + # Remove all existing rpaths except for the target rpath (if it already exists). `install_name_tool` disallows using + # `-delete_rpath` and `-add_rpath` with the same argument. + for rpath in rpaths: + if rpath == target_rpath: + continue + install_name_tool_args += [ + "-delete_rpath", + rpath, + ] + + # If any of linked libraries use @rpath now and our target rpath is not already added, add it. + # NOTE: @rpath in the dylib identifier does not actually require the rpath to be set on the binary... + if rpath_required and target_rpath not in rpaths: + install_name_tool_args += [ + "-add_rpath", + target_rpath, + ] + + # If we have no arguments, finish immediately. + if not install_name_tool_args: + return + + # Run `install_name_tool` + cmd_args = ["install_name_tool", *install_name_tool_args, filename] + p = subprocess.run(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8') + if p.returncode: + raise SystemError( + f"install_name_tool command ({cmd_args}) failed with error code {p.returncode}!\noutput: {p.stdout}" + ) + + +def is_framework_bundle_lib(lib_path): + """ + Check if the given shared library is part of a .framework bundle. + """ + + lib_path = pathlib.PurePath(lib_path) + + # For now, focus only on versioned layout, such as `QtCore.framework/Versions/5/QtCore` + if lib_path.parent.parent.name != "Versions": + return False + if lib_path.parent.parent.parent.name != lib_path.name + ".framework": + return False + + return True + + +def collect_files_from_framework_bundles(collected_files): + """ + Scan the given TOC list of collected files for shared libraries that are collected from macOS .framework bundles, + and collect the bundles' Info.plist files. Additionally, the following symbolic links: + - `Versions/Current` pointing to the `Versions/` directory containing the binary + - `` in the top-level .framework directory, pointing to `Versions/Current/` + - `Resources` in the top-level .framework directory, pointing to `Versions/Current/Resources` + - additional directories in top-level .framework directory, pointing to their counterparts in `Versions/Current` + directory. + + Returns TOC list for the discovered Info.plist files and generated symbolic links. The list does not contain + duplicated entries. + """ + invalid_framework_found = False + + framework_files = set() # Additional entries for collected files. Use set for de-duplication. + framework_paths = set() # Registered framework paths for 2nd pass. + + # 1st pass: discover binaries from .framework bundles, and for each such binary: + # - collect `Info.plist` + # - create `Current` -> `` symlink in `.framework/Versions` directory. + # - create `.framework/` -> `.framework/Versions/Current/` symlink. + # - create `.framework/Resources` -> `.framework/Versions/Current/Resources` symlink. + for dest_name, src_name, typecode in collected_files: + if typecode != 'BINARY': + continue + + src_path = pathlib.Path(src_name) # /src/path/to/.framework/Versions// + dest_path = pathlib.PurePath(dest_name) # /dest/path/to/.framework/Versions// + + # Check whether binary originates from a .framework bundle + if not is_framework_bundle_lib(src_path): + continue + + # Check whether binary is also collected into a .framework bundle (i.e., the original layout is preserved) + if not is_framework_bundle_lib(dest_path): + continue + + # Assuming versioned layout, Info.plist should exist in Resources directory located next to the binary. + info_plist_src = src_path.parent / "Resources" / "Info.plist" + if not info_plist_src.is_file(): + # Alas, the .framework bundles shipped with PySide/PyQt might have Info.plist available only in the + # top-level Resources directory. So accommodate this scenario as well, but collect the file into + # versioned directory to appease the code-signing gods... + info_plist_src_top = src_path.parent.parent.parent / "Resources" / "Info.plist" + if not info_plist_src_top.is_file(): + # Strictly speaking, a .framework bundle without Info.plist is invalid. However, that did not prevent + # PyQt from shipping such Qt .framework bundles up until v5.14.1. So by default, we just complain via + # a warning message; if such binaries work in unfrozen python, they should also work in frozen + # application. The codesign will refuse to sign the .app bundle (if we are generating one), but there + # is nothing we can do about that. + invalid_framework_found = True + framework_dir = src_path.parent.parent.parent + if compat.strict_collect_mode: + raise SystemError(f"Could not find Info.plist in {framework_dir}!") + else: + logger.warning("Could not find Info.plist in %s!", framework_dir) + continue + info_plist_src = info_plist_src_top + info_plist_dest = dest_path.parent / "Resources" / "Info.plist" + framework_files.add((str(info_plist_dest), str(info_plist_src), "DATA")) + + # Reconstruct the symlink Versions/Current -> Versions/. + # This one seems to be necessary for code signing, but might be absent from .framework bundles shipped with + # python packages. So we always create it ourselves. + framework_files.add((str(dest_path.parent.parent / "Current"), str(dest_path.parent.name), "SYMLINK")) + + dest_framework_path = dest_path.parent.parent.parent # Top-level .framework directory path. + + # Symlink the binary in the `Current` directory to the top-level .framework directory. + framework_files.add(( + str(dest_framework_path / dest_path.name), + str(pathlib.PurePath("Versions/Current") / dest_path.name), + "SYMLINK", + )) + + # Ditto for the `Resources` directory. + framework_files.add(( + str(dest_framework_path / "Resources"), + "Versions/Current/Resources", + "SYMLINK", + )) + + # Register the framework parent path to use in additional directories scan in subsequent pass. + framework_paths.add(dest_framework_path) + + # 2nd pass: scan for additional collected directories from .framework bundles, and create symlinks to the top-level + # application directory. Make the outer loop go over the registered framework paths, so it becomes no-op if no + # framework paths are registered. + VALID_SUBDIRS = {'Helpers', 'Resources'} + + for dest_framework_path in framework_paths: + for dest_name, src_name, typecode in collected_files: + dest_path = pathlib.PurePath(dest_name) + + # Try matching against framework path + try: + remaining_path = dest_path.relative_to(dest_framework_path) + except ValueError: # dest_path is not subpath of dest_framework_path + continue + + remaining_path_parts = remaining_path.parts + + # We are interested only in entries under Versions directory. + if remaining_path_parts[0] != 'Versions': + continue + + # If the entry name is among valid sub-directory names, create symlink. + dir_name = remaining_path_parts[2] + if dir_name not in VALID_SUBDIRS: + continue + + framework_files.add(( + str(dest_framework_path / dir_name), + str(pathlib.PurePath("Versions/Current") / dir_name), + "SYMLINK", + )) + + # If we encountered an invalid .framework bundle without Info.plist, warn the user that code-signing will most + # likely fail. + if invalid_framework_found: + logger.warning( + "One or more collected .framework bundles have missing Info.plist file. If you are building an .app " + "bundle, you will most likely not be able to code-sign it." + ) + + return sorted(framework_files) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/run_tests.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/run_tests.py new file mode 100755 index 0000000..c655c7a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/run_tests.py @@ -0,0 +1,70 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ----------------------------------------------------------------------------- + +import argparse +import sys + +import pytest + +from PyInstaller.compat import importlib_metadata + + +def paths_to_test(include_only=None): + """ + If ``include_only`` is falsey, this functions returns paths from all entry points. Otherwise, this parameter + must be a string or sequence of strings. In this case, this function will return *only* paths from entry points + whose ``module_name`` begins with the provided string(s). + """ + # Convert a string to a list. + if isinstance(include_only, str): + include_only = [include_only] + + # Walk through all entry points. + test_path_list = [] + for entry_point in importlib_metadata.entry_points(group="pyinstaller40", name="tests"): + # Implement ``include_only``. + if ( + not include_only # If falsey, include everything, + # Otherwise, include only the specified modules. + or any(entry_point.module.startswith(name) for name in include_only) + ): + test_path_list += list(entry_point.load()()) + return test_path_list + + +# Run pytest on all tests registered by the PyInstaller setuptools testing entry point. If provided, +# the ``include_only`` argument is passed to ``path_to_test``. +def run_pytest(*args, **kwargs): + paths = paths_to_test(include_only=kwargs.pop("include_only", None)) + # Return an error code if no tests were discovered. + if not paths: + print("Error: no tests discovered.", file=sys.stderr) + # This indicates no tests were discovered; see + # https://docs.pytest.org/en/latest/usage.html#possible-exit-codes. + return 5 + else: + # See https://docs.pytest.org/en/latest/usage.html#calling-pytest-from-python-code. + # Omit ``args[0]``, which is the name of this script. + print("pytest " + " ".join([*paths, *args[1:]])) + return pytest.main([*paths, *args[1:]], **kwargs) + + +if __name__ == "__main__": + # Look only for the ``--include_only`` argument. + parser = argparse.ArgumentParser(description='Run PyInstaller packaging tests.') + parser.add_argument( + "--include_only", + action="append", + help="Only run tests from the specified package.", + ) + args, unknown = parser.parse_known_args(sys.argv) + # Convert the parsed args into a dict using ``vars(args)``. + sys.exit(run_pytest(*unknown, **vars(args))) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/tests.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/tests.py new file mode 100755 index 0000000..ee4857a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/tests.py @@ -0,0 +1,152 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Decorators for skipping PyInstaller tests when specific requirements are not met. +""" + +import distutils.ccompiler +import inspect +import os +import shutil +import textwrap + +import pytest +import sys + +from PyInstaller.compat import is_win +from PyInstaller.utils.hooks import check_requirement + +# Wrap some pytest decorators to be consistent in tests. +parametrize = pytest.mark.parametrize +skipif = pytest.mark.skipif +xfail = pytest.mark.xfail + + +def _check_for_compiler(): + import tempfile + + # Change to some tempdir since cc.has_function() would compile into the current directory, leaving garbage. + old_wd = os.getcwd() + tmp = tempfile.mkdtemp() + os.chdir(tmp) + cc = distutils.ccompiler.new_compiler() + if is_win: + try: + cc.initialize() + has_compiler = True + # This error is raised on Windows if a compiler can't be found. + except distutils.errors.DistutilsPlatformError: + has_compiler = False + else: + # The C standard library contains the ``clock`` function. Use that to determine if a compiler is installed. This + # does not work on Windows:: + # + # Users\bjones\AppData\Local\Temp\a.out.exe.manifest : general error + # c1010070: Failed to load and parse the manifest. The system cannot + # find the file specified. + has_compiler = cc.has_function('clock', includes=['time.h']) + os.chdir(old_wd) + # TODO: Find a way to remove the generated clockXXXX.c file, too + shutil.rmtree(tmp) + return has_compiler + + +# A decorator to skip tests if a C compiler is not detected. +has_compiler = _check_for_compiler() +skipif_no_compiler = skipif(not has_compiler, reason="Requires a C compiler") + +skip = pytest.mark.skip + + +def importorskip(package: str): + """ + Skip a decorated test if **package** is not importable. + + Arguments: + package: + The name of the module. May be anything that is allowed after the ``import`` keyword. e.g. 'numpy' or + 'PIL.Image'. + Returns: + A pytest marker which either skips the test or does nothing. + + This function intentionally does not import the module. Doing so can lead to `sys.path` and `PATH` being + polluted, which then breaks later builds. + """ + if not importable(package): + return pytest.mark.skip(f"Can't import '{package}'.") + return pytest.mark.skipif(False, reason=f"Don't skip: '{package}' is importable.") + + +def importable(package: str): + from importlib.util import find_spec + + # The find_spec() function is used by the importlib machinery to locate a module to import. Using it finds the + # module but does not run it. Unfortunately, it does import parent modules to check submodules. + if "." in package: + # Using subprocesses is slow. If the top level module doesn't exist then we can skip it. + if not importable(package.split(".")[0]): + return False + # This is a submodule, import it in isolation. + from subprocess import DEVNULL, run + return run([sys.executable, "-c", "import " + package], stdout=DEVNULL, stderr=DEVNULL).returncode == 0 + + return find_spec(package) is not None + + +def requires(requirement: str): + """ + Mark a test to be skipped if **requirement** is not satisfied. + + Args: + requirement: + A distribution name and optional version specifier(s). See :func:`PyInstaller.utils.hooks.check_requirement` + which this argument is forwarded to. + Returns: + Either a skip marker or a dummy marker. + + This function operates on distribution metadata, and does not import any modules. + """ + if check_requirement(requirement): + return pytest.mark.skipif(False, reason=f"Don't skip: '{requirement}' is satisfied.") + else: + return pytest.mark.skip(f"Requires {requirement}.") + + +def gen_sourcefile(tmpdir, source, test_id=None): + """ + Generate a source file for testing. + + The source will be written into a file named like the test-function. This file will then be passed to + `test_script`. If you need other related file, e.g. as `.toc`-file for testing the content, put it at at the + normal place. Just mind to take the basnename from the test-function's name. + + :param script: Source code to create executable from. This will be saved into a temporary file which is then + passed on to `test_script`. + + :param test_id: Test-id for parametrized tests. If given, it will be appended to the script filename, + separated by two underscores. + + Ensure that the caller of `test_source` is in a UTF-8 encoded file with the correct '# -*- coding: utf-8 -*-' + marker. + """ + testname = inspect.stack()[1][3] + if test_id: + # For parametrized test append the test-id. + testname = testname + '__' + test_id + + # Periods are not allowed in Python module names. + testname = testname.replace('.', '_') + scriptfile = tmpdir / (testname + '.py') + source = textwrap.dedent(source) + with scriptfile.open('w', encoding='utf-8') as ofh: + print('# -*- coding: utf-8 -*-', file=ofh) + print(source, file=ofh) + return scriptfile diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__init__.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__init__.py new file mode 100755 index 0000000..a7501ae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__init__.py @@ -0,0 +1 @@ +__author__ = 'martin' diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f9a8e601924e29d6d127e3f30871edb7d940b0d GIT binary patch literal 234 zcmX@j%ge<81YBGjQpJGuV-N=h7@>^M96-i&h7^VeiA5!ud48IVx47ct z6H7}n@{8i*S2BDCssEL)pOK%Ns$X25npmQro>@{*l%JKFTvDtbT#%TY>XVt4svBC6 zl30>jq+gbrSEiqnnWSG(2{a?mSkKT%zc{lbRTro-J25@ASU;fBGq1QLF((J8y0j!S zr&zx{GtbyaKR!M)FS8^*Uaz3?7l%!5eoARhs$CH~(0-7ki$Q++z|6?Vc!O88k*kOm G$OQnx4?_w7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/icon.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/icon.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..025b0133def9fc59a617539568958716a4c36708 GIT binary patch literal 11826 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 NY+ZG6LJeE({{z93{0#sA literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/versioninfo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/versioninfo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..645bd35ab3f56ac0b586a0830d83b7855c30e445 GIT binary patch literal 30031 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 Roopq4Mm}cFk|*)t{|n!d)7Ah0 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/winresource.cpython-312.pyc b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/__pycache__/winresource.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc8952ffeb59aecaad70f47ac14751e2443ea911 GIT binary patch literal 6778 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 1: + # More than one icon source given. We currently handle multiple icons by calling CopyIcons_FromIco(), which only + # allows .ico, but will convert to that format if needed. + # + # Note that a ",index" on a .ico is just ignored in the single or multiple case. + srcs = [] + for s in srcpath: + srcs.append(normalize_icon_type(s[0], ("ico",), "ico", config.CONF["workpath"])) + return CopyIcons_FromIco(dstpath, srcs) + + # Just one source given. + srcpath, index = srcpath[0] + + # Makes sure the icon exists and attempts to convert to the proper format if applicable + srcpath = normalize_icon_type(srcpath, ("exe", "ico"), "ico", config.CONF["workpath"]) + + srcext = os.path.splitext(srcpath)[1] + + # Handle the simple case of foo.ico, ignoring any index. + if srcext.lower() == '.ico': + return CopyIcons_FromIco(dstpath, [srcpath]) + + # Single source is not .ico, presumably it is .exe (and if not, some error will occur). + if index is not None: + logger.debug("Copying icon from %s, %d", srcpath, index) + else: + logger.debug("Copying icons from %s", srcpath) + + try: + # Attempt to load the .ico or .exe containing the icon into memory using the same mechanism as if it were a DLL. + # If this fails for any reason (for example if the file does not exist or is not a .ico/.exe) then LoadLibraryEx + # returns a null handle and win32api raises a unique exception with a win error code and a string. + hsrc = win32api.LoadLibraryEx(srcpath, 0, LOAD_LIBRARY_AS_DATAFILE) + except pywintypes.error as W32E: + # We could continue with no icon (i.e., just return), but it seems best to terminate the build with a message. + raise SystemExit( + "Unable to load icon file {}\n {} (Error code {})".format(srcpath, W32E.strerror, W32E.winerror) + ) + hdst = win32api.BeginUpdateResource(dstpath, 0) + if index is None: + grpname = win32api.EnumResourceNames(hsrc, RT_GROUP_ICON)[0] + elif index >= 0: + grpname = win32api.EnumResourceNames(hsrc, RT_GROUP_ICON)[index] + else: + grpname = -index + data = win32api.LoadResource(hsrc, RT_GROUP_ICON, grpname) + win32api.UpdateResource(hdst, RT_GROUP_ICON, grpname, data) + for iconname in win32api.EnumResourceNames(hsrc, RT_ICON): + data = win32api.LoadResource(hsrc, RT_ICON, iconname) + win32api.UpdateResource(hdst, RT_ICON, iconname, data) + win32api.FreeLibrary(hsrc) + win32api.EndUpdateResource(hdst, 0) + + +if __name__ == "__main__": + import sys + + dstpath = sys.argv[1] + srcpath = sys.argv[2:] + CopyIcons(dstpath, srcpath) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/versioninfo.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/versioninfo.py new file mode 100755 index 0000000..4a56425 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/versioninfo.py @@ -0,0 +1,605 @@ +# -*- coding: utf-8 -*- +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +import struct + +import pefile + +from PyInstaller.compat import win32api + + +def pefile_check_control_flow_guard(filename): + """ + Checks if the specified PE file has CFG (Control Flow Guard) enabled. + + Parameters + ---------- + filename : str + Path to the PE file to inspect. + + Returns + ---------- + bool + True if file is a PE file with CFG enabled. False if CFG is not enabled or if file could not be processed using + the pefile library. + """ + try: + pe = pefile.PE(filename, fast_load=True) + # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format + # IMAGE_DLLCHARACTERISTICS_GUARD_CF = 0x4000 + return bool(pe.OPTIONAL_HEADER.DllCharacteristics & 0x4000) + except Exception: + return False + + +# Ensures no code from the executable is executed. +LOAD_LIBRARY_AS_DATAFILE = 2 + + +def getRaw(text): + """ + Encodes text as UTF-16LE (Microsoft 'Unicode') for use in structs. + """ + return text.encode('UTF-16LE') + + +def read_version_info_from_executable(exe_filename): + """ + Read the version information structure from the given executable's resources, and return it as an instance of + `VSVersionInfo` structure. + """ + h = win32api.LoadLibraryEx(exe_filename, 0, LOAD_LIBRARY_AS_DATAFILE) + res = win32api.EnumResourceNames(h, pefile.RESOURCE_TYPE['RT_VERSION']) + if not len(res): + return None + data = win32api.LoadResource(h, pefile.RESOURCE_TYPE['RT_VERSION'], res[0]) + info = VSVersionInfo() + info.fromRaw(data) + win32api.FreeLibrary(h) + return info + + +def nextDWord(offset): + """ + Align `offset` to the next 4-byte boundary. + """ + return ((offset + 3) >> 2) << 2 + + +class VSVersionInfo: + """ + WORD wLength; // length of the VS_VERSION_INFO structure + WORD wValueLength; // length of the Value member + WORD wType; // 1 means text, 0 means binary + WCHAR szKey[]; // Contains the Unicode string "VS_VERSION_INFO". + WORD Padding1[]; + VS_FIXEDFILEINFO Value; + WORD Padding2[]; + WORD Children[]; // zero or more StringFileInfo or VarFileInfo + // structures (or both) that are children of the + // current version structure. + """ + def __init__(self, ffi=None, kids=None): + self.ffi = ffi + self.kids = kids or [] + + def fromRaw(self, data): + i, (sublen, vallen, wType, nm) = parseCommon(data) + #vallen is length of the ffi, typ is 0, nm is 'VS_VERSION_INFO'. + i = nextDWord(i) + # Now a VS_FIXEDFILEINFO + self.ffi = FixedFileInfo() + j = self.ffi.fromRaw(data, i) + i = j + while i < sublen: + j = i + i, (csublen, cvallen, ctyp, nm) = parseCommon(data, i) + if nm.strip() == 'StringFileInfo': + sfi = StringFileInfo() + k = sfi.fromRaw(csublen, cvallen, nm, data, i, j + csublen) + self.kids.append(sfi) + i = k + else: + vfi = VarFileInfo() + k = vfi.fromRaw(csublen, cvallen, nm, data, i, j + csublen) + self.kids.append(vfi) + i = k + i = j + csublen + i = nextDWord(i) + return i + + def toRaw(self): + raw_name = getRaw('VS_VERSION_INFO') + rawffi = self.ffi.toRaw() + vallen = len(rawffi) + typ = 0 + sublen = 6 + len(raw_name) + 2 + pad = b'' + if sublen % 4: + pad = b'\000\000' + sublen = sublen + len(pad) + vallen + pad2 = b'' + if sublen % 4: + pad2 = b'\000\000' + tmp = b''.join([kid.toRaw() for kid in self.kids]) + sublen = sublen + len(pad2) + len(tmp) + return struct.pack('hhh', sublen, vallen, typ) + raw_name + b'\000\000' + pad + rawffi + pad2 + tmp + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + indent = indent + ' ' + tmp = [kid.__str__(indent + ' ') for kid in self.kids] + tmp = ', \n'.join(tmp) + return '\n'.join([ + "# UTF-8", + "#", + "# For more details about fixed file info 'ffi' see:", + "# http://msdn.microsoft.com/en-us/library/ms646997.aspx", + "VSVersionInfo(", + indent + f"ffi={self.ffi.__str__(indent)},", + indent + "kids=[", + tmp, + indent + "]", + ")", + ]) + + def __repr__(self): + return "versioninfo.VSVersionInfo(ffi=%r, kids=%r)" % (self.ffi, self.kids) + + +def parseCommon(data, start=0): + i = start + 6 + (wLength, wValueLength, wType) = struct.unpack('3h', data[start:i]) + i, text = parseUString(data, i, i + wLength) + return i, (wLength, wValueLength, wType, text) + + +def parseUString(data, start, limit): + i = start + while i < limit: + if data[i:i + 2] == b'\000\000': + break + i += 2 + text = data[start:i].decode('UTF-16LE') + i += 2 + return i, text + + +class FixedFileInfo: + """ + DWORD dwSignature; //Contains the value 0xFEEFO4BD + DWORD dwStrucVersion; // binary version number of this structure. + // The high-order word of this member contains + // the major version number, and the low-order + // word contains the minor version number. + DWORD dwFileVersionMS; // most significant 32 bits of the file's binary + // version number + DWORD dwFileVersionLS; // + DWORD dwProductVersionMS; // most significant 32 bits of the binary version + // number of the product with which this file was + // distributed + DWORD dwProductVersionLS; // + DWORD dwFileFlagsMask; // bitmask that specifies the valid bits in + // dwFileFlags. A bit is valid only if it was + // defined when the file was created. + DWORD dwFileFlags; // VS_FF_DEBUG, VS_FF_PATCHED etc. + DWORD dwFileOS; // VOS_NT, VOS_WINDOWS32 etc. + DWORD dwFileType; // VFT_APP etc. + DWORD dwFileSubtype; // 0 unless VFT_DRV or VFT_FONT or VFT_VXD + DWORD dwFileDateMS; + DWORD dwFileDateLS; + """ + def __init__( + self, + filevers=(0, 0, 0, 0), + prodvers=(0, 0, 0, 0), + mask=0x3f, + flags=0x0, + OS=0x40004, + fileType=0x1, + subtype=0x0, + date=(0, 0) + ): + self.sig = 0xfeef04bd + self.strucVersion = 0x10000 + self.fileVersionMS = (filevers[0] << 16) | (filevers[1] & 0xffff) + self.fileVersionLS = (filevers[2] << 16) | (filevers[3] & 0xffff) + self.productVersionMS = (prodvers[0] << 16) | (prodvers[1] & 0xffff) + self.productVersionLS = (prodvers[2] << 16) | (prodvers[3] & 0xffff) + self.fileFlagsMask = mask + self.fileFlags = flags + self.fileOS = OS + self.fileType = fileType + self.fileSubtype = subtype + self.fileDateMS = date[0] + self.fileDateLS = date[1] + + def fromRaw(self, data, i): + ( + self.sig, + self.strucVersion, + self.fileVersionMS, + self.fileVersionLS, + self.productVersionMS, + self.productVersionLS, + self.fileFlagsMask, + self.fileFlags, + self.fileOS, + self.fileType, + self.fileSubtype, + self.fileDateMS, + self.fileDateLS, + ) = struct.unpack('13L', data[i:i + 52]) + return i + 52 + + def toRaw(self): + return struct.pack( + '13L', + self.sig, + self.strucVersion, + self.fileVersionMS, + self.fileVersionLS, + self.productVersionMS, + self.productVersionLS, + self.fileFlagsMask, + self.fileFlags, + self.fileOS, + self.fileType, + self.fileSubtype, + self.fileDateMS, + self.fileDateLS, + ) + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + fv = ( + self.fileVersionMS >> 16, self.fileVersionMS & 0xffff, + self.fileVersionLS >> 16, self.fileVersionLS & 0xffff, + ) # yapf: disable + pv = ( + self.productVersionMS >> 16, self.productVersionMS & 0xffff, + self.productVersionLS >> 16, self.productVersionLS & 0xffff, + ) # yapf: disable + fd = (self.fileDateMS, self.fileDateLS) + tmp = [ + 'FixedFileInfo(', + '# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)', + '# Set not needed items to zero 0.', + 'filevers=%s,' % (fv,), + 'prodvers=%s,' % (pv,), + "# Contains a bitmask that specifies the valid bits 'flags'r", + 'mask=%s,' % hex(self.fileFlagsMask), + '# Contains a bitmask that specifies the Boolean attributes of the file.', + 'flags=%s,' % hex(self.fileFlags), + '# The operating system for which this file was designed.', + '# 0x4 - NT and there is no need to change it.', + 'OS=%s,' % hex(self.fileOS), + '# The general type of file.', + '# 0x1 - the file is an application.', + 'fileType=%s,' % hex(self.fileType), + '# The function of the file.', + '# 0x0 - the function is not defined for this fileType', + 'subtype=%s,' % hex(self.fileSubtype), + '# Creation date and time stamp.', + 'date=%s' % (fd,), + ')', + ] + return f'\n{indent} '.join(tmp) + + def __repr__(self): + fv = ( + self.fileVersionMS >> 16, self.fileVersionMS & 0xffff, + self.fileVersionLS >> 16, self.fileVersionLS & 0xffff, + ) # yapf: disable + pv = ( + self.productVersionMS >> 16, self.productVersionMS & 0xffff, + self.productVersionLS >> 16, self.productVersionLS & 0xffff, + ) # yapf: disable + fd = (self.fileDateMS, self.fileDateLS) + return ( + 'versioninfo.FixedFileInfo(filevers=%r, prodvers=%r, ' + 'mask=0x%x, flags=0x%x, OS=0x%x, ' + 'fileType=%r, subtype=0x%x, date=%r)' % + (fv, pv, self.fileFlagsMask, self.fileFlags, self.fileOS, self.fileType, self.fileSubtype, fd) + ) + + +class StringFileInfo: + """ + WORD wLength; // length of the version resource + WORD wValueLength; // length of the Value member in the current + // VS_VERSION_INFO structure + WORD wType; // 1 means text, 0 means binary + WCHAR szKey[]; // Contains the Unicode string 'StringFileInfo'. + WORD Padding[]; + StringTable Children[]; // list of zero or more String structures + """ + def __init__(self, kids=None): + self.name = 'StringFileInfo' + self.kids = kids or [] + + def fromRaw(self, sublen, vallen, name, data, i, limit): + self.name = name + while i < limit: + st = StringTable() + j = st.fromRaw(data, i, limit) + self.kids.append(st) + i = j + return i + + def toRaw(self): + raw_name = getRaw(self.name) + vallen = 0 + typ = 1 + sublen = 6 + len(raw_name) + 2 + pad = b'' + if sublen % 4: + pad = b'\000\000' + tmp = b''.join([kid.toRaw() for kid in self.kids]) + sublen = sublen + len(pad) + len(tmp) + return struct.pack('hhh', sublen, vallen, typ) + raw_name + b'\000\000' + pad + tmp + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + new_indent = indent + ' ' + tmp = ', \n'.join(kid.__str__(new_indent) for kid in self.kids) + return f'{indent}StringFileInfo(\n{new_indent}[\n{tmp}\n{new_indent}])' + + def __repr__(self): + return 'versioninfo.StringFileInfo(%r)' % self.kids + + +class StringTable: + """ + WORD wLength; + WORD wValueLength; + WORD wType; + WCHAR szKey[]; + String Children[]; // list of zero or more String structures. + """ + def __init__(self, name=None, kids=None): + self.name = name or '' + self.kids = kids or [] + + def fromRaw(self, data, i, limit): + i, (cpsublen, cpwValueLength, cpwType, self.name) = parseCodePage(data, i, limit) # should be code page junk + i = nextDWord(i) + while i < limit: + ss = StringStruct() + j = ss.fromRaw(data, i, limit) + i = j + self.kids.append(ss) + i = nextDWord(i) + return i + + def toRaw(self): + raw_name = getRaw(self.name) + vallen = 0 + typ = 1 + sublen = 6 + len(raw_name) + 2 + tmp = [] + for kid in self.kids: + raw = kid.toRaw() + if len(raw) % 4: + raw = raw + b'\000\000' + tmp.append(raw) + tmp = b''.join(tmp) + sublen += len(tmp) + return struct.pack('hhh', sublen, vallen, typ) + raw_name + b'\000\000' + tmp + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + new_indent = indent + ' ' + tmp = (',\n' + new_indent).join(str(kid) for kid in self.kids) + return f"{indent}StringTable(\n{new_indent}'{self.name}',\n{new_indent}[{tmp}])" + + def __repr__(self): + return 'versioninfo.StringTable(%r, %r)' % (self.name, self.kids) + + +class StringStruct: + """ + WORD wLength; + WORD wValueLength; + WORD wType; + WCHAR szKey[]; + WORD Padding[]; + String Value[]; + """ + def __init__(self, name=None, val=None): + self.name = name or '' + self.val = val or '' + + def fromRaw(self, data, i, limit): + i, (sublen, vallen, typ, self.name) = parseCommon(data, i) + limit = i + sublen + i = nextDWord(i) + i, self.val = parseUString(data, i, limit) + return i + + def toRaw(self): + raw_name = getRaw(self.name) + raw_val = getRaw(self.val) + # TODO: document the size of vallen and sublen. + vallen = len(self.val) + 1 # Number of (wide-)characters, not bytes! + typ = 1 + sublen = 6 + len(raw_name) + 2 + pad = b'' + if sublen % 4: + pad = b'\000\000' + sublen = sublen + len(pad) + (vallen * 2) + return struct.pack('hhh', sublen, vallen, typ) + raw_name + b'\000\000' + pad + raw_val + b'\000\000' + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + return "StringStruct(%r, %r)" % (self.name, self.val) + + def __repr__(self): + return 'versioninfo.StringStruct(%r, %r)' % (self.name, self.val) + + +def parseCodePage(data, i, limit): + i, (sublen, wValueLength, wType, nm) = parseCommon(data, i) + return i, (sublen, wValueLength, wType, nm) + + +class VarFileInfo: + """ + WORD wLength; // length of the version resource + WORD wValueLength; // length of the Value member in the current + // VS_VERSION_INFO structure + WORD wType; // 1 means text, 0 means binary + WCHAR szKey[]; // Contains the Unicode string 'VarFileInfo'. + WORD Padding[]; + Var Children[]; // list of zero or more Var structures + """ + def __init__(self, kids=None): + self.kids = kids or [] + + def fromRaw(self, sublen, vallen, name, data, i, limit): + self.sublen = sublen + self.vallen = vallen + self.name = name + i = nextDWord(i) + while i < limit: + vs = VarStruct() + j = vs.fromRaw(data, i, limit) + self.kids.append(vs) + i = j + return i + + def toRaw(self): + self.vallen = 0 + self.wType = 1 + self.name = 'VarFileInfo' + raw_name = getRaw(self.name) + sublen = 6 + len(raw_name) + 2 + pad = b'' + if sublen % 4: + pad = b'\000\000' + tmp = b''.join([kid.toRaw() for kid in self.kids]) + self.sublen = sublen + len(pad) + len(tmp) + return struct.pack('hhh', self.sublen, self.vallen, self.wType) + raw_name + b'\000\000' + pad + tmp + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + return indent + "VarFileInfo([%s])" % ', '.join(str(kid) for kid in self.kids) + + def __repr__(self): + return 'versioninfo.VarFileInfo(%r)' % self.kids + + +class VarStruct: + """ + WORD wLength; // length of the version resource + WORD wValueLength; // length of the Value member in the current + // VS_VERSION_INFO structure + WORD wType; // 1 means text, 0 means binary + WCHAR szKey[]; // Contains the Unicode string 'Translation' + // or a user-defined key string value + WORD Padding[]; // + WORD Value[]; // list of one or more values that are language + // and code-page identifiers + """ + def __init__(self, name=None, kids=None): + self.name = name or '' + self.kids = kids or [] + + def fromRaw(self, data, i, limit): + i, (self.sublen, self.wValueLength, self.wType, self.name) = parseCommon(data, i) + i = nextDWord(i) + for j in range(0, self.wValueLength, 2): + kid = struct.unpack('h', data[i:i + 2])[0] + self.kids.append(kid) + i += 2 + return i + + def toRaw(self): + self.wValueLength = len(self.kids) * 2 + self.wType = 0 + raw_name = getRaw(self.name) + sublen = 6 + len(raw_name) + 2 + pad = b'' + if sublen % 4: + pad = b'\000\000' + self.sublen = sublen + len(pad) + self.wValueLength + tmp = b''.join([struct.pack('h', kid) for kid in self.kids]) + return struct.pack('hhh', self.sublen, self.wValueLength, self.wType) + raw_name + b'\000\000' + pad + tmp + + def __eq__(self, other): + return self.toRaw() == other + + def __str__(self, indent=''): + return "VarStruct('%s', %r)" % (self.name, self.kids) + + def __repr__(self): + return 'versioninfo.VarStruct(%r, %r)' % (self.name, self.kids) + + +def load_version_info_from_text_file(filename): + """ + Load the `VSVersionInfo` structure from its string-based (`VSVersionInfo.__str__`) serialization by reading the + text from the file and running it through `eval()`. + """ + + # Read and parse the version file. It may have a byte order marker or encoding cookie - respect it if it does. + import PyInstaller.utils.misc as miscutils + with open(filename, 'rb') as fp: + text = miscutils.decode(fp.read()) + + # Deserialize via eval() + try: + info = eval(text) + except Exception as e: + raise ValueError("Failed to deserialize VSVersionInfo from text-based representation!") from e + + # Sanity check + assert isinstance(info, VSVersionInfo), \ + f"Loaded incompatible structure type! Expected VSVersionInfo, got: {type(info)!r}" + + return info + + +def write_version_info_to_executable(exe_filename, info): + assert isinstance(info, VSVersionInfo) + + # Remember overlay + pe = pefile.PE(exe_filename, fast_load=True) + overlay_before = pe.get_overlay() + pe.close() + + hdst = win32api.BeginUpdateResource(exe_filename, 0) + win32api.UpdateResource(hdst, pefile.RESOURCE_TYPE['RT_VERSION'], 1, info.toRaw()) + win32api.EndUpdateResource(hdst, 0) + + if overlay_before: + # Check if the overlay is still present + pe = pefile.PE(exe_filename, fast_load=True) + overlay_after = pe.get_overlay() + pe.close() + + # If the update removed the overlay data, re-append it + if not overlay_after: + with open(exe_filename, 'ab') as exef: + exef.write(overlay_before) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winmanifest.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winmanifest.py new file mode 100755 index 0000000..6a5b1a7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winmanifest.py @@ -0,0 +1,244 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +import xml.dom +import xml.dom.minidom + +#- Relevant constants from Windows headers +# Manifest resource code +RT_MANIFEST = 24 + +# Resource IDs (names) for manifest. +# See: https://www.gamedev.net/blogs/entry/2154553-manifest-embedding-and-activation +CREATEPROCESS_MANIFEST_RESOURCE_ID = 1 +ISOLATIONAWARE_MANIFEST_RESOURCE_ID = 2 + +LANG_NEUTRAL = 0 + +#- Default application manifest template, based on the one found in python executable. + +_DEFAULT_MANIFEST_XML = \ +b""" + + + + + + + + + + + + + + + + + + + + true + + + + + + + + +""" # noqa: E501 + +#- DOM navigation helpers + + +def _find_elements_by_tag(root, tag): + """ + Find all elements with given tag under the given root element. + """ + return [node for node in root.childNodes if node.nodeType == xml.dom.Node.ELEMENT_NODE and node.tagName == tag] + + +def _find_element_by_tag(root, tag): + """ + Attempt to find a single element with given tag under the given root element, and return None if no such element + is found. Raises an error if multiple elements are found. + """ + elements = _find_elements_by_tag(root, tag) + if len(elements) > 1: + raise ValueError(f"Expected a single {tag!r} element, found {len(elements)} element(s)!") + if not elements: + return None + return elements[0] + + +#- Application manifest modification helpers + + +def _set_execution_level(manifest_dom, root_element, uac_admin=False, uac_uiaccess=False): + """ + Find -> -> element, and set its `level` and `uiAccess` + attributes based on supplied arguments. Create the XML elements if necessary, as they are optional. + """ + + # + trust_info_element = _find_element_by_tag(root_element, "trustInfo") + if not trust_info_element: + trust_info_element = manifest_dom.createElement("trustInfo") + trust_info_element.setAttribute("xmlns", "urn:schemas-microsoft-com:asm.v3") + root_element.appendChild(trust_info_element) + + # + security_element = _find_element_by_tag(trust_info_element, "security") + if not security_element: + security_element = manifest_dom.createElement("security") + trust_info_element.appendChild(security_element) + + # + requested_privileges_element = _find_element_by_tag(security_element, "requestedPrivileges") + if not requested_privileges_element: + requested_privileges_element = manifest_dom.createElement("requestedPrivileges") + security_element.appendChild(requested_privileges_element) + + # + requested_execution_level_element = _find_element_by_tag(requested_privileges_element, "requestedExecutionLevel") + if not requested_execution_level_element: + requested_execution_level_element = manifest_dom.createElement("requestedExecutionLevel") + requested_privileges_element.appendChild(requested_execution_level_element) + + requested_execution_level_element.setAttribute("level", "requireAdministrator" if uac_admin else "asInvoker") + requested_execution_level_element.setAttribute("uiAccess", "true" if uac_uiaccess else "false") + + +def _ensure_common_controls_dependency(manifest_dom, root_element): + """ + Scan elements for the one whose < -> corresponds to the + `Microsoft.Windows.Common-Controls`. If found, overwrite its properties. If not, create new + element with corresponding sub-elements and attributes. + """ + + # + dependency_elements = _find_elements_by_tag(root_element, "dependency") + for dependency_element in dependency_elements: + # + dependent_assembly_element = _find_element_by_tag(dependency_element, "dependentAssembly") + # + assembly_identity_element = _find_element_by_tag(dependent_assembly_element, "assemblyIdentity") + # Check the name attribute + if assembly_identity_element.attributes["name"].value == "Microsoft.Windows.Common-Controls": + common_controls_element = assembly_identity_element + break + else: + # Create + dependency_element = manifest_dom.createElement("dependency") + root_element.appendChild(dependency_element) + # Create + dependent_assembly_element = manifest_dom.createElement("dependentAssembly") + dependency_element.appendChild(dependent_assembly_element) + # Create + common_controls_element = manifest_dom.createElement("assemblyIdentity") + dependent_assembly_element.appendChild(common_controls_element) + + common_controls_element.setAttribute("type", "win32") + common_controls_element.setAttribute("name", "Microsoft.Windows.Common-Controls") + common_controls_element.setAttribute("version", "6.0.0.0") + common_controls_element.setAttribute("processorArchitecture", "*") + common_controls_element.setAttribute("publicKeyToken", "6595b64144ccf1df") + common_controls_element.setAttribute("language", "*") + + +def create_application_manifest(manifest_xml=None, uac_admin=False, uac_uiaccess=False): + """ + Create application manifest, from built-in or custom manifest XML template. If provided, `manifest_xml` must be + a string or byte string containing XML source. The returned manifest is a byte string, encoded in UTF-8. + + This function sets the attributes of `requestedExecutionLevel` based on provided `uac_admin` and `auc_uiacces` + arguments (creating the parent elements in the XML, if necessary). It also scans `dependency` elements for the + entry corresponding to `Microsoft.Windows.Common-Controls` and creates or modifies it as necessary. + """ + + if manifest_xml is None: + manifest_xml = _DEFAULT_MANIFEST_XML + + with xml.dom.minidom.parseString(manifest_xml) as manifest_dom: + root_element = manifest_dom.documentElement + + # Validate root element - must be + assert root_element.tagName == "assembly" + assert root_element.namespaceURI == "urn:schemas-microsoft-com:asm.v1" + assert root_element.attributes["manifestVersion"].value == "1.0" + + # Modify the manifest + _set_execution_level(manifest_dom, root_element, uac_admin, uac_uiaccess) + _ensure_common_controls_dependency(manifest_dom, root_element) + + # Create output XML + output = manifest_dom.toprettyxml(indent=" ", encoding="UTF-8") + + # Strip extra newlines + output = [line for line in output.splitlines() if line.strip()] + + # Replace: `` with ``. + # Support for `standalone` was added to `toprettyxml` in python 3.9, so do a manual work around. + output[0] = b"""""" + + output = b"\n".join(output) + + return output + + +def write_manifest_to_executable(filename, manifest_xml): + """ + Write the given manifest XML to the given executable's RT_MANIFEST resource. + """ + from PyInstaller.utils.win32 import winresource + + # CREATEPROCESS_MANIFEST_RESOURCE_ID is used for manifest resource in executables. + # ISOLATIONAWARE_MANIFEST_RESOURCE_ID is used for manifest resources in DLLs. + names = [CREATEPROCESS_MANIFEST_RESOURCE_ID] + + # Ensure LANG_NEUTRAL is updated, and also update any other present languages. + languages = [LANG_NEUTRAL, "*"] + + winresource.add_or_update_resource(filename, manifest_xml, RT_MANIFEST, names, languages) + + +def read_manifest_from_executable(filename): + """ + Read manifest from the given executable." + """ + from PyInstaller.utils.win32 import winresource + + resources = winresource.get_resources(filename, [RT_MANIFEST]) + + # `resources` is a three-level dictionary: + # - level 1: resource type (RT_MANIFEST) + # - level 2: resource name (CREATEPROCESS_MANIFEST_RESOURCE_ID) + # - level 3: resource language (LANG_NEUTRAL) + + # Level 1 + if RT_MANIFEST not in resources: + raise ValueError(f"No RT_MANIFEST resources found in {filename!r}.") + resources = resources[RT_MANIFEST] + + # Level 2 + if CREATEPROCESS_MANIFEST_RESOURCE_ID not in resources: + raise ValueError(f"No RT_MANIFEST resource named CREATEPROCESS_MANIFEST_RESOURCE_ID found in {filename!r}.") + resources = resources[CREATEPROCESS_MANIFEST_RESOURCE_ID] + + # Level 3 + # We prefer LANG_NEUTRAL, but allow fall back to the first available entry. + if LANG_NEUTRAL in resources: + resources = resources[LANG_NEUTRAL] + else: + resources = next(iter(resources.items())) + + manifest_xml = resources + return manifest_xml diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winresource.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winresource.py new file mode 100755 index 0000000..f21d66c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winresource.py @@ -0,0 +1,189 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Read and write resources from/to Win32 PE files. +""" + +import PyInstaller.log as logging +from PyInstaller.compat import pywintypes, win32api + +logger = logging.getLogger(__name__) + +LOAD_LIBRARY_AS_DATAFILE = 2 +ERROR_BAD_EXE_FORMAT = 193 +ERROR_RESOURCE_DATA_NOT_FOUND = 1812 +ERROR_RESOURCE_TYPE_NOT_FOUND = 1813 +ERROR_RESOURCE_NAME_NOT_FOUND = 1814 +ERROR_RESOURCE_LANG_NOT_FOUND = 1815 + + +def get_resources(filename, types=None, names=None, languages=None): + """ + Retrieve resources from the given PE file. + + filename: path to the PE file. + types: a list of resource types (integers or strings) to search for (None = all). + names: a list of resource names (integers or strings) to search for (None = all). + languages: a list of resource languages (integers) to search for (None = all). + + Returns a dictionary of the form {type: {name: {language: data}}}, which might also be empty if no matching + resources were found. + """ + types = set(types) if types is not None else {"*"} + names = set(names) if names is not None else {"*"} + languages = set(languages) if languages is not None else {"*"} + + output = {} + + # Errors codes for which we swallow exceptions + _IGNORE_EXCEPTIONS = { + ERROR_RESOURCE_DATA_NOT_FOUND, + ERROR_RESOURCE_TYPE_NOT_FOUND, + ERROR_RESOURCE_NAME_NOT_FOUND, + ERROR_RESOURCE_LANG_NOT_FOUND, + } + + # Open file + module_handle = win32api.LoadLibraryEx(filename, 0, LOAD_LIBRARY_AS_DATAFILE) + + # Enumerate available resource types + try: + available_types = win32api.EnumResourceTypes(module_handle) + except pywintypes.error as e: + if e.args[0] not in _IGNORE_EXCEPTIONS: + raise + available_types = [] + + if "*" not in types: + available_types = [res_type for res_type in available_types if res_type in types] + + for res_type in available_types: + # Enumerate available names for the resource type. + try: + available_names = win32api.EnumResourceNames(module_handle, res_type) + except pywintypes.error as e: + if e.args[0] not in _IGNORE_EXCEPTIONS: + raise + continue + + if "*" not in names: + available_names = [res_name for res_name in available_names if res_name in names] + + for res_name in available_names: + # Enumerate available languages for the resource type and name combination. + try: + available_languages = win32api.EnumResourceLanguages(module_handle, res_type, res_name) + except pywintypes.error as e: + if e.args[0] not in _IGNORE_EXCEPTIONS: + raise + continue + + if "*" not in languages: + available_languages = [res_lang for res_lang in available_languages if res_lang in languages] + + for res_lang in available_languages: + # Read data + try: + data = win32api.LoadResource(module_handle, res_type, res_name, res_lang) + except pywintypes.error as e: + if e.args[0] not in _IGNORE_EXCEPTIONS: + raise + continue + + if res_type not in output: + output[res_type] = {} + if res_name not in output[res_type]: + output[res_type][res_name] = {} + output[res_type][res_name][res_lang] = data + + # Close file + win32api.FreeLibrary(module_handle) + + return output + + +def add_or_update_resource(filename, data, res_type, names=None, languages=None): + """ + Update or add a single resource in the PE file with the given binary data. + + filename: path to the PE file. + data: binary data to write to the resource. + res_type: resource type to add/update (integer or string). + names: a list of resource names (integers or strings) to update (None = all). + languages: a list of resource languages (integers) to update (None = all). + """ + if res_type == "*": + raise ValueError("res_type cannot be a wildcard (*)!") + + names = set(names) if names is not None else {"*"} + languages = set(languages) if languages is not None else {"*"} + + # Retrieve existing resources, filtered by the given resource type and given resource names and languages. + resources = get_resources(filename, [res_type], names, languages) + + # Add res_type, name, language combinations that are not already present + resources = resources.get(res_type, {}) # This is now a {name: {language: data}} dictionary + + for res_name in names: + if res_name == "*": + continue + if res_name not in resources: + resources[res_name] = {} + + for res_lang in languages: + if res_lang == "*": + continue + if res_lang not in resources[res_name]: + resources[res_name][res_lang] = None # Just an indicator + + # Add resource to the target file, overwriting the existing resources with same type, name, language combinations. + module_handle = win32api.BeginUpdateResource(filename, 0) + for res_name in resources.keys(): + for res_lang in resources[res_name].keys(): + win32api.UpdateResource(module_handle, res_type, res_name, data, res_lang) + win32api.EndUpdateResource(module_handle, 0) + + +def copy_resources_from_pe_file(filename, src_filename, types=None, names=None, languages=None): + """ + Update or add resources in the given PE file by copying them over from the specified source PE file. + + filename: path to the PE file. + src_filename: path to the source PE file. + types: a list of resource types (integers or strings) to add/update via copy for (None = all). + names: a list of resource names (integers or strings) to add/update via copy (None = all). + languages: a list of resource languages (integers) to add/update via copy (None = all). + """ + types = set(types) if types is not None else {"*"} + names = set(names) if names is not None else {"*"} + languages = set(languages) if languages is not None else {"*"} + + # Retrieve existing resources, filtered by the given resource type and given resource names and languages. + resources = get_resources(src_filename, types, names, languages) + + for res_type, resources_for_type in resources.items(): + if "*" not in types and res_type not in types: + continue + for res_name, resources_for_type_name in resources_for_type.items(): + if "*" not in names and res_name not in names: + continue + for res_lang, data in resources_for_type_name.items(): + if "*" not in languages and res_lang not in languages: + continue + add_or_update_resource(filename, data, res_type, [res_name], [res_lang]) + + +def remove_all_resources(filename): + """ + Remove all resources from the given PE file: + """ + module_handle = win32api.BeginUpdateResource(filename, True) # bDeleteExistingResources=True + win32api.EndUpdateResource(module_handle, False) diff --git a/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winutils.py b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winutils.py new file mode 100755 index 0000000..d8716c3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/PyInstaller/utils/win32/winutils.py @@ -0,0 +1,257 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Utilities for Windows platform. +""" + +from PyInstaller import compat + + +def get_windows_dir(): + """ + Return the Windows directory, e.g., C:\\Windows. + """ + windir = compat.win32api.GetWindowsDirectory() + if not windir: + raise SystemExit("Error: Cannot determine Windows directory!") + return windir + + +def get_system_path(): + """ + Return the required Windows system paths. + """ + sys_dir = compat.win32api.GetSystemDirectory() + # Ensure C:\Windows\system32 and C:\Windows directories are always present in PATH variable. + # C:\Windows\system32 is valid even for 64-bit Windows. Access do DLLs are transparently redirected to + # C:\Windows\syswow64 for 64bit applactions. + # See http://msdn.microsoft.com/en-us/library/aa384187(v=vs.85).aspx + return [sys_dir, get_windows_dir()] + + +def get_pe_file_machine_type(filename): + """ + Return the machine type code from the header of the given PE file. + """ + import pefile + + with pefile.PE(filename, fast_load=True) as pe: + return pe.FILE_HEADER.Machine + + +def set_exe_build_timestamp(exe_path, timestamp): + """ + Modifies the executable's build timestamp by updating values in the corresponding PE headers. + """ + import pefile + + with pefile.PE(exe_path, fast_load=True) as pe: + # Manually perform a full load. We need it to load all headers, but specifying it in the constructor triggers + # byte statistics gathering that takes forever with large files. So we try to go around that... + pe.full_load() + + # Set build timestamp. + # See: https://0xc0decafe.com/malware-analyst-guide-to-pe-timestamps + timestamp = int(timestamp) + # Set timestamp field in FILE_HEADER + pe.FILE_HEADER.TimeDateStamp = timestamp + # MSVC-compiled executables contain (at least?) one DIRECTORY_ENTRY_DEBUG entry that also contains timestamp + # with same value as set in FILE_HEADER. So modify that as well, as long as it is set. + debug_entries = getattr(pe, 'DIRECTORY_ENTRY_DEBUG', []) + for debug_entry in debug_entries: + if debug_entry.struct.TimeDateStamp: + debug_entry.struct.TimeDateStamp = timestamp + + # Generate updated EXE data + data = pe.write() + + # Rewrite the exe + with open(exe_path, 'wb') as fp: + fp.write(data) + + +def update_exe_pe_checksum(exe_path): + """ + Compute the executable's PE checksum, and write it to PE headers. + + This optional checksum is supposed to protect the executable against corruption but some anti-viral software have + taken to flagging anything without it set correctly as malware. See issue #5579. + """ + import pefile + + # Compute checksum using our equivalent of the MapFileAndCheckSumW - for large files, it is significantly faster + # than pure-pyton pefile.PE.generate_checksum(). However, it requires the file to be on disk (i.e., cannot operate + # on a memory buffer). + try: + checksum = compute_exe_pe_checksum(exe_path) + except Exception as e: + raise RuntimeError("Failed to compute PE checksum!") from e + + # Update the checksum + with pefile.PE(exe_path, fast_load=True) as pe: + pe.OPTIONAL_HEADER.CheckSum = checksum + + # Generate updated EXE data + data = pe.write() + + # Rewrite the exe + with open(exe_path, 'wb') as fp: + fp.write(data) + + +def compute_exe_pe_checksum(exe_path): + """ + This is a replacement for the MapFileAndCheckSumW function. As noted in MSDN documentation, the Microsoft's + implementation of MapFileAndCheckSumW internally calls its ASCII variant (MapFileAndCheckSumA), and therefore + cannot handle paths that contain characters that are not representable in the current code page. + See: https://docs.microsoft.com/en-us/windows/win32/api/imagehlp/nf-imagehlp-mapfileandchecksumw + + This function is based on Wine's implementation of MapFileAndCheckSumW, and due to being based entirely on + the pure widechar-API functions, it is not limited by the current code page. + """ + # ctypes bindings for relevant win32 API functions + import ctypes + from ctypes import windll, wintypes + + INVALID_HANDLE = wintypes.HANDLE(-1).value + + GetLastError = ctypes.windll.kernel32.GetLastError + GetLastError.argtypes = () + GetLastError.restype = wintypes.DWORD + + CloseHandle = windll.kernel32.CloseHandle + CloseHandle.argtypes = ( + wintypes.HANDLE, # hObject + ) + CloseHandle.restype = wintypes.BOOL + + CreateFileW = windll.kernel32.CreateFileW + CreateFileW.argtypes = ( + wintypes.LPCWSTR, # lpFileName + wintypes.DWORD, # dwDesiredAccess + wintypes.DWORD, # dwShareMode + wintypes.LPVOID, # lpSecurityAttributes + wintypes.DWORD, # dwCreationDisposition + wintypes.DWORD, # dwFlagsAndAttributes + wintypes.HANDLE, # hTemplateFile + ) + CreateFileW.restype = wintypes.HANDLE + + CreateFileMappingW = windll.kernel32.CreateFileMappingW + CreateFileMappingW.argtypes = ( + wintypes.HANDLE, # hFile + wintypes.LPVOID, # lpSecurityAttributes + wintypes.DWORD, # flProtect + wintypes.DWORD, # dwMaximumSizeHigh + wintypes.DWORD, # dwMaximumSizeLow + wintypes.LPCWSTR, # lpName + ) + CreateFileMappingW.restype = wintypes.HANDLE + + MapViewOfFile = windll.kernel32.MapViewOfFile + MapViewOfFile.argtypes = ( + wintypes.HANDLE, # hFileMappingObject + wintypes.DWORD, # dwDesiredAccess + wintypes.DWORD, # dwFileOffsetHigh + wintypes.DWORD, # dwFileOffsetLow + wintypes.DWORD, # dwNumberOfBytesToMap + ) + MapViewOfFile.restype = wintypes.LPVOID + + UnmapViewOfFile = windll.kernel32.UnmapViewOfFile + UnmapViewOfFile.argtypes = ( + wintypes.LPCVOID, # lpBaseAddress + ) + UnmapViewOfFile.restype = wintypes.BOOL + + GetFileSizeEx = windll.kernel32.GetFileSizeEx + GetFileSizeEx.argtypes = ( + wintypes.HANDLE, # hFile + wintypes.PLARGE_INTEGER, # lpFileSize + ) + + CheckSumMappedFile = windll.imagehlp.CheckSumMappedFile + CheckSumMappedFile.argtypes = ( + wintypes.LPVOID, # BaseAddress + wintypes.DWORD, # FileLength + wintypes.PDWORD, # HeaderSum + wintypes.PDWORD, # CheckSum + ) + CheckSumMappedFile.restype = wintypes.LPVOID + + # Open file + hFile = CreateFileW( + ctypes.c_wchar_p(exe_path), + 0x80000000, # dwDesiredAccess = GENERIC_READ + 0x00000001 | 0x00000002, # dwShareMode = FILE_SHARE_READ | FILE_SHARE_WRITE, + None, # lpSecurityAttributes = NULL + 3, # dwCreationDisposition = OPEN_EXISTING + 0x80, # dwFlagsAndAttributes = FILE_ATTRIBUTE_NORMAL + None # hTemplateFile = NULL + ) + if hFile == INVALID_HANDLE: + err = GetLastError() + raise RuntimeError(f"Failed to open file {exe_path}! Error code: {err}") + + # Query file size + fileLength = wintypes.LARGE_INTEGER(0) + if GetFileSizeEx(hFile, fileLength) == 0: + err = GetLastError() + CloseHandle(hFile) + raise RuntimeError(f"Failed to query file size file! Error code: {err}") + fileLength = fileLength.value + if fileLength > (2**32 - 1): + raise RuntimeError("Executable size exceeds maximum allowed executable size on Windows (4 GiB)!") + + # Map the file + hMapping = CreateFileMappingW( + hFile, + None, # lpFileMappingAttributes = NULL + 0x02, # flProtect = PAGE_READONLY + 0, # dwMaximumSizeHigh = 0 + 0, # dwMaximumSizeLow = 0 + None # lpName = NULL + ) + if not hMapping: + err = GetLastError() + CloseHandle(hFile) + raise RuntimeError(f"Failed to map file! Error code: {err}") + + # Create map view + baseAddress = MapViewOfFile( + hMapping, + 4, # dwDesiredAccess = FILE_MAP_READ + 0, # dwFileOffsetHigh = 0 + 0, # dwFileOffsetLow = 0 + 0 # dwNumberOfBytesToMap = 0 + ) + if baseAddress == 0: + err = GetLastError() + CloseHandle(hMapping) + CloseHandle(hFile) + raise RuntimeError(f"Failed to create map view! Error code: {err}") + + # Finally, compute the checksum + headerSum = wintypes.DWORD(0) + checkSum = wintypes.DWORD(0) + ret = CheckSumMappedFile(baseAddress, fileLength, ctypes.byref(headerSum), ctypes.byref(checkSum)) + if ret is None: + err = GetLastError() + + # Cleanup + UnmapViewOfFile(baseAddress) + CloseHandle(hMapping) + CloseHandle(hFile) + + if ret is None: + raise RuntimeError(f"CheckSumMappedFile failed! Error code: {err}") + + return checkSum.value diff --git a/venv/lib64/python3.12/site-packages/_distutils_hack/__init__.py b/venv/lib64/python3.12/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..b951c2d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,227 @@ +# don't import any costly modules +import sys +import os + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + import warnings + + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils." + ) + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + import warnings + + warnings.warn("Setuptools is replacing distutils.") + mods = [ + name + for name in sys.modules + if name == "distutils" or name.startswith("distutils.") + ] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'local') + return which == 'local' + + +def ensure_local_distutils(): + import importlib + + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + with shim(): + importlib.import_module('distutils') + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + assert 'setuptools._distutils.log' not in sys.modules + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class _TrivialRe: + def __init__(self, *patterns): + self._patterns = patterns + + def match(self, string): + return all(pat in string for pat in self._patterns) + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + # optimization: only consider top level modules and those + # found in the CPython test suite. + if path is not None and not fullname.startswith('test.'): + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + if self.is_cpython(): + return + + import importlib + import importlib.abc + import importlib.util + + try: + mod = importlib.import_module('setuptools._distutils') + except Exception: + # There are a couple of cases where setuptools._distutils + # may not be present: + # - An older Setuptools without a local distutils is + # taking precedence. Ref #2957. + # - Path manipulation during sitecustomize removes + # setuptools from the path but only after the hook + # has been loaded. Ref #2980. + # In either case, fall back to stdlib behavior. + return + + class DistutilsLoader(importlib.abc.Loader): + def create_module(self, spec): + mod.__name__ = 'distutils' + return mod + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader( + 'distutils', DistutilsLoader(), origin=mod.__file__ + ) + + @staticmethod + def is_cpython(): + """ + Suppress supplying distutils for CPython (build and tests). + Ref #2965 and #3007. + """ + return os.path.isfile('pybuilddir.txt') + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if sys.version_info >= (3, 12) or self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @classmethod + def pip_imported_during_build(cls): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + + return any( + cls.frame_file_is_setup(frame) for frame, line in traceback.walk_stack(None) + ) + + @staticmethod + def frame_file_is_setup(frame): + """ + Return True if the indicated frame suggests a setup.py file. + """ + # some frames may not have __file__ (#2940) + return frame.f_globals.get('__file__', '').endswith('setup.py') + + def spec_for_sensitive_tests(self): + """ + Ensure stdlib distutils when running select tests under CPython. + + python/cpython#91169 + """ + clear_distutils() + self.spec_for_distutils = lambda: None + + sensitive_tests = ( + [ + 'test.test_distutils', + 'test.test_peg_generator', + 'test.test_importlib', + ] + if sys.version_info < (3, 10) + else [ + 'test.test_distutils', + ] + ) + + +for name in DistutilsMetaFinder.sensitive_tests: + setattr( + DistutilsMetaFinder, + f'spec_for_{name}', + DistutilsMetaFinder.spec_for_sensitive_tests, + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + DISTUTILS_FINDER in sys.meta_path or insert_shim() + + +class shim: + def __enter__(self): + insert_shim() + + def __exit__(self, exc, value, tb): + _remove_shim() + + +def insert_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def _remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass + + +if sys.version_info < (3, 12): + # DistutilsMetaFinder can only be disabled in Python < 3.12 (PEP 632) + remove_shim = _remove_shim diff --git a/venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86ec3058477070949062db03fabbf6e4e2cece11 GIT binary patch literal 10040 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e77b19db9821e45ab3bc0a0de1b8bed3b3ffabb GIT binary patch literal 301 zcmX@j%ge<81e{zOQgwjzV-N=hn4yf%20+Gi1}277h7^X?j1bW*m@G^+kX{XCGcr^% zYBJs8k59=gE-5X^%qfn~NKDT51B!9Q$7kjik$&b%3OD!tOOi5kI@EN4} zSGs;ier~FMad~QDiGF%!NkLJ5R%&udv3_ttVsffaW?HIlXhBM1NotXPS!!OHeokhR zenDkPMt+{Lo}rO`ab`)XE>LB5VtQ(^KAQddFw67`Dt~d<o`iS{U^0Ie_XKR;s8Pl0}vFm rZT%sqWSrrns#}EeQTo)5wd**}`kWn}EgH+?%SCJHJ-ydd)vkU40)=ts literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e34d172afd56ec30301d9d7105a671a3cd35286 GIT binary patch literal 1547 zcma)6O>7%Q6n?Y2{#ozZY7$XbC8A5xO1NOV4YawC2t`y?C8#P=WU(METkkmDWY@c$ zStqf@p{jyt4;)cBaz(k6JEvT^*bS1!g18_mvb*B10(s(_`NsZd+&R1 z_J@2v2W;hXk8vgq@EiY=tkn20x`hB9fdv+FKt-tnK<9 z2^{;5;o`uw%)qQqSI&}(*60f?4sNW5+QH#*P6SLhK0k(!H#=rj0|4T*&kQdrX&?#=G!e#cIdFE>4Ji(Bj$Bx7JKt$mIc*ox%DwBkL1!7U;hCCC;d+@g)$%P>> zLAWMzDhWq?Fpl^Kr2Bj@Ctc`@ya%U3k#=ZUoEqm!JFp#EiD)4lBAg!fN=y)uxFNUR zp#gTU?b<;UGgP-Rp|;mz{cLzs&tWn|VK$k9P>HFHW;#SToQd0Gw>Bzclu(|i!c3w| z`6i+GTlR`s1`#JG*|+2Oxk?t8j*~^dV`3;GghpopDZj(=A8C+^z2fUXif=rXt~^Vp zQiX5MJ_EK53y@U?nPNXv{CfFGX5rWD@=y}xrJvOcqb$g;4%48%G*IUI%KSiC=qn4o z#g*RTmBHdlpB+{|I9yymRBrcbpAKrxeyusEwfePI&kGJ~?I%k6r`gvIXD{~Di$f9A yZFD@$!>O151SBuTmdB{4UjB!rDleT--qY`;wK+JLORZfH56)!QH1R;==YIhX;+IGO literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/compat.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/compat.py new file mode 100644 index 0000000..2e18c02 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/compat.py @@ -0,0 +1,42 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import sys + +from PyInstaller.utils.hooks import is_module_satisfies + + +if is_module_satisfies("PyInstaller >= 6.0"): + # PyInstaller >= 6.0 imports importlib_metadata in its compat module + from PyInstaller.compat import importlib_metadata +else: + # Older PyInstaller version - duplicate logic from PyInstaller 6.0 + class ImportlibMetadataError(SystemExit): + def __init__(self): + super().__init__( + "pyinstaller-hooks-contrib requires importlib.metadata from python >= 3.10 stdlib or " + "importlib_metadata from importlib-metadata >= 4.6" + ) + + if sys.version_info >= (3, 10): + import importlib.metadata as importlib_metadata + else: + try: + import importlib_metadata + except ImportError as e: + raise ImportlibMetadataError() from e + + import packaging.version # For importlib_metadata version check + + # Validate the version + if packaging.version.parse(importlib_metadata.version("importlib-metadata")) < packaging.version.parse("4.6"): + raise ImportlibMetadataError() diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__init__.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__init__.py new file mode 100644 index 0000000..def45b5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__init__.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import os + + +def get_hook_dirs(): + hooks_dir = os.path.dirname(__file__) + return [ + # Required because standard hooks are in sub-directory instead of the top-level hooks directory. + os.path.join(hooks_dir, 'stdhooks'), + # pre_* and run-time hooks + hooks_dir, + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..814e9be9b990a26ffb99ef0f9ab8501f24f4f5b4 GIT binary patch literal 580 zcmah`y-yo46o0G&7KU#l^Ee!EO<6h-i8f&zbH!dJ^<`od)|44#OeDfE)=ei_bHGhWDz{M$ zT&IPq-=R5!Kkd%Uy>@4<>(;HeXa{E>A04RGFWsqo*_bx2KHc~WZ|lz6Sk~-@vjp3A waxBDGQNN;$y7 zsg!1VP5q_I6qAPonFEx11+L=Un(<&bf}olDFb;@5Jh)mB1M*b5DFNDw1^W#X%O{jF=Km!y}OznKt2T}XNZ)7dvFX+5YbU( zopk)_zpp>i{7X^fDk;y;^sSY;4)CbkC?zM=tFiw0Qv8(YHgxVsXnaQy4`c*tD}ntd zl@ehYOiAyyqRA?3j1a?~+#XuHhR{pn-P`na2GI&lQgdr+ih!ZFE{bVeVr;zMMl8J( wPB(u9feE9j2yGWU3wD09YY7movw}Dc{rzSBA1?Sg{g?KrIGCSIYt315zy4@PF#rGn literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__pycache__/hook-tensorflow.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/__pycache__/hook-tensorflow.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..61cd1e7d62cea53d7ca8fa41b29abe178a337001 GIT binary patch literal 611 zcmZuuF>ezw6n?&os0kDzMJh-wQU;bAa&E5-9iU<=AfXBgv2;0^*lFBc&X(<_x`?4e ze*^suRTusTOOQaItV}Rf3M`#?cf9~YJnKEb=l8wm&(H6dmz#jnY`&A<8vtL+U?D;6 z%vaDk1p$I&Fd}<|fCx@tFDSyO@vQ_!WY$(L9cgix$<%SLTwh7oBXx&z!|o8G&L5*W z1^+uI$a(GC_8T}TG5?4NM0j4aAyD9o8oQIWm$}onpXsB{_M=V`Z^i4A_E1{xVs2EN zj+3~GCapintCJ|O zo_wzQvir&i?xkg8nU7hfUNckpfzCJMjf6SnWfze{zAqh1O`&q>FWB&rHwE2#%H?r zfv!#OCDR8xpXif|5NI+-9PCEn?9Pkg*@9er=vC(8ic~eGs_z-t>j<_>XfEl)tFPX+ aH!&=S6@=*Hbpoc=9I(O3PYzTN^cV>2GXJ=>U zH^0rys0fCt{z^m&q33}Rjl`H4UIAu+3{*#kWF$3SOE+P@e-w!zAS+6%q%2DX* z=kep-!Nm`&n;V|!IQHt=W{oyBITd7OoCdym>RrVq=hi*FB zi|OH*-IMwfUl3D~rW@8xB#o$%h&)LMZpcR3ZZ6_t+Rev&#PuhU>?O`QU5L)a^qdo~ zx^EJ%As>#jvnQYPMx`(B0#f3a_EC2}jw0gva%|zDQu5~RJr$3KU|w}11bZ#!Sd&V^ z)N&mr01GW@5=}c}=`w1IP>z1mAdOzzPdMCH z0*L!*IA!Y=@s+Lv8KWq?T8z?Ehth>~oi9!ey;%6r!xbRhIA`qtrJP&RS z()secN(Xi;e4FT^(x$>?P8WIxuY3mnNsYG1$}QIbP_fDuv9~HFZB*P4rI*W>Rx4*P zTG3pOM%_j0IL=)Fo?{2?32p(Y;xeLfy+yRq$7!RM5-L}sSj(>GFTC221=X_zlYaxt zKKd&=`#t?LlRKV!>m-qy$`0l9{LFtjlq=l7_4VzO*HCiy#p@{h#&IV1ZT5cl@%(#F zGgkup!u(+EU~O>i;Mz|g92G9@*N*dr!Q#Q<;KIR$9~%$b584l%2hPvt(Z#Ee?i}Sm z-M?|HsP}4L)E?)rKI%TnfAUnh{!B^#p)5U7mVUVLyHXrNK&Uk3r!~!RnwrL@LG~9< zwcBz}P?ML#M1(&*`uf?^Ch$Y><)^A6c= 2.8.0 to avoid accidentally breaking something else. + if is_module_satisfies("tensorflow >= 2.8.0"): + api.add_alias_module('keras.api._v2.keras', 'tensorflow.keras') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py new file mode 100644 index 0000000..4a67a79 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py @@ -0,0 +1,45 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2020, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +PyWin32 package 'win32com' extends it's __path__ attribute with win32comext +directory and thus PyInstaller is not able to find modules in it. For example +module 'win32com.shell' is in reality 'win32comext.shell'. + +>>> win32com.__path__ +['win32com', 'C:\\Python27\\Lib\\site-packages\\win32comext'] + +""" + +import os + +from PyInstaller.utils.hooks import logger, exec_statement +from PyInstaller.compat import is_win, is_cygwin + + +def pre_safe_import_module(api): + if not (is_win or is_cygwin): + return + win32com_file = exec_statement( + """ + try: + from win32com import __file__ + print(__file__) + except Exception: + pass + """).strip() + if not win32com_file: + logger.debug('win32com: module not available') + return # win32com unavailable + win32com_dir = os.path.dirname(win32com_file) + comext_dir = os.path.join(os.path.dirname(win32com_dir), 'win32comext') + logger.debug('win32com: extending __path__ with dir %r' % comext_dir) + # Append the __path__ where PyInstaller will look for 'win32com' modules.' + api.append_package_path(comext_dir) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks.dat b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks.dat new file mode 100644 index 0000000..25fd8ed --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks.dat @@ -0,0 +1,14 @@ +{ + 'enchant': ['pyi_rth_enchant.py'], + 'ffpyplayer': ['pyi_rth_ffpyplayer.py'], + 'osgeo': ['pyi_rth_osgeo.py'], + 'traitlets': ['pyi_rth_traitlets.py'], + 'usb': ['pyi_rth_usb.py'], + 'nltk': ['pyi_rth_nltk.py'], + 'pyproj': ['pyi_rth_pyproj.py'], + 'pygraphviz': ['pyi_rth_pygraphviz.py'], + 'pythoncom': ['pyi_rth_pythoncom.py'], + 'pyqtgraph': ['pyi_rth_pyqtgraph_multiprocess.py'], + 'pywintypes': ['pyi_rth_pywintypes.py'], + 'tensorflow': ['pyi_rth_tensorflow.py'], +} diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__init__.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__init__.py new file mode 100644 index 0000000..464fe83 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__init__.py @@ -0,0 +1,10 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27007ab468d31c670e3f50bbada49c8751bd30e2 GIT binary patch literal 225 zcmZ9HI}XAy5JYW05{i_AP{0ak5hp-2h}tq?Atu4L>?J521$W>KblihuZ~{a}#fFlp z=8a~g-A9@xf|Vq9yhtIQ4gBlf;p8f6(U*&x2rZ^})A^hscL#)cLQSwU<*;j5Vax(AS^d^x!tf5@(^y2k`?UHs;lqQie9WFJ0b1-~a#s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_enchant.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_enchant.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f52d0eed5629879e046c044e742305051f599a3 GIT binary patch literal 574 zcmZutzfaph6uyfMu}t~VPKXr{$^fTAhYk@Eg&=}Lgh(qP7VC%)e8%xvcULS+3}won zP*x^{Sb&9<5s8KVkXpH8r*4t5G4V_i2`PQUd*A!+ec!#i`{7|5LD=>syE72_n>D>K zyP$my;45;GivzUNsdxu7?Dr;m3aEbmMbm|D?gDq9e8-S)^-uUi{T%qe>StZ!BG+NT zY2-iWW)a8)C%7>1FFUTLgD#aZ57Rsg>mCht`leJ}UR$bubT+q2tL1HHrMy+J(wtDK zp%Rr^Q9$*ckd4$kp%o O-_5C(fy`++3T97UWsv^> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_ffpyplayer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_ffpyplayer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95add448b7a077956b673e5c5a19dc9ba252e6c3 GIT binary patch literal 331 zcmX@j%ge<81YBGjQa3O&FgylvV1NnA_-q1XOlL@8NMX!jh+;@($b!khR08P+jufU; zhImGpP$gp}qbBo95ZCV(gC^50mg3Bk)LWdP!LC8^PL9E@D;Yk6B!6}3XXNLm>KB)% zCYI=@XOV_7iB$lKW>6fMEmFeeXCg~ScmSp7T8S5Du z>4Qww1**(WOiwM=k1wdq%quQQ%*jbDiqFW;&n}Kn&d)0;0_p+t^oxKRfucYYGUI{l z__VZw%7UE4%G4sgg34bUHo5sJr8%i~MVvsVf&5ae03<#zGcq!MR$yS{dBDuxZr5mc Xfm!l~sCa`*tKSD^1{SFzcAz2vko;OZ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_nltk.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_nltk.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d611cc662a46ea42d7281631ef4e14e429b6bdc GIT binary patch literal 521 zcmZvYze~eF6vyACv8FApAe1WfAL!5?>Z)P~2k{3&5urMnw}T7BZnwCe+9kYGe!5H@GFzw#P`oh3Zh-6PkX!e{foFG@fA=&6(d| zi*^ZS*TmqsZF4`M4ry_Q8@|yZNA@MDp80Yd32={iJ?z>S*bliyy{+2DCT2D#Rax0F z+Js@<59Mpza9tAU7Ns4gx2VSh*|W%SARDDCC)m1VJ=(VBhjVSaOU)~n>;@}xDI^cu zk=HbZ5Spz4%1t0Mf!s6=Xlan?X9k6S;S-8)P`ownS4X8`X;dDTA6ifDqdPu)U*G$H IdJz5e58M)aMF0Q* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_osgeo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_osgeo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e2db709f464116ed662175e0f608da7e223e240 GIT binary patch literal 1233 zcmb_bO-vI(6rN?5?hmaL0VP@q2a~1;*r*8&N*ZfGQc{1C>ZNJ2S-L~JW$A8aR_ba( zN{oS?YEPx7!U+r>dgSQMgC{MCxL%s*#ak0@oSbbz1ww+scbJ{;+xg!6-kZ!vk4FF` z1fd3BF#vpbz+t!!HhcLF0LnlC3Z;Q~`%A?sNM(rPcx2e)3;;^U7S(3s3}ny;2r{jz zM^9!vN3nxQjSDAPg;tm?y3NPAQ?m7*)Isjh2Yz>o>g*mm6&G=FFoAz^arW*xh20{v zcjCA6NB_Y&{bzbv|GD!yb2!&+ATM-ov9I0f->brn6KGKu72tn5KOWk2PR-hkBAc?! zq!d}R*{C{$WMtW$I4vXif=wmyND?pD{M1A^Douo+gaci6hmLI;TiE6dO*UtBG;a&o zl#z*Zs+qQ3DwbM_4VfS&qmv?>^k6dbI2?=Fyi-VO)pWtI^z2)(=lI%x zEvEH(DB>KHO);gK2GTPyX<{*E$VnJgXW{TugJgh6Tp&_WQ)fiOGShnY*2s;UB34Z} zOis?pDTqbMu+%JZr)dyLXLZ4=&yCOP$})S(-FOQF{Y`621YU$pOJr^c8$x_@Phy&{}_;_vc+-X};mTSY}IX*8AFft{}FjlN6esnS$AT8ggqZur)Ho7T4f{b;>! zdWCOv_Y`x5Tye3mxH?l!RZ>;0qHT`V)cWAvo$m1Nz?CXnVXN+ndo8w+SWnc(wrA@D zlZ8mr1$ugq83@+y*S&Z0kp|tl99#-6hn7Nb0z0&CchH}|w>-Txz4G!ibG1nW<{IiJ Gjs60yX!ZtznBd76F8m)}KroQO1BoYZNN=2+-BOW=FWL9@_ulWl{msXIX={rBZjs0a zEJy(S@Ili!4y^u)hZSG~Q*gi(2mvTSkZV>?NPaLw>!Ak3ou>E}Oo>oDpQ-=pE(>KL zCH?f<#+jm*EIVUmPNoF2WbQ@&)Q`C1Dg+ZapcV?EP!od~s!3I$CRe3gOVD%1t)Cz> zG}{LNmaDQUR@wmI{7^1@h8loe^xs@n%*D>h%FXrGl>f|%pVOtR3ymy^)AnZF46?p=q8MSg>brDswsNkBa?W)v*>O^_W zCDd>ni2Jh`RiLXHp6A#ZgWAYdr#aPuS5mDkga{K!nXs_u7&MD;o+%tsm}in_P>V@9 zWVm}3YQv7-X%@;ujg+84wHcf8wj9h*qD^{62Bz&S?0@c=28CEFLbs?n_O#}e zsfFCT1Gn#J#HO&HGiQw%NHpCm+szHoEre!?o$!zp##q5M$efjeChNaLxXS5r?~Zupe&U4=47+T?bvg3$eXu$I{T^&~`Mr*7`M? z+KY9sj&8-SE~F2-F0Pc8ODomo>e{1E>5u7+TiabjydmDcR9Y-8%`MKYIy>>3-xJBz z!rHU7(ajsvo0l@%33D@M9>jY$!@YI>J&=-F!Q9`ekq>nM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyproj.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyproj.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daaef809b2c30ce236eb2d41745d9a9202a2daca GIT binary patch literal 803 zcmbtSzi-n(6uzq++c6Ca6c9qG)QKuXYe9zyQAMJHN{IqgL@ZGy%Z;zexsGk!9SLSi z76KD=3QRD9x@6>kV1gh4$5M%jEmF2l+%>gQRbt`|?|tvb_q}(rKW8!~5N4V~w59;? zTPBHVCtz|H0x$qBaG?)s(+F!2K~GIaXVKGVI6>~*fl!cEQ;|yY2zbX^r?td;nFP(E z*l~WACCF7=)lD6oY_A!?@_#EzJ@I~NHRB&@3)B8-kBsDHB#R{P(&_FLyV|+{F^pke z|07EexYEG^*DH93I3(sN+H?rwYD7Yh8(WVamhDPuBY%$1g_J8arrd~phwX->#ZAf_ z!e|GxCf6{vrH~pqB2&FkV8gzDue5ciTIFdeXS)t_xQ3o$$|%=S(8eSTK7xt7kX*gm7{dK=T(c#|AJnuW~PQ-_uK9(o63zkJ8Is?WdAH%w8Pm`}$yhfBsGN-S*q< z54VPmPwi25vsW5x;KIV0Zeh4N%HHml4wY2D&@1$dz2fWqHzoID@p^ZoU+$G(Jo~C% M8!JFvB=T$i1>XO;cmMzZ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyqtgraph_multiprocess.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pyqtgraph_multiprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbf08640873b83258c1bafcbd9071bae3a9396cb GIT binary patch literal 1819 zcmcIlL2MgE6rI_%9Xod1q@;3O8+(JJDsG!tO@$hyDhL&epoWSzs!Br2;_Oc1b=JGv z*>Ms_u|U8fL6MRZO(dkWDpHAp)LfB}0EtRSTnvsNEV=W5{_Ka%9f$V1^o415D>gnU`I%d$X3GoeBQK2V_qPkR!}$9jKyf zY1|Sw0+z}%V3r>NGcWXXfv9@QPFFO`E54C_{moZ~hplE&RPu(7 zi747w)iW}}6niHT5p812m!6f7K@?rHTxb?a_N)-gqnHzliY%9I&{!^vGO`u8QqYK! zM`?_8ob*`Uye^AcCXXzhBFiZVWwwI#1Bg{3Zo+8P*|AN#$%X1T{3Mmt^C)G`pbSY( zDuh-!ha_UAhK-DbhLj1^bJdVD1mV;)(xy|YGM+MuB&%y@d(ZTxOogBxYB`meL}p4f zii&2EjH=SZW_5kaq#0=hQ=jT8g{dReQU*n&nA+FwSp3`N8Aa;_(L|(RJj0?&j_n?_ zzZ2#$+A;5ggLdHcFP&ZPU+n*|v{|BLjkT#SuH3t}aqZsN#@JVhuTOt@ z`g?!*s#Hd1rHA|!BYQ5lPuK~)v@p1PG`jj$<>-lp3pN3YU%Ik648es!I|32O5fSBas{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pythoncom.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pythoncom.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c50d3ee4053bfe979227e0086fcfd9289ec1ceae GIT binary patch literal 636 zcmX@j%ge<81YBGjQgv7v7#@Q-Fu($3e0~LFOlL@8NMX!jh=S0JQH-gKSuhna9Y8vZ z9f<>FrZQx4V2Y+Nt!9FVMzP{Bix*Q@D(h-Sh-i^!Dl5=rEN&=cERx19lf{qEL`H^a z)=EZA=9eHvezyb)D$6tTjE&-pD~n4~bB&EOIc_ln*|(VTi*KH+igi+~z|qCgWen4k25h!8-rn#0Q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pywintypes.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_pywintypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..603d791117ba3c061c4e3f1cac5bfb93a0a362c3 GIT binary patch literal 637 zcmX@j%ge<81YBGjQgv7v7#@Q-Fu($3e0~LFOlL@8NMX!jh=S0JQH-gKSuhna9Y8vZ z9f<>FrZQx4V2Y+Nt!9FVMzP{Bix*Q@D(h-Sh-i^!Dl5=rEN&=cERx19lf{qEL`H^a z)=EZA=9eHvezyb)D$6tTjE&-pD~n4~bB&EOIc_ln*|(VTi*KH+igi+~z|qCgWei-c}Z{qgLbVsEmZ-xK{~uZT5>)g%D;7gfo|u zz|Jq*1;YL@DGiUcIxa8hJGUGV%h z9ffi0?$q?$ZPV0o*kk$BEm$2cLWPwWle1JRM?1!%zd{VQMr>{rTpmz=iR3vmOktYL zxC>->K5%SKsIf|ltA^)3Hi8mg^ouug*RC6Ky5aVCh82|DBICB_5o#^^{xY-jevwn5 ziB1L;Lcxj-t|fBo#Ca|#g=eL{)9q6|V*e;}W1gS4JvN^EU+Gmb5*ropvjT^y?DLu0 z%t5NRp{d=8#wi%ORoCyl&s^HiTxrB41!|Y%?;#VN5Ka02b&bj=8LD!;uxs9&x^J1& z52nJH_?0&2lxng{r5Ul&l!Pt`QpDs_7#y6Kph=O0$-msw(}I!Jk;z{b_@rip>Mqx(a6_11SnNae^j%P>^HQ8-6sG5 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_traitlets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__/pyi_rth_traitlets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..117c7b5387b5c8e523fc5a679cbff152760a26a9 GIT binary patch literal 509 zcmYLFyGlbr5Z%pU~Q<-p9G8O}M&&Re}+B^cG}D+C@P-)`7MVGZUN2&P05Nkh`3vhYND z1t(B!q%z+(|X z?nNdrj^4yrJhMR(0W%X2mIcbDIvIj*4ZBT+4>#%_+IOiG7Bm|}JZ7Qlvou5N_`Gv^ z#*DJiM&?KaU>Hv`6&owU5Hueo$;fa&iLFM>a$*{VxJ3uW5p%1BvLRU0NwfTrOJzhq z1j!|&8hl|@67z}Bv5Etu-EH?V%?_4F@>ML)5xCDb{(ZJ6uWaE`neS~~@qyJrv^#^Y zxl+NhC|^d2d=EE2Ueed+A^d-~`J9 zCXb2M@U{X=$E*TxV$Rnvn_xGwk_{}04X+Lp{l8bIiM_SgW+d`0h`5YgZAPwkT9Gs8 z+GkVfB6|i+;n#RBgI7eW1iYICp4as!O?4n@Mk8!;P3#yv`6$II18RX!4Qp0ubW$~ zEZ`|dC@NeK#kuu9+KA0aHLojN4GX;*GYmBORkO*92Q*7UR$>=5s}LbmF=-tKr)|D~ zkc`KMeVPR<`}b+qXmV7?KAg4y7LU_Ok$svCSd+?dsBOC8)L@qfRwP1_o~S$-7d(=z zdWJ>Mh&(9?1!h}FbLRJiV^U1@IyF{FDw-{PqNnfVyMu!oBP$vwMJ7bemWW5x5t&SA z+-O`Lh9J~rLR2*C>6p~r->-2;spQ`u>>)%Z8b20MBC1NfHqA8>lZ3DljAj=viqUW) zqK;|2X^TcAAtpprQRBd-=!pJRhlxNO`Uh#Nc=RzlyZ&i#Or8*f%9I#UgQGDuLF92U zsw%<3L?kNq$411~Qwi#q1TTovg&;T&CX(uyEbR}p?F%X~Rcr<3`N*iK1jC7BOj6WH zJT8*(m@J=H!ckdL3GC5VK>{1W3Lau%(8EybKq9FXh2wI>OmMnoR8;epkx3~U=!nbF zNL=X*yuxaLER?-)rC-jXl?wMl|9tvJrs_UFpL zRjwM9x_>EYdQw`M^FuCc0aU&{y}doV?Qq(4_?ffhdV9uMzf!*a*1_8+9+&T1sj5#m zbY`oLq)U%1msHIazg(+C)esggYhG?>y3w0sL0ebom0aq4*V27}`|*IYhvR=@F-R{S zxDU@f@c>MAP|*ZJq5ll$&Ur{9%v#Yar$So5R!2!?ApV&}e{mj*JJ*eot0v7=uYwT~ zI~6VvUOer9D+kBj+7<{A`e=Kx#^+5Tjh7Rm1fUm_-4tS{d4oFbfQB=4jinSWkA(tl z1m0+*H#*ounl;b#mXivw6PhWZFBhRtomK&yz%VqbC<%c)6Rs|ASo9z@XWv9ZCTjlr zm2a`3@Ugb7+=bfoytFMghKQHO@Cst2tS77&lhCJ4uRCd`+DG#O^C_}FMUEWDV*hWPKh61bR#W}kitw&9+WErTf@^XoG2-|u z9hW+;AIh+`PwIX5+S3Pnv-QVjk3HtL>+8jtY<*9DS?9gyT|AquJ38C@D_8S-o_#u7 z|G@@3eek1feRwPS%iPBp*~*~{X;i)p=c6(E|IOL9u&yh#=Wf`$s?gW=E+1N|D(>3N RF73ip`ii>_vrFw5= 2.12. + + +_pyi_rthook() +del _pyi_rthook diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_traitlets.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_traitlets.py new file mode 100644 index 0000000..8205153 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_traitlets.py @@ -0,0 +1,25 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2020, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +# 'traitlets' uses module 'inspect' from default Python library to inspect +# source code of modules. However, frozen app does not contain source code +# of Python modules. +# +# hook-IPython depends on module 'traitlets'. + +import traitlets.traitlets + + +def _disabled_deprecation_warnings(method, cls, method_name, msg): + pass + + +traitlets.traitlets._deprecated_method = _disabled_deprecation_warnings diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_usb.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_usb.py new file mode 100644 index 0000000..af016a9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_usb.py @@ -0,0 +1,75 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2013-2020, PyInstaller Development Team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: Apache-2.0 +#----------------------------------------------------------------------------- + +import ctypes +import glob +import os +import sys +# Pyusb changed these libusb module names in commit 2082e7. +try: + import usb.backend.libusb10 as libusb10 +except ImportError: + import usb.backend.libusb1 as libusb10 +try: + import usb.backend.libusb01 as libusb01 +except ImportError: + import usb.backend.libusb0 as libusb01 +import usb.backend.openusb as openusb + + +def get_load_func(type, candidates): + + def _load_library(find_library=None): + exec_path = sys._MEIPASS + + library = None + for candidate in candidates: + # Do linker's path lookup work to force load bundled copy. + if os.name == 'posix' and sys.platform == 'darwin': + libs = glob.glob("%s/%s*.dylib*" % (exec_path, candidate)) + elif sys.platform == 'win32' or sys.platform == 'cygwin': + libs = glob.glob("%s\\%s*.dll" % (exec_path, candidate)) + else: + libs = glob.glob("%s/%s*.so*" % (exec_path, candidate)) + for libname in libs: + try: + # NOTE: libusb01 is using CDLL under win32. + # (see usb.backends.libusb01) + if sys.platform == 'win32' and type != 'libusb01': + library = ctypes.WinDLL(libname) + else: + library = ctypes.CDLL(libname) + if library is not None: + break + except OSError: + library = None + if library is not None: + break + else: + raise OSError('USB library could not be found') + + if type == 'libusb10': + if not hasattr(library, 'libusb_init'): + raise OSError('USB library could not be found') + return library + + return _load_library + + +# NOTE: Need to keep in sync with future PyUSB updates. +if sys.platform == 'cygwin': + libusb10._load_library = get_load_func('libusb10', ('cygusb-1.0', )) + libusb01._load_library = get_load_func('libusb01', ('cygusb0', )) + openusb._load_library = get_load_func('openusb', ('openusb', )) +else: + libusb10._load_library = get_load_func('libusb10', ('usb-1.0', 'libusb-1.0', 'usb')) + libusb01._load_library = get_load_func('libusb01', ('usb-0.1', 'usb', 'libusb0', 'libusb')) + openusb._load_library = get_load_func('openusb', ('openusb', )) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__init__.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__init__.py new file mode 100644 index 0000000..a72a9a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__init__.py @@ -0,0 +1,11 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e38c0181adefa32f50f3d3b175796e0cac619398 GIT binary patch literal 226 zcmZ9HK?=e!5JeNKAO#QNLI-s#ok!+~#V`QZSaN6+|c?;$g6B#hGX&N?8wQdtgX;uhi?#WMq%O`)E$ zQVf}DOd;$2WOt9DFc4eiI2!@7R5fC`K)SF_b6Fd0dlrnL;T>=}?lwEdw4%PI4;9kaj60 z4gs1wFLa^kI*l8yd|49Gb~TeiK&F#C)oIe_0Vr zOzea59ffGFfS5JafiS=L=wa^zZPvZf4%WQ05~6 hhsu7=egM}@`*ta%KbwT^e|Q^@NAKSDeMfm_@C$nkYGwcc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Crypto.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Crypto.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf69202f7c84b8121c020743b7e7c43db6fb7d4b GIT binary patch literal 2067 zcmZ`)J!~9B6rR2RJKOPbPUKhuF-n{e2YXL;L`8zLj?p+q40nn%p>%NHhNFI1ICjZ210j`g{sIhtb}7!jd)B{6EG&7q?@Xy4850f z(r%`jF;Ej#vrS~Bzc#A5JfgXC=z~uXs^+QD+TVkJI<`ii&U>>2q8Xb17MS(Z8>@pf z1y~fYhQK4yN_F=4zW;~grM*6#IUTezbZ9LD_=(O+pJ$j315X)viZt6g{2$*IX})#j z`E@G`{70W(?=h?-dK?D2HJw7Yn(+HHg~G&PME8#)ku=aXu-fQG@)~Lz6FIV)gaTdQ z{5oFY0xyPhBJ>rvxJ$9a>Vk;yG`5xU<>_+S4}E6(p|ZJWa?y-!cs2T;6bjD(Fo}tW ziQ{squqC)Z#XKyi?~n#{si$H}WmD|&HV!}wDJ*zWL9M93ipMcpP)C~9OFfMEkeo1IGp8q?;?9^SJ9gX?Gv+Klicgp) zC-FSBxFBG?&peB_W#KPDhOUv`~3s);kusYVHs^)SlaA-}- zR3oa}qZ666fleoz?+|6L4Rwt<=G#>C_m&lN`o;w!?X}^q@5U!hczzJ za4l6kenjpX=EQ+0TdP^TQL9A>E~8Y_;q|Dr820OFHn{5(CE)%*(dgcd0Enfj%O-`s zLZe)rc|^cbibmpD*vkt}8Y~WUv(#3U0!%x~T1>=d+O5GfO2W~KQZ3HBsL=HWq{vu_ zGQ{_(XGPiWy%HrQ^`n7>_#9P);NlzfL@T}faoL7jtt{J=sB)7jU+@-fC|O>D3xdAQ zR_N5SuiIOcp#@jVaQ(sMrptK3oSrF5rs!1nDv{-yANJZu)Z$cY4esdz0ShEvmdff( z^n0qSvmfr}&UE5`Q@jX4>3<;k2wq!B!!WiFmWG zT;?{%4t>7=tFbS}?#|qwy*GRR%)K)Y(hpXDOn&#_#^G}tW0jk4Z60`e2N^@>jn9nD z;z12|_l3I`e;J>BJU+XgTz~I}E8kz)7(e$2SAH(eZzr|qc3Puvr*#;AZw;c{$PP*v h`QKBytu&0gvII$edA4+R8au=Yy@p`QB zgpF4mqM}McLV})v6ID+|y@Uf2{{t7$s_M!WC)7i4dE9d9c$Xzh)sEzEzQ=EV-($uv z1_u=+mZEIJlO#fKVxzY@5n=3J#Rxq>HZqWnZOO$3?(C8wi9O*a>aro@I3~Nvddf&) zR7FO*itOYs*vLTUYjoo_LPi#FZL~+ezt_h0^`0gnNI~{DkvCqw-N=C~xV{%$g90Jd zTvD{r*+*AeWLjx zcc`aPR_)kAl;53LQGUF z@3{E62^@_SuPqhl7H8+@%*Ex47iX^(7lrq56}Z_g$gB_-Op9|yN~;_uQq6<=MQa7( zJHVR5eXeCr-1i)pt-xvK`w$C^a$2VEqrS1Y(;V$bt(II;z5-!WHa|NS>|t#W>l67X zZJIVMn`R`@Ad;&tEkz>>;j9;M%XNWiWm@+w&Jv=*Xskc5DhdlUM~psT@#BdyCE{6( zKoI3STG(sZv+BY*@OA*P70H6riPAP<9Wz-sg&HMbjYo2g5-(ETq6JfgD^beweemok z&A@l9GCV=M@yPc!bVppa9yGw>dX;dW(HfL_pfCCYb(K_La@n^n4otrZ-c8*lC2{HT zBbe4sPU!*RFe#8LRuux>^h46?+w3%EmZ=xtl*l65)B|pJl~_*p4c8C%GH1FKpJPWv zVe#JJ-&mIcm}Uu zY3GLSUAlAW-u#{USL3HPS6bs=wQ_~^Vte@G9h6AU;EhE4(1-Vz9$f$F`a|}(@u>0m z)}vd$7B|0mUU+(@_0df0(1i`9eelQ*!dZd7(9Vsicl zMzGsXtn7rt<|>mruW*XtJ?6c6!@PF8F>)2hFQ5X1K0R4f_y;Ci4m=`;7#66)J&aL+ z0JGp3&lSC(36rHSPZHd&6iNsvY|f~qd7ld~?eej$#1$BOF_IGWSrWEu=go;UmO8D@ zMwSbcl}Zhb_OWfpo6QrN_@&baQmP7wxdUp+fZJNDTbE$SWlak><$Xx6Yv%w>#vsQ; z@EcM$wp4OI+ub9ETS%R9NC#j@UN?LZoX;ZjLP@KgXU2%JYz}-+|6iWf%``f!6dMUR h(*Ae;2WHi^?+|1Bvx)G*N3{O7vHc$H+;?>3CcoMUYqtOZ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-IPython.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-IPython.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94d066dfd5bdc5f036674472782cc61010811718 GIT binary patch literal 655 zcmYjOzi-n(6uxu(Be94IX$4Y2Y#lNrrcf$XLQD*egiugnz)NI&ugNvG&$_#`b;VEy z2L1w=*-#ny6WCdZs02ER0Wq-^Iv{o8*=eM{;eGFWem}l<{@iT(1kLw9!jePCuae9S zd1a?B5Z(|*7)?k@Lz-HlMN4iawbTx6N`{2h-qFwjsw}YN6>xT%=iL{8*++CnDX|FH z%$f7h1Fy=s%==J3vSw8WI3x6mM%({gCfb&9xf<;8%rp>LBr$AL(~3osK&&yNqro;$ zK(!rH8|ty~(@5uu&25-9{~4CC808b6_>XJL%)!TvM8ah}xj)tHD6wl{+2bGpVEHW*zr(%K9Y!;NhGk=M^ zIIG`F1)C&rUtUF3A#zVuKpnFe=m{62lQ~^k4tR-^|SBx;x~JFYA?Ut mIJQ@Q))BwfR}P&MpHO$&xc=qFtxs#mjm;_9eCfy~oc14hYr+ix literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a90bebac1570fbabb69d0567ce544481a6844dd GIT binary patch literal 1832 zcmah~&2JM&6rZ(s{jqU25E4VH3Px?!#6WgKB5|P~s#FS*_)=*r)d;ONyW{mH>z(b) zIEgJsG7_plLIO^-Ri$#I;*$TPml&%eEJ#J_skZ=?Dsk!?e~>g6M)J;^-+OQ7&70qQ z{(W>*M=*4KgM6Pu=r6e#j`Toy^#cg^kcZ01Q@m8D)KcYCEnQA4a-9yN#L3%DBQ$~jNFj>>tGVyc(%m9ie?NgCvAPfmL|ITJmFNdDpAu;wU2fTdU-P|eFf zRQihYNJDL?CB6BNewNZ@T%inKYFvy-bmknMH`nkAVLYG_#}!6vfXte+izjhCHt{7! zRsve*J0?|Ug;$a%$c-glZ;k3?N!trV~aH}}rIA(M)BsE6_ zE*2D5oyZFbb}3`T6=6fKM;>7~ZUhk*P8bq)3eWA1t1h<(M^=w;C5Q-K4MdgJ1+Kz< z_;JiB7F9ThMnvbJ2)$?ulyxRd{co9sQYy&=++Gc$BoDLaFc1M8cPSj_3P6NoSAvl6 z#2{btDF9MyQ2`DPLDaYUsA44yB!WDZ3*N zr4|t6;lOJ>CGtaj3COi~v{GKW3E-Ra(mq;OTj?**)hh_CYi~JyWbb|my~P8lwRg0% z;pxNKQ{Mrj^-L?{Y0J|HG3D0Tmbx^y*ApQRY<9=5pj%f})KV{_QnvZ6j$wR7M4d%A z47k9wf*r=32Ch-B4sX<>@PNR5$n5zL(>L){Ut#ta6S%KG1*{Ar zF+H%h?bs1j+rBb;wUlJ~zD>yb>sFQ4h{aclBP>4hND$?$in(fj^F!1TEEH1phAipz%w8V{Ma&VWO8^~8< zk{$BLe}+#RZR=?NsrJIN;)nOY>lUr{#b?Ds_x!v5z3^^$|Fey=-Qp*J753d;xVdnL zKFD^8R<|(QKD}k^YoB>OI{p%Ansq~YX6(D|-}E0FhdajMU)Zm!KdnAKVs(yK8%p=c zT-TW2_`GABypeuBV%$0UXym=E!o*f??6z^!*gQD(;DgS=nLl#o_6Y2?ZJ@$|_Jvmv z9coSvuM;`~I%ds;jxj&iEbfK-y`*_yFYbqHNv02$3Q5+sJ?h$aGJdJCFzj-sOKU(F zCL0QqT_QQSTU!@F$jx4YnI=sn&6xbtVX_>1=}bnef#;E^Pi>xPvXSxM5PMfz9D>j5 z+{b;we9GR3rEFGQwzTcEq9`v8X^Q%1(IA)3EFX F@gIwM^o#%i literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL_accelerate.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-OpenGL_accelerate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3645538620d762b4a2310d6b38de0e4c385c9b90 GIT binary patch literal 596 zcmZWmv2GhN481$sNO6FHbZe$^>5#z|nyy9HqCn6VXuD)N$P(>Sq7wy)XXCu}3p(Z- zy5&Fe14Y*UfP-wAs*CNSg$altK|b<5>UKOXvt(s?gZUuKe)q}Vie2zCSxunLA59T*3yS z8lp$k(0Yi}Ak15**pQ1b57fYR$!=l~PaR|}t&Cfgwb2@#X*>mvAOnIUhJcamGL4*d z@VWcoB1@YH!VHycBko52!@EqB6gA%11Y!aw*(@<(d&+w;({g=spm@3p(t8Z+mxrY} zg+_8MoleU?o)&jURi#N))!q0%-aoU4{?v~@M4j}DxI)QdVb}+{M8#2j@lxTrnd9V} z*XhhbEYU56H8bI#D88A#J`>R}PEzNUTwoNH@629!RTEvss{fpjFi)9?thYh$Cx`5P t_xSAX_8;Gcqr@*yFP|6-I6H^K~qJ$WZ_Q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-PyTaskbar.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-PyTaskbar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4be466d264e0245f4aaf4a2f1671c3b59fa5636 GIT binary patch literal 347 zcmX|7u};G<5VaF3g^Df+3B<&PG9(r-Fo4*R5UK<$T_QKRHYQGN*=~_XCO!dv0kQBO zjBMEu6B|;+(h0kz+;DnN_uf7G-g><*a@Fm=!bX75rzfil|G;d|fk#xJ0&`U30mdjm zfQ#S-FBOBphVj~$Coyg}bHO>}CM&3+*@$t_?Rwu{Q(Xddl}~It-lw0@%_}1ZryTCt|ZOjf{h@#k`&+|Bp_kokyp&C?*`vl)sq& cx!!W^JH#0O>>zyn5$!&myhr=@9TmC3FEjdPzW@LL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Xlib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-Xlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c86e1345fdff18a1cbcf1ef8e1b1586600770674 GIT binary patch literal 345 zcmXv~u}Z{15Zz6#I1U0q1i?z|A|#6n+K9a%B8VW@gj{yKte0e$oy|!~{RvxJvGG4F z?b3;rop9J(H?dM1Hq**`C#CGON%@V?>EbA>|CU zGwXsva1OPol+*@a$ij_WKC(hq!0;Y2!=}P0E${4nWLGN7;auE8e64t9K(jg2b7rlW zYE2>Q!({(}p)e3z5vQ)KVy+FFMPIFlsZF^RXq2WDnId*#|s$C9G`cqD|`R#4DcW8@(sZe3xY*l8WLJzoZa98UB@ct96dN3oTlCCq_BlS?&#k(brSC zEIXq$I@1RqnLfli7dEfZ`5u9uQ8BcJL-dc>Fu_ew4PKcCtZsu=j1d;-7GTXigpoV% z&S$4*K!&kO$+>Egpbn#P#L8NXb?5z@>c%^csk0>@)_+6xs_u!N>@19%$wlw=VDT~@ aq@(gPbeL?lE2UhWh@<1T$x9jc)9M#ttxpL6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-_mysql.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-_mysql.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3e2190f8441d2cd451982fd1b86ff1c228c00de GIT binary patch literal 374 zcmXv~yH3L}6tzaJJx*(P=R)}vCQ^$5~w-7cY{()~`<3CuK zyYd4?-8$hAxWmyox(}UmKhiWop_1esjw6J=TJc}_kF0kCc|{zJ5yvGS<0cyPo<_-) z)>AUkmaw{UGkHQR%;v%ZCt^Y>QC46x2@8Oxx*OO1!K#!5}bqT=G_}wx8^o4w9++D_W-%4rSQh;dnml4HzqIO zT1+6jH9YrV=>pV(N^wU!ALql8=mgTckkZ$wb=}Ss~~t`eGh=oYM7V*560ULJOT>3fI{k} zF!Q<|1Rh`>^`GI4)%A;7d+F{ZAaTr$;k}e$nOl|H&S5LDRvjXg45FJbmcnw8=UF6} zMT_jHq)$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adbutils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adbutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02422cb670dcae8248be814c61452881024195e9 GIT binary patch literal 397 zcmXv}u};G<5Ve!0grY7iNWcdWq{adU5JHSdNEJdtEL|cezP4`NII^9hu(9w9@ChIo z_=N7POj()OKov_ToR*&C(|f1)?)l!E%?7g7XuLu0AoN+0WqJQ#x?{luVu)dZM!179 zau8tVFqhSO_||}lPNi{`I=m1G=VnnLhCxS4p3wa>6i!}ldLd(nI43D`$TgCEvp>T9%vF}1z!e7 z^T;TXsZrK5XG9ye099`-?+UYG=AVot%LSaOru`PSPjB1y?P837HxWMksiW1c$K$8L PE;kWNRwPpo>TZnnq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adios.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-adios.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d34cf1fcf477e2c1890f9390b7e60672850cdd1d GIT binary patch literal 343 zcmXv~F;2rk5WI6hi7Xi*l!7v4QrIh?Lx`FJ(IA>MC*#}LM{Muu?g(-^#3OhE9sfu} zot6&-rAx)xfh|Te+8xbkS5Xu)KVkTZVZhjTEB=T7k?oNu?@Y2OlRW2B-UO50G7fKu z=A#*zQQ@4v1kjCEiEdm$bwVcZG^A3Ig>X6SNFs_du~=f}6xH@_60G||NXmp*M}?9S zYgK77&VI0M8^3#lf+__2f~kXCIc@04yDi-7G{ajp!}vkV)S-a|)(a@rqYrL7TqI}b zV3otzU(VAUEePGH+PbtX(TKv=w<4q38Sm*7SSRXm7Q?dT;=Yahf@siG4IXWowt5JCa&W66-EIepPpk&XHcYm@JV|J`ohvCJw^_k0&q^TyyO@`CsZ7l+j*_t3y=>1LwA|@TI{R;d~o-T}94BCIy*)@?_2rFjk)qJ+V?L zE7hE&N5>3>g@IE}`2>(hm_KveL_z^qP?f#dvti;Gm#to0<(E&NdN!< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-aliyunsdkcore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-aliyunsdkcore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea20b8e1244de12e991598d041a835b77b1bbba0 GIT binary patch literal 355 zcmY*Vu}Z{15Zz5Y2!Vizpjg=kNfx!R5v>IgL2RxGYj*CkW|LiZ_fAq;`vLk3V&i{U z+NBdKJK?ao%H2D!aEjqQ=Dm5tyd_DDT*dJ#tOp2vda|nU56pHQcti{_EKq}o7^46I zX2ABG05f@C4%1& z)!9n6hxz^iG2BAtlrGVC?yC3Mt4SoSX-fF7= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-altair.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-altair.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c62dc7fadbbd5cc907c828d32b9ea387391f7764 GIT binary patch literal 341 zcmXv~F-rq66i)7}90y%Q5IQ+@x#2FTgAU>@hzQc9%MmZHz1Z9(Bx&VF!T+FtLAv-q z9NlgcCpV$EbTaALH$1+N_kHh6-h00vBUf?!262GUmnYi_|H10efoH@J!va-!j4=uj zU=}QKrx*uKnCyIelHhi)kU~IVb4D%ACtQGOcd4+H>+2+J4{n;v+F0r|I-6TAOjb%c zGup?sJ#R9vXyuo!pGYYyAm#z6B~xydmiKP6A-9SaaK$H(j+AqNCJU$+MDRPJ8e7Wx zBs)4LhFeITaz>|MNUj>b4bC@_c_C}7ooB;{v8)5Wr`?M))vTlQO0v0t3+->^|7`YM Z`w20|zXOC%Kcm6R*+(>d?CHo2{s604WQza* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-amazonproduct.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-amazonproduct.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb716d66afae6d22ec284b2d20b8d09b952bf82c GIT binary patch literal 730 zcmaJ<&1&2*5Vm(y(i#?;TWM)$D`q6=*aw-|)?!{)|RZKqrcR1KS9K)1`592Ay*Gn3NxZ z3J!uiP~p$;AZ!NXVY`SvT04(t*2U8X3v1#`8>LO|SH4LlT5EQEJatwbN{lCJ0S>jN zh*+I61|0}p$F8}H~D{KYK zAAvxYYotjphvV6oT1fb$XOQgIN+3A40JC7F&brOLOW(X@ULzzFITty2#_L8KkD@HW z@q)gN=Upq5g)HV#t(B$hR{wX$&DF#A6@8=SvT4^5Tw>(Qi090lTunzYCR^i(Cfg)Dj&s_j{?{x$;uyEFwqX!(M0pfia;A#^!53{Xtk47=XzqPF6OLh}J~m^KL1H z0M$~nf6#M;dHGFCT?4f<;Es-@Ym7b%n3f(lynr9_6#Bm!!5tVn1vRCW9MZpdUKNd<2%V#z#F10&D@z;=h?Nv&g7*q79<&w^|zivb@*o+c)ue@c?!`xW^P@ c{PZcso&Ooa-|kj6Za(kcu6(`dn&nV_1-ZGIBB(5Uru20Lpu9LR<*(-oYp1G<9({Mj-`*5tg7$RbfDvz+!4h zM@R%UCg`wj=W9ouV@$v@(NH0(Ko(Mi5c`t zEfDL_nTQLqosMnZ9Zk0TMWLxIitQopra^6XH;X^A>*2mPm$D&?GIpqvtW9F7&%Ak* zAG|7YWh$J1^qQv$a)WLoTXQab&u4STix*27O~N@N*Q&-S3*Q?T6Yqne7`_sVk{sXt zoLShDG3i@l(DU(KzQ38ivZOCsd>y7d)$scGh}G3zp67p`?&tTe9%hf9eVctf4EH(y E4>kt7A^-pY literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-appy.pod.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-appy.pod.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12cd3bf8b9a9cc84682a73b6e7155b5208f2928f GIT binary patch literal 350 zcmXv|u}T9$5Z%4Y;TcF{pIo&9UB2k~Mp`%kCy}b~gTkmbPN! ze^}aGCsuYsuu0`y^d8Lc9y9OFymdNlf@rs2p&t_ zDgqI{pr^(lC|lj=tEOFAtz}v%$b2fe=jl)?aJMlxrc8_$7iZnD+US=jh4UQOY%=vy zxn!*M#MuxNs;Kt4XELwz7WZtdb71ZUxMw5jjn&r}?%28E8Jx-?^ezoLz_J+>Gp6Jf zGo>HvVn5m4V@`VL;pT*oz_HYnvN@bCPo|kJyhYDaG3Uh}se7+^Ix*!UKFYP2Dmb>Q g_!h-->)5_SO6kuQp$8xF=Hua$e~)+WBD;d4UlAl{v;Y7A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-apscheduler.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-apscheduler.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0ea00c1dbe1e332b9e58854e32df3751fb84831 GIT binary patch literal 763 zcmYjPJ#W-77P244_GKB5M##YR%|Yl-QbiRD`csv%}kbKj`4<^4-;UGo{uO={EnkH&tj%JJ>A zS>0Y``L^aY+PvoVyp^}Q&iIq_YJDS&7#+q;;vq1=ELAecnc%4ctOTZcN)jHDIL>h_ z2*vC@3x`TbSj5|+?|_E7jHDDR$p-@_!F4tx4mc8G2k#Qyg@IxelL6r=C_Fu~=RS9P zuJfl<-ZhK4P{c6{RRF_&B1%X`1uu{1 zvb>z7Rcl|XFY&UwT+B=j-s~DhOKKw$_=puVQ}u7VjiM0*RD?lLEUf3Rull${#bacXY1b(8Zn?iG+Eu%ZTy@TxC*hYm?w@WF%y7 z_!e7wm+1yfdLx#OyqNdBELV|8d+w8`9&p8$bmk5jFz|vYXThbGAQXCMy5^F3plAik zxHM(V&GL)pO7-nlWk)M3e=1nh;nXw?9gE#fYS2;y=}iOsufytD~P?xdsmBlItb%l!{W zw{GI(CLAs|ne@CjJid?jeeX-&`(ThDS4pyj-2kC4Pqr2QgVmt}&xj$01*-8FV-z63 zEO^5k#W-lgbm!ZX6nA^26aq?HFluQr;Q~w-QDddPO2h8py1i(OrB0&rx#hy-m6S81 zeOecJk9kEazia(ODp>b%>|rme<}ZCv+vqZ Xh%x>hB0TzxhcBa#_~Vdh$)SsRR4Xd*8gB_q}hv+jbdnmCIk*{Sv@0oy?bY z9!y&p90CPOLWqb*BEvHx(=!Pezz8*{NejnjUhNgA)g{Oq$S=HyVZ4beVMhbjV|=0`y1ty(H;NzmvpD;6Jm>m5Szp#`;`oIy@^q z41=gmgEe8JEEhj{1K|LEtZ$EAc%xVS)Aew)8vX&Y+9W?4_rBdaX>5#~jj;)YOtBO; zYYW-(v*DAu07nlkomoGj?G)PAnFpDr-%e(Bk5kHG9;Jy;@(YMdx}t)Bg7UXp6IU?R zUdcxYW0Mf__c20sf{m+_3M^JXJ@`zIny00^2iCX(OUoaNC)ZYvUQP_+G|AL7sx2}B M<8q6+xJ~nvw)v$_A6@10Q`zT z_ehCz0U!XMfemcv02k`e6?DN(=_yy#MF<3dpe-D6PIPpMW8oT>%Ro=Z96NO^9tkmT z39QZl@Qx#0(KAR{ACBYKtu1w{Qn){g((AeFx3P~Dlqvo14#EC?5g-Yrx79?8Xv^Iy zWCTU(QdjC?RuWBjc}Y~Zl``!3axIh3{*D^v#c;s#9S2#=uuWzfCF~%26{FQP*SD)t zOtt)=X1Iu%5iuOZ)QGPPYBEeqm~+x5WrWk-s(E3%#|TV9d5N`R zP}|NL4tk&Xy-DWS;3oU~UMmu0m8zb_uWB~*AD@Lq^$o5TT1F~V~?NTbY-oyZoF3GvBYDo^9l zFOq1@qE)5G+_X~=!oRm6oZ>qUr_Qq=bLU{;M46~d=L+Z_KU_HJE7a9?4^VH`Ge3tW z4{P7%PlulW0RqhLuGE+ICR^znA9r?l8pCsE>G_t@|3evVDx(MY4&{TpXUcS2;>@-J zpuBgh2?lsw8Hl+?Zt65O-4ZjOR(U&hqA5<)mt*+kL>+I6qfk;pVe^t(o)3it?AAG2qjZ}KFt`|8Bw@F8*`79Nxs#i0 zVui%4QfiFGCwD#X$0suLd*=_VQZ+EV18&(!SZ&m;3qf|Jc>!l)2dk}ofym{|?@6CMg?R*Rbd0erk4fNwa-%1sUHdraHfo?WZ@_vQMySg2|CgWt8S3%VYjyY*G^H*Av8k(95k?# zDr)IP&A_lbS?cy>Y%T2&t3X{|D=nYVO5v%=@XdH4o>-Q(Qrsj9G#Yeyi@HM(EB6Z2 z(cmsSp0@IEfGq$ScjRPX$ss0blQ3a$)ScR-0y76YF;%#d`=(I`y7%Q7+q+GVfk+F?z}T6wI{GS(c$ zAWqS?axfOEJc6F_eUibk$3-Z{wo<}{k^<#QvEpQ{!u5D!LZQULv7_lwB~`4DUbm@E zJE^o)aBQgQcnXl|8cfGvRK?1n_f~i2Q#N~vj1_$ksx5FFcMw9H?>mZoMe|KGzc)C# z7HEbiwr{k;$!0KF3;gsVab&H!BShX^{t}9AUTTGurg*M)_l2?BA8Z(PqhZ#~_2kBr zR=-lavn%(lmRHKF)s^bn?2bIv9ztW|>(g&%-pp*2TcgS^Nf`9)1w(BCLG^5XwlPXq}W0zEYsadGRbCVotdO&PsU5> zsowNYPB$=Sw`dhnp{@ZOt``M&q@X1=VhT0n$ljnJtA!1wI1 z2>o|6Tay6z00K}4ffUH0RF_0mLbj${4EOm7yX^mY?*uSn5nvh#o2fw&^FrdMYMbCF)dI*N`wV88@$+|Xi*%984iMyS6Z4po zHu5=hw`1s|7r23nuVTSK)a|3F?}m8ajR(9%qOxO1vAc;}x)gqceu5GU z|HDQwjn@S$J0XRT%H3Q7PBFYU`-Yh}`&KOGk&1l&6>26zUz*G!GX1l{8sq z!U;mJ?SmtzWa65E=q^PuYY9nxA9(5Tpj5FdNse~g9C&bH;beh>+vb9Gpk`%~)wB3` zrncLX`ND35VN-DB4RLKK$?93+8IAN3<9pHw10doKs3bQ`Mm)R)R|;|-Q5R0xHIy$S z)d8Gzpw%HhyCP968)0kD-q|IBNhm92liq+J&c9uq$y~<`Tav4u2_r&!DbTq*bzw*G zcz!=Me#i@ID}7S2snU;$G5%dg_y`ZpmG{-Hfw}!zSbMadGVARsP*lYLhn=4@~tt!xIE^9@t_MEznO3oMvUMs1s zS)olgW4k1!tbv$0P)iDKm6p$tTSFcc&EbYmAbC`7HfS;fF(VZp6V=#Kiu3gJj2Lbq zampzzz>rKee78F*rJR~9m%?h-(=%c$`%gNbj9p)UOuCQ)xR}UPHQV5#mh7d1OWnN+ hJ2QvQtv!tK?*YOmKLPT?&;8@&_3Q20bGZ&&{SVhOXmJ1l literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bacon.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bacon.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..328b1e5e783ee342ec9af27fc68017cd1f231e98 GIT binary patch literal 1444 zcmbtTO=ufO6rNe_YGp}lOU5BCEybZplXbB+wiQ8XlhmOmEtpVh+JJCb);nWq<&}1s zS<6UR;L<{62sj}J_gH#z$;HPWd+$ZHAUN9w0zH)6-1tJrrNd%Hi?$O6_g#HxHK;*u0RKN)BAc6>XQL(q;A_iY_rE07gtI9HmcQCt}vP@k?49Xs^~))UAmgv3{`A;dJImT)lz94b+1;)&El zi|Ga?i4!Do7NIh`{lBti$dKSBNzkHxl?s5>~Be}*arR> zZOgV)LbmkPWr)ea2~%ZolM!i8RRs4r*@$h(gV_?iB0Z8Gyek7=OI`$xBWoS$(!FDx z(`BZ>@lf)3D2vKNx#B@jN~rex36&Mcr94ddt0i;U;uH|Dh{HlTLd5wAA;;esWv@yN zzD}*cC^>=8yb84gZY%;9U2s`5Y0juCW9p3FCIq@ZqLMKWltCn0!w3Wd%$;UnWWkFa8%@3mli{qHBoW zQ8Z_kj@Y=tIGN6tVA67lG=F(g2 zEpWwe!hZpE7{eGJO(2~79ch1|>(9}RS8)m7!G9-_oO~t4wM(1xhr=jwVYB{S>+9CT zFL%sGW>>wko84C@58jyUjK9~`o@Fj~t`vS&x|v&B%8Se%Z!^v?KXTRX_U i{cxnML{vBS*1DOSf@*+GbTXIDfrnWXA7O7o6aND3se7^j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bcrypt.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-bcrypt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..855305af22af74daeef5c6f96b6a07c2829f0b76 GIT binary patch literal 335 zcmXv~Jx{|h5VcbTRiq$<7#Q2JLdgl(5MpLPEQqCxmD-oYG>t9$C<+@A|AF7Y#{Xbp z?#dr1>edN|mN%T<(|x?B`%IFU1;p_O@`$nTPW*#!$!b54H>TK_DPHn1Z=+G~`6RwJ zW;!U08&pKrUjW$F>dd$jtTPWN2`19DmLOgvLKcMLiG}AR>rMmq*^q*~Y#mAxSIgMAb& zA5P--RwuVgap`1Ue}Fd}-#fl{_etLC^$PM)sk{Lc5&FuDbp$Ih+xOxLF~o3+hPaC{ zDj>kD@QRm?Zh-~ez!lpY-+7~rv#ms?DI_*xPS7DwqLjxbtHs3+m`O>w$$@g0 z?P9il<<5n%)X(T}WO-`BzLW!_bA+rMb3ru+lQoBujZ%nK+qo2x@4yS1<#*?gq%Vg+ z%so&`dfX~4?>vMd*NP@^!Ed2+qZqZI$r!|#cqpQr?MrbS9v%_HEp)tdKzm?Fq#R!} zMGG2#R#@$478Nm;Ek&L?|DP5rH!q(qS>3+GTF6qelnw{AMccImS}09I5(=e@2^_l9ORQQa9g=Kwof`5- zv}4xb4*4sxWC^rO4my-f*#a2?nJT$X=@UHO_w;>F-_u#A(?TvKB7f& zv+0Vjh#`grD)0ao!63jM2O=z@L4*-R`eA?ovyesKWOR)X~m zGtL;-J4vHnd0%ZvW2u|2`(w+6=?|3}86CQZwco2={-2VoqNG;G{v!5fOx?`5q?&^{ zMmMgF?heUN6+p}ss3rT{mRfys-VOOs(j2z<9`rtzP79h$Ku(DBP0Gp+m3-NM{(=~8 zq34(*x(|k=WyS9ergLj)uB6pYGe^W&_P6l4H{ZEmR(H);g<@j?Yr5+^`ENBnm##yM u@$F-TxA8CZ^mq8+qP_ZUdQM*dY`^*P_M-db=-rR*vxD{P7)34Jaf&~TP?)*^ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-blspy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-blspy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36f1dee2a3128b77d3def4af721e6ec29774d2e1 GIT binary patch literal 776 zcmZ`%J8aWH7{2o(ahz6;$^h+vDkKzw61&iamiJ?5C4`U=izQ?n`;uIGe#m!eWJDzp z0}B!jOWLX3yL4n_W`anlGGamuY=ur_;+)hC3n%&h?|B4Zu->juGfBaB%q@E7$5C=kNRcJ-_GYFYR^{=+$g~qVEv^KT0xR z<{xnOR)cqd00Ki0K^I1bYedLJ5Ey_$VjRNSSur$cnHDPr6Z7N3p;3GOs*C^oT&$gl zH0GLU(NZzUKUW(77pGQg^_oA+t9mHE6!0*lf%1s2d~e7?D)V;0lhli-@=Gzl%%m4_ zG6|_CeZ}OEQJFOdd`w4nzy-}(HI`INsmQL(Pol_=i7h9CfLBoN^k9CG#X&eB)YBE} zYG&onma470eY?A9uiNVnduHBwl-`Y{@^yp4o+uVdd&K!z3O!{Ya2d+^=4RQZ`~c20 z0q3us5s#=N_o%O&U8WMjpX&!o=W*f(^Z^^v{*y#!P~l8zJas}gaFSGwc)V%f+;AjQ zw6C3Gf0s%}x5?%$cvW#P;IR@qr(%v&qy}Z|*H2H<^Tt*^v2CGe4$8lkLmf^Lgz(o@ z0H4BR;1)~3x^}QNYpi|4%lj{8_(p-CwfY?|A9Xf9@0{R!g=tv#VX*+r&i>vEUoRGs n)qQCeEr2^moz)Yx_7z)io*mqpwO5Yu%Bwr42;iQ$piBJ*s4Kj3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a221dfee478a6c81ad79049738274f1659777aa GIT binary patch literal 337 zcmXv~F-rq67)|b4I1ajqAaoM98}5P%x`?|VB8W?uBfWg>#pW&{Nh>$%pU}S`F8v>l zZnue3w?c90WOAi%_>xE7`(D29YcPnBLmV$*7$WrR$sUe(*c`j#4Kc*9KouTgi~ID&eOjKh_S)XU8 zXT)#|sZ-AA6b#8#!}q~?7nv8bw%U0*MvP^E}UbX7?<7jUipp8UM#(3N$F WG5*UCzWj-X?-$?E$xB~H?%^K?zGD^u literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-boto3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52ce18141a2347a6c82f571371ad198b853fef52 GIT binary patch literal 517 zcmYjOF-yZh7`;n!wJo-TgB{$gpat8*c5o5FQ4|qGkS-z3o%U>!3wPH_;w1h7H~kCZ z;{R|FI+;zJoNRFroV+9!{f3YC9^d!z-rZBBQUqAdmeR_O&sOe zr_7`BPm{x*&&g10aka-4@3cr1I9lq(rJPf@9T#&bI|<6rK?5bV!)P~<%F(w)Yp9qf zTYb(4Qs}rqq#2V+pAkX>=7(G;nV{5wya%7DvF~f#=RU>qf;tMHF%=4au3bue6gn>5 zXQ#Az9O?}!@Q4N@?6DpWBh}|Yr?t_>k}2BMlLP0BN^FM_o0+jQ8@9^>CG<|luv8=m zX>aCn!sxrWm8ahp^V(DTv c*jk<<1Jx%cfYoUkl$P!`$Hn>;66x>%03QpJ=>Px# literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-botocore.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-botocore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ccf0d09db5d7318b2ff5fc00b7d90ec5714d04a GIT binary patch literal 474 zcmXw0v1%JZ5Z%3#Y@tMrj4endTsVkCw~-YhFo}wEfh0BrH)@X4?MS!L-R-fnk~vjL zlR91U3n7jF!%ZMA!a)k*%AG-^apherH^uPg@n(5%_M*|K6I1p2IrJ-pT-l*4_di&_ zHsBlKgwvQLbVRAej=|2zp~NBJaQ7$OsFlkrQ#x`DOL?_qN0of5vwdwP9a=O)8OIQ6 zp9ebdCn5$k?2bS`k$fJ5kAW6A5rE6)SZWzc1?}OhcF%k6^

    L^_GREKmrlsFi~E zoodlK$={@?1M|A_=32z)MN-aC*(l27BSj+;oI@&-Oe&2<)mp$GWNoe8eqoVJfZ-Vg znoWhyl>BIXBKwd9A-ok6=$>X~0~A|8x?r&wvnjx2iq*e)PL`@VTn&m)-%+_>FV` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-branca.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-branca.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..304e221d073d2b1e7968835e9af6134f5faedc2a GIT binary patch literal 341 zcmXv~F-rq66i)7}90y%Q5IQ-y+;A7vK?iXcL3aNPB9FcFxmO_B*E=oA%%d#=8RgJkGTNT?v6CA3wo1;?ZItxRU1p4MrSk2g~>`O zr$+m@w&zXe4K4k$^)o4D1;ji8wPeDr((=J=Hsnsx0mw49Qi)x54=)GB0FpwexHkF_v|}_q2O)rkZthQAsuvaH;*R{GZLf ZYl{$Lyc!^U_8kpg&%dIhr=E`7;181FWM2RP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cairocffi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cairocffi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bde349b076150de1afbbf959d81b99e991127784 GIT binary patch literal 1526 zcmZ`&O>7%Q6rS;}?X|rYsqMy2l$Z@9LQb&VCKV|qNmbG!Rccd2XiFE6wegOfb=JG9 znN8gF$())>kr1b*CnQcrz4XYHa^zwwMKQwx5aQ5Vnp{x0Fk?GSP+$);@8|p8eDmJy zkI`rturC~bimnC#_=7t~pTBP$deWp+qRT1)>VEU^8HBb$z z!K$Q65cmKJ=;9N`<)0cV12tR*y8j!fMnZsjGKyRUpI>IVD1w!d9`58?dHtl%PYB%$OJU+)A6?y=dZ$xoA8mwS5+*1&z?9;m@g^aTekWgtCUz=+u923mAI2a)Sl z$Hp$n2sBo-O%oN}g08t*p=6kd(6~VgRa;*-QGsZ#K}rS-228tLMwo_*nt|Vbd)WfE+(ht4h!#{+%`usJFZLHK*S#8C|o?(?0*H%h~r7OfEE~;h?i?|w- zp(~5LxWcMn4SScA2~wZ`S4gpJS1H-+jGI-uCvhc8%`i>IT0^F%lr+QS2h?o5Hdc=v zgBIqM^SO6&=j!oSv0TySM_Vqb2OO_H<#?H48Yy;rlv{TVlLmSY_1T1`KJ>2lmExR^ z9AxQT5WxbwD@~qEb27=T+V&d3BFkd_M`8Ax0qW)yJegjz>c_uOMcEJLnoWkm7?hrNN`z;U75p#mF&iy5cu<%z5J z48CTMhvj&O(p*pI0v>0&_!A>Rw(bcK!h;lm@n1mbPjKm1u-pdAze~g0@9ju$HT=It zq77+30Hn!=xF^c+F6<-*8#gV}R-6vSBk8kgaciQ5ezxn;|!b6f~4QYb<3hIS_f%eEHR#e3d2SA8JFUTYp6fV47+cYRJhne^5d+&Si z&G+ea62VC(za=k55&AVy#s~E99DIQhx{nNGU>j*Td?Q)}-iR$UMNPzkPq3rSm=F()5Sc_8%JIm?>EkvsF-DuXlZMLj<|PpknVto5VTyxe6m6bbM1AqiT<*MnnNpW3tvX~;eA>1g zQ}JD;W;uq!+RP`-lI1X8hk}N(6y#PQ3)N|RK{?Ahi~lkyj_WHmcMY&5C9DKQl$K@N z09qw>TdC=m9prDhbakef=W;ddt-R)2HjfPz9&s7Zztg@ls!PiT@rYxDL5vE(oWF3? z9e`Q6?z*dtir}TeZ|BiqI*dyzmZMV(MkE4p#?x?DR&+)jy$MDER4#_)Q$f>}QFlBJ zLJ-15PxtGPW(48s(N@Ax##2XC9@D*mDodI0)pg>mt3XBd+J4=2=F6|lsm$_82_jc@ zlQ6a7!P15sqLpw6m8$Fb6fmKtGT#^q!Ce}!rR=p2rNyRetl8uueF_Ki&`g{U zAkX#1O!w_imp@+K$-etUyfF~K_U9muq~`%2Fns2}vGe}TJ@Hmgy!BVm=52h)3efV` cXWlHL@8nAoJdcXeC0Te>&Mw7-$FV^E8_xiI@Bjb+ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cassandra.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cassandra.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5d39da718e1e32f272adbe8af8c3367ce42c09a GIT binary patch literal 355 zcmX|7F-rq66i#{$_28h0;3`hu&|GM_(#nla{sdRo;^O~s zbh}NQ+=SxN$)u%z!!?RDmd*}Dw2ZIDTB*`0mh6sImvWDY57W?jaLKIQVQG-VqqW}S> z!7E+~Mu82}jc-p<+-+BabEr%~OH&qO#zA*c1zg(8H0*Y-?0KtA=_D$j8OC*93o+Ho zr*)C{=ohr`y_S!p77Y-652Ya!W~35#uCXT9vaH~OjUl^{&H;+dp`8=XZi%#}7VSxX zbWAiekU8bFoPZ{Uv}_$*^pQm+TBDq&XG9yiy7-#)AI_y+#;1*-GY)6UZ^}=scU<`i ZF~)y~2oHZZ(bnGc@FPBWh*a#J{sE-OWWxXe literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-certifi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-certifi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8348768d863e65857986c633abbe16189243e1ee GIT binary patch literal 343 zcmXv~Jxc^J5KVSHTo$eoL9nt>*kU)Rg$QCVhzMeH%@Q}WxAC%@kmOFbwD33RUpQ?1 zAC`98iG|n+hs{+c_c6ur9`oM3WZwJz7`ck$H~0<^`toF5;R?+59C$_yF)UDx2N8h!}1mb;=PPf+4wT`8qgXMCOHTtahFSBgV2N@I75UIaBRCI;$lc3pm&QTK?B& a+qK^iWBhl3@X2Si`*Qjb?LYQ(%tXor^TTq_0K#UgP@Jdg@(8Sp`zr_$NG1~|^TU7QPK%2h7F zo^||koiZh_Sys4_PWPgnU1p_&9!`#vAy^h?g0VR#DZ8@A`@Q|)5NxX*HℜvLx8*mw`#AZuR$ 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-countrycode.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-countrycode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..330d2e362c9ec121b41f0ec1e6340bbc95224962 GIT binary patch literal 351 zcmYjNu}TCn5KVSHSXK@}1mP;%Ep~%i*r>fAB8bg3OHAf&<7GD?$(?Lz=@;lPh>ibY zX}6tN*$IcuRVH^HIK}WDd2ilK-unF%`AXAQ*oqMP3}jvLADHiX@Q66#SfUyaF-8#r z%%c~)QVgRu&NjXR$#A#Ll$5|+$*H5|NJy~VCR5YKnU*OI7g^lxUbbhAb<_(@F?B-P zqEc#NO~~we!D*k-JWO0XkV@4+>>W@?#=>c%ZvA*mt~6zEE=G`FYwrL2jQRX&alnge0w;o1>eXzd>9a z{SQv1+il|HCUg)w`K7JsH+;O8yqEXLTcc4!FtyqXJ0u8wIPyD{C7A93ctj~mu|OH_ z;EZ$#Mg%dOl4rb70V99x77jaJ;k7EC?z%(OVPDFD(H=ahUAwaC?B)qgUCQj9_GQMXxnZ%T zJ#Lkj*N|c8g^Ck)%DXJMRN!Emj#xgTf?rWp*uKnn!|fevxMcw-2XT)X8Yw8UOpoTd zQ6ixpc;<{6n=XLc!N2aIDrWvcCexu{N4gHp+#i`uSYIB-_)QPZ2oxXWRuXP0rVtv^)NUO+YJwXG3+=Mn8A&7W?kqc_ zv=Wr+n3O=8lbut}C6^p~Ec8<7MM4zBl+r`#A-6cb<+_vU@`&D;4c zlSv}5Wbz^TFpkjQA()%~Y;lSegpLqK2Eqzf9mP*jEo7vL+Ie%j`32WG z^8%a#=%oM0HScKTNbD2zji$ zo@J8mlwYxT8ONLIyk0@KSEK0m{Mo77^wQm`&;s(-I<}jjkZjCSx?^a>!_;f>D)WiQxg#^C-E30x*{*(SV}>`@`9^s~YNm;qZJJVJyy{z` zEmg*4wB@jdEL`dBdR$l_D5%=Zg>(=B^>TGF(G}F;)i&HM52BC_VxbHF0T~M=ahYjT zjEP5Gp9O+Ty+J)Ipaf{9gc_!SXSqb?7xkDBl@aodkkJmKp431D+##1rQ^qYH#Ni*& zDX^fY-`CpAB{lvvu|%y!g&(jEjDXh;e9I>Lv`H%0d^idTYBz{?qvp^?&7V&B{p#j> zHBJSoK;@y;BD`k$JvtX{PF0yU^TK%n3uvryfoF@*R~C<4^?OhCbF)Ez6ol_5e3kqc zaE~L3qMWR$O7v7mO70Jo`Uh?Pg|7aIHc#Rx@%j(mSYIE+V7*itmM)C*9}hB*<4DPl z0H3`yUfTQhyJ6iNEtw-^LMn^W*?~S;UOC#jyLEK_?)g#a+)rPPOZ(&H%R`i(q|Q7+ z5v4M?ILWTw#CPZ|daT~p?rHba_tL}l4<3H|GaqeT8n5k*v-^WjCz;otASG70sZ8|z do!qV5@zQa9xc1KP`nx9)h@ZruSMV0-_!o#gTm1k4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-customtkinter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-customtkinter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a587620f7ffdc05b9bd544010e8b27ace3b8d0e7 GIT binary patch literal 355 zcmY*Vu}Z{15Zz5Y2!S*rC>CNHBw5tLMzj`01hKg$#O&N<%_bXm=T1^u`vLk3V&i{U z+NBdKJK?ao%H2D!aEjqQ=Dm5tyhTw+Y=z+~?0AHHI8l$20l#&gWGk&s~esF)a3HCCcQ&=;}aZ(eq1jltYXbvi*I zOkWtES?u&nLGDmYt2W`$}{ThD?qgM0~GPyQXAw%t59t`(n1IMMEN d?gM7Swr`(O`m;so(MPcTbow6b-4AqN2fuewYWDyD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cv2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cv2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90d027d049e2743156f8e0adcb0bad0183af3059 GIT binary patch literal 5525 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cx_Oracle.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cx_Oracle.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5be65a7de16cfbfd16ee40387a841b56982bfcc GIT binary patch literal 268 zcmXw!F-`+95Jhbe3R<)jlyHI+n^8iGI01qJ(a@}nJ=t~QwJm!HY)M5+#~J9j2I2;3 zxj>|JsbUA^7hm&6|4TE!Wm&MKqWH!i&e&guy%O)V&XG^1Si>J#&xZ%gfkLS}VQzpFz^f`XvYejh=tfjLQQfEgHN&OGmEBRXA1tATNe7`xq>YREu dcpV1muKZFwO}0AZoUhK=*~Q1nTN#ehY71waQ854j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cytoolz.itertoolz.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-cytoolz.itertoolz.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e36d3a622477e8dd78e5fb53dc6583cfa6a8a83 GIT binary patch literal 309 zcmXv}y-ve05Vli>B06Ca7GV_UvUQL^y_j64Gy@4?cU zl^3YgtrJeGe$xGXr@K$z{bX6nBGU95Y{J;zKz4|HgVkXypG+~utK^Aw$z;@LWk=4L ze%g{Y*dOm`fx5Di+5mVz;lEj}l>)09?*ic$TMdHi4^g`Y1ipbJQEBqQy+TPS9=t5! zPQO6@=#?Z0Vh(mLjD8lrquSZa>G_2~O_0aUnXCXs;X7@Sq%jbR+PN7PrLz>`&4vji zwQYu+?~F!`u>HVy>w}xdsn)=4*pL2r3>?R_9C6N@2{ zf;YNRjDj{ydf%QTwA(4PQc&1jaLehDNHuAQejqVJw@Zg zy1uvID_Qzgt0z|K3K%{Bw`?M9WAwe-i|nT11zgH8q_>T8fMIi}=S;~v*0i?N^>KE1 z#86sDopQ=2fGlrXxedVtecb~ceK{fc~p*!Ukd zg57muWhVriRPIJoI>qoFGjHC^ymUHk;-lSuhJ%QZk3cpN|AFP92MZ#Ipo)}qNGXX3 zP!T=R-;QBa$Gxr3Kzg*<&b3mIyG(G$v$0fw&7R;`WFxH|I?GL#>(b~7Du-9SxY@m~ zFDi80%WOJxQej$XJw+QfXj)+oK9XgazgnEGqo#pb&?((Gn5YczH`bafGjh$+!$wTOTSs=tk;CCmGI(g-X*oi24V literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_core_components.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_core_components.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f64c0ec8fd5faf1250da0db8fa8cf23e032aa6d4 GIT binary patch literal 370 zcmZutu}T9$5Z%2qa0JqbqQu5FMQ%wfY{Xs=5yU3VvEEK{YxZuJolWFQf5FCY5F7u) zMzFh1tn7qflgi!1bWZVjkC``bnAc9HO?bSS{6-19V+qqT>a+eA2cs7;_u-OqDi!9d`Jd{RPP&vHl#m(MjeO964 z-eJ?3lM2&9>nYk0-n7CBd?JgmdilT#T>`^9;EqkCGgjaF9AsC9=Ws5^(7!g`0hZ07 znlmMDn5kW%tD|%0&eC#4oM i1*bOrG5iB}J$%QM(w{D&#~(@e?O^bp4DVYu@tt2^xNxul literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_html_components.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_html_components.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..604dc06eeca1d205d99cb950364a0fdbd0d6f19c GIT binary patch literal 370 zcmZutu}T9$5Z%2qa0JqbqQu5FMQ%wfY{Xs=5yU3VvEEK{YxZuJolWFQf5FCY5F7u) zMzFh1tn7qflgi!1bWSn6$IN?gnAc9HO?bSS{6-bXZ+qqT>a+eA2cs7;_u-OqDi>z>^%5q&AT|wpWq8B%Nm-ShN zj(deoXHF_i3$3SULwM5)7WhOK!Fu_?3S9!jJK&B@q%&6E`W$3ehUaiD$I!nvUICWP zp_(%#Z?2Tm0}RJalY{tNRGR$N=XToqntTLheCqwGR|yG4Ky4Kn2S8_b}rkq#yaMurkpw< zZCNWdwkD)@z2LRaXdZSh9!RYwKWTx;(DLuSy-h!i(O zx2{&rVYz=mtZ-0x<(Q4Y5~^FV4yMaUTB*hv?^!Zp9bbXai+_igx?Lp46UCd+T;nx285pfzq-)PD(O!ZpGi13;b!6Q bcHg(}7-Rg?L-_0?={@(~lcR@@N&Mg!Fgs_n literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_uploader.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dash_uploader.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9dfb044a0a30fd0e38c58f0b89bb5dcfc491c5d9 GIT binary patch literal 355 zcmY*Vu}Z{15Zz5Y2!RxeAY5e|Bw5tLMzj`01hKg$tl7ECdYkOByE#c|?FZ;Dh>ibY zX_ro{?1aPSDtGU^!YPLLnD^!l^Ohtrauvs~uo)oq>B+jnKQP~Q;1Myzus}5)VT=L< zm<2C*r5FWWm~MP|lHz`=ltMsh3q~z1#$15u6Glx{v`R?IKwqR`zjN80HO5jW)p={V zFnJ~A)M%gD54_hrqq*O?cp#OmftWj>mQ1)+THd+TD&O!+igM7;YhR$|;?IA%*JrI=EOy7Nu;gcAh08#Urdip_L-phOM`(Bc#cH0LAzCU4)4gha9_=o%Fd@UR28c@&$6jDdP z)ag19IDk2{L7UX=I}bDWrrV<1C|ezGyyfpnAy}+cz_YMmxeO>#gQz5_2uMcjC{%I6 zQZhZHM3bP$1yhm#Zkal;nv16-*d}qEteTc*>@G!RD#kNrGmNIx<5?_*l&Ql`vua^X zWsGsPa8&MRN)t0m5e+pLDoUgrsG?y6D%aAgJMd-Yey&g=Q-;(9BO3L&&I@^NFMy77 z60-x|W8q0|I#_{5EE^%g&rn|KL}qKz$|_P^v(QuyNS`T$^OFAy<608OGSh|WsUxH` zojTTr_1om-kGGjhIuvZXm^C9ovs7TrM*~9mIq$&cw+GBc``>u*3T z{0|l?woFJ&Y)BPLC+vnw+;Dzpy}NhsUW1^HY}D&7ka!4vx?&ZzKQKSEV2T)GI7J!m zVT_nJz#an3{AXOTCidxhMXkB^SuzDQqbi_q>Yk>XE51h)PST) zg9N-$Ls~IxR)UkdH~q`$QHd5qT#(Y7@;3v@CN-2cStL3%*()T1rQ; z$c?f+%Zg~jD&TVKpM`4MmAgh literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dclab.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dclab.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf2ce5751f976437b99eb13e175394017d511a5f GIT binary patch literal 339 zcmXv~F-rq66i)6e90y%Q5FA8sy5TOULl@Cm5D~H?HfPk*e9Q%yw#N!VM>k2>?%y_7wXxJmbT+eGn5>j? zYP3&tI_EKOXz6#YpGhezAm$OMB@=FymJe>RA$N)vaLvb%-Ye$-P3BO~iQprm8e7Wx zEITb4bHpBypXlk&eJhsEZYFz)9%5UYSz(tCD}~Ch4z>7KQ?== YEkca(>JZ_9pVLu2GP)*obx8<R3Lv)aqw2)Hw*KQna;+R4y#oNQO);vk;tag`~ zvE}v2Err?;NKS2!z7}76%%unSROrRRlqd^@LJuW3CB78r(iux~+Cm@fo4516`QG>5 z%rAvP4hhTUj^KL@p+Dr$(9(n8>=s7oJ46t{KCEdNzM)zWMYqXx3m zS)?FPNQ!8ON}s{bK!&~pXycV3^~-f*{AE0hAaf`xO0zQ;Y#L-5_;POqMhJRUWJy|j zI}dr9g*4=eURN4;ry%yyF^;j&p>Dh;dH!uAJLJMB#@7(&Gl&ZH1lyT4bpP`<+E&+4 zdzdlpg2?3mmrZmBg+sMp1EV#`Q~08Af2F^+@sO{adn!SzWhE&!fIF>_Z2I81oKtUo zlS7jB!$t#W87Jco1s3{S@G*}gV9Tv2q@3-H5|7n9QuV#{ew1XLmE{Fzb^h++Q#rGp znMF!NYPOr64<@Iv7c@*Bngcd-md%Op99MVNZ@U6QWRd^}+VTQ01GfccST`^EP1ba& zK#2|N(%7uiuw`DBG%uygL;uzGdf7;nkR=nJ#LEHWuI~e_ZgS6O)n*vpV^oferi4o- z{|O-wK|uOQDjp?D^mQ+AsRu04g%C%oOtOpHHHf$u21zP%c~gK~1{Wz~&@FK;&c*#x zbQFM6XWKmHskqE5Fsv8Q+St9$7OSN5-*OuYYS`{%L8`kjt`=S5GGh;w#bboFg^ kzJh)no1a6+mCXFx>hVo1{hYQitsZ}Pbzw^VX-dX_12)-8Bme*a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-distorm3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-distorm3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bccb7c6b6a778ad2f703605794f93ab9b155db0 GIT binary patch literal 372 zcmXw#F;BxV5QXielqj?t5{w;KGBg%+0SU1%At8i>Sh_@Re6*%X9NBJBMi%};S5^c= z{|75mRuAg*?fpchWt7XTNs4K0*2Z5))*Q&@6}`f+i%TLrRH5 zfC@*rFRf=x)fzg*M$rDOZ9vQISS1O>HWEd~QyE8z9GTJ+(paU_K}ACx+7w`{koqEU z%bm;OEHjp4N{2Hm6BAC9ni}omg{3!=8P^ib6Is=S>VZvE3e4OAw`?qJuGKB#47YPxJ^F5wPVdoQp1y4z-g~|aoQa9{uc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dns.rdata.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dns.rdata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dc73456e85463c4a52443321e7934b163765ada GIT binary patch literal 357 zcmXv~u}T9$5Z%2K)W|^)!A`_3MQ(`}HfkRb5yU3VvAG>{Ywm8Bok`^Eto#I9Te0y! zEbY>Xm7Nf5Qn{BiQw;C1Z|1$7_b6&HU#->~^aIAeYO<>EAI$eXcw&kvp0k1vIA;L^ zu7X$IC7{e+r6y%C6e?)7f(p% z7-zBl~6vrj|oH$1hYA=Nr(jiCShO=l3ZCXmECZ(i=Kdq2IW_kT}1>vY-(R=fR^t=b4(8mC#U zKgRU|7^jFLiW8LL0Zy%fg^`6Arq&NUkE%Vp@umQ4()x!u56QrWD2pyMY|tted+u*@ zWzU-Vu}BgY>rjpNQbETFQ-2wabQJD$U{jxpc&vG%f+Wg@<7f!%@jW||Tr;Vr%l9OY zqyiF1r5|KG|L-~F5)|+Wly;kd?VdAxvQvD@l#W244Ccj0LL4dyQ$*5?Zq^xbN?FF! zTu7~Ej!~?>qifUM?Fku)lo55rB29)|=TaO%Aw_ocC}yAeKI?zUA%jUWVcCQve2?UX z9*OK#@Zu#=&{H2G4^6Wq%nRO#32PZ)EHW)2r}l`_bZ(fv-}DjW#jX2(KG}8o2xOVZ zR6DR;*%;%SrwDK13vcDTyHAk6J?61}ML+Nc)j^%ISY61D(^X^9JZB~o6 W{}F%fR4!V2_U&Eit{ywme6u@zsk#0D literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-docx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-docx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..120062f7d09f1e42851769a9db427b84572cd63d GIT binary patch literal 337 zcmXv~F-rq66i)71I1ajqAaoM98}5P%x`?|VB8W?u5HGL2*xV%~Y4t|^6Z#j##sA^x zcAGf43B{$8No(Km_&(nEy)Sw1gF%XXrRf_a5kg;qY%2Z-i(L<%5JwzKRO1oGC_;dF z^orMtQPjp+?>mqTcUz^B5=uuobBvCK1l#qvD(^3{xZAmG&l>BPSD0evgtSGa)YO^~ z*7bwMzMw@|wR|L%s)5)$V2(_L(?;F;y_Q^QR>HX$Lw>Ej0}Po%Gbd8q5Z$^;HHXFi z0kOhC?v+zE0ZXWE#U_}pB5A1_XS`>{h;@7oLeIl{3*9c0lUnhagi{ml6#i?sefx^k3W;)^U+7L_s}0b~R z|A$lQBH6^rP3RzW@~*Y`4Il4)ym#+$Z=P2}dTO;-7+DB?8nT+oADA6z@Q5g)I7Jx_ zaApM-Miv50trxsh1vc3FV*Ovn9zua#*p14Ukud literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dynaconf.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-dynaconf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3876938d8b8764ce366c9338a60de408d1793bf5 GIT binary patch literal 351 zcmZ`#u};J=3{CD3LKPiYL3}`mHsV+j5<6l+EG$)Md~LWiiDF+-Z)4#X*xA_l5B`9a zA3)r86X_kWAf9B$&yKBUzou!zB9i0<&PI&A599}tud&>X&m*guVo&^<^*kG891TVE}t&5Fj|!$H6$ z7%bxs8Gw)Cuq{%}sO;g!B0vB^8>C?Zrlo`g0g{kxN(mV$S3yF_`C|UhA|WQZ&4y#! z*kBscnXV-*8&kK@#7s*$&Xi_2nWSar+ptb^jzQvS2VpxtW15<0hf9`OeiMU_X5Yju1&D;o~w73y{hjBbICyrL1MnzLF6gOSAeI%P1%r4 zU`Uthcm=s2-v!8jPr4=D2q^q^UVckWb& z|2p&#%lu@e7x8h!gJ;};kR z>+xx3*);BT>aD1{vT({m2xqKx)**~~%{~AXUJ8&FuD0q=@V{%?#wSS!KMJnV-CS+R c5W;t0fCFmoS~=9W66r67EB+ANN7}jj2WH_c{r~^~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..698fd32797766a195125305128e16f299d5ad6a1 GIT binary patch literal 382 zcmXv~Jxc>Y5Z%2?AOsJhjUYCn2my18ir9#~AR>rOn&Wai$*tMDJ$5Gv*O_0Te?e^g zA2x!GTqjm`La<5YZem_Byf@6pn|Td_Cb4KXU*NzazpSC~ z>|Voeia3Ew(TC1$VF!R_W5~x$iXJOUOjUjy9v(3x5IVMU7!Sa(s3^tCN3?JdB`Qa4 zdlrfrB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enchant.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enchant.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b26ccc36b4832e0d1623aaa4f37410c5be23527 GIT binary patch literal 2234 zcmb_dPfXiZ7=LyW+i?;?0#OLlhM{6j7)b_|hSpK4{b>;rnku!OI!lvf><4)vu`S#D zNi-xblZrM8&<@a3>8YByblPE@cikmw*u;FDcGxYHLp4tOoWz8xupKsAdGCAQpWpZU zzVFHTITGO!JUsslzY{{}clY2uY+E?l@*%W?R3svmQt1*UQn33-9iwPm&A{CGI-J@o)>XS!t~l1yqsnh^A}F;;{N;#sv0>z?Ms;b*BZKB zt0DJ4)NqEXM$gw!pFJ>-<^OcY_GyN4g2a+k*<2x7#_x3DRjf#sE!((^HQR|RdZ~mJ8$4`T znkOY}IlX7PiYAwdB9+LT+EfEbuA;5H4+@ev9w1u1vY^>_XywHB;O}#95MyV|b zq*V_-b2Ch$*=d}UAQ#Rw)sD{~#wnGnuAO5u2~NL6;0uUnVLx1)>Qp zmvknlVoNc}98PDhzY^eLw^(>#Ikyp+YEPSV9vYBu%TB;5$R@5PJX`bVS*yXeIy+uX zUg(h>&!ikyl2l!hB!|{5Cw`|ghgFH`4$5Hw24u%y)QRSB%`UiSa3^pN;NDSlmix!>?&(+gf?mdX zYX!@8eu3D~WnEn=;VE+nXt~s^O;{T~ilUDD z{FMJBj41vOlzvH5RQd$LavVotVJ}z@jjVIOas9jR*SX>Kz){aoEq-M^`hr3J$T5%N zLIe2*xfA4z2VXLXk8UKsPBvH+h=MWp)-I`cr`KnW*zT=cbvD&tP%yR`-H7h?@7=BS zWe&NKV+QpO0mc=`>g&w_#z_9V#D4O}#P^9GT%=&E!L_3f9{k#O`+(XVti3t@Jaz4P z-|a(g8m#f&o#b|MXJC6^ufHA}eaIa3Bz7jYCw3;cC->;5>=X8B^hxv?Qx_%b$mYbx#OBn-)b7yZtBrxB4tq@BiR1G@3i z25)qu7zS;a?0kEY&~C3#QbJ+#l3SjSgaqtDXz(TpyMx>IszJ-0z+_V^BxaRT6Er@n z>v;#hlBM6YnzKsP!0-vUWn*ErQIBpdvOCQSxE3Qw@3nJ)VKZoEOo|7lTU)8-G&??F zC@iE-IpJeKmg`n*gY$J{UZ}UQ}^6Vx2x!)R^?Q}rSVttzr}smenLv= U?|{(r&uH*+_7NS;dnR&&KL>SU4gdfE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enzyme.parsers.ebml.core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-enzyme.parsers.ebml.core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbe054411af1e1dee06c886c1122cfe911f458f3 GIT binary patch literal 651 zcmY*Vzi-n(6u$G1I57kPLMq)@1H>na7^n~f0wkmgAt4qomg9Sgo!CC(yEJuFp=RnD z7GPuqb?N`X5~&M1iHWIOt8AUPi<5yjy!Srod*6NE{c5*eq{?+qK^h4C)nHT3dRb1@ z@)c3!BZ{e!Vjrt%rbcG^CPoGVlUgUZX8RW4;YxEOQ_o@hf2s|FG=ORo~D7~>rQtri!jd*G5w+twxr9DV%$dX)IG!&t~0P zQd_?ILSmKy;S&gjj#rdy2$A6Ay$S()Ngui&3UvV`*@t|eq)Cqym55pX*n6}?cp{*? zj>}0Bsv9)v&cK@I!mkrd|njf6m_l}H<25P#;liB3>aCSI_`Y9A(k$Y8y}6S6I-@hI#9Oc&dhmi6VpyOSk1<9O0?eW} zyitrJ7w3CFf#kT)YN=e+f~AaF+V6vHDmvj;dE6geyNk|PDg@|qZn-dJBjwEKVAT(T z-n^n^7_@pKjckFK2cVWrxm8-;Lv0PYQM86jeh0;^@*SYb0=fked_t77jqFa#lMyl8 zLgAG&It4>2<@nCHT3c4N?5y@ZYetM^8xV4_UAa_lm7KMb%>|t6@ThRGIq>N>#u)z{ TBRu*_4xjmFGJG89#25YnHELr* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_account.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_account.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f5f444108eba51aca462effa52716250c2622b5 GIT binary patch literal 346 zcmYjNu}Z{15Zz4-gh)C?u(Gg8ku09A*b5?p*jy9VWW21GWS8B^NlHsQJHJ6}{EsW` z(utLwaM)bs?wtotF}%mjn>RD_IF5*oD0+jyBjnSOP56IcabUqSDM?9d($F!b#3MjU z@0G4Q#$N9yTVIYObchS7`n&<;B}YDN16DaN3fZ-Ik@&;jWq;Nhrm7ttE8M7 z?d*oYY0L{*xM9mjR>=mKxd)DHB2a002L&2-rFa47;ug|tWfh>=4B8p1#SK$ERll`6t?5ssXbjJ3d4y`l`4iSTwIE{F3^nugb)&92}9(I-NsxJM}EGdbSevf zf&PVxh5x})R2H%_u@!Yd>csO!$Fua=-+SMazh{4oq5;7e48E!le6v zCXz^6kdh{}43eN^38N$+ipt;%?Sx5)oJqFgb{%;j!xc|@4X$zjx0jDudpk2lp)!}k zVpbZtC=|3&X6hy_l@n4p(caOJcBK@A({QL2oNOqUr@4SUo{4O(D%qtbKDBl5bZa-B z#=9qLs9L68jr;BBb@RLeC-6QSFPttQ&W)La^+VdwLl2>iaxJB*bXgngpzV1Ra89nV zMs7aw+?0yL2PGUo(yq4VJ=zEUrWTocsSnlUZH*nu@?%vU^Fq&f-MHLTkK%`W9JEst zRL;eb0-n~5UO7saUee4|&SKA!ad5Ibc%1wnxo&ROo^(%gV25bSKR!H0xMGyjzng@< uqu)vLr%yJvFSe(bxAspXB;n{{wDW`A|2e#SwsSeW_wm^kBjE$<|NkFrf0*O| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keyfile.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keyfile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..080160e5fd1befba3c1d0f25e195773aa4bb185e GIT binary patch literal 346 zcmYjNu}Z{15Zz4-gh)C?u(Gg8ku09A*b5?p*jy9VWbU$NlU;WAPPVkPv-2Co#{aOi zOD9%#!eMijyLTQq#qb_8Z{EzjrD=j(B*`m80YaaiY$E&vivtIqP>pKLQHRGEqW}S} zgBQH+7zZ}Yw!S>c@Q_wQ+Oh*fYij7Q4W=nuuoK4NA`6GTOMBL9LpcXk%nakYXoP6B z@^(YyHToGX{IKN%X+#G^-vKpb%8XRv7Am93m82D%vkBza(kVcZIrMYF*$t7_G@?H) zjz&Z?1G(#L=@c|6rDYrAa%EXoqBqKER*YyKTVqe6P= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keys.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_keys.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3323bc0729194992c7468b9c182e09fe6d45dd98 GIT binary patch literal 424 zcmXv~Jx{|h5VezlO4SaCp@OMPhZYhS5KPbwAtZ#55KEURB-h3?U$WgIcVpo%z|MqN z_#Z4tu#lCBt*8T1C+wEoaC*;vckk|AtJN}6Q7*s0qk+(uCPkS4V7jlsJql2OBNXE< zj*YH?k%7PnjAy)1u@%K}U>3Y|tF82iG zJqmoh3L>-zAbGuWSZ_OfPJ3J`p3a(9UOSg32^U@z0dt0eM%)S0bikROlvyg}OS(IM zLQ`!!yCY#51K~H|3DTz`W9c>cf|HBP^Wl{Cz`o2>1u!y#WJDr*MKUSEG}(2wcL=8f zY^5A{ec;5+BrV+Cxv%S|iD0T`&IlL50_be3!Ck$JlgU}>V6kh5>1*qY@rFth6Jz|l if$%Z@Sw>dvt=9T5H$N-u53Tn~8crU?1?Z?$Ude+6z_%fbu;*ZWpur=EKm-$z z!Zu8;wgrI&2#l;3I8%ug&8^5@@V1>hx#O08%(rV5Yg7g)i~0!(Bvw>*D3L`iWIPX2 zqHu&29Wg3*Pq;v>gL_?$Og`iC~M_EfiroM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_typing.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_typing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39a917328b6f311de61286e8b283b028a4046b0d GIT binary patch literal 346 zcmXv}u};G<5VaEuZKSS6VnSl-kXV!zu_GabKrCG%lN^ny6I=GR$ZTwkY9)~@7}xJg!oF5H@J)l`3z)J@jqDXd+qHtG%vwCqar0?x!Oq}SRjz_2MaQzpd?(+(@u9A$?C zW(7j(H^+PgmgU-sjd8xR%nQ|^@tPH57RxmVJ@u*cb?QvJW&5~RG)vbZQJwh aJEoNW?h!ip*(ROdv;1fuJhse^AN>KsQDy@G literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-eth_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..320fc91d6d33a4416d9361ad58dad4d1d7e19ea4 GIT binary patch literal 342 zcmX|7Jxc^J5KVSHSQoZa1S_%IVmElUVlRjYVsp(BH{)&GkAx(5lG4i7&fg$5{*No| zwi7Em;jp>NWY2So;l0Vcc{5ogNsL^?@f(BzLZ6;&BK!l(0|%ZFLku^l#S@HCfB>`L z6|Xxcfeq8GFHch3C#8_KXu(iM4ehtVRK?8jMqi|1zjtZRI&EmvfXatzUI|fa<<0t$ zSLheC^rKdfq!KLRmQDeR%%Pi;hTjlrO(nYH{Af%x zH;}o`nodEJLR!8tE(Xh@6rE8{GcckJTLYi7|D|(jSJ6o;*sOt5HoM-OC$8ZPuz?00+D?M1B(voe+TuW2D= zsg+CY2F|Bn(9+FYJ(5CJK=d4#Aro#ICGYKUO>P>N!6hF$L~{d)RhDc5n$V`@n_${U(oEJySx?W1Hu)O3p8PMJ)?nsRm1)zig0o8IQvv77 fUCv!V@7nh5V~l@>2%mfe!{^iY;NW4P0{ig`6Fq8z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-exchangelib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-exchangelib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03bb2ce925d20c5c2baadc6d8f4fed3a1ed4aff2 GIT binary patch literal 269 zcmXv}yG{c!5VS!&bkb2!A^sr6Wd*c|FF-VihUR3>%h}}4w(KQvbd+>-d;?wnA_aet zHa`$4T`JZ=OflM7&5U+`%CZoQqL|@a3bD-MAFQ`nXUmt+qLuezkfWW&KD}v0>SiPt zrLkJ0vwiT9(zjUW$mRo#?-9}qDuUKhi2ey1N^l!ggV**EtGmDz7-5QT3Y~p`Fp%-? zVtjTE$r4uVoTwHP)M2nLk?J~(wefzE>c%^YoY^W!r2mG@6}~n`xfZ!|9EQ!|W$*QK dhgb1{FUvorBc|1^lyY?}_cHGB>KENiQO^JX literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fabric.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fabric.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbf1a2419294469afc6f598d2c28d54ec72ba630 GIT binary patch literal 341 zcmXv~F-ycS6i!-CO5qj}1SbavJG4O^bP#tzL=cx-O0Ic#jh8kd$(?i*{15sU4j2E2 zqgyu-2RGqxxyj_}z2WhFyzhHo^4|LW7`ck$SNIAL`t)R7;XhdHIq-xSVpyOG4=_dn z0?dLJ+$jb@6DAwqo+P;4Dx?rl*ql*I^AQ(d+RYIiYF=C=VY_qPT-3%=r_tHea$&Mk z%8AiFuI+h~nWKeYwtOU|tbmw%pq7leRa)M;&4%14TEHbAL3*p412maIJtKk-iE3;q z>*MV3h!}1mb;=1HgCV(U_&PXWMdpR9t#+OjBgV20_?~tz&Q!CE&ML{K0?xI+mH)HZ acI_v`82=t1eDV?PKA*lv`wu-GxxpW;FJ(vo literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fairscale.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fairscale.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..785612f90fdf59971cc678dd0af6b0c9e8d82975 GIT binary patch literal 273 zcmXv}F-`+95L_oHicY#VMMOmxq01^Dx`-Db8bm{La_%-c6UVk}6Xbk=C-4S3{y~*C zEgy)KE){zOrWnnvcC@o!d7c3y%RcF*1MuCNe~3SE=(Bi-8lE7DQD@V0X>;k){YdNv zD_g&4Dl4lsRZ&?}@`OI%&}NTs*w__ecqJKep`!Elnb!h7I9bu1np5%UY8lDnn#>xt znxRXvvF3U_xx%0#6}-8W3kq1eq)dpCFZr^ub{Y7riJmjR4nwR@qUB;Pl@FEFG-pTqEC3j=?~lOM|tQw0D3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-faker.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-faker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..576bf17677b114a1184d36d52f951023a88ad637 GIT binary patch literal 501 zcmYL_J!>055QcZ}!ww3U2p18!ObSbdv?P%`W8yM#Fowj9n&Wgkk~X@#J$CnGpDKfY zM1Dh%3pauM2R8zz@pU3qx)>D!Ri4ua9@t^tW!{}<=hpKo1fx>9fu9y3e@d|lcU{as zVey@C!f8Ze+M%)4u_&X?U@E+U;2aVWr&1YRxaC;=gUn0B#T6UK z7??hXz_7kBNbn7LHT#kVA$%4+Xr86$0L4a-j94VPEX~b8ChuEs-!Ux=G_i9S^g%Nu z6B`(RiQ$JbF$z6P#kAq8qRh?ppYz4DgVk;hm4{5_y7fM$e>SD`|1P1&bXI*mebc_H k?q7N{=hd{fcjwga%cB0P{oDEQU{m*qKG=kAspsf?1bV`j0{{R3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastai.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastai.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28ec88eee751c8cd7ef3b5f02d627799cfe51e49 GIT binary patch literal 270 zcmX@j%ge<81YBGjQcal{7#@Q-Fu(|9eC7Z$rZc24L@`t{YBE)^6;xJf7gYLbGTsu) z%}*)KNsUj=&&f$mF3HT#iwBCNu4MQO()+7LKO;XkRlm4AHL*lLJ+q{sC_f9RtXMy| zATc@BCo?ToH?$xnu_U!fzbrMcOg|?xNxz`7BqKl1SkKT%zc{lbRTro-J25@ASUL@p literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastparquet.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fastparquet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4ff6ad790e7e0b6c3924a321c2f118ae4dc0898 GIT binary patch literal 880 zcma)3&1(}u6o31bFPoawR&%f-LMQ=~)ry#diWWgFB7#U^iG*!-ve{&lU3aDp5d-b1 z285^=hq@pL;=x;NL9i#^Bn|FG@Gbl1_db5}elznv9*+T9EcS-H zQvkm4U~J(7us1INyZ{3X!3K@5qAk=#O%ynmY^g45vH(Q%)^=PmG?hb&rbS`9==ldz(zmuk96 zaAg(hA1dpVxw`jYg|LT-K#;SoWtxfmqC@?uJFS}y%5>W%UasWSk?KjfyMHWLSYeh; za}~#_QBUU8h+8v@%Q_`~m?OjTe3?)6<*H*f{4h=!CKZeF8pf1ypcp#SDe8^zjR+(h)xkx6Sx=I?WD$-TA#VStYT<+|= zN-ajR2gj#s(QR4dLluXrizTPQJmd@`6~&AI_u1gpxUK!j#kymx*yOTz1f_9#^f|hL zBnZM@3WV5qNPmIzKO-Q=KBqFTv;9>5gFLf#)1^=0*})Xd&h-{vExugbZ1#_4e-6rS1L3&-7U2sV<#K+wi3ZbwaNNQwkvL_`v77G&AGd3QHvcW0QHyRfM) zU5XUf+1iSY|HDQ}6SfOhDFSK=;VR!|4e=F^?|r=Yz3^pK<6z2&yaJ5&#A;6aUh17}E&e5}3G zmPhhhXW_CO?Ks6EOyVRmHnxyLW{Z1$nIzD+ks0?=$;SzpqA?h#TqSW1`lu^XCAD3> zqn@uSEi(J~jtMxZs3$VhnbY8PXQ8`>^=U!{}Xl7>Z SS?jy^;P}NaoLtc@)c6a7Iio!Q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fiona.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fiona.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f12941ca4769f343690fc595c6c996e5828bf093 GIT binary patch literal 549 zcmYjOF>ll`7_}4U+8(`=t_)X!kSZ~h8!o0WR7lVrsX|DI#}zP9PH%TcXa_ z!)9;q=+WLm_#nL786aO}SOv}DlS!`{KP?~UXob7ige$933=^$S(9{oLn1gDNC@CRV zS)q-^swav9a#;m+Nc=!9>+n}^d7?Am_zHyO3uOzVmu?c|&k7O4v6{p5dEp#j_$lP4 zJXJ4wQQAc3_rrsG9F>KsQ=W(gAdiYtb)ljrP893h8s}*kM=RT=#%Vi!QC@96Y+vfg z3|*%BQ}EEiZ=X{7_XeTI^bcbr@AcqfNZ9zxc>mnL^Mj4Pv)!+3_w3d=+rQ|Mt(#|u N-!^Z*3CyBP!TIBc$R_s%PvVt9|4H*aQMqbMXc!tezGkC0DCHsSw)#l8iPq#y+qq@iOcMby)+37u@iEdm=d2SuPu;0r4XC``yd#tVP3x0G-ZEB`__e ztWi71e&A&IL>6w|@`07I0fu+L4VzX*X?Y8|L3X8h4(HVbl51rZpxGSSITO_lQ=KVg zdz>DP7*+-n+gbA|Aj?!&ZH%*(rQNGF+Gde7sp^)&Nh6DyfK%<>=FZ2V aP2WDH^k literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flask_restx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flask_restx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..683622eaf015111aa78d1e3b5d7b1cf244f3fdbe GIT binary patch literal 351 zcmYjNu};G<5VaF3ML}H<0*Q$=Lt_C03$P<0goIeSSSG$UrfwYh+(Jf1z5sp!vG5;^ zY}pVK8&bv63A?2dH=N$ny?4*Pw{ABjzS8s+ctpr&AghZ1z--rpMp4>LI3~& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flex.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fac2ce8716e9090cea3855e324aad478e4e624a0 GIT binary patch literal 332 zcmXv~u};G<5Vez5iXvqLF@ab!G!|t=>_`Y9A(k$Yi7$<*6I-@h@CaYP#y21q{)3S% z8)9NZs#rQmjeG+98mAcEfzfnr#ieSoN9J_`iU{dzXu49 RKa<_3`XkwY80y3q{s8kbVJ-jw literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flirpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-flirpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03c8392cc956ead97ed084d64bb025fe645b50c0 GIT binary patch literal 490 zcmXv~v2GMG5Vd#j;Mgb)4S~wVH7DiPN>YGO6o~@Fp#z~rX|Ayx+qdh)yI$FIiIy%B zUqF-m0;1tRDCxFCRCGkAG*`uYn@lm98NWC0jel)!CMZOb{8Zl}g#Nb8L&W#Rau|v$ zB+(2>EF*)9Xcl1M;aPu^bjS|2l2hQf&DBnElFrP-f<}qW^3dWjepX*8Kfd{Zl7od$# z^KgQ9?fFf=W&7`F*=}8ZrMWE>^%sgm>!ot`G)Q=QRB@rEdalODRbVJb&sBL&!{M~5 zA-CmTy0c5Y1~m@IGoC3=Syk%?VYZfJ!j|9yXWdZ`vMbs=?yRR(y&CKnRxXS>a2vr? j`~UuVNdIGu@y%9@d$$R~FaHc)T)+A~7+&_>lkj>6VhEYK literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fmpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-fmpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec592805f6abf0934cc96666ace5a329b793c23a GIT binary patch literal 640 zcmXw1O^eh(5KZO-XCr&@pzEFr5p=+$QDKEe7KW9<1xFUf5t&Qq?XKChlcZyJXCz1c z6Z#j#i~qx;x7@^&H)Zj%C#z>?>d@)ed9UhKb${R8jRJ}&`iA$qLGa6iZ4h3^#a;S* z3S=-3WGFj%Sajx{Fz5u>k=?K16=~jWdc!{7BN#o`dI<|{U_3c(9sq}2of&Q#a2l*C z>YO`-aa{_hbjfp=XtAs-n3c*|xIdoE>@doltL!0T=gMXESt4}7jz_OfM)9<<4hzeC z?kE~bX~AU(k~X1j42+ohtA!ieh*(eFj!!SZow@B%6{KN^G1e z%HsX|#K*6-M6fzvp&_ExwGjxsl#n5pXf{Q+bTV2gYLGeuy#NslFZVq~zx||!VS7X9 zJV)VD?>Sw2ZhMQOYF-X|?X@(OTBK=v>$Ev3t>Z*BN$pf_lZ@tSjlY(*@3r*UqOudz3tRL$k!X`yAEemi()*w`uv)4a4y7-cH#2 WcQXi|{2c6mKKL=X^Pz8c=1*gl%G?SH4*0W?p8`cBYW-))4Ce}-s%=lSF#*n1eLz>fX^tU_eu literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-freetype.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-freetype.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f64f4387048adaccc674aa9f13331baead3072d GIT binary patch literal 352 zcmXw#u}cFn6vmS~k>j+RC^&UJE*Q-dzXYHtz>lZUvPC57yl1O zw_Baul;YCKq_uB&d>`*ietCKC^-|<3P2XS;A@mu{rs99G=zH;m7-G0VEgoWwA_SO4 zuXvppMlQ~_zJkecw^zxgfy$Q53EJ|iZ1~7@$yfter{Fq^yMuwd6vk4Y)5Xm4#uT-b zQ=A^4(D@#Lo>4KhhC}oZ*f7COPz_$0IaaqpE5-;*bW5=29>Tz# zcjwdD8IWPDQgWeMB&fq+9I>(%W8Hbbpt|vnW9sY(i1pu)y=s-7+hH1p?cqi5^^?WR bI7&z5f9NRLdS6PpJ`u;KZ{wFT9;DSTcuP<< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gcloud.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gcloud.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c13a99a5c5d8078298260b25796d37de0bf07bb GIT binary patch literal 336 zcmXv~u}Z{15Zz5Y34wHqV54n{WbtgpUJwz)=9;i($7H=tcG=yWq!j!BJHJ6}{0~dJ zbYf*E95z?Ed-0|i-eca(o0<0{iIIyqeghOB^ySGW!hf(lbl@2=#IQgOo?+~yfLZX0 zN5w4Y!*uK0lN1k0DOF!IU@4=P4%<~JWXCSjaM-)-&st-t5TNtUa$)jX%DK_rX_$Dq zc|l7*XZ1*G*#I&3KrN}bRa)LbX$`qjw1jhh3)!`D9iYhq+658(hN#}wvOUg^ro?ay znN!Yb1%?!==Nsc91e|LBCV#Hkap@<-82|1g SJpGJzpX!h3;9;U8SNH>QkYb?# literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-geopandas.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-geopandas.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffeb5fef6ccefa305a12a8fb831073f42c0345f3 GIT binary patch literal 373 zcmX|-F-rq66vvahww%Q-4ho$dTyE$Ebr4kC1rb49x*X}{wT(?LAup|*o0A_wKZ2rz z-^11EHgR$jic2SR)%u4#{x7^={z+b2ttRnmHeX;fAmpQJma6@k*_JnVL=Zt08PhJM zBp^UVAj0R`lcy?mgQ6ZcJ}Vp3axK$JLFQ7y9Z&mG0hTKR(1z!NV;NQ32oC*d11CKp z?P(mA8)wCFj*ffOCKD$WCPS@9XhVN$SzkbpWL9O&Z`n|ff#DT!#|F|Ft1o>ZvU9^T zIFWtmTo_M)WmCwfOvxTIg&XR8H`(4{C>?bCc50cdna@+F0r|I-6Q9Ojb%c zG1}L)J#R8|wD4ieM^efPh`9%9iHlHL-nnE$ZWJxxl8+$0Rn7sL%%GkT!G}aOwv_d8 zc6dY#w~#vJgpR?GTs3@MoUbbLLe^G0&x#RaSqJ=1yBlY!Sw?4-WK#j>+W(b*v)Oj* YC&U>49w2=35$!&ozDN5HJsr7&KfRx2VgLXD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gmplot.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gmplot.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27cabbe90995c1ef545af00d5ebd356a938b69cc GIT binary patch literal 341 zcmXv~F-ycS6i!-CO5qj}gd4=cr9&IkK?iXcLQQj z(XE>}xe15MO(s|G4Ug~Rec$_%_dXoP$W3aMUNH{ZFxmL_B*EQQA%%d#=8RgJPq+ZnZI-nX(q1NEw{z8=H^x$@(b>#$VX{if zsnI^J8+em>K?}cZ`A8~R12OkNEh)KGTHd+MhFmLJzy+T`dZU~JG?_y)CxYJ+)!Irn zN7=z4G2BAxlv7%QA-QV#IyhfN=7nsmcAga@#Dht6t(Xz$t7wUN+Y3ykgh5N0VO9|i3uSJqG}~nkXi<^MA!J|;`DMpY^TX} zYP+x?)K2Zl2r2_3YiE{9P^p|4kQfjXfi5T$zNAqWJbXXCHo)N1fEwdNsnOh+ z7~vrT;}8!pPl7?rn&#qiI>bs>Ym5z9qnV_Ke2hXogCKDY@hKep_&+~ElJ8POcUaw{ zY&=6RSK6qfKSOO?$o!1OmkU~y^qA`ckMb_aN|TY62Ng$3PS;uzBExNpdX)0$THwg~ z=G6s@lz!N$LLe#gqg31BKK0$mh%XZ*spvDzHR?N@f_RJ0;;!^| z>^f_LE!yBn+odw#tN~Ri?3KW&!XsLP;?saQ61cqq{)Vk;*+D4l%%3aWnzaR$P*luy z#|2?mf{+f)R{Az8Rp!V2RaKN}TSzhhaV+*58iYOb&fqQX^1QMXe-l3`CQfcjap`2z+Hd%HA9?S4@5@`G5d&9o{K|U)0H1zXRrn8P`wlz;2Ks}jR7yy-by;?$vD9&O zQdp6hWTe#CXn#Q!d9is0Grx5HfJZJ4Hn*HwJQOz9>c%-3e3jFbpNj!+^>U}+8c(^L z;!IrQytE@FkCVeAY=q@4#~k|uFv&}?GA0X4k}7Gn(<~-zEL#HKTZ`mLUe4<$6UB;* npXv>l$^W3)aqT;V5dLfju=ZOAu>DcreQLkg_wFOT?q2@@8%}}y literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.api_core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.api_core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c9c54c3e90daaa1faeef8cdaa909375cbca19bc GIT binary patch literal 355 zcmXv~F-ycS7)@Fadxhe33Qlg?p$(p^xCyA>gEq{_BV)&|HDOa z>n2Wa!r^k0$<_OYkN3!X-+SaOib7;33}0dBA@t?Qdi;N|*t6gX6{x@*)p&w2@(|#{ zd%?Y8;AyC@g3&1x{TpoZRWl|qyp5-M4e3kBz~-|bwqr;Rq0b5QBbFs{=| zh^baCvKu&`enty-aQR3oQ3KI;Kn*FGkxJY`ZZx@+G>0>G1Id-N4p3wc&75#{O=N2- z(Hy0RW1^XX#44w>1Whv8vUPB_ip+A+7-c;xMzkq<;C9kiPi=K8Q;^Db864N5m~l8! hL)*@MfF9ZP<713}cM%?c2BY`w{g2?_VW2kc%O5EmX(Rvu literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.bigquery.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.bigquery.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..878da77acfbf8a130fa24f874d046627ffa1a2ee GIT binary patch literal 408 zcmXv~u};G<5Vey=Y9e){l^Dy^A+abcVn;#<39)pE(&R`(o!Hn;k-PB+NDO=f>cW4p zAax=eVqybTES+#ta>MC8``tagd+qf+WXkhifLjQC)}*b@KiG^7ctQzEFhx0@V2msT zII&iEr)ZenvZZ;PSh_QEzUuE0u6i-!I?O>uNu;9XUdmWX!H+2`6Mveewdnonz7<2I2;q1De#SQ9;F~j$aU5lhmBpkj2il|QwULTNOCS(mgGXgMeNV_F1xcv8_GGTv^5pi zX(_}+D`z?%IHjJUg*&-?BBiK-=zE}s6qS)m+(B+Mxso)8^Xe9oYiSjr$P}6>;nfY1 zohe0goF0vct_&o0b3zNyB$HjWHqKU-SuPr*tY*cCHmnD(Cw=&I6+U(0Q`s$plUlHr j!>QV``P>uq(6%2RWBj|1@aQubzVF5#!QtaTZQ98n4drUL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.kms_v1.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.kms_v1.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..768a9dbd8c0f6a6bb2c2119edad656e3b16e7f5f GIT binary patch literal 360 zcmXv~u}Z{15Zz5YjDdj7X)9KyNR~TWu@^)HvAHI!*)fT?$u7HlC$aMrto#PC@jpZm z?9z#qop9J(|?BrL+oAWDd=o@al@l z)|8?-Oh;p)D+7t$oYDd`$z)rtjkDe|%SB_9)%1*L!&bocWR*Sbv!^zDHXo(3T?R+B lU^5QKYRe{cU(iF_eteAa?>@rg&tUkzbMO(w_XD+QCx3=5Ysvrs literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.pubsub_v1.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.pubsub_v1.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..567933dc7ac2ae93d47723d17771fcae58611763 GIT binary patch literal 366 zcmXv~u}Z{15Zz5YJOioZ6s&9yO_n=bu@^)HvAHH}vSTjZCcErzPGaXj2!6w1b=ij8rywoEcn8D%wVMzmoaa6Rhc$LsiU7eASgV%e7*q9s6HUc~-<_p&={w4t1XN?TKL zot8pOv~srdfz#?4TDYUjCsK+Uh`tAENKqN7#2w^DlPgJcIInIYxt3M|icF!I5?H~5A#iIUjP6A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.storage.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.storage.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0486d518f9aea3fac30fefa081bd4f2a78a5d420 GIT binary patch literal 365 zcmXv~u}Z{15Zz5YjDc8r3RboUCW~h)_JW8YHrIqTJ0|fq*=2Wg5<7pv#%~ZC|HDSG zOD9%#!eMijyO+BuhWD6x^B(gaMIo{khHtR#A@uFYy8IQGA6W2=7-E>C3QsUb9sn#SGX zh-^(E>f_{SOmt}=wwqIHtw}1|a&4S0Ez?ZYMp@005p7rxT#x(w$ufVk%Ad$~5u8+l lH5^XWmW}9Mp@+8p`WWNCeT2tf!SG}E@H2=X2Wrz!{s976ZC(HX literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.translate.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-google.cloud.translate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1182b8f3f807e043019db574577c03dc09fceeb8 GIT binary patch literal 369 zcmX|7u}T9$5Z%2q7y|*DM6j|=al05>u@^)Hu}O2Rx8vo^-tDqGiJYDPAovYplmD<0 z?5-0lJ0aMlayKzfF}%mj+qZ9CyWI}))#=P(HzMRSkWIyZU~%BV6OlwxMM^rNltcum zj9%z^V-(f#VCyT80d2aOHg#G83Mo+B_j9dt1xcp#R3>Oe<&;1;AH>bxMSWU16iR_* zQ!JEYW34C72Ir;~I~;OXAS8ZsB64s%HFdEuPFI#`rYp2wvtrz#T!YY)bpp0Z!2T03Q!m@c mrIu3#Cw9kwGMvNpeEW_mr9b~9K$>t~G z#I-Ojv*^d4lFMlP>OC9V2{8W_L|}yum9uZqv}Z3XA>o-mgyE|SH^8wOlrv`Z0c)J^ zi|QXJQ4+XhQ9Q*I$!B>Y0KbnXH_vDR0Coj{(t0&RbcX}zG^>2I5qIt-9V4= zG5ijuUn!;Z&mBUyzmwhHUDDZDY&`hV-a5&?k?f*#cX990`R3xq!QzSh+EEuoy~|wu G5q|+f*QDV9 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-graphql_query.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-graphql_query.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f20f719c102a84b3987894b30d975cba14aa75a3 GIT binary patch literal 444 zcmY+Au};G<5Qgof6(y((0|=%JEEQ@@>A-?uVn9L&30S&VA-*=IX`I?_tFSTi0PqS3 z2Ht~_EgNED163@Yuv;q88&3bpci(^K*J{;6COq#2o*jffY%ve_PmH&WxJL}N5W~z# zaL;Ku7&!ZY?Bc0duD<$QiLom$dJq*|JpX+@M~GhuUm;esH`Czbu4V1on> mC43!f3G>X^ix52@4d45aQIf)zAejT^ZE<0|B06X literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-great_expectations.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-great_expectations.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd40cd4312de2583e20e188805a3eeacf5547af7 GIT binary patch literal 366 zcmZWlJxjzu5Zz5Y2!U%3R5%;k6v_Hg*oeI#B8bg3%bLt3>us{j?%rui|AC#qL2UdV zHiBI`v9c2mo2%Tt^D3tp-ecapH_U6lA0t@9F>RGu1Al<60I| i0Vmr3(Eq}0y7nDnjDLm*AALl_w;l2x?cMiu}q?H@>Pv~C|m;Mh& zx7)<2TcNmgGHLA_9^c3NzV{{Xb1;aJt2mxR6d?5D$*#hGusU?$6*0uHKs6p=i~v_ zC&X|IsZ&m935MjV<-6c~6PXvXvD$eyj2O$d!1vU@H&g98x~L_a3b@q%PX51U-?e3k WG5#GQeEuB`-_E|GqvyVk+~5!8XJX#~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gst._gst.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-gst._gst.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8efc468042fbc232330442827dc6d338b3d41f6 GIT binary patch literal 1145 zcmb7C&1(}u6rcUb*QQBrL4#tk5wwla-L}?4@#7#uDToLvrHis`vXjlElbtv-ZB40= zT-1WldeI*Bq)-q27d(4Wa}ZVv6;Ixx1wl{FWDOQX(1CsPd-J}2@4bDU$rwN!!`OyX zF#tYErFT-lz#dfqcmh1&DHzz%t=NjtRjk%DTT|qlhV@#^jtQ)LF<-UgUffQo0LEZq zOT^1#C!t1%pi&)-^!>7WaK9E|nDi1`YJ}}{aP+?-lfNSc3sC(tJ%H&RvrAwdlvH1Q zx26HO3;w;5m->tE;Xezmf?mBIw^dM9AE^(|>Z0;pU}qXiNmaUd85E4qGR2jG62=j8 zmQf&37T$p+hjEv~8Vq=t@N2|d#83cItilpsd2FCsolrhZSP%J(8x;D(=Z6I{1wxF| zhT}u-c(Cj)Vm?|h>UdFl2&-8}f#*ma1*0P+LLtQ6YHUQfxx6CWq}7xO$_T^2twEWA zqJWPQW=bE^L$v!Yl|sQ-iJdY%j92tiCL>{55cySs6|$l3V^R!N!otC;joCo7hcTpP ziPS_i)x;FS+x9?2>}L6{JjLmGt1 zqRYB12!sNcBFMy`l`@lm?f8#-R)y4{#g?JVEg$hZC34Qpx>k2f@G>gHu^V+y?1NfM zFj%rMDq8ghuaMxhIWcK5#Nn9mTyTBJET`T;z4n|gf2TwOPDM;tvl#axAmx}`mm@{J z@gsRI+Vll_Nbr)}*h?WgnxZIs$AQxK0i<@oi5)PxJ8)!k_RWEl%}hs6Wb|h0%OL0< z+MI7^N1Ex6T530YVBKHy*YO(OJo_Ti&W^WcI&siHutfD4`9N?X5P9myKEDXCH$W)vr~kOfhj!l^5-w4+<+7kcOBWC9B5Er)=5l!th5a2; zQwA>Hl|@|0em@MXpfg=#t}^V>QZNRsXq42}yrE5az;;ba*#I$*KrP|IDlNlML#`Dq z;8NVd{6;ZqL6a4e5C0sy@&w#3}hYgADHiW@B|1Tkb?$}AOsPh zkVG$Vr5Hsn9&UUEGKAfrl$_Jj7Q_kMu(IIn)^ur2#)pcx6%*&fxZAvRr@~n5l{#-N z<0h}AoERNUyB@(7n;Dpgk&8!E%Z4IzPq9T6vr5Z5Ki{A$g-d$I#x%QDzJqEsrDBS_ zA5zZNQXJ%a`^Yd$Gq0TBiW*cX$JWNh(y}O}u-f-588VivK*-tu*12+v^}5#;tRiZ@@U`y literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-httplib2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-httplib2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..995e544d80ba37cfbff71cae9fa17276a59c2a65 GIT binary patch literal 345 zcmXv~u}Z{15Zz5Y2!U%v5G=$>NRcd_g&<-thzM$PO^DgK%X)j+Wq0l*rH#L!zaTdL zhoxOQv9c2mo2%TtGgA!jG4IXWo%en}Ca&W64Xy)1zC7tF{0ECY2c8HgoJumKLrO_N zfb!s#t`)b+0kZ-jb;?OG2Fr5Yh%Pu^Mdqcd(KyeFF^hZ+d{4VKXS!KNCsV~|5>Ac3m;blj aa_uLil>Y7#dh{9XJRg5V`wu-6xxpW<4`w+4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-humanize.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-humanize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a850a6d91ede6a853e8ba8df7df58b791c69ed24 GIT binary patch literal 635 zcmX|9F^|(Q6n4^9SAr@bBm}pa69biK3|Fxr#Eygz60mfM+~i&2YhqjWb5H5U!pz2R zKrH+ZMz(B-i4AmOxd}UI?+tc7JKy`h_nyDcW(o0;B;Vk8M98lI4&iYhmk<2*nG|G2 zil~U|sEJo`L}CJQG5Q(}KdnaXcs}8`JWSqI!qP?+V3BH`Z+HnbR}#69mTtKb%2|KV zG)mISHC&1vN8y1(Q417cAJJNDfTA-}$dYm@U9$#5g+%4incMB!ftncL1z*=d3ulHb z4^Nh~5z--8%1d=Jr|O#7%h79&6*~yGSQ+KYN;^!Gq(ap88DqNDB2}hj+Ng8Lk?p-g zGE`V8wV@Z>QZIy1c&$(%9!dhbOrNHY)8u#P&^+p9xzcUc0D8m7yXhg_>-o4l%CbV` zS=QZs)4udccwK`@LqBX9bgT)}=q7<_zmUt2^6De2R0GUj07q5|-21fbt?xR#5@)b@ zuRQ|{+k)J(TC9ChSSh(opPVu)5ElFSSeEHFxbKCtUNQ?aGoI5UX0aGP!n!z^Pj!1W veeQ?tYItF8dRyT^*kix^8AVa__uf%7{&$;1r$486KAr!V-v2N$H~j5?v6Rdz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-hydra.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-hydra.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3801feefdb641f5420203dd74877e93cd26e2f9c GIT binary patch literal 445 zcmYL`Jxc>I7{`;lp48%jx(Mo4mkzz)3%H1&n{PNCzGBp&+zd4pO@s9Cof^x0M;6fC-Uq8@aDv?`9HyU%LaD<0}L6+ zVF%`3$AiEF1Y++IR$U$6Y7hH=x>nR$!MiKAymB!WjFHsDdeF@U9x$T+b2u?c+@m&k zwVD-JB~eVdA&Ms~N`)e^WP?8Cx(ue(<5o~EofHRLo5UWfqJg1IN0|^8S~+G_v#ty? ziZS6dmqHmk>u%8xVC;w{wppx4;ny;NhwyU-EHq!6d!zaN>(GkXmHX{cy?GNT_iNv-WQLyr literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ijson.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ijson.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbf8c60b8f9b65bdcb85b6dc7f7d96c3f01eeb5e GIT binary patch literal 357 zcmXv~u}Z{15Zz4#^&oNxB3va}rMN75f{oYZC*wJ}adrQ*{9@P127P|0YNq&Y~Am!V(pURCE3ZQ`^h znp#m{lqr>?X>98t6P$w-rB=q`GnqHT7mqAcB`~~$#Imul+Nggov05NrTF0r9*0`P}V`zB`n%r+M(A8q& mw7u%gY`UGA7vPRdKR%`Ow@2v7XLtYoVDQmBehAFEtNa1+)N3dJ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad6fda31634f2a60ae044ffec6422735a24c7a0e GIT binary patch literal 461 zcmYL_Jx{|h5QgofX+uT$T96o!P+2-O7GDyT5IX`PB*apND2?65G>IeIDGCz|{08_5 zpfd13Sdd`KhM3qu9gsTVGzC1I?mfRgKX*@-RR!u)tB+(w2jD#yzo#@whTAH+0T^Hy zfDpD|sI@c*G(aHMu>MdQXoa(-tD1(50i5VkTCP_p_vnDUF+$*mm+NtZ_Aux@0FN9kT9q^sIHRfN{ncj>jU&)tj+GLgFIH zW8-g}bY$)nE7;{TiYnisSXJRuhY)@*1Go?0%%$7r-RY~@yfnT{FkgGFZNAKHU0Hlu G8Gits8jQIB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio_ffmpeg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-imageio_ffmpeg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..734dacb79a3ffb3fe7135d8fb4bc44aa7637e88f GIT binary patch literal 384 zcmY*Vu}T9$5Z%2?!V!#xO+dlQCP;2k3mef|5fRiT&9S+iOV;e&F1wq^mFeyM2GJt_ zVPj!+omklk!6ucv(G)(I;SJ22H#0A-Ruefin=`l$5c=@N3bj8n-*MytF~qPyIqqSM z0tA=^EPSp#Ih98*DC?cZr>7lUZKP5NNNvKXrAfvGm};HpbO2l?S(YmpR8gN7RC6${ zzhTCG#`Q%ftlF35X<;mNdL54~7bYG`IWjtQqpP|fXdcnr8!hh1Q073)9Z*XK+$t?^ zovR^Nil%VRGw9wZrvObRP)vy6eWFS`l*K{3w@(bW&~=?7x0fM_D*4JdSz0EkEUb2# zWkrl-zr^S6|7&7ZE~2Acvax_;z2=s~E==2{uMlJWy^ZkUd$jqwwL3d|i%zC>?H~UG Dy}Naj literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-iminuit.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-iminuit.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2e3d4639b09c6f9453558b73cd157f933a6a2a5 GIT binary patch literal 518 zcmYLG&r2IY6n?WC<2LDv2+~U^D2hf%2KC^jq=)uWC?W(effCltYj)!9&M-4k){~bW zgn-B9Ul1?-KYA)fDti)o>dhbY;>lU#>N~voKHm4*egtPWma)Ca^uK zIW#=d%}|Jat?Y`B`5|Wv6CO*UjLuv;FsoR#C5POESvimr6Lto7`R(`LXeeT&`Va#{ z``kz+2G)wEZ5j0NGyjT>UC9E2iXLEcKqJ0KWokl^Y&O?7sOAP6R=FSaQPZwWdEu=4 z=&9QiiBY!akx^~f1mw9KrH+R zBU?Ab#D-L{bi!__#0{tSbno4}duz929ukW&}0PlhzNc| zRAWn7A7p#`#Bd9#Qx0ek49Qi)m%;fwGB0Fpwe!pwF_tZW@9Dp@Gu6zZqe`-&fD^su fF7w};P1n9djPcJ7!iOKx_S5lul#E+?)eU|D2<&K8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jedi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jedi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb383cf830ba0df746697f2403f7a177c2edb087 GIT binary patch literal 337 zcmXv~F-rq66i)71I1ajqAUKG0yWuXVpo_Q*A_eKv<%pNpUfSFxBx&VF{S*2Zq>KN< z(d{;IaubS6CzIB`;qiUE?|WbJ-g~_mxr*aA7z7A?d9thUAFPfYct#8{EKr3<7^46I zX2B9~6{DaDlg_s%32yfaDFhTYXVlVs%mtXXGX=(PldwG)G}pDU)G2f}w_KR4lyYXY z4{N*LVqVe8uUbEmQdU6B15isQ+$t@nZm%JCiWYFg$B+({bATobs24==d!ia!%K9uj zIVFZ$NS$&<0*ad9thUAFPiZct#8{EKr3<7^46I zX2BcYDn>yQCVStWB)B~&q!3WpoKZ{j2^V16-i*VT-XvjrblY6j#!@HI*}`&RvQo;q z(LSy1d5?KTYrkvrL`qo!F%Lj3nR2VNoVmq@+$mbXHJ?CwubcxkSwg)ef{%%6Y$@yW z?DUKnZXtEbIh}$bxoY?>IPW6!Le^G0PsfO{Yzur(y9Z~g*+dtWWD5b8+F#25*c`g{ Y6Jm^i2M7;8qruDYBRYBP>BtTK0ING=f&c&j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinja2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinja2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfff21c94385263bb092cadc9a12f5f4c175de4d GIT binary patch literal 268 zcmXv}F-`+95VQ$G=%h%bhQGw&h&{M~B1%=y(Gi|9}_J z@_|U{QpFB1#b{?WBh7r~c_t#V>;u1~5I;%$BkCR2$?_(&sO60qwpBhUjXhT5)_yNhw#y;^^dc{G5mV_}T*I=umV3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinxed.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jinxed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..310934d5b03a1bb8cd5af804b74c345ca7a5dc0d GIT binary patch literal 314 zcmZWlF;2uV5VRdYC?W+C5)Fd-io_f=6o?lf8bm`AnRqYRyTrC^lOuFU{DC*n@edkm zT0Rizx>PuDR7|m&)$D3!_dQ8s5)j94Fi=9i#^w)fO;$UBybwtwE!i#U*d%(~pQCyJ znR&1cs+rD&a#(2fUugXj)%5skLO+uVr38hI(bl_HvKkGBXI|+BxLbnoyhLxToHlmONHi8K}5t+6hs7Z$#TTpwYfIQop;wtoYY_7=ISag z{trhdvx$?N;vhJA*IMumkN3g%-uHd)DF}RE%J(1XnFGL^1(S0BhObRC+yVk3Kp=54 zm^+b^yO9fl1E@pX2RLR%p26-vTr0g+?V|1Pao%rsxNN3c3$=xiCO**Z5HX7R@Lk|RRt*{gcd9pTxxX>zO3xeHA;C-kvgZbMqQ?bOD$$S@LzJ;oF~nbY9gPP7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonpath_rw_ext.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonpath_rw_ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6df2b625654e626322c4c69395c3c016d136930d GIT binary patch literal 355 zcmZ8du}T9$5Z%2qa2_01QLwVpD{_mm6?;KM5Sui|dN<}Sxw~CJE z(A=BT^~S(6e!TVNNKD%(6VjwLAkR7Sc4wqTBRLkSnx$}$m$BdOU77PnBd;n@$pp(v zCxsAWt(;}saXS4>7VhBkkrko_rf0yB4NH_tj37hJt|ialqP&CNjkF3-YzobkRpl*{ z1`E-gB*%TGON5@?9P=S)mP%7@jMJ56nu!LL)vOrPn6H8By??JK(kz41TI7=o&Xfzz e1)#gOefyNspM666A3^tR_wYS9dg!RYPJRJIA!?lf literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonrpcserver.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonrpcserver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..799f02a7294c0c4300b83124b250ac1a48d16803 GIT binary patch literal 355 zcmY*Vu}Z{15Zz5Y2!S*r2v*kyNfx!R5v>IgL2RxGF`2vU-6p&2>_t*q`vLk3V&i{U z+NBdKJK?ao%H2D!aEjqQ=Dm5tyhTw+Y=z+~R30Ipj%>>R1B;;rkEA3e6{MykN{L5+ zmfj0pD@I=D$6H^H#I)Zoq!3V;tjtZGjky5qqbbTps{%o{pf6*;-@WS28#K9<>U3_n zz_gNbhT5g}1LwtOvT!?>53G_kFua4@un9Lx%c%`OcCGRPF8COd8)Y4!Sqn|e1ixjf zGnH(P(t|^W+(2TLvwQ-`GS%@-aJGuf3fUNKJuAl0lxyI6^6&6eb<5zSmgQW)sdk@p dAHW^kzI{sR&ydjLk6`cV>^<1OALzgiegV_lYdrt} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonschema.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-jsonschema.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a4990877692bd36f3859098d1240f1ad7bceec0 GIT binary patch literal 411 zcmYLFF-yZh7`;mxXd_u%1i?i**r7SpO^TBUf`}k4S;CooZPF&W)#Li?O+2M98PVnnj^g78u$tl0IpcZf_Cw6$_Tdmu^3%XE<* z&T_+u6-sE&>>^Udb6|FRS>5O5wBE^CJj`HUtmtCqOR}lgkBu?@-9-2hf7aKZI^+7* Wjq`z=`;CX|aijT;nzxQHfPk*e8L5oE}k{2wV(wZUnOC8aNSE;m^+}BOu1EB&fIoGZWJxxl20JLRn7sLETCQx!NSus(HA~#g-NwysLXtb#(!$@Mf8nt4 ze^}aWCsuaCVRMzqeM~XD$GkT$nU8)yMy}%c9d-hQzCGDgxCZkB2VM|E3=34_A;u^` zfLZW{SBhcKhRN2CCkgI$3n>H?HfPk*e8dHqZo8raIFr{&*zMo6myNO1iF7uxT$rqs zvNGD|bv^GgGc@-F4DckTOa^u)L7U=tnel17~+6l{pZ7 z1F<1PW(p;*?Q~5pia3E&Hh}JBVH1l(WWBF6oHFv0AlUZb5p}x^Ew2{L@DG;G@xgIDBjD RPU`P#Td%F{+d#P!`~s_=c|rgH literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-kinterbasdb.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-kinterbasdb.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eaf4895a4b3b34b60cd531f30b58e32dd74d68bc GIT binary patch literal 541 zcmZWlJ5Izf5KR^#p=AT&CqUu?TPzmPB2KWPK{Pa$*Ph*&B(`NwLQ+z40(v?+?!gV* zasdP#70v=-1tWPh?~UzwZ=RE+ABE`mpWtFCie6gq6TR=^eGrQKXcmd+A-;;5c-R}R z`9VgZ=3r22<@|~RTS*SiuVG_=YgJLjG7x^N!xP3ct_#D^uXp6}iOEan_c}r_1e66( zha#5~zx}^c)PDCr`!#OAYfNPgg3hziQla1Z)A}CpOC!`sOC`A$u%M_!nN#Vca>x`1 zKcHFo4(xAR!8tJvrdpjG9vu@W5k}!=#%ACMHO*X1o`a>S)|sPW;b_B~IU>Q? rSJCFtg4#pVe5{-nT9i4Q+3lb#4#y=Sy)MOZ{C2RsF^+E&yBU~IsFuTc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langchain.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langchain.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..797f64d23bab19be6121f2d15e45dec63459794a GIT binary patch literal 347 zcmX|7F-ycS6i!+XYN3k=!cA_{p$+QbptuVng1FpLV)L$zmnJ32opf~aC+J@g7ypN& zTQ_lX6AqV~Ozu42@c2I7_q{K9Z%Gm(S8@CbNr2F&C+iCTzniu2gGm-nNv<^1%?!D$JfEdGO{R@wAy)=j2O#S!1wI`(Rte~qLW6ksen`MFXn%4 bwq5%UF~&bbgpWR=;nVSZw0A$yksJI1O*v-j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langcodes.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langcodes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86a7c77b49c9a29c40cc60efd0210776e05a18ef GIT binary patch literal 347 zcmX|7F-ycS6i!+XYN3k=!cA_{p$+QbptuVng1FpLV)L$zmo_2Eopf~aC+J@g7ypN& zTQ_lX6AqV~Ozu42@c2I7_q{K9Z%Gm(S8@CbNr2F&C+iCTzniuzHk#r)6B awrk%Z#`tH5@X<#!d^&!Q_U;Eda)V!4yk`Ia literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langdetect.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-langdetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..086a1ddf12ee3358768382ca079155abe04d0a5a GIT binary patch literal 349 zcmYLFF-rq67)|ah90zp}LFnY@4R=8uT#CCOB8W?uBVNAV#pW&{Nh>$H`499jh>QQj z(d{;Iax0WBolIJb-|+EX^4|Bpa;vnwcVi5>QM7@hzQc9%MmZHz1Z9(Bx&VF!T+FtLAv-q z9NlgcCpV$EbTaALH$1+N_kHh6-h00vBUf?!262GUmnYi_|H10efoH@J!va-!j4=uj zU=}QKrx*uKnCyIelHhi)kU~IVb4D%ACtQGOcLkNTP}fP=9^5pSwXxJ`bT+qKn5>j? zX0(rMd){PT(aJAdKao;aK+FSBOQzf^E$`iCLv9r<;EGQm9VzDkO%_luh~RfbHMW%X zNp^Hh47ZRv<%~|jkX$u<8=P+<^Fr2EJI{s@V_64$PrDaqs#!Pv~C|m;Mh& zx7)<2TcNmgGHLA_9^c3NzV{{Xb1;aJt2mxR6d?5D$*#hGusU?$6*0uHKs6p=i~bW<~^mAgZ;cY)-S| z6Jof9)F~@E0Yh@t@?CJgiOdVxSnWI;MvP@!;Ct%do2hmkUDT3I1zc)>C;wlw@7glN W82=6tKL3t}Z)ac8(Q{u%Ztw@=5n|f_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ldfparser.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ldfparser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3647fdac276be0f1e25a544a74e97c8059dbaae7 GIT binary patch literal 347 zcmX|7F-ycS6i!+XYT*_Ugqxg{4sB2e2gO|w5ya(|5}Vg+ytD~P?xdrWKSBS(;o|>r zbn7NgZo=VmlgXXu8y?@s`@Z)j@2%gDk*hdu0KI3$K!NS$&_M_@>myvlP8>^jX$%wIR1$dAbk804W3Wlqy2}Tj@;lEkRoS4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lensfunpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lensfunpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8e1dcdcfae4d2c1f09f5e938efdfa3a7d1c5132 GIT binary patch literal 607 zcmYjNziSjh6rR~1m(A&-iGn{0(MCA&b}&asBdJ6YBnUAnu30uabGMVs?hZ3^Nj6xV zAc%iKl1lBAH2xWajo}*EPOR*N!zPt)E_dRC_vU*u@4fGv_caWg2&~!s%sw~>{j|x< zf+-k30&s{ZqFA6DcQHl|Vh*@Vo!1s)>Ym{9>Jyk^ZI*XE>QTS%bp5K)n)_v+TDV?J zOCeZlVw#vF?s36%IvrpukURD9JphO3B~af0wEce#>2N|_J#yuOp#qy>=MDZh^$Oj z7M`VzRl0%3@blK1$SzRQpEkB>*UIzu#uYgEtw>#qG`kjtv}7@TXZMt$vh z^>ij98W=8gG+|YCleH(fHgyB`44DA8Z@{=zYM$0co;l?P~9QxlEt{>g~cKOb$a5C*L DGccq& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-libaudioverse.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-libaudioverse.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66970b74b5992be0df53f7c7087d5548c7f8fc0e GIT binary patch literal 443 zcmY*VJx{|h5VeycLaK@d37BAD>Cl*u34~xqst^)l>44?NM`N1Ak?j_RjhP?7%8FR{ zAB=3-5EC1yV(En4QiY7D3%#X|1;)M`02Ja zakUc5G=QHa_jJB{&hLg%0ZNt18+k4O@RggHlpkxjqmBoF0fqqx zVFQL*LxVsA1Y!;AZTMQ~X_L~1uCf}|dT{CsY0)fw=f>2ss>gzWc+$bHbe$Fri1^Qm zq!}`t1PHLEMERg1B@E*W^sjCb@8Tt;9(e{{`2s;-Y_t zQ|Thv#K}!4E}guzM)3`g@B4Tk-+Om2t(FD4EbECr8vySmsjB`1<~pB+9O&`^lP-XRE$cwZUOwN_5W(#aMnIbql1bKpT{xvl^5hGNto}&Y#<9WW?`hl zK~k*CVN8igi-z=BmY+CA(LT+OQ>lpd33sGeEZvCnp%i+3D9iy%iC|Pdz`V>@+~J5P z6w5106b_ln1i#dQ5}#$nr#*H-yXRRz6cu<((=pZy;4D`WPxsuNT`ZZRT|GG@A(hz6 za#m$~%T&+jsS?_=WLTDLA*LD8K9*4r_n^ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lightning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lightning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a06dcf442b68861e6f97213eda9c8765bf5b3c1 GIT binary patch literal 390 zcmX|6Jxc>Y5Z%2G$(=^QM(_hWAw_Oc3mdUlL1?+=W3EOvcQ8f{ z0!$t1X875Aa%Q@YQ~IrikD9b_wVF!KAvG~gOcHk)2VDi6Ww{YdWVcI0P?|{*G0~M) z-e4l-0}A@AfUWecB6R?mtqXVTkRZR*c|FPlj4r)#+Ir+ zP7jY53JXK0obm}E%XA|)!Pz=8%T;ZS^Q;*|TXewpVfW%xH>>EZQpHTdx$(F1f5u(c YenLv=?|{&g&uH*+`Vk#G_Dtjkf5Qi4wEzGB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-linear_operator.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-linear_operator.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af0138b8f401624ec9e46bab64f8f08f3de6965f GIT binary patch literal 279 zcmXv}u}T9$5Z#Ru!ojsE#L7Ylav9WC`~tBN8=GUj8*^(mJIn4E+5CgG-(cr|SlQb8 z1A%m@oHP20$9uy(=FLZ07D`YQ?|3{=>bp1p(0^hx67i~9b*HkP3|7OCS0^D~PxRM# zLG6>nx*_MVVN1T23BIXKpWVJdM+=1XjD}%mIYfGtwFEc8GmauvsK5C;f-d9tbSA1wDBct#8{EKr3f7^46I zX2AmYib>Fh$=0_g3GQ}sDFoy;W7N`Y$_1EiTkyJQ=v5MSd)MtnZ7g*foi>&Wla^A> zjP`Nez?;k~TKZ+HCsN7^hS_W Z{e&3f-x0zmpV8>$^dmZW9O%dm{s6BJWRU;> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-litestar.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-litestar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae51730a901978132589e165c2c7a875d1729a8b GIT binary patch literal 362 zcmX|7F-ycS7)@G1Efk6%f-a&{hc>9Fi?|CSg1FpLdd+7WFKt4Sp49CY|AN0kT>Kv{ zf|FgH+=RpBCey3uH+;O8yf5#4dG&n{+48&>*m4m1?8u_rKQP_4;1N+oF-IjHV2m6D zm^#n6R}7rS4VS(;65@6(6P!b45?v2VL2C~BKH$uNHmQoa$a7ZZ7opp3TsCKwJ+x{S z*M@N&7eb7*>Wo{zV3b0|N-31lPiWdbKYJjBD1qoZNDaxEkxJZJFHNpwn!!1{f#_P& z)PN#msK$h|A(4$KM0F7F?GtTdL{>RUbI>G_4O;|A=GI9jDx>VooDpqk54s-x?;xAm n%1OW4samzMx_{8?wtc%8gRkT$53Ant;QATGC*T=TrfOPi47Dj8k;7hGM%#eYK_ z-MWdBn{c??WO8TU@c2I7m;CbbJ{+dVSDL=UTZGV8Fnz`UV!7+ZBVveQfoeR#7)1y$ zi(c?1F^OC}-uez^jJr`Og@Do)%r&&;Wg+;~bcqmcEx3h?aolZRy0gYu>T^0@ST0On zNjWz%^&XS57=t{zAwYar$hs3kLQm6o?2V91rCC7kmc$gUNm7Bp$0X^96C z*~OY#l(MnfpIJL%EZd0Cv;Nt+a;xN|mTV#5REJLs c%bSsJKQYGmcMsv?&%w@9`Z3tQPjuo3fA$7xN&o-= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-logilab.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-logilab.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..870011a177c3f424ece8ebb711475fcb94899451 GIT binary patch literal 346 zcmXv}u};G<5VaF3LZz@3Rwht}#86hmj)V{rV(AjO$&r{kv1PkOVPoJM_=buFiO*m` zV#|h@*pMogPS`1Z!`(gIy?b|WVc16&{r(HQ`UrhFvWDdy7JD{5p&aFyqY95OMjis3 zd(U_^F!CBd+W2-P!flud*`yU1no~pXx49@7r{g#iRVC_+$ZvNqo3mOQ$~mZHY8cl^ zDa1r8=h*g~OwZB6?OQ&QQdB_n9Z*9GW~36gkQq&`B+cNQ-9UUTtpXI8K|Ld!jfreb zDeB|oXh<|O5ZlQKEkKi0Hf(L2c9v--YNM>CV?>*LRk#@cU!KTj8JtuipK>@=TlOmV dw;tH=<713}4-p=I27~vV{g2?_p{F)&=MPEGW}N^4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e20a1d12480a33e063a26910e6ff68add3e0b392 GIT binary patch literal 345 zcmXv~Jxc>Y5Z%2?5dsH61X~fC2zQGL+K9a%B8W|z<8nLZ*6iIbJA2V9^-tK^hBW>U zOS|jD%1#J2soYJ>6vKPWn>QctQPd+Ydc8N81%!NgvWf5?EOs4uA)Ih3NlAy4l7Il^ z!JMuY!=MQVoo`PDwB5>;l#tsL>rttAEdkq(d@SYFAZ&N8n~Mr<<`gEWt&o@$N=?xC zVQo|h&Y=>eR>tCtEWG9NnH8!8h7XWgHWpSJb?^L<-RLZbOK}JBt>&2p!=_M8nG_?Y z8(XOAI5|9GC@jQIImyO=EY*$JERe27r@5-EaXl->(DF6#Ire)ex>FD?m{@_|F zI+S#&umhQ5HM80s&F*KOXCxxaKH!@Y@|DB^qkpnJiR6{EM36UnM|xU}it&1?R$5gx zD9~WgaqNbpb}ikIHP#@kP|5r2f)05ng#aV9vmV1c*(TTB3+t=~7M_43Yb82w=g?qa zH;y-OB_E)?b%G;!wgj_e(TuqsJ8LegvvU?CLK!C)yoJDO*Gm(SD+RvptX+gUW$E53)rF3&jrnBeVAIHWo7%*Lq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.isoschematron.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.isoschematron.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8372dae5a710f48d1b16868b7718df11fd7c8ed9 GIT binary patch literal 489 zcmY*UJ!>055ZygVr;nfz(iogBjgXLTNdie@+y_iBBx=-LPPb#<%6qrR&dTvs!T%tg z{SzW=kbXuWWm2t6SMD4{8dcd-a+o~W**D9)eQ&;ZyB*@t>8v2}2)Qkr3eA6H{n3#N z!U?C6q;x`Q$vx>!JdXh7HSlJBC3?7L?FU{lUgwP~=TqX^uh^tfc>U&G`PirSX{@A# z*n~VXQFtUI;5%EFXQ{MZfePaU(#U9)*|r8$a~%UZnUC`+7rO7;ox|d7h9+{q=wNPy z#2``X1a-|BSWls?=aETleWpZa8>I~{$hx%Od|`=7f#D~J3_BJk*J|dnAbX!jF&u~^ z7>#qM0L@MzJ7rQ#Szee#Wv_x4FBu90BR6>x9Rsp3FGLk2+(rmvl^N|c+m4~(e@R(K z<%+?78wPo?Y3-$o&n4{ZCoUj$2M4a)*C?gGcL{xSL)yQ5(tdXN`s?#$Z_!&07sJ)( SZ;yTqKKyKr&l~!&8~+0!=#0w% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.objectify.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lxml.objectify.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3c53795d58c9fa37b266af44b237e83ef0dff06 GIT binary patch literal 276 zcmXv}F-`+95VQdybke1uq@Yi6w<5HN7a$r$LvwP@n>!~y+p?E{>F6owcmo~(fEUp6 zfk^36VIN|O(avf{JNsFd1xqN35B%bc{bccvq(^MC<&820;;4$+;38254MVCXmn?ebZaJ3QcPb`IH$I1d@M4=4$L`=lPym#M;H((Zyip ey~ay_n9AkX!X(jVpL4!BVaKPhljqVOq}4A5)l@40 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lz4.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-lz4.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea195e6cbf1ec9972aafccb1d5c51bbf4171a03b GIT binary patch literal 330 zcmXv~u};G<5VaF3MUk?BSURv~NURn{#Eygz5@P8RnfPc-o!GM7BD3`m*!Tv-!hbNb zWkXDCNEJ&b?3UhedQbQ6-rc=tS&Dq5=^Kn9guVjVMf?v|M;<&Qh8Py8#S@HCgaEVX z6>k-j$i?~IcOW_Lvsx-wwO}cumiDoDJh{x{{_x73cg9j7K$mmNg(({;XGRB`eh{?g z1+Bu6^^!EQ1!5k6S~BHUX?YK|HRM{+8ZP)96gSFufF=v*7DVt{qMU7HcU+Ff#Bd9R zSI+1Z45^gkJL76&S=F+$+V^Z2F_vvX$c10GRBoM|wvx>SoaykOaH!e$=_ke*{|*rz Qe6j;`Y3 z|KZrl+r-ID=pb}5X|4DTkN1-AecvN_t=Fr_R<-&9*94&tCl=-XlF6PW_b5RL7AVDS zoRT)dh#fc$Bv6RP=;2mB1 zDeLk0wCR^?XT?#b4YNiS4h`OV&%H>iO3#ISI=`!f>j42NK2~FI>=^gFM6sW!e zW@wL_T**tjUDNZN#c<5K(7MR27Ze>qHllVj%?s0)*>1SKLp3+hvYi9g15Km6;ENp5 zEI|~@%qZ)bDXL8}Ck|V){9#^9gM(BiLji|s*=BOjq#G8#JdE-82Er%!Jy?I(9|xN^ R{#&i_xHPV9-3H42#}6Yicj*8C literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mako.codegen.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mako.codegen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e2f0ef155b371a37e3e3785b7148f44ee4aeb37 GIT binary patch literal 441 zcmYjNy-ve05Vl)TkwqlBF=nJgV*x9I7eELJSh_^UzQ(4B9obGxy0P*C>}+hj2XD}o z7XZ3-!bzyaN%!;JeP{dgM-&khjF5MbJ%m0Ru(g0&TOWk;-C%Ep7`pb%N zBOn7E2M5bMxcIvE(&)Gu#9lHVD;IL0z$5U=g9yl)DwA#FXq1p!87TkPR8bo1+qHOV z^4u(x&f>y|DhHR4a4{*^%p{y~3CsPqww3m(*rKV*Jy>@&>a7N8DhyB4RV0-Vp#Khk zL+eJ`=9x-U0Cfvso@UCI);s|Bj^31v!=;+S_^uQ|nWb~kbDFDrTDB5Tlj9TWl!tL( z&R7PHre&?P^DNK7rqY<1OS#eBhMg8s=S5dEaomaMelRKP&E8q3@!Sr=({OM%4B@Mf TG5$X6XkBgwxU+&iBsmeDC?mbqmNuq43C09E3h{FbIQt@x5b?JH!yfA&PJv zM^@d!h*?csw=KjmvmbDuswQ~ev6wUHbX zA)5|l81g{-&~EfEAsb;l5D^VKQxR2yvc|&p)s5~(!YqwieQ?+t0mh!eQvRFkIAiIQhV43MLQ z27FJP^2%|-sOE}X@c4p+qCt{Ww`9ETRo4gz%`1j^PMaKvpQK`-!td?(jY_S|Ob-#z ztY750GH{ZlzoWIj^=&n7ROO!v8zyyajPcJL!h5(oiKgdo$FJP4QRI}KOXW9v`Q0hL Y%q~7JZNARdUYy$Xe%D6MiW)PMf3xt882|tP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-markdown.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-markdown.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a194b4689cf8a45593f9168375c563a74e0ce40a GIT binary patch literal 552 zcmXw0J#Q2-5ViN?I4-OpMB*f>pipqdtre~z5`-EF5E9UAvvSsxTj$p6mB*K4uL=$I zb^HcI!=Ip{2?_<;mWqxj1yU-!ciJhQ=gph3XU5;7Xh56|24CTuPss0^<-1Hz2!IUl{LROk5!cI%Vx;MJxrmH$tV7cIyH(L_ZwUi>a5)UQdVoPx|6Z)i#;nYHjQkS^6 z-37PzpKVX#$zmh7s)#FY5KPnW)Yqe4GkjCODA98FxQXXh78vJR&(O59o1lfzK@;Ut z2q>khw6WNPZAbW-Tse(ge`L8;BXAe)f&q zH);O_pF8;LQ%e8c52$xZTDV0vcg}a7T-@0^i!S>l7@iLw{q#q_g3YB`rayv*XRloN R=Dp?7MgPHv&}_In{sTXPr5XSL literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mecab.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mecab.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c77490c20adbd5b38de20eda4dd678326d608ff GIT binary patch literal 391 zcmXv~KT88K6i@DY&{n&+2zAt@lwMHLF5)go5ya(|klwwvvAN5Uq?L10{1Emlh>PFD zsdSOs#K}!4E}hI>?HgWx@A3Qd$a|wvN4DzqH#l(+`YMJ^RsO;9)PiRep$H2U;{api zAi$CHir0+50jJ!!o6UU#p}@&1E$_Rav~a!?N+BRLG-8I)0T-ZiFNToy^X>AXV@V?( z_F8VfdzD=z+Au3n{={&h{gISotz7Gsdxe93LCeB<^+ZN82BPnP88YN1Rr1!xXmXvh z5H9%uIyb3RfFe^!rbO^QNi#E&$+3TUL^LD5pb@y>`le5=mXn+T#WH=6XEV>wK?l9s{0S#2lD2%y;*NjYtK>p J(Ni@``~zL;aee>* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-metpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-metpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efaad7c1287b3d950ac7344443b24e91a23b8fc1 GIT binary patch literal 406 zcmYLFF-yZh6n>X9rHN#5P*8B{lA$@&O~g?VL#wNMr?pleH;vaC+zaTFD z52w;CtCL%$gV4#l*5Vr;-}mnO-ut)@-}gY5=e<+g2KY2&RgFI|JJ8@6Qb!e+-C*F@|F^Xdzs>b z-RSKSUviSrv#d)yS6n-&z$03YaGqUbUa3AS_ru*iEHgzrS~(y+DsjxKY;`?e+>H}f zDxp0KhNViE!1T@{b;zrE>#$(yFsDaiO=mKHBLm&0HbUrU3(zt8_Q2hE>P=cZ_s+Bl Us5y4GUrr`&dkpOdN4Q%33#gxS`v3p{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-migrate.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-migrate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e885aa353aee1af458e0b6e38e5841d2da333e0a GIT binary patch literal 443 zcmZWmu}T9$5Z%4IKnzKvpePn8Y*OSlD#k|Bi3lQs*rYkuyGd@%UiRGGL@u3$-{3ch zjsIa2(8lY;%E~|rA(eZHS2@M-9`lCxX7{C1DIrs((ldNp2z_QGFZ&Nnn+80f00o$% z2)A)$wJnS+1Xf@@;e|>r8IA)x=WRQ25~o)9%EmP-t@t8Nya+T6sHW)(Q(h#30S8Y} z%~Xeh8f~f@PPrdKl++{El~hBuby#h<+dFP!wETa1R&&y|^W>zjH02zmJJ5_PHx#0$ zWENjKrlp0Sy!2)DGzsil1S@B?Te@kXRkiDYX oGHqgGjDM;KAL9>ub-cFsW;fr<>*EdgwM_1gCN^^RWzh(K0qQD)#{d8T literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mimesis.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mimesis.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..926bb6118540daf540d0ec5e5e49aa82ebf3b6dd GIT binary patch literal 343 zcmXv~Jxjzu5Zz5Y41sGz5G=&TB1N*Og$QCVhzMeHO^DgK%X*vava@%R(!$@Me?e^g zAC`9M#L7-MY_4+mKBgGnW8Ry$J0JaiOkBnBJLrIrZ%@`0uE1>HfoH-Ar;^lkKq(0b zP#(O|rD71YVY2b#NkY4=Qb`G=&3R#qd?+Mfw^@rCP~cS(c01SYMT53*B9l$5keF3U zjnVkLuIF9&N@jlB{E1bn28It%ST+(?8+GqiBfHT>3729B>8*ASFl-9Vlu2>NbZaZs z9A}3|426Z%DaXYKkmb4+>)?D5nU|`u#(5Tuq2){9d%AjZrrUXRRx3V{aBlpy{I7A_ Zwcn6Z`nN~u$yc=da{3t^JoZfF2LC75W$gd} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-minecraft_launcher_lib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-minecraft_launcher_lib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a88e994116ccfa88063fe406dcd0f1349f4d94b3 GIT binary patch literal 374 zcmZvYze~h06vva+gHpIf@CUlMNryJ*2`=I;hzR0xONj03HC~#OBzMx$|3UC?5EuUs z7s0KYIJpUj%S|SC-sT$~-!FOJ_aX1K-;a^2IDUcs0HIHBRu%q<*`5=Rs6Yi4sK!H# zQGfs!!82Y?41+dI*1o(+aJQZ-At1N3V3yI63ozYg%_ZcTm6i%Nk$DB03Vw5ugx%I< zdnS!#E~B%F<-%l@Qe&e%zU%oV<_XRG^7#X)R1L)30kdSpZKKt#BN=klupG{L3F&p? z5}?TxUaP2$982@Y|eEbpZyzLI&qoeztj@-*HP1tfP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mistune.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mistune.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8051b0b363254e5ad866352c25cf8782b7dd2a3 GIT binary patch literal 443 zcmX|7F-yZh7`;nksfD6wp__E7RB5hS5C!cnR1w6bOGtay_H2?1_gyOK=HPGeH;9Y> z!=<2$S)JS}9fVF^8tWV0-MjC7-21-QVzGcU3WXPzGZFes#R^(4F+bABBch065Ba!* zeWPPwWFUsA@r*N*T-Vy5=1O95d z-K+?cO`n5`0#<3ARho9gZcH}*UhL3|20Vbvnw6BV;`0EMtJ|d=Dei$i6k-H24J|EA zNpZ+2WdZj?Ar(BKd75PLK!(C+1n!ut$bhR*id&rk$aU!USey4*{U)TYVv>wmFeV=F zk}y_75j5?CLjqi}x^|A-0R!TMvCfmFaF+i&JrO9WdzOlTqS+##@{()m8a#}ySevKs!n&0-%2O<7c&!C`!cVszxsWHN&o-= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mnemonic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mnemonic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3f9c978618f7b22be31e93235d088d08c7d3de3 GIT binary patch literal 345 zcmXv~F-rq66i)6e9EV**5IQ*tH{1nv5JcPs5kXwK9P#qni_Ik=Nh>$H_!smqNEiQy zquXub8ERt%#y&bGb-$#Az*DIuV8C8Lg(BQC&pNh6_Al2=z*-0fYr7t%WFRi>CaE^JXN zHL)fHcD-P;uV@k0EuToO8X)!os3T+Uv{Cndw8Shy!VjWw9(DTik3*9c0vqrJ0fO8Y>75;5^ aefx|VKmAJNEnqJBzg)=^Y z=t{E0fTCk4$28}CDr=L8a-Zz(QOylRRyj(BplK{?z6cP{t>aXbM%kG;quQ_zv_1O2 t1F^}8tY<67-I^zA)kbV@qStNvb}`03n+P9$1lw;r2k*h*#8=Dq|VKmAJNEnqJBzg)=^Y z=t{E0fT9(Y70r2{%GzY2+$XzxRC5E7RgRJ&Xd26!F9O7K>o^sqQFdm|s5YzvZIAx% tKx}d%>)Fb2x8{jjwGrE!=ylt^U5xS1Cc;M_!S>tE!FzBx@zt_@`2~L+avJ~u literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mpl_toolkits.basemap.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-mpl_toolkits.basemap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2d059e68e780fa236a7ae9efad8defc1f5c50d7 GIT binary patch literal 1089 zcmb7DO-vI(6rTOxwm=Y2z*Ub(4|D?_D%fbe7)gjRA;#FtX4{?8Y4Mv_x5>-<``$P2&Ft6y{y5+gkJn*B z0pK8Vx}tWBqqhP8Z-4_F!3Ca>6@rX^DNJ-Xg-4)TGR~@i@q*Z`5wEh6KI7P7SPIrrz2kIS~LjUGNL3Er93-ia)jiaR8q+~2s3Q~<*7}Glwd-~lq>F3N(wph6%x30&te)PP-!<+v z^s(M>qWL2f*UE@9v|I}g|)%EJe>iTNq(!`#2 ieP8c?+4rK4JB`Vkjf=D2^|_`5^vUKpkcaUopWp=GZV#XU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-msoffcrypto.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-msoffcrypto.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70a404874785b9dfa948b48b164f9abd4aaaddb8 GIT binary patch literal 424 zcmYjNF-yZh6uwJZ41t1+6$BxJgBg<3+ELsE5kXwK9B1y*#3s4p?pjGV$NmC;gShxV zTm-jl;^d|jmrmZb7W#(Ad%W*`-}~Ncr{e7Z9RNOUvkv#am>-zp5l}Dy6jG;v zr896KZ~$|t`wUm8fm^r2_O$Ppil=EJYoU3N@Jf@sQbCqe%BrAbnoy!iKvclfVA79| zd-0L~Whp|~bP_IVyar9TH>e`bd2t!Gnk|eePcUwFuj=zkX;KtS#$%lqD$Y0`DQVAc z+EzwAfw`q#%uvQlhSWVH8Vz$TB)?;cR_I!ggk9t*i*AJ3U=mGOH9$ bgz%^9z}Bw^VDH1*dFvj&d*MS{dS?6wIN5;W literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nacl.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nacl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36b9134e5bd083d54fca0dd5b2dccc76077a9e44 GIT binary patch literal 994 zcma)4%}*0S6rb5{y9@2M6fqSE9!!uFLpP|A3(7&MpaeA)LpCw%wmWUNYsK%Xy) zSU^e_!KJ>Ae^!?gXT6RM-NK*l(o(v#;-a4_0P@Mr@TsoGxK;(&CI9MGYeChB*%JlwrP@_r|O!gsd>XBl=T;gr6?wYXB?0JzUTY*V4*_i9Qn*JQg6Y zJjR!7!(syP0pif66AC*)7Ux+=a~xvnAJ7pDM#pdDqFp93T_Kt$7YxsF?Gjvo${9z? zky#^8M&}(sC$79qtYsN?m7R)Lw5^+|u^TcqJTeNEi&}wDS#>JL$%<-w2Q_C~{<#1J zHj=5QcMM;T`lM4%P2Yjq4`7Ust{@!yg2F%0*jM!Qn|Qf#yD46+ z2KPfK60M4@uv8zfjn^k@lY0ZVcAqx~CYs?pethr{@p!m;uN6(K>vf}MG`KBcQ`m}Z zMz$B;FYmtoNcYAcHZMJDMrW%JTCsS2rM6OEtF1NC+v#TPdUd)b^&KJ{9A3vQv8NuZ Y#TxO(bVK?qUONat_&|X9Za)zH1yL*fyZ`_I literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-names.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-names.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efd7734af545efbcd879737e360769f1ba8dcfd6 GIT binary patch literal 339 zcmXv~F-ycS6i!+TrErS~g42Ohhc>9gE#fYS2;y=}iOsuf?$RbCxs#6KkI=s$F8+@j z-MWdBn{c??WYY8A@c2I7_q{K9tHB^au9D;(W&uK9p6n|82kW5&&xj$01*-8FV-z63 zEO^6P#W-lgbnn}f6nFcj6aq?HFluQr;Q~w-HM9nEorc}vO?%lGOPxgL3(JMcD=Ftj z`?N0d9`lOUe%I!SRI&zQ9)Mahe<}ZCbKu%f Xh%x>hB0Tzxk6uO}@$qA%V>kE%LtJDV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nanite.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nanite.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e76925a46e239c7860abfb0bf0ef27705753d17 GIT binary patch literal 341 zcmXv~u}TCn5KVSHSr)DlL9h@Dn=N*OT4*5_c7li?HrFh1Gj|&=mxLsDvZdfZ=r4$k z|6ysjomklkhs{+cx84-Pd(3%kLZh+%;ycz`jA z5MUO);!ZJ$nmAkg4kW|vMx}&+%9V^dS`N7Y+pbG0xr56rZnv(Qb7>v*8dFRi7q+OC z8e0?M+Fmf(7c>vc7LTM>6Cm~;s3Rlpv{83{vnAJ>R&c?Gkl$$U07GUVXGHK@q8nE$ zd06Zp5bGmzuN>16SW@bSuY${EWLYWcjQ1=Vv5s{h^t^jCg-6rs60FB7(Twa-?@(+t|Cyk))N=MJI7{)6H32 z{2xxz?KW|8D|8S#nY32F;p2Ue_wpWjbKM#;Q>(qg6G7f>gqSUt%PQ>B@4NpGNeth}BOeI*_9ptSvpvbCvaG_e`eTiO!|P;~)J z(=OMU6z3*T(bJ5DaKt;%I?Id$BppIJq%m*PEZ04eZhMmrrU!(`K z+`x3x(s*VURXUmjyIX(Fy)2(r_7V{dV%V33aNPB9FcFxmO_B*E=oA%%d#=8RgJkGTNT?$#s5E4WF*_TaX;s*R;iqqCXi!ephC zQ=@%c+w&&#hL(QW`k9on0%9J4S~B5QY5Cwb8*-;;0oQyC>Ai9e&}0tvoCrQ5s$=U>s$Q%^^3@CTdAWN!cf literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbformat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbformat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05479522d15e6b3e2c587f77e374015db58cb8aa GIT binary patch literal 345 zcmXv~F-ycS6i!+XO7RvEgqxg%4sB2eLBw4U5ya(|l51YC@zN$Fxs#4A{ssLD;^O~s zbn7NgZo=VmlgXWZ!{hsS-}k=cy$^>mauvsKupJ=uf*VJAmVYhePUNpv1r_$Nna$&Mc z%9+tVup4-rc|l9RZuLkiSpzZmKrNYatF*jxyA8Qfw17)qLVBy512kDcvmk;`h-z&m zo8#>8h!}1mb;=o?f+4wTc^{mwBlAKwRy)s{5o6f~_@4G}&Q!aK&T7f#0?xI+m;blf ab?qm_82^qCKKYDB&!->J!NWjDZtw?$)n-iq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbt.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nbt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c29af0bcf22505de15ae73c5d94687df298545e GIT binary patch literal 299 zcmXw#zfQw25XS9N@h2h!8?TTdwSW~dF(MYk!VM zsNE_CY)VhMPrv(gcRJlio@XRRmc7FdCFCm=`xyPh<}|_!X^0@N^ojJe7!~8;$V_n( zb2v$`v|fuLOX#6d*6i$B&P{t?(9c{dA;754S&!k3Y|`%Sib>l63rpb08imf=XQ(l- z2ghr;Q!^+Zo!|(bEx;_8R#WDBl-68LE-qP62xaVSc>{q}u2&`?*BX2!t!+b9TZ2B% t{8cQV*g?`Vo$C7S@pWg#T*Hk&j2FchkdR0DKA@DY&&k;>UFCiponOQrTblp? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ncclient.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ncclient.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..635ffc4168c11d2dd33330ce574769c7d72d827e GIT binary patch literal 610 zcmYLHJ&zMH5Vbdfi&hFcXrQ35bTlbq1ILGi&@~7I5(+1AG-*~o+sT^qt}T0#Xs@H; zFYp@>4gZ4%i7q8nbev8!S24R$jw!}7^31&V#{M=O<^(OzznWQ(kY8=GHOxCZzk|mo zqREtKsxwEcY?@J$5tHfO7rH5$_L~0a%IVMirS~Un<|C_>a@N$qFC%6XlkBj8($~z{ z<0xappp?L7Qdws~f=O)CHBMHWJgH~{*m}-nt(gqLStY?@yEaSXe5eqB$>^{}*Bo7z^vM@XN^d5d%LQIx(iBCU)BF}Hxi-XmxdZ-Z3kwVj#qyP$D# zQ7lcp6u4HD)^2#8-@7l81vAFV6FE0Y6rr(O0!0U1C|^Uwo-Pv!^d@Ni_)<)0E(T9G s8V_RoVcJJex6%FSQA*ElU8ViM*9d)lHXzsczVAK!vHR%5Fb=TbAI28NsQ>@~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-netCDF4.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-netCDF4.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f61e8f89aff7e1752af590072a5b34a0cf37a60f GIT binary patch literal 547 zcmY+Czfaph6vyvu*9lQAC=8KU2x6&0@s$#x4k-&&rAh=Lp)RR}<@#RYEB>XsgUXr0 z&^;S}17hj_(S=A1l_#W5-GUGcQ_oI4@P_x^_wIA=-aXwf%W5EHjmA&7)Dikqh{}{M z?cqd)OGFXHA&PJxV??zf?rRzXO!aF#$9N4iY7FtnLa49Brcy5|Rg&g2vR3V7^{j3$ z{4I*uIA3AHjS_kmf-5}9#DIYqSux1{4<9?unPj0DE&i9SZfo1=IB)WXTJY&WvIuh1 zFXL#bg7)4kYS-!HH6OTS19oWZdGjdy6btEvA@F%sCrFZ0!HY-dR=_BQm_=#ArMN;5 zMRQL-NRUK8#CPx{88VsjkmJZ%yNI96_^V~ihH z5q>u_(enDu()!rCH<8i2X}-SI?cc_$NjN!~8XFhAJCz5M{?u3-_wMT@V&CeU1;Qp@ Qrbg?cH`9@^#f!i34@AnJPyhe` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nltk.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nltk.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6a1ae797b3aaa9dbc5adf23ba0ec67a33c12c4b GIT binary patch literal 679 zcmZut&ubGw6n?Y2`L!leBT`GHo>W3f)>`aI1VIErL=Z0vvTQRi*-19L!_K5}J(R{v z2^7+sJ$jX1{6F+ikU|;p|Fm%Z ktXLVBN99BRX!YdUt<&P|Nlx=7HdNP7mez-rWJy2s2fnAT#{d8T literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nnpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nnpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00aa0164789d731fb394527836ddbea9cf30c41d GIT binary patch literal 331 zcmXv~Jx{|h5VczbQKTS*7#Q0zLvjK(gqRr+3+mFvO5;mnlGv7Qioyneg5SW#|6pOx z${#4|)&-mbZ+Lf4_w{t|Q4|u7Fnq&rO33FR{^9i&>wO?4*JggndX^8151=kXvD%Fca@T7>B%Wr;V|)? zbylJUraK|6%bEratGs8+awVPdGg}4L@!w?NWbmBoZWCOzir+VQX##I)_=P?4v>H=N Vzm7+AXBCjc>BqtJDKfjh@B?V}X43!w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-notebook.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-notebook.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c8ebf117383b764d8d9a4e296ba367880a3711d GIT binary patch literal 1190 zcmb_bOK4PA82-8|%Pt#Ih?{~-vvT1^O+dXHEw0?f1PZ$HKX>M8z-EugaNw*IVLxjfEMSq-?d+k7>INWx@CYtB=didH1v6-4skV-MQ$U_xk~Ac%Jp(Z zOUK+e2$(Ay)R9hO-Vd1gq!X>VFs3ck;mt3at)wFvZ@6(Z?=LhGM|$aSuFRxj6iYT2 z$2Z+Ule3QKNY&mxisTL~L35`yy8<}sylK~tftqWYMA>_;WUv;Kk9Y>WP!K z@FknZn>U>WChSJi@gpG}>;`XmSc6c7N{&96WD80AjH1(drPZYKzIY~Z!a3^H_%P-* zhFgpx>A{1q9-du0`}pej>lbEwu#Gyv5-jX8=G2}1h#?qX^j#*Z!fQzyx1(-Zcn)Xw zpu62&OuD&H8BVoWq*Z(ARWtx1U9z?x=ev-_n)@%K#?=o{^AP_a+0+Rk z+mk>_FX7@#IQQ0q-ADdB{p9P}jnNyu@^dIZgYhRY{&>%c4LJF4aq{lz_2N{|+_ZpL zFD4HE5&fr=QtkQ3*k9UeVY#q6vOIE6ZhU!WQ-|Tv-wr%29ojuQ)6xOuHba!(4EfP~w`C&AyDdX0g&NzMK6U=6 Lwf4=_`HJ-crsOV% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numba.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numba.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68b547fcc8de76806343d031516b5bfb331583ec GIT binary patch literal 316 zcmXv~Jxjzu5Z%owhF~~6ECjJVxZ-Y6Td@~J1hKg$>}AJfz0K~jyNRY#`~zpDf5FcG zVPh$2{R0QrUF9a~gLyNL`FJoNaU3C!D0+wI0HNs*T&N*Ws|KuB5wb$2ABv%Cx zdk55!j5}@AEu_wpD@{{4=Ql9E){HtZqykwH!DmEwuE&$ZBVxVV*iX)B29_kc=F&PU z1ehdOYHpKMNoV{{r-*gzw`h4R%VI_+x?YDTg<_?EQ`5c!`>=bSmOYH|a)@>hUbD}^ Q@S*>;v%lDWj7{j9KTmXHWB>pF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numcodecs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-numcodecs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9d776b7d09bc37a3ae90bf0708e9f12ab2ebb12 GIT binary patch literal 282 zcmYLEyG{c!5VQkA=%f<}rQ`#W;<5r-#1|kML_>2j_Ht)(e#qVgj*f~?;2Y@p4;pIP z{6M61sjz`4Q;cR-v#Z(9vMg9aQGDQVz}O<24fwxU<;WXTtl_t;=i|Zi(9Vo>3T2!~ zXS|>qpXh4LzspuDg;pEy0>yW>$|u&Z&^m(K`a%L<;2&<)QKb83ChUK1MmtU7T$xA zEgNEDL#kLhVG}B`aKq{U<==Oo?qxiVk*hd&9 zSVD4Hb7n!47OIv=k&(Kyg{n@{>5Ld*A#uqyTY(|}^SLdKmKe(i;d?T0rg@V|X41Ob nM)OkfM#8D~$Mr`t`>uV47~`)4gs<@1==dRe9Zhc|9l4ipL{NCl literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_cupti.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_cupti.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75ff7dc75cfd6a26c93fdc02980f187a5f34a897 GIT binary patch literal 395 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vp2aRy+Y>K`a%L<;K_cs2f|hQVB{4*EW8IJ zTegac4XI-3gxyk!g&R))FaP#^zPC=NMMAY&uP{sq`G{s;>91Iy1o22DkyMcd9Z^aW z0u+)Lx=W1GI_ajL(R68ZTxg}B@Vs22M8S(n3O>eCSOj<3J!l5p)L1$%Ld^1+)^o=T zU3!b-eCzVcqjLG5`!=#P8RrvJzZnSVF3ggr&=BK9CDjva7@36WY1nd8|4pM^hS3k?-$RKnOp#0X%pG7mEt0?>$)aTKmRY)WLdl*0krAb8GUN GqJ9Cx-Jo3n literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_nvrtc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_nvrtc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdb7825ccea1db0ce353288d6db636faa2cd8905 GIT binary patch literal 395 zcmZ{gu};G<5Qgo9AxhPe1u?Lp42{*YRy+Y>K`a%L<;K_6)UhMm3ChS5F!Bl@7T$xA zEnCIJhE%b1!fvU=!VRbYmw)>{-&?<*B426x3gZZ&k6`u{|BCgA7mtV|jwLGb1Y;B- zz!1IQU1AcqQ5Js&li}{T&{9I-sA>ckj21O#bSe}x0_b_Ep-Uk44wxfz;VPqVJ%c4z6)WIE z%wTX`apu5~22?|&n3Ae>3$4!b;fPq_VBnKWHU~@o=krrMEwPU8MCgMZXTJTXYK$xL ps@){xQuA8Exd{sni?WBleZ?5#?<0h7@TzzEl)U$b_lZgT$q!bbdVc@_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_runtime.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cuda_runtime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d28d902151469ba2dee071e92e691815e408ed3 GIT binary patch literal 397 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vj@wE1m$cAeIWra^q`z)UhMmDayzrF!2f?7T$xA zEgNEDL#kLhVYgIb;fB-y%fEe}@3q(KkWih@3ycy%KBC!G`YTpPK|ByiBvquOV@gRv zfI{+2w~2AuB>nU=nm%n03!@Yip6ew_6uhXV;1krsBDjnGUOVJfgW7o!VwTU1SvX!8 z?JZ97jmv9~%H@CV+sM*poKH~!=WVuo?}@D9*!4Y|n-ZA21>xBYePzu}U~ufR5(S*& z6b4t76do*Ff?hI(6IL~TZuDt>GGq=t3_@}tX5iTWd|^tUWzNg3h<&i-%s2nEwf0y- qUN!4%R2o?;IJ0rZaaC?Vw6By>`h7s?HGS_MKW1;;le^4j;p7KmUwc>p literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cudnn.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cudnn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..443135140c9a47aca12bf4e8c1bcfd366b6d6314 GIT binary patch literal 390 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4z<;?Ry+Y>K`a%L<;K_6)UhMm3ChUI3-Agc7T$xA zEgNEDL#kLhVG}B`aKq{U<=?)~_c9ptP^ez-8KwzB@6qfk{S}*|AnuVs0xMMD8OA6< zfFXIpU1F9t$uRwhW{BIv+$aUPXS$X`a+X(uv$@pVN^s}Hy>`ONMr!AIh*`EWX6;yR zw6}6jejKU1RF3?)ZzD^aF}9Ej7;CfLdyi-n$8PWF$`nA|4RBAF(wEj;2L?wkN}j`+ zT)^nE6x@TQHRzfuIj3dgS4N+Z@q{|*VHA>Uz63}A=L=H;Ep=XWBKA?oNy0z1CS|kD mriBref>RrJ8+YXPL;FlI#$N{rU*Wg@@k937AKzv+3n$;g+jwaJ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cufft.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cufft.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..024d456288c21de88b94aa1b43a79b0e9a2a8b5a GIT binary patch literal 390 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vE#WRy+Y>K`a%L<=B_j)QKb83ChUI3-Agc7T$xA zEgNEDL#kLhVN)uxaKq{U<==Oo?qxI@AYX&QGt44{-h)QrQK zEFitC1#@6X3sp;$%t_t3rLIo0$&^^>Aoa-=TYx41^Z6~FmRKjYBJ_02nenD5Tvm6R nWL9d?C^$9Yw&6y0-?z^gWBhf1@D+X=9zP_n!^v%8694iI!q<3d literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.curand.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.curand.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9260d754a4ff58ab4a07e1021edc01d8c273aca GIT binary patch literal 391 zcmZ{gu};G<5Qgo9AxhPe1u?Lp4vE#WRy+Y>K`a%L<=WTA)U_kqDay#q1MmtU7T$xA zEgNEDL#kLhVN)uxaKq{U<==Oo?xo+)QK&qBhH-+>do;UBf5rMJhqxQZDNwP$sqlRW`MgxZj=J2qk1HE5l`H@Jw~?jGD4j_Kly=!}-XmJawVOLqnI#Z+1I&}T^tCnDfx(fBnsGRj zGbk==!8};90=*(iPD$PR%IK4FI3iAZC_-|<=HSTxd|^wVCC-bjh`rcymb|e{i?VJv n*?4J0qu|uWK`a%L<;2&<)QKb83ChR=F!Kr^7T$xA zEgNEDL#kLhVG}B`aKq{U<==Oo?qxiVk*hd&9 zSVD4Hb7n!47OIv=k&(Kyg{n@{>5Ld*A#uqyTY(|}^SLdKmKe(i;d?T0rg>wOY(b}W ow~gkd;*Eq;?a%AaWcFSA3^B%E2MAx`x6$!K^g5c}MmlmY-&8(%#{d8T literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cusparse.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.cusparse.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..022a80e1a8f766ef84364b59d5a63068ebd019dc GIT binary patch literal 393 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vE#WRy+Y>K`a%L<;2(4)QK(I3ChR=F!Kr^7T$xA zEgNEDL#kLhVG}B`aKq{U<==Oo?qxI@AYX&QGt44{-he+wk}yc^yt}6O;ItZ&7J^x&QzG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nccl.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nccl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5b9c14e17e65c57ea7b06bf78558d940be0ce69 GIT binary patch literal 389 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vE#WRy+Y>K`a%L<=EHO)U_kq4a&&K6YvTk7T$xA zEgNEDL#kLhVG}B`aKq{U<==Oo?qx9Op-{cvGfWbM-lN%7`YSd^LEIyO1XgH;rx>FI z0fyuWcZq4*B*XM0njvlvxlszZr@EFxGRoJ2(Nbz=CAjn9UOT2$BenA^#4KGHvviaj z?X4_}A6KlsRId2*-$s@;qjV+}P}*j@d5>rl*KY5~!mNO}8(^NyrLU~H4h)W5RE)!! zoI!qB3Fg6)8gxyREJ@Y)h0!O)XiS{+kcZ@w&B2lX`NEb!OPm*-h&}H(3(dJIs%D!_ mRz|E9oZ5KWcp|qS+GmO}{yIST3cvM_AF|i}=r*%ic=-lBCU@`v literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvjitlink.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvjitlink.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c64c9ed9c87f8ef550cc257ddedf30f695eece98 GIT binary patch literal 394 zcmZ{gu};G<5Qgo9A!^l;1u?Lp4vp2aRy+Y>K`a%L<;2(aTGx(jw8&bv637b-hg&R))FaN&#bg!LGi-c;mUSOCI@*d5;(qFMT3F3iBBB>$^I--;$ z1SllWbe9;Vb<#~gqUqA+xHL*Z>A7B^M8V6Y6udw!EP}i29y9}9)u^2pA!hm1n7QMn z(cWT_|G0eVQMvrje;ZkvjPo%n;JnH9^Pb2iuHD|VsaXJXw;(*5ps%c%1qR2iDpA4( zj-hv5N#Vh=73dXHSg@-0Q=`xF{(w33&nGvLn9E7bG6 ps<+v2VdPT5xsCUYcXEfJeWsMsuOmWl=(>ISn7y_8cbUz?%Qx5sdM*F} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvtx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-nvidia.nvtx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f68faab76a2c7dc077e4335fb5a33ede8a104a64 GIT binary patch literal 389 zcmZ{gu};G<5Qgo9!D`i!1u?Lp4vp2aRy+Y>K`a%L<;2&<)QuzC31npC33vq%3-7_m zmaSr9L#kLhVG}B`aKq{U<==Oo?sYKeAz!`T3rr(~-ht)Zx?k|`}4m+Rsr8BeH{4n{t?RSt8%|{Refx|t#$N{rU*UEC_>sKz$9KdK|MCq-eRv=M literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-office365.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-office365.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92fd90e8eea21e66c745a0bb0d34a380560f12de GIT binary patch literal 522 zcmX|;v2GMG5QgpDJ8@Z*h5`hY3nX;Ko&^z55YZqCBm@x&%{7*9J)1T0+AEJYuyj;; z1dw87{gp0)xeYt zlJ&UJrh`saNAeI@6s~%!45;FFBAwImTIGy^Du^T!wKjm`mb<`yF`tZAgix*$V!W|8 zJhK>NeD4>1&;}O?1AX#loTdTzg`B3rXD7Ug%pBi>4E#`s&bv2p3-bNQ0?%~~KN< z(d{;IaubS6CzGCi!{hsS-}k=cz4!Ym@|C7!{b5eCC9-d8yRY znh@9ag2}$3WmvX)BBiQ;*ax7FOoY=$-TTd!+-S<+QjB4EtGxpZnL|A%Qrr>UxKh=} z`QZ_Ng<%JC8L&>BQC&niB!-kcPGxXxZA#Pr>(Knt8_87T$rMk za$BE0Aiq-H0h-L9oe{yWiE_4< z?Lo1(PYkz^d*y_V!H`lpz78&zk!2-YtG#E*h_P%1LeJN4E|gm&$BkrD0Vg`#EBxDR a`SufIjDH6RAATk~&qp80?tM=ue((oQC1)4_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-orjson.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-orjson.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e017b274e0c9a5809e13234a23d696765001bd91 GIT binary patch literal 299 zcmXv}y-ve05VlJ|B_#tdz@8zsfEDoshy}5*L?*r_ZWEv7bBe--#5=IFvGE?ffmdDt zwOc2gB0lMUzSG^O@4m7uWf5um3H^kz?~(i?@;$aEvAnUGDfZ4E*ue8iei)Lz*D6e( z(SSA!3<;RN3(1nugqf0FR;?rgy3KjW8m$x<-C1;=KG=5D-MxwiI}r2)(u-Pq>u?E` zCvj(G1vh#D#l4M6;KUltTD1C6*ughwF6ZYLg0zPsZmwhvBuYDILteHmxUxZ9QCXq! wF5c{!Ag}(KF&F4YqjNj#rdJ)RzJ+Tyi>7!C8vp${;GA#Hj!q{pnLCbyUsrEk-2eap literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-osgeo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-osgeo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf56515b4727cc5bb577722d1cb571c7d4e672f7 GIT binary patch literal 1947 zcmbVMO-vg{6rT0k`-g2XnBNf8Mno-bvD+k-)s{Aqsz5_cQ>m@0u2flzXKb%o?^-hp zj&ra;9Acj^C&CGipi~M+j=4vwknDpyJv32Hy%|NlaO$khf~kTOcUGEt@6G%BzPG#2 z0|5oFr6>nztp|Wtj^ZxyRCxV655N|H0CEP%aVp0-vd8e`c$Lq2Rc}k@4WH^`cHR(F z0eV%@0}uy&$d~PN6P};hfpgiFpa8`up0@Uz@XVCj7TsvN$`?0zIb z+4aN$BxJ|jZ0DyMG?`y^;@sj&Y7p_b+C_&7>|s4JHk_sQy?rDK!gj3pG&Xce?Dh72 z=Z-=yc0w+RdJ~%p6kKMy?o>F#7&1TWqNc;n=>)s1*~#nw;sy^wzbYan`(7t^Z5f47 zU&`aM$N?nc5}W+hw@1e27dS%}Hort(JkeEj5cZyN8aBJD9E5%6v6obR(|Z$k5n};` zVJPKEbLwD`cb=*Kza46(ING1I3eRAwjCFcZIa)KXc+zYP|9N~8-a#Fc|%`( z7+_o5Qgl?sRf%=NMW%-6@b|@gCb2cv8ICO5xhCpV%*x6w57T+-5rL=*X< z?$VQJ5#s>0F^g$wQDVck;Ox__u|@L56KN)A!DRz|g(q20&JUGrvc1W39QV%{;9`G) zk6!`#PoOkE0RGUbbgTgR%H!DHji<5w*wdN)nM2{3Q2TJME`77=I~IUfTwPxOyc$}+ z{Zb5;Np+zvUTcJhx9)G=ugEW$FuyrpmYJgzY>bTUh}+_hf7`$N%Yk?}R2#Wd4qUX# zhp}g~wUKX`y*IQ`s1!CzmD1x}z4xQW_{7fK_S{Z3sKKrWU?amOBgT fb@83X;KVL}6rMa9xL%Q(JdoaP4zObQ8XL{OUAC^A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pandas_flavor.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pandas_flavor.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20ccbcd6e751136cd81fbaee55e93f4482edd471 GIT binary patch literal 315 zcmY*Uu}T9$5Z%3q$l-wmv9ynpENUx))?y=RY>xGIa<^u0cbQ#JFP*iGo!?;Rf7qn9 z^#=m!QaKk9^ufHD_m~-GKC&!jgfxAJmxQsePW*!O8p~};uS_w;%jAZ&$)Gpe^U^9A z@`;g+!x2KMLj;`d{`VgxqHM1Q{4=YxQebuM9mep+mfh;rv#4ARB0PYMqSVo&yMrPI zaqVRRmwE!ju~(8diw0~XjJ_4Vjg_+}qoZRHbc7*wPGt!}}q?L10{158rDlYyH z$8NWYlbg~(=w#AbeZ!aUdwK8iz2r3rYQRRV_CoIv0Pjw$!uut&JxlHZ0R(c8!5+*| z4?%zcg#`vD^H-U0r^aFzie_j9p literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-parsedatetime.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-parsedatetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31806a77609076c5b80d0b50173116e3ae90c057 GIT binary patch literal 669 zcmaJiclMzGsXtn8G-<|;EYEO>>!z)K!^A78%r<#U=+5`)rD@P0_h_qJF?th+eA z9=CTykttD$8knRUOa}=W5E!W8$E0tX4x7>Vj64@h`ar)1WJL%S?r}cXp{QqB?n+)Y z+G3E#fIoHCh&3R;y}P?j>0_sA6Y;fG;8`U-f|3D(E+MN_5XR*)-e)(N^uUZf(xzd? zNd=14sO_8yq07qoAVfy**MWrsnyxu_cA>2X8(N6Q5Fy(BhhxP>>2v71on;H~sGY?< zN+)b1i>uqWW8Tbeb@>jvVd9f9j4A!m&S#t~&*v`c&V#^uR`wE)F8x#8lksSIRtV*C zA(j`PHV;>G%j%#FW`%PH=v#-DX`z(@+e^j|?v;p|zm$?p0(*{;ZNY zJkl>=@}g?z>iGiff*U=HmW0CDt!!hHqYf~Mod&=~bsBd2H|=GEmOF{bW>!edDy61q zd|DTI55AJ6-?e&Tm8yZ^18~bG!fK=L-C|_7nip^-#?T*X=K#az(9D?>cTBgoQq5U* za>`Ix=sV?`0!=$5g$KBCU%2AI{aiH literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-passlib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-passlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f9458933bcb3713892895d7d46b22f7ca694659 GIT binary patch literal 317 zcmZ8du};G<5VcbfC~73wnAtKk7O*0|0I?tzmdM1{#5A!j-%*rq415DS8yo+@A9Uph zD!O&z(u##A`RsSPr}uncS(XY$ntsA65#oCwe_+1Fdd%0GsD%;l@?P{ZPx8^?C}_mi zJ`|01riF-$lmDH<*cy;g literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-paste.exceptions.reporter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-paste.exceptions.reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a954c9c33714710ac8f49c1b75f341e4073b74b8 GIT binary patch literal 446 zcmYk2u};G<5QdYqs3=lIg^*yh1WSj;0=9y90>o0WbcsTIZQMGxWnbE+8&A<^VBApfhfVc7ApaS7g`zY5twViGmfGnTxOzV5Y~+nW`8i54>8?Y77}#+Sh3Y&wL2oSItrcL#H68RPZ;dE6kO=k8kg&4xyJat3*))9L|G8@T%}wZ?U$1U@tM zAX2(iv4famw6mJg&MwQc5D7)`jVmd{Zx;VZdXG)Ed%Sp$%H@us-=5rbUe7Jw c#^cl}e?@1B)`wEc^*~$mauvsKupJ=uCR^X0B)Hotq!3WpoKZ{jk_#|hq*z(=2J}@Dc6-=DxJ+N7bdHu zoEq%|yMecvSG4r&R!^joH4yUv)RGCeO3Qn<+mIVY3%KMZq_@gBK$AH%b0YX1QLU|H zbDSL>5yLH{PC2C$FeFzk?}PJoWM0U|YUf!qVl3ML-_!ohnQB+jSuNR2z`6GK^8Yrw auKk1<3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pendulum.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pendulum.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c075614b29c8fd5e139358b78f9b789e7073e23f GIT binary patch literal 455 zcmYLGJxc>I7*4KtQj3MdMX;O2p+g%~6bEs05Jd!a>2h2zX&alngd|rvCtdst{syUo zKf&Flpo_OUxhWllPA2`(cX)Z8hxg-olb3S21Wc4lPo!D^;KP!6xHB-?HQ*j#fFT1h zY{J-SIuJO3KmCb_D9PA9>jJugvTllo3=H$x}XN*KTz@ZLB zPm(@jw1q^byFA%yY-}P$HL07*Uf3ZD8E15ECYaa=BA#ezdL|4hjiXm7Q?dT;=Ya2Tn1($Gn+0GjCxS5F0`83JZ^rPe-=l|AFP91&@RiPD@hJ38lm% zK)LrqH;ReZ`q9ppBN6TPa#@y;n*^JzlDsJayIobt8tSIXK;uQ^cL$g4S&b&ON*y;w zlo%IM&QLqkE-VD+P>V`QZSa{a-RRW=D`W)>?;tg7DvZ+d*7_j3QfUt7;s%D-il+uN zn?pTkrO23Sjdebbk46lIfuU8-(kUQIR4cX%Bx~y=m$lKhXU!NIz5y-||L-5GcGWxG ioHo|(f9?;sZ_~F=Dg7A`dh*d9JdNM`qx(?zY~dGFY;Iuy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pingouin.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pingouin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..812616d66a08a1615f17a9fede097e6be06d8163 GIT binary patch literal 345 zcmXv~F-ycS6i!+XO7RvEgqxg%4sB2eLBw4U5ya(|Qk!>eyfg_(deYIwzo36XZt;IO zx^)vLH{o!($>h#^!{hsS-}k=cy$^>mauvsKupJ=u<;kYPf3Vnh;2BXwF-Hv^V~hd> zmtC@iU%Ra)M=-GY5Z%2GNFvwR2mw=wO^V#2LJAQ}K@btd=9=TYnTZ){DB!wf|gU*>S4v=IF#h5U9PDH5(yx0l1wuzz|Iz~B6`k+WGO1iur&+o=5 zFSInC`9ze?7Qpt74IPSdR@=*YHe#?ZS4<@P8MSHJw~I0UX(D`pKWfd#?xePH?Y|@c SZvB2dskh!x>&BOLBm4!dlX9*A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pinyin.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pinyin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e5f1d18c88cd2bc6fed7627601bed692eacb9e0 GIT binary patch literal 343 zcmXv~u};G<5VaGELZmJXFtBuB$&gsU00Ux2LI?@5bcsxSZA_imvfZMLNc;o*LdC*= zFtTN3f(cZybi!`R4X5|y_wL>Kt>2H4t2lmzuK=MBPyQ=hgT=ssC&UoL0#$g3F$xf1 z7QEn2F$|h8+4%G%!R>Y-g@D55j9QwHxB$~`Dqc6dzD&Y)_o_LsjipYbv#I66WTli7 zqkUZ4^CmM#3qNf6NJ?1&G50_%8FQ<&ymONcxmL7*3qFGMMmYy)GJ|?X1ivM!v8Ak! zvV%inxP{ayCv*&kZ#Fxw aeTNw1-vPqMKM~s6dp>!O_8)pWa!-G-tYyIf literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-platformdirs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-platformdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1c56e780e82e1faf73b6cd5610e08da4e02f3a6 GIT binary patch literal 626 zcmZ`$%}yIJ5Vm(W8%VO^SEBF$g&-vsaILskLMaleROJ$x^^h2L*OqMvn-e)z;swep zATGQI7Y;d8dqU#WTM&mzoa#*gk+#fXX1 zejtVzj!=x7ICh#2M$BpBrVCgtf_pgq%zYD>dxggkBXFCA)CcEXuJ;f3|2qqR^Qy&P z`5{#&o94R3sOs`0^KF{Pij1f^5GrO|>E8TXRF7#WbZ>E@W@nh_>fYQ$^*G_DjjEr` z@1~y>v(vm5E zQPk=Paim+JNQ|;GBSf@e<0SXBiCf9^Y3kEh^R^1CwEVO5H|vHj#`yON!W(zx<=fKA zS@FR~UhvZ^e{b{~w+pKSZ*4e>=05a;hZ*EoUK`bcw?3?l8p8rARL1m=18?)y=`;sYSq2t2?+IR8SGIN&*2DK|)CNf)@of%yNU)lw)d}qm2 zVJaBoxyTBot@(=Xob!iIBvlzF=A2VYdcqc3ok9#lj=&z@6DPd$u7CwxlL5~MM2cfl zlr~lQdbGMmjIg{j4Pr=Kl;X)uJhl-hDz_Rmf_!BIB*&2~oqv-W*@aBX6tGPT{+4$Mqyxh8aKib~EY3_dvbqKOY DtTdro literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-prettytable.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-prettytable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a7d14cc6ce8da5bdacbfcd796d6e3075cff8dcb GIT binary patch literal 346 zcmYjNu}T9$5Z%2?;5bRA2v!z0SKKYeR_p~4L2S|-o4YZ0X76^{okX^@w6pUY#K!+f zX?LAi*$KfWmAi=nrx@O2=FOX##b6K<7jgUsy?~HUPqq>Mf#snC&!i+J6{MjfN=ZO~ zmcc9Cbc_NUCcQ6D650(4schZ=@{%L(c9aH0i+n8LG6}o=D|_A=^c8RZ>ok z_I6$0Ys?E-`eCa_R>=mKxd)DHQlrxH4hl5vTJZud>RU)}lv99ab7<#G)MKVBRP?H}e3H@hx< Xhm_Kv144%%(cV+@9vwaOb>s@a7#e3C literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psutil.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psutil.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9186cb43a0556bc81a90f311900679e09916898 GIT binary patch literal 1629 zcmb7^yKmD#9LLYGeSRcv+JXe)p|*g4KwFEK#K0ShR0&cwCUfz#jxnvKQ=*tcFa7JHl zq?@Y-96!8MfZEY zgBbkqWQYd_b0tDCCCN}34#P+oMtMk$uoyp`NGp^{u2sZLS(r^fnp?;))px95$sHUXu8KyjbJ~Q(m^N1;P&t}qL0n;-t!YqbC&djGdCElNX z$&$F7b4my!yXbp-8iNEEy;aPhP&4CO zIsC+4!c+4;vI0!ZRqU>sj{VB?D?#3KuT5XMYEnDEQ=D9}mN7LK{fh1K(>o3(i+Rsm zp^G`s4G8xfbS4eZVG+iufA{TITI#K$he{5A4xe9t0sRR1(LQS9cfA@>e7j=lat%h)UKT9Ql`I4CjT(`=pnLk jb6YyME9)I%}!1W+UA`Az->KrLle literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psychopy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psychopy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2869e2aedc5a6005ec1903e4dc730760d3bdedde GIT binary patch literal 345 zcmXv~F-rq66i)6e90y%Q5FErwxZy6SgCOEAh!n)7%MmZHz1Z9(Bxxn1i+@4?f^_kJ zIJ(^?PHsYR>15K{H$1+N_kHh6-h02FB426x27?HpuRt~x|AWPW2hWHhh6QTy5MvY} zz$}{MwPF~#INSOTB*WcyC53>>mW*0jj<^8RCCa#}mdagcako2gm#wkXt8_87T$rMk za$B7}Aiq`K0h-L9oe{zBh;p`; z?MZQTOboY>d*y_V!H`lpz6mZ@k!2-YtG#E%h_P%9LeDpEE|gm)=Z$1j0T(*lEBxE+ a`1TWHjDPnLKK)GgUd}#}!^fUZ{NN7>NM_*x literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psycopg2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-psycopg2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06488a78c0977b88cc9fa725dea7f151eb127212 GIT binary patch literal 271 zcmXv}yG{c!5VQdybm%~$q@hl6XAxRNMTuyDhUR3>n>&;9L*6A|IvQ#^zJZSaK>PqL zKM*NhD(s+4G1^(pjCQ}uvS0~C@d@9YvEMA#NP2}uw!AaNI)2L{A8kDEny30)5?pHo zmm~gD_F5^h+ISZTKiDGYman3B1_VBWB++T|!QDekD6YJ0;X+TKy74O21Th0U6NA1J zK2q=ONqsyPs0pg%oXQSRG(KvJB!>Y)(>piCrgfG=%B++?QvXBd%42Mu@5Z%{%bio> g)WZO0VLP3bzrwvl^G(kA{E!_Sz3so0VJofv007ic)&Kwi literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-publicsuffix2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-publicsuffix2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..315a6ab63c278418bcbb3feb3c354ed69209ff87 GIT binary patch literal 355 zcmY*Vu}Z{15Zz5Y2!RxeAY5e|Bw0KQ8_`-25ya-2kjqXk>+NNi-OXuAYd=7L;jr;P zEbY>Xm7Q?dT;=YaS2)G+9`oM3Vcw!BM7F~46}CNuJ{{SV{|6TP7Ca$}DCTI2hZrLd z0jAyyUMq%P>&IJPj>NdzDFo+Gn2hEo&q~HYcadyHoE5q$OLjlFjQwu!sy(l@$*okS zjbU7;l@JrHTx!>IUOh((w{!VODlrA3?;tm1%#2jx)&^*DE%O2{SP99Ev<^^Y2K9_^ zHX^b$m8g%>!vWFEKw_1Xd<>dovSpj#Y!#UmqBhEUR*Yyv*TD7U-{Gljm%+(Y(1ydQ ga-VY_(7U#M`xxV&KElTzLI3&eJveyislX0?0Rp^gKmY&$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pubsub.core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pubsub.core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f05cb42fe9a319a67d443ed7d14c38b74c15930d GIT binary patch literal 425 zcmYjMze~eF6uwKW#+Hh>2p!xLXbyis7j;*P2-c-bNbg>ovuQ5mF16|A=wG1!g6QDr zpCGt&aLOi5ZbEVCeEU2*iKO!N`NT~X52YIj z(U(b)BQF(x@&QeY9J5;zhyf6J4Zb2huHr;o=}?kf#6E>4??U}D)(S|-5TYRod56TA z3PiN;?(PxE71TAe@Ap6worf=ty}6}FMWhm~nIj?PXEWniuj2O#S!1wI`(Yfjt(McoORKThB7xOhyPK1>(yy?+R&4wa zOS|jD%1$_Ju5$O{O)>HoiSc@O--vRRx8~bvvpBYb($XJ!!LCQd3?g;e6-Ho;TW1r&3vKc%`#a zh>2F-a2}VOF=%)#g);gDE&SQ#BPm4OnKQNJ e0{PGNz_p(cWBj{|@bPDVe|GZG&z@qn=>~sTIA$#aj8pN=f8 zv2bQRblwp`1kFfJ`!x6ZUhemON<1Q|@PvOzJ~ocA-dVqaQBQcsbio7U{(rn#1#$D2 zyNvz%TB@^5rZ$1mAlG7)N%$8N-11~sx!8?mo~R0*t2D{f0P2;p;>PGny683U=ydpa zW^OdpP2Z3)-6pZus{<>+!Uq!5n!W~Cbob&d8|qv#m`HBfp0cIUuTT)M?UJYRh1!*! zof4Hu!^W~0Gi=Pt$_{n$xcl%C17&3gGxzzP1eTPQD!_7_$s|Lq_aRAjVGY*I83QXW z9fzHT{BBuYgikY`4+P&ZS5VefJkUm%lFySb{M)n5DVZU4%A2?mRMU%B>YH2D^JTm4 z$f^vw^Vf}=-?$Gn0YV)Ol@PK}d8v(sI&h1HIvl8i8zsT4y3ELd>xo(}zhc8&N9xuD z4B@v=DgASsP)<+C%O7j^j@D0}Y<^$cnnq{gt@rDv;r(fF*1mJJdfI+)5Y8X`3yoW> AbpQYW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycountry.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycountry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d377580625c86021e8a585cc62d9350e00f821fc GIT binary patch literal 403 zcmYLFF-rq67)^35v{$+~C^!~6bm#>YbP=Z_2qJ>GbUET(+Q#NCAxSH7bL#5mZx9zp z!Jpt%y4~vJrgRWGnY32F;p4q8-}~MpZ}oZzT!rB?eMJDgd$O+5FPQH;@BmVfLJl(6 zg&FE12oRtsMNe?GI=5I-!c z(k5b*8)eU0rDE&cp5)pPr&7_#Fs`G45JRm3cTo9kMcK>rBba-S#RLyTMzOx3#Na+N zQi*G4sPTm)2|Z;!+P;)dK@}d;e2h7}!qS?7$oHb1U96d*ZMQijeX4OREnBM~a Q)Mm}jw9>gNtEyZ30lac{e*gdg literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycparser.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pycparser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6054aada5b25c631208ae1dad4f864e7bd3de140 GIT binary patch literal 302 zcmYLDyG{c!5VS7{p%W*Cd;=6I?ku1I3GoGp2GP)*9DBJlxjS3lCE#>ad;;G<$A8eI zPRkEON|y>B4`rks&5U+e^OyfMu*uaY|!lJQ_ZbU``k z5q#0WGs(&PV4DP~RE)02e3{ioYv@ettS5YD>;C8FRn)cxflnYwREC_l51{#9G?g@1bN(?$_h}FE|?BUHVyc)wswl8vK{$&^Wy}P u{uMpv+nO$H_AXkh9~-#zyRjFKgQG~R0q1;Gu+ib-=xi}Of64q#jK2YSJ63ipb~dyg6BG4E-bu!tmigKy5*$6)?3`V*_YD4to(6no*fEbwfUjTeV5 zl)l1V6HE)$x6VnA;1>tmxv}*oUQP&FS7`&68DFN2Rth@ZI_n8v*=o47eiDssLEr;O z6167h?LCx);@Zg)E_4O?jZ>1qi#c?2Vf3AFfg0PLPLEFn#wK~3oXHwc6fWovNg4yb zXsn%KQQD4t-1&6^No~Zy`BrHc)|0c=s@}l4-;KrMUl^v5KF6H%uOqg9#UE3@6O$hz CUuFLQ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydantic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydantic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f81d2114e858189ccc1398a38d2c9fc570a10a9a GIT binary patch literal 881 zcmZ8f&rcIU6rTOrrKOM-u%RB{W-4?S&_rXjM-zh>67kYYGwclQ!0ygwX12OL;l;>b z;FWk&F8m4Jz0|O^CC}&fDp zyW*}ql};X$j!(mw1Q@k4eOuDpVhL_cWbuG9o^n}2P(VL`oMSEv2>T?2fi!nHjpPK0 zAwmpug~U+w0-Bsh|-pd&J_&M3Z%~!D!fSK1?q)s^H%_md$K!3b z*t}{hdy4!(T^EL?X@BZK+t7Z12O|fVwPEe+`j!SSP$YU_(TtZweF zpBqyn8_cQb$?V$x#+h094NAA{5hz*q{>G>dCKrYaE2pK^@6Oz?-W<-m-yHXS`Mgjc Z-d;W}G;f9v$`=N3+>0e(PP3Zo<}VP`4QBuV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydivert.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pydivert.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8fbd5c00f4aae787589a6d4d5c24e0842354d47 GIT binary patch literal 360 zcmX|7u}T9$5Z%2q7z1ep6=Gw1#oeM2Y{Xs=5yU3VvEEK{YxZuJ-A%&U+4u|j2C?x! zYy`V>Vr3@;n^f*5#wmvPn0fPN=C$2!As?;Q3v?ocJ_A`t{0HU-9!wEK3=34@9>yp_ zfLZj6R~@~`#mUB3APJsr7g7i)Y|f~qd7ld~_q)n5J_c>G39nZuXF^;i@oewPo!7=v zuhH4aa$&Mk%AwK0e%1&>%oCc2;fqI7$_j{?0JUVmt z^_U2LOO&&vth?Fa5i#6C>N|&Y0EXns@wIWjw9E@xTkSPVMvP@E5OVr|fpUxHX(ic6 kz?t6iYlSbE9iP5qjPXwg;ggSM=WW0H-aLM2=uKbw1zlcjLjV8( literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-io.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-io.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cdae8b424b4e78af6053b8cd66aaefe667fd00e GIT binary patch literal 272 zcmXv}F-`+95VV63=%h=*0}usGipvUU5idYAh=%55&dZ$>pVzXNz?F2Abi9F%fAE8} zd>~S~RM?PAF`8M;NVDH%S%`$9_`=hX5I@=MAh%+jBOgMGR^E$2PDabZ5BSoctqt8w zs;KtK}S78d`8948uo!^*l>hfuNu5Ik67J#tr!C=&@I542k--T z5hawAqb@*%Wn<((Mhcr@P&1HLq9Yp>~g zEazosv_@z8;3LzgSmoyW4LaW=&@(EA)^Lda5gR7B397*>^MKWD(26m_4BZT@xrZ=t z=iT|_^bE)_Rw+4EEfUmWFpgMRi?Qy!pHkg;$1!z&9T4k3k-6FotkS?q7}mQNz1L3` dFXK*HmLH@2M9VEHh@9=#vDmT^0segG&lQ&0c^ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-ods3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-ods3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37acd1d5087a6d82ca35b4b7734eed4b18d1774b GIT binary patch literal 277 zcmXv}F-`+95VV63=)?)c3$DH5vVydT7a$r$Lvu3c<<7)sTV4}zNy`U#10DaMp-#&O zBBe_e8^RQ$nbnLm`&E_&ODKv@tS5~9Wb+Tc6YCs#XOi{&jzwNimPan)ONY9(l4jR6 zUzUTC5{(+2^?^RvI#)MuFxU}+o>2toRdC)uViyQ*oapdMJz#U|qzLF?fo1_(-Ghr^ zux2(rI|ot$o0Oc39tm0(m7yTCM&AzB&Z+IJ2|jgx9Z-;eB6G7_*yM#%7dM9&qm@q@ dFa1H9mS3aeM5{f{`Kn^4)%QvDTKfHT+X4%?R2~2T literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-odsr.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-odsr.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac1a772ff5aa1c4c28d46d1284faea03fb58306d GIT binary patch literal 277 zcmXv}F-`+95VV63=#&$P7hFS;;<5r-#0wA&qM(Jt zCVW-)N=h_paMn|JXPaEzzCv#Ygz$udpi|_$eZZCi+&aENTBC1zYZswuts$Q}zYYS)KasiKEv)mxsf*jg%fZS= ejaU94P0O!^qeSaH&iT4xC)L++^-}u%bo&8E5>%J~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xls.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cb20067425dc50cc6b467b3899d7f9d9e509a98 GIT binary patch literal 274 zcmXv}F-`+95VV63=+J@02cSYqaajQ^;suBX(a@aCdAT$3*_L++xssBOjyKTp4}OrA z4@63r3LC-{qnXu=H2YPSg-9rhPdph3@tw^-$#=t zv0Rj$(HfoUgO5xfVwIcgSLl3?K+mWcTEijwM{JnjCa4Cl%mY@pK`X`xGjubs<{rYp zopT66D_x-l*?mrc=UGgQpW9c`T;psQ*rpw?SfUU=5>v;v{7i{QR(^nQVBw}LmCQf*UTjk2lL^-GM;3TFS)SN{V~eUD6^(Z# zU*^3O0<|2hah|@|CRMi|(3=5)-mvk|NpGEb!PXPp+or`^`HatZ#!bTRLTGV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xlsxw.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel-xlsxw.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef2467ef38892ad1fa7a5709470103b08755e791 GIT binary patch literal 279 zcmXv}F-`+95VV63=p+lo3rHD>iv_fZ7a$r$Lvu3c<<7)sTizu(m()CfH_-798tSxs zAX2(i_(GUsG_#tKX1|0eSVmEN!r6$ipTYct@5FkDyfe)j{=gESjFuuK=xeZ5Z?Rw8 zPWV!^Mr&}U3qBHlu=UX0yvf#gAaMbTWMe2q{|q&uybG#^8}kI^eb9;^$~m~XwB}KU zM6Gw1)AI|7hM>&JnQ8!K6_RmC%36q3>-`L?+B=H5vvm?l|A~Ri-NbS`aT?O*@T&9r f#lm$w$lHeJ@F>%2k8{2{WhdkBfzedEA0^v;bN z@4*{z*K=I76!C*$vVK4o!Cr{CbuZN`2Mi}jeSf{S}GIA=AJ z>`QjQd^VfR9)#!C!&wEou)42R=L&>Q0s^|iooJz}23jAs(v&DISb=UZGm1P-rLTB>c%5;k#|m805ZQ1;VVylx8cNmKo^D!QGcB|R{fc^) zI%lb5dK#o&rJylik|{^g@G?bOF9nHWVa%~q6@}RbaDYa`;q?YoAPT=?Uu<9zDudF6 z$0=^r2+0Cp`9<3)jgubGJ0SOAmi@>ZB_(vKwFb$3WfwyuUw-C|X@R?sAc)tBESe*T zH|Bd*RPbIM!hGMxiUIOd=uWv-3vN9%rrRmryyZ?2%p-X$YH+-?KK48btpUp>R@jx5 z=?LSV<%&C!V=#Q@|7`oqyYE^fdkwpIC%Vewbi@1lbt}uV-&^_p$)_CSOJsimK^s+; literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_io.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_io.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c737aca43aafde0b2f203bd3925f37a1d73667c3 GIT binary patch literal 635 zcma)4y-ve05Vl(+AR}+hj2XDa2 z3n02>!s(A1q!w|KPxtrTeRuM^?|aCJ=e>cqfzW5;ETl6xCOgh}MhRl*1>d3)_d31Z z>Ohq+jzL6Rh8idXZNk_Tx?Yp0>irc6Yl@Ws7q5Pe7-??jBSz~IRn;D`Ks2q|oZ4~S z?5Mkqa@(Wos6~-cOZ(J7$TKDNbT}K(JdxG$-&N*bP!Xq)m8<)~_&@!YRm*-?J^bOP zoH58}q|7UtINqp!BB{)Pm=RD*5^j~21Bk65*NVn)$?qVzQEns9q=392g7=9kZ7TD# z@Z^*jcig~L4rv00M5^Suu~Z1qQ7YxoM6t}Rc9^M0jAb*U(Lw7Ps;sxpGszwVTZH=eI2Ke2@?4`!3>B zjk>flJRfd|Q8N6NGaKi8E?Ole8r3=LDSWU+|9|-kt?dxP3@d_0k@NNeYYK4fsv57< zJr*}kR)ij=Xr`dm9k@uXHD{xfQwWN%NSl+Y!2qR;$^@#kMqjqpPC{8*Lq6TC6a zn$oH;eHi~%6SDk&Yk86Lm1wk5*y+|;AHyr#^e?tg(AX9sEKx?Nb#&g|Vig0-oUHI% z-(Yd+l#J+Mf!zX(z6O_KW4r0(=oo^ISkUHN))=64Np~SiW6+n4wewI`wu_!_b_zmN o-$T#EpX4rW4^CRE?hKy#eTv4Zf*|@Fa?aO>Y<$Kah2JCR3q0&&0RR91 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_odsr.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_odsr.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5106d32e92f510babdb13e433b92e6a1c469e6b GIT binary patch literal 301 zcmY*TJ5B>J5Vbc#pjB3aoFJ4bHY0uwLYx56AR3yLSr5A=-nHd10n^cP0nR|jJ!n#= zvSs&e^$xXZ5a=0&he~nL92VP!Plle86O=3DUW&FoQMhu3L8{QUTBT3sEwIWQJU7fc(YbOUT%ht r^M5gISnXXjMm}l0bh|Mck41w>iyr5EF=T_`?C^B9fA*HSooN38RD50u literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xls.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb4760234df7bd6accd7a7bcecdd0ab6acbb3404 GIT binary patch literal 313 zcmZWjF-`+95VR8^(7{RY1KKMt7SJMU3X}%X(43s}a%bYREqh5~I!azZPe;c;_(57e zfJm2$y&$AWjI^^mqutef&`=k{s6ciuVmVBjL`QZh~zbE2;y=luJa9bNLLJnWG316@>Nj{pDw literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsx.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f59f5a87bf608a5092e292642b2285a3ac395291 GIT binary patch literal 319 zcmZurF-`+95VR8^&?zq91+-UOtU!x+0nnf{G$(Uj?o52PWiQE@j+PJ5)6ww{evp9BNw5o zK$o2k-Q&?;HSR6{kGHtW>5?@{N-(N*)?;`h>;B2+nK!lt9u^>w*9x7t_fTQr*G^P$ zq3)oVIw=r5pM#lmt!}xC*jRHqo}BQY5Q?-p6Ey^0x~NP*p*8rjv33^9${O_PW~+EW p`7`uf>|}Rwb8yyL`Jmz4@26-qRbYu$LrUq_F*&@XPt5Nn=NnaDWpMxi literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsxw.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyexcel_xlsxw.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6852185db83cce7a0af6053c051917fdec90bec GIT binary patch literal 305 zcmY*Tu};G<5VcbwP=qB^egN1yq!uv1fLK@&3+loWh4@HJ9ozDmHfCey1Na6u{)44+ zSAL*Uw@x@g41LnQyZ3Z=df$wtBqB|};3gsDrxX8(y2pAywhtnRpjGlfLNXdGnGMjE zpz>B>JAXaglH=aI8_^}Jr4XQHV~z9pN!H!N%{#A6103g2cwR|woq2}RBfqyr3AgeI zvWXRi2ghfiXI#lgZiBClJ|CZ+ag-jixH&BI7*6gi9ESxFLFnXq!d*}Y7wImD2qHq4BVOM2Vsn>}q}3b!2~PGeh>QQj z(d{;IaubS6CzIBK@9^?GpR34|MU<({)l?B{(H3l(9w~5_yupuY7fK6rQzr?X_daCdLUdX$cf1wIRFZM@dx?q5`EY4Gk@74_j5yW@l`VS?{i9 zHwku;$T5+SlAK~rgdR#NF5%Q3IU@C9*NU(PRZ7)E)mtF9oI2~o;KsPLEA70Q_xru? zjpmndI0)Dm46dWoA^?B5hsNjM+id^f1z-h00685fyOLA5`q`s+nDpr0Jg@M1K@m9D z?$v#HzvAaW1}Gx?0~rAM?>Qxicyb2?FM)4Q1E6$x00Oy2wI&G#)KO$-=yTVH+^&g5 z#aUDciMhi~&U;%Fg8sCp;md(LJv_K`mIrNXhz;NWpSNw!z`mTFDDYaWovm049O80s zxAv7g+Nx{g`A(}RL+Z&LZ`H$K1L=OL#Om{547X)E2J6#7q56#e$@*J7Kms`mL(0Mb zjuORSxOvh_+!%$OZ8HqD_S2@;Yq(>K_+ey!*D(6fvzt|kx0^1C!vii#bg&ug8*fi^ z|E>I&{9Uif-2M)=WG-;Y*k5iNpC>)khwaH(Y|sFcP$g`eX_6EO@|83tZ88?XqaeBm4+7e8m2}4s#ef+tWiEQV-f1l%xI==66(`5GjG|{XKPws zwJ7fp1SxO3fq`iwt*efMjN%dP1Nj;;GephzU&cDJ<&TMKWoK|PB~M{PF7gt(iFP=t zc>E2XDGBO&ao`PJnrWnQCPm!GYloAm01G;vDn?~VlG#RPKu&zacx5o|LgU}s*=nt3GKv+N$o8SF3wIixwZ zeBDwtG>+3~=qrl>Kt!HF#!Q_-tKei!Otmy=IOw2Wng&y*80p(w;tVk{84q}N_F6~YWMiu zM6IjGtvmLr?vb@Km0oGRyV5)IbF6%5bVEGvLKyqqAFUlYH1FF?^xYf0JNPt_sw7ft zW989_%87|;;@U!F^FaKi`QFL9Cs)aX+558(Zr{KC=)1@7S4YOHgIAvvs|jU3QtLXr z+j?nY4ORNitfwn|=c-+!E*9w(mhRO=`OwJ?amYm=y(FO|uU)AmhO5yL*FV`z#FcV< Pa6^38Wg`Ptd<0xA;FC z-MWdBn{c??WOC>EhR65uzVCg>dyAqF*$Tr~h&+To9odxs2NwGlJfQ*=n4<=dFh(8% zTzGT5R*byPkGH-YiE+P^3(g@oSwRiW#*BmRw`Et(D6c_X#eTnc-CeZWP%BgE#4xVY zN{Cu3m)H-SPrsmr+qZlqm1uzI8Bjw?W~37LcDW`ulIC#9#*o}f>i|Wj&`t?wcSLrk z676w%ctkWakXU6+OVA{f9oqzFtH>-Dtx?vqVnmx_4O~zDADzl>8Jsnum~c2(?qcre bde^pZA7lJ8MEK+*7(SoA2L}%W71+TqhAd}H literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pylibmagic.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pylibmagic.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30d87961ffd876c2e77aa8d1bf788c97e2e2ed68 GIT binary patch literal 482 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 Q>b-w@+61U4ub8R-0Ki4KU;qFB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pymssql.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pymssql.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df46fd4d8b831d7ee7171bb11b2b931d8b5659ed GIT binary patch literal 467 zcmXw0ze~eV5PmO-ZK*~nVhde#5<4^x6~#e1xCvGSamf;5-~-oyZJ9D zF8&oRE-g4nCdJ835Emzt*4}V@-|-#y-QBaUmr)kw@*_Mc2z}&a8tOmz-pjx(qKIM- z`Pjr5QN_Wgq9DLjeZUhPFM&ceI^!rk9U)UmiWx6Bc*+{3&s^BR=^_)BAJW(ZOW2Z$ zGX^3pQs^+>_Ie9Z;tO%b`+<V_`M-+=mQZ~U`ygK8S(HOI#Q71$nL-aJA>v) zL~RM2bRp;xkDZbzk!~1l8tWTGFbT~}d0{&sh!rJlYQP$gwmM-TdDb&#L`XUTd2UYk ziIU&a?&J_HK9{-5FDbUO^rd2qf9eSDyjALh*=zk>tqyBzFKXjes|>5FcZJ~+8EK^7 Se$y%gcVLdR<$jyzzx)H3B94Io literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pynput.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pynput.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36bfca1adb62512a185607f973df44cfd0a19eae GIT binary patch literal 349 zcmXv~u}Z{15Zz5gjzHiz1i?z|0w#-EXd(83h#)rCgj{yKthd=+b~h&}1^>a;R&4wa zOS^PpWhWdqSGjxfrWoF1-pres_c)G_izs@7QGn2wC+i6R!D82eCqxm&9MyP?F$xf1 z8oc6OF%H@=+4%M(!QH5ooI`1I(@bhf8xE%1RIN~ry-dPx`>H(`#uiSav&J%RvP#OC z(cZ3$D@G{@Rx7Ekc|i+5boodsSpzZmP*^f$R%vm+6jr;Q6(h#d9{8O0n`f$B4o>@X&b0rT dzuj!P^b=x?e|Hc*{v7T-pL`7WA7VXlg+J)IXw?7! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyodbc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyodbc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..246dd15c696d223fe2e0d7b0206da4c310dbe2cb GIT binary patch literal 356 zcmXv~u};G<5VaeGs)$IiP>G4L85*mwR_sU!At9D7Q5qkOX<}RUwU7~sf8ZBDUHA`1 zwyaESpo*mvc0=EAcTack?&;p6C?pPH_y+xekWWvxaD0Q+u}jZ{6HZG~(J`f@LxA$m zlC}fmP94NMU!KIY=}iGsUBd%{v_i>LR9YFd&91H$pX8Tu(DbhAb7?UvOEAeCMQM{l zshKtYW)l^HbCCbKSF-Y(*H5fa6)<}b8M3KBZPXp)XxX*Sa<~w;Fu2h?LojRsa=}V5 zVYI12u z|HG+tk!<4RCUg)wdDmL}hL86?-n;j>w;*UBGmXY8+&Kt+TC$khADHYK@Q6~BVuo@Y z;oONFj2r|wbzbmX6}jM=i}QcE4iJjm(rwkgtfb{sLBd5D=b&jyHLaEt&KM**wk+;s z3{>Tdk_#vjcG9X1J9;-Zue?oC%u1an^zMxiAipno^ zyX7ftO1Di116!}hhLc5~7eC}2q}<|{|A$GBcuZ>g6u&F~5kcDfCP|!mJKcw`;(E4W_)f>2|M|!R+!dG7*=PBx_t)CS8Tmz z;yl$HgBA@;Gn^YR?NSL7Kp`;DHBvXMncix{u&AS%CMNRm`|{P?+h8CX)HXE->xJ%^ zSrd794=;m&@#SD_QH8sQICK}4{oSS=>QGv72aT)Y-|K#w5Jd$@n^l0&GyqXk_{2ePzn7V1?GP<|rk@sS>-43l3Grp&q_pO%L+9doINTXRq|bx$WPh!G|d-m%OT*?))eaK z9l&JvIOtrp;YL}=R4ZZ@FC{SukNtm?iFx#gc%dbwpGw&+DZ4ExO`#?AH6w>`h6uYX zT!Hn?6)dfSXU+gajZWtD27sAdw<*tuem;(x~Z|o$KC+sYK~#jTsup`I!y!?p44puLqu4s-QMoqf?a_e z2wZrO4eOUHP8ya*VDj8Zmmy(SpeyRQU=!9CRw-AkPM7kN8pUpqA>AM@4|%&0YS&1i zGu6imD-ww_w;;i0r*Jxk4+gYq6kK0^m#G;nc!XghsvOGwV&Y?hu$gAeBZLSg^sT$6A053HVF zo^D1?fYh^8U#Kt5EzGTcyMA+9x(Wj##+Rf8X|?xJ>S5~9;KRYS>BsMF58U`Qv6&v( z5kGPxiB>YTa(nsq%Ea=-+R*y!c5=8m(mJA=U6@@h?nrO8;^`G>Sz7B~Pprju$i5}V+TnV(|#KH`{qaPkA640*>_`C_@G^&e*h*(t{VUV literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyphen.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyphen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bda0baa24ef941b229021a12c4feffedbba3cf8a GIT binary patch literal 341 zcmXv~F-rq66i)7}90y%Q5IQ-y+|Uc^po6#zB7(SdIpXED7n{3;B&}o={15sUq>KN< z(d{;IaubS6CzGCi!{hsS-}k=cz4!Ym@|C7Z$xys^p@7i57#!|1*`OI=*@=D67 z(IKww1(SJ2%dl+qL@HSWF%Lj3nQ*JLy!V?8xly!)OFo9-t?~}gWDd=o2!2PDvz2U) z^TQ)zxP_rtPU!>;DU{=z;9?zFl(Mnfd)AB?%Q_JHuzPW?+$uS%C7TI2*Wp&-&t})R YpBQ8OJ3#p4Ga0;`ek2EvJ)QW$AH~;Xxc~qF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyppeteer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyppeteer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..503555d20cfe8302c5c606cc16b064b875bb596b GIT binary patch literal 344 zcmX|7Jx{|h5VaGE(nwj0#Dv%~Bo<{wNQ_7bAt9D7k%^DS7XAk# zTUI7EP{q;-yQSQ4dQW%n-rc<=NsL^?@hhAJ2z_|6iSQ3B_8fRZ3^ClG7Edrn0Rqf| z7rgG61U5{!K0QfspOiw{q6I@4HMAc}DodAyaOo61PwqO)e!Z;f&uvb|swx6q!ReCk?+Q(wa(ihxx&n zXl@{Loi&|;CWW+oV_d8(i&At(In9a@ZP*(4oc%AIOS_DYTES)w94r4Uf3zOC^c7-^ We|8Zbe{ZAV=&^o}_U{KOa;0BiQf0^h literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyproj.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyproj.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cd506683e64aac1889d32a1b309508a141f9728 GIT binary patch literal 1722 zcmb7E%}*Og6rc63ch?JRVh7_SRFPAmfRo@&AcuZH4pA$F1XVxOs9GtqHr}zl&VFfT zh-0coMyeDz1y1zHF%=j7gxq_v1y!x>Aw^XVxe;;8sc+ZbLPIO1bC{j?-tWD6@3%kA zFRH2_ScH$djHGm9M}mv;qW@|2)f`T^&}U@cw2NN zU26VJX6wf(H+0m_oDfRz%>*;>8SSI)Wj5!HD@fA1L2w|1T@<-Mw7psllhrGqK|{1q^+;jRk?S!qS6s7T zuuqile~3FP%+D8QOSelmix+}~M+2U=XpsN1wdhi208b?9f|lx@_mGlM*(8)GNx~Ln zPviRilkiy}QW#b1mT6+wa(s_48YDxKXdu-MpqLSo3Nb0-d8`a`*J059Y(iuS4G)-B zSq-8vTf|?WQc^i(iuf^bMFY|Bee9Y9UJMjSO@p|WTMI;(-Z9wE=osAS?T=dBbFfC6 z*kD@CVqsNK0oA_ojS60}s(AWaA6mpjdxYIbnr%JM{1&Tw?riDSj7BYnrvdrUs9~y= z{gxFIRF0?#1;Gg9M3zRG**}E)^gtzk>#aQ3m)RZiAv6^}d2|W(Bc9{9<4cHBen-kn zq<4}25@|;wO6HFEL?+Qz-zZ2P?~LC#kfwV=rZYC#$xU^IsrK?45efNDe(HcPMuDrH z++=;`Oe4eO(1)YW$~<_T`Co@{m{7XE)UY{&Mf!`R$Rdk+sD? z;Gk?N?ZvR7(iY&E@~b=bvBQ zAHDT1I<9fZ5A~$f)8<<9>65i5o6dnW(Ua9@!yCh!&d&W#ZuVFC_A7a&Cy%X*&(a&| tPX5#1@^`!WyD#SV^IsjvUjr2<6Q?%r!$|5xSD0A){D?=wHBtap{{jkmu^IpX literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pypsexec.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pypsexec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..437439f473a210e88cdc4a1befc81108890168ed GIT binary patch literal 345 zcmXv~F-rq66i)6e90y%Q5S%&*H{1nv5JcPs5kXwK9P#qni_Kj^l2$Xi_!o3@78n1A zquXub`5f@;(L^);P4yyAk?zS)7X=^O?DqT!17pADC zoERMfyI!!F7c>v+77wJB4G?n+)RHl`O3NF++mK5|D>&mL$gh-lfF?6&XGHL8qMWT| zdr<7{6T>a!UOAy-Fr-wDuY=2FWLe49YVTPxVk}#M(DU`13*{EcaUd70(!Gx1j$|8wZ=kPl3dtbkK-^h;{e zRU^}`;?e)6nLXE})}KQTrXgRUt5o86-C#jL1(bB@XWY&MiHW+)j%mWOuNk_pYZYWd z9QB-IfvsDpteI#YM@mcQ7vB$$BO&5qFF3jaS5Bo3WVw##mE+fD8 z9vl-baPms2ITlp#GSq#gihS2|>SSJ6dF1M4cpp_@@rg?ggr2el?InfGN^t|f=GZso z@f!+8J}eUEf?kDKA=XfPO4@1fTG_FEkNk6*DcCoXO&p8ufw{p6UrJh@@_I;D@y*5` zNjPLEiaH(xRQ5N^QuGmsLnp{w-FmjiUt8r4Q-Df^nSrg@y-Xnlg;nlI0Bo+A8`)<@ zNwI&pDcx!Il~x~q&&%(E&$ssTbH4z?jf8yvYks3}AY6Vkvo_Nb@}ZF5db%eRTEciJ zjPFYOLg_&4-JEzk(GrJ3acKMAo>**&lc6~IY2ceUeIRsgtZer+`-YpnQYc7k(?@Bd Mdzb<2m>0jFKcC{kgQdMhe{7^JorNqsvrTgY<8x}+THBBGijU9 z!U}?yg6O3^3Z9A;a`fokOHzu+UOjnh?Lq9xw@H5n-p702%)Ix#H}hT7(ts%{yTvs3cYR%Kk#0n zQm!xgro|rH%dGIsN7*dUS6OpackG((w?)Hi-Y(AE(zz{I0Z*=&b<}D2ZM(^ZiOmK^ z!}C_SVR=mv;GIFFb3unrjD-t%e)~kd=a_DdnsY(i$_+FgJ0X0V?mevb=c^$cV+=To zBu)?oMe0+A^FeK$sf$!@%MmtqVKL5&HO~`V;6N91$>{2n_JcEZ#g?!gUL1%C;sFLS zLZrkG#G?#$VA!tj1%gLf!={uqPs0Ge0{#Jnn?VK4ikiszY{_HnXbsve9OVdm%c!jIAN&UAO;tJt4e_%OadS`M|t iG?0;A_D*lC)Q8e*?cbjajNK<3zdU?O&B|ZoS@}PR-{TGd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyshark.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyshark.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..942c280f2a1a751e97bb10ba41ffd31df16466c3 GIT binary patch literal 645 zcmYjPzi-n(6uz?)Vp5DKC_#jQfCMFi*c1d3Qd_BGtMWraELkkqcean5eb(KjmAy~~ z5F;D>3y7uv2a78@6i-x4Y)BoDI&qi8h&MdH&)>c0?|Z(lw%rCQ+U44i0%SyRWEub)$ov9lM|l^UsDYZ1QP=>?*)#vxmSS7T`j3U^ zY|V}ud3&(%OAi_t)y05OiUa8(U;181C>GTvBD{p53B{i9B@rRPqBx)BBKG;%30NAE zsIcd_ztX?wJkqq|Wxk9Z$^xGj*EHV2DPkNWMFe9%!ondbnfKT8`fICdz{8@W8whhG z<_SrCy32_wiv|69dqSurY1Nv4^XZ^jU4EW#q(b^iJ$ELOP~pUkjRn{1 zlq4DBQdCWCQG5m`+WP5RH)aWT#V+=x8xfgt_DbzRxG$7gyhTDhe3_{Z%w1(;$E9T3 z&2kyD^ntT{-xW&Tu(suTSx#y(-c*LCY)YF*mA5y_&gMa5bMMLbRMDvu?g=a((;$0!z-u(EtDd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pysnmp.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pysnmp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11a8007501cfead85364a1b92c7b0a4a5c52cf1c GIT binary patch literal 450 zcmYL`ze~eF6vyw9MoO_*T!gyWDPVK>3mnABMHCU#rAtV2*XA_I9e0;XoD}>Y{2QbW zj{XlW1zpT0PHsX6p_6w_i*I;*-{bxG+`HF$y#}<^YR^Pj0DPHXZk3rB?`rV?Fu*Vd z3GBec>R1q1fIw^wVOiC&b!=e^+fS9Do@A_3$sKp$+ep_cmO~cDBvii4x(UNsOyqwK z2P*J;ROfD%crMd~dorP3Lc8+Zg++s=VVq&&^SrD&ah+o2G(SwG3iMRrWs1hqix|6- z!qy9gp)cwY#h9ct;Y=u5IA)D}1Y?6VxknL82$I(%P^eE87wl5=Np!}8kQ~zFDTW`iR0-WPjgVBh6vnq_Z{+!; yx>p`!Uo2`Ub4}UO?#G4@{x$(Tf}f4GQEU6Hv2$Dhs5VEd>o4lPdT{3m^L2j(9*G42 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pystray.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pystray.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..966feeecde0c03250a65fb9d98d4aa8591b6d773 GIT binary patch literal 353 zcmXv~u}T9$5Z%2K4S@r-P_PoLQrsdr% z4@Ct98mt_gLNpU==Bp;W6&4#jQbY`!5VY7Q}FKRTI6X|4ZM2Sfu z9N7)dNrOJxc0_nm!&1G%0>sc^{hPS}yc)5C_?7VZ<9(1n# g*ZlRk* z!%8fKs{|`MC0#1_k_bN7H}jZz%*?(7flnNK{~7i?LOv_;2d7t9^jvr#g7k@?!pmr% zdIadGzN!BUPn*17E4)r^9{FcVjavg{S}CGFW=t1aM!LXM<&iSOm3D++k@;Vh`=V1X zw>TFn;k<0DOXbeM0L+2QJjtd4Y#F3d2*~9`D}(ltEGp~rj-_e>%-%qZY$#D1HG%{! zyVP+4=W+nuD=lIK!)B1rSSGKl;cl6u=&;AEMCiKCaXbXexGrRFG0rkDJau+ES<1h$_=OYbno4>?>$LkSQ{fS}sgp zNjWjvCw4vWGcRc2_bneuC2Jt&9;hW_Zk3jIZn+`Xik5J}N08kp=KxJ+(9DS7x5S6Z z<|scnB!*kaoN_|PU`U}_z6mZ?kwqyRtDR@Xh_P%9e9!(LovU^koz{{~1)OPrG5>S3 anSGRgj8X40}!XnJZr zd9;6k7xB{n!%MV+VNMng;;oQdPR=y0@g3g#=Dly;y!SDmi^V*Umd~H!dl>+JszYkV zUoiV1!FzxJ(tO~ksQX%=J9=O^h6Z$i4P<=M7Hr2vrjwC59c9uSt;;hQ6w=1ah|QGa zKnw@vWhF&}N{W^dWrrI8P#tBR3^sA5tM@b~pJ+AsTajMWba9n1H;B;4$1d|YVO@fm zxZT6tjgvhRwwh_ROC-hPoRap4V{s);cs~j|Q83r6H2fGKZ=HoDlMrgohTsRch#$*7hnMq<1Qjpm^-qC z$f=@gCbF?dama;vNz1iK=ux@DM=(<>&X4SV6kwa}VUOEA!ebf@aECMdW$bnEHtFK} zs~CA4Q+pSOyS5z8UaZ!#8cmxKj_Z;+^m>@tQWKJ{>0Zw3cA`*8B43fy+l-?HP`>_8 zA}dbjxu*-6x9BxFm-+=F1oUXQ|aAIaz@nnp5y zh;QPi)o(BF64wyn52m!Uo{&ke7T}R-E9W(^u|SZ_8io!^HBlvVwV;XhI!i9>+(;&f zRYdNTbL}++7-JM1p6CaLX0xJ<^3(l?r2?PTB{F@I+J_|QjKn3JE*gRIL>mHQF+Ld+)k8I zxnp2sCwCMT{Auoj52fV(+J}x-|Bb3As5*W93*DFN#`+((TdW%Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyviz_comms.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pyviz_comms.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b9a61c486e355fb01c1adfb1bd934cd6f306a34 GIT binary patch literal 351 zcmYjNF-ycS6i!+XO63ql5N>kq&<1sIQFlQ^5SLp@ZQfnurAF8&Wk zw{GI(CLAs|ncR8c8y??BzVChS<*nb3k*hd-jmT-1M zq&1aj4zv9OqM3ozDJR7kG|8o9>)?DD>6U7Ya-Jn4+Rzp7J^i#|H0N)Z0HuRRZy6m*@o7<$SXe4-LAClOxWur?DlW$WupysDwQn^uXI)l zG1tl)cF}}4RB_O+XyqrapGYZcAo>BQAyaOo5;HemlUqp(xZ?Ma-bqFcDAGdH5@$!G zHKk}yv*Qz@xq;Lv=X461-~+-4D;~0CR6WI4ZPnLoO+hLG4Qrp372DRaZf8VJ#hElmYvPRhg|zWHf}V10 z1B`xoT}e^DlA?9Q*})z{RK;0413F|nYFDxIu~IeuNYaa{np`8y@k2cHz+o;YtV4h$ zx4XcdC?1huzmZluL{MDLDQOKkB>82T#}TlFV!o*y#?J%BUC#r$(|o$~$b6WT(+(_V z9Q^%8bt5q%m-jrKegpPexGPOjl=&T`lzt=ovh?75`=Znw7iRh5*tpbgOgHa+*Y00s zQF(hZdVl=x`0U`KR2@H?8Kt);rzby*t*^$`^j7_wQJ+&9leT!rke{?rDz7 GPw^LCB*|w0 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pywt.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-pywt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8948d34e567edf3e42a5693cd73b83e239d32e9 GIT binary patch literal 278 zcmXv}F;2uV5VSdjP^1WiL`$C{v49rw0z`voXe<*iiMhnKyvqgC!6$eF9si)ArsV@C zU3V4s0aJ`-RiXe zgSizxQt#|(b9^Gu5Y#C-R~?{`J{pUph5>@?otvXj%R z%PdadOm(4sm5~Chm_RxaT3w4QcYTxYhr4?Mm4h}-4&ol5h_YNQjiZHSl$g|6(kv>0 zPX3WHx0j!USw0Vr=&P}Y6T3!daSGg`^zC!be;SM*d<2cB!)ar>{vI6PSM4e_e*rg0 BaLfPz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-radicale.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-radicale.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea429664e7b5022f8237ffd3121f5dad611eb389 GIT binary patch literal 408 zcmYLFF-yZh7`;mxNGn+c5p;5p(xExjO{AlshzR16C7j9E_S#D>++CG8>Ei6Be?eUQ zA5NuBT7+C};jbCejgyj$ARd><_7Jv%X!7@y`arhxo%^dl*doty}LM UdE@%#)A6L<9HZu)C+kM}3m-Xl761SM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-raven.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-raven.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e834c9ff150be3eae71dc638ab3588c60e896bd8 GIT binary patch literal 293 zcmXv}F;2rk5WI5`LRKtADXE}L;hZ3ph!-FlL_=d8zKwl}?K|BrK~9Hw1aF|@A2g{c z$p<2(OU0UmEk-k|ozd)9lEi{1jz8f?3bF3Q|3n9}?K627Mi^N{kD`r6y=6b>1vFz| zAY2ai$_JMNq6>I8lHW;bje*A2-UY%BvF+k^Z>n@PD0~4;s<6bK8RUfO-s>E0?G(}n zZ!|$roV`$$eNw)q(lwLu#ic?^kn-hR7l11Bt!)M&;3U0zNcjCVV4jDE*Ddpx=49`~QlhxqrH3>(&{smNSTD<@O literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rawpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rawpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..456979ab68879c65754ec05875fd197a70ea5f94 GIT binary patch literal 273 zcmXv|u};G<5Vg~Ss)$Iy##R=j4(W-qBEA5zAQqO$#7AP9*p}_K@`(5d_ysopgM~RO zKTxS#r(TM9(!F=@^qzFzS(Y+FntoxPF!tMK9$8E#gYG~tS{u6| zlHN^tm(@y2)T*_{1^>x5eRKN;wP_Lj3PpfQ1?$WUmchfl6(!!PXUre06agJ9Q7@rU zPhexHjlP;*&cLgHIVItZbaxxE)=$ iMlKq>aU=SP)A$pj^?-A}9<$T4kBgt<^ViHB(sc)x-%`i` literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rdflib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rdflib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27ea1a33e8fefb8df681f21e22b5b54c9bcd3c13 GIT binary patch literal 358 zcmXv~u}Z{15Zz4#^&oNxB3va}rMN75f{oYmfo!~$C4PxVe z*a&v%#L7-MY_4*1@unEwW8dt1GjBoAA+9=|SLk_!d^KcM{y&)SIq*a{;Z%~G4k;xb z0m{7>+A4-#<%etE4GC$zohm6IwK0~XT=7x@-ftN`mSPlXSx!WOm!V(pURCD>+Qey1 zR9Yc1%9NU-X>98t6P!aKa;=QTXEJX-Up%r*<-qU`63ZsSYNKwQ6S8Zaq;Mg|(7(|< zv0&H?iWzg3OjkBj#UMI7Vkj*1opPE?09mXn7o`mlFRkNL71p?!C1YrL3!2_vZBQ*X mPTRH4%%%&~+yHl6`|&BIzdb@vKD+zx2ZN99@k3zN-OC?$plgr- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-redmine.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-redmine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fcfc8e5ec920b5cfb08bd4eb06672257958299f GIT binary patch literal 277 zcmXv}yH3ME5WE9~kR^*pNuMHxvjSSg7a$r$Lt`1=Vjr>ZPP>~R(^2pZd;=Z-L4!m` zn;(djE){n{nPRlFnvrI{@;p-!S@wxPTB$`6TSUFVDp}r@QH{P=gC6g^921(}I-C%) zpHYo`GuFR(YmGr?``}6VL#vr)ie{*T1Pwq_XC2baA! fvktFlKekHK_%PCPS8KgIRVSnGqtR|Jsj!3ci?4a3|D~CqvMfYWQGDUI6yi6-PKmc#=g5c9!pH|P$noBCv{2DmXXth; zmt||UMrZrrBh#l?=hEg4THhnk0u_U?9HM{1h6(P1YVgKRvAPdhF-Dl9n?q+GAq?Dl zcR4w~0J4l#O3su)f;tS=5v#7lShwEKsBXODm^xbmV*Nj4uOb?JnS^08y6U}t?(jMu arknCVbewFpFQr_aij%YVqt`MXq}3mePEb|= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-reportlab.lib.utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-reportlab.lib.utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f378ddacb8b217c97d3f08303342c5bf5a88255 GIT binary patch literal 295 zcmYLEu};G<5Vcc4Riq3Z*bsY%!~#~t7a$hI!V1&d>p{LKt?XA zU}^*+ZCkvV^RJ@QN`cjV+T%OhB!}&*=v)s1pFommHTmEkp&=BvUN&&8AE3PRN)iOI z2D=tUFN7bcbM~S-I~S-4%BWn*7EsiF&=yG=1EKDmTVmZfOCjFum_Sm0O{(QSYILnu pqzzVn*iJ8dr&b28!ck0^Ud34~YE^F0ZOZNB_%4_lQbXueRfTRC!>mp7r>+CLcy`9sgH#5ViuL{eVWfAgd8OyXaC(@=E zH42ss;|8oue$iCrf|?V-EIpLA)anQc8@gMvM0}Hd(c3F=jL>u_iXqKpOv}oqs#p(K z*Qk+J^sw@n9STFEvXTWt;hS}oDs^n41X*b8nMTxD{^B^>dxvybR+HwJjO8(BTe^u< z7f{UyG-q(t_%nY!f4hBf_c=O)G3H>W>yJKuufD#bhXX4!6HdXjTjwZ9CFi1$xm&*Z x4SEi3NXGMnNmPfVo92L=a0s5D~;C2*-Lm$*tMDU3NE-D^vIlTH1<@ z|6yr&t(Bb;Y*M)!lLs@rVdlLV=DpockVBHZ!A*eBr!SUhEy#4okw?T3!vdAKhcOBe zU>30O)oDC>LEY*^U!Hbwvz|*KAh#K#mS%k}z%;8G3@ufCdeI4+jm!G1GM2h2osKLQ zCM~2K8XY==Ch{`#f~MYX_CN|*0x|bMEg5jDw7hfPhFmF{!#VFm_gXmxXflRsOa#9r zsIi9?5yTxE9dD+q7CI7l;1auYriW*PpiD2@+@S9+^(O|I1if) zNms-`^bJr$I?PBVt|2sVH`rA81GXr(2?9mQr z63CRz(}QVl5Q@Yo>zOj5O*C6_tlQ4MOec#6vs;^L$u`QrNUvKMxftW$HH44x&jRvR a9_~Ke&Cl}c)5d$bIy@S=$lFpyEBpgiLv>I9 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rpy2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rpy2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7f4b491305689c477a02714b48e000e3da7b5d7 GIT binary patch literal 317 zcmY*Vy-ve05Vk`rP=t|KI`9S=5{t4To&d2R7M943kHj>wE&E#JZ1587Y;3#-Z_t$& zKy>Sb6V!oEx}Wc)`@YkCGM18vH2r{CLde%Z_K1AM_BfVTQWHtu=sgKEOR~vk;%u1r zY{-Q(i$|!?_p^Vru%cRu8hn2;&b`8wKxOnzMmMZcQi4{UH4gnd*$!U27v7i-xPJnH zyjEzP8I}2M)PigE0QsGj0>SY$=rwQEg4=+N(HF(}oJR-9_pZFOL1~YoZNZg|F-u=o wMx%>6BjXzjg6qDF6Tf literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rtree.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-rtree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1ea4ff75f541e3a65b879dad0460016a095a643 GIT binary patch literal 1191 zcmZuvO>7%Q6n?Y2UavQHY(s)$+GL) zH;HXgm7fEtR0&le2q$txDu*69R=M^-93zsBgg77$+)R5x6$jqfHH|1E?b|o=eQ)Ob z-psv1K?NMDdWZff1N_D(qmg}_Jlr4vUxNb<@xb7J!6Uw42!!XNC;E~h`57bQ%Z5xK z2LjNHBi+U-K8!5QI+?W@fVhTy8TmOQM>s3jREC_R(aAcBllxx1Ee=-=wM~#K9obQ( zLi4$!HN!l#HPYWZB&0|la&RAy*>q}InrRMSf!Skc)*Wq)p zg$8~fa6XU}{HBh(pN5pD@L$0fwCL8pLwqN6rB4pcb-aR$3cjO@}-F@t>|HEEA_Or7UBIfn#YT=DlY{UW~YFd2Zm)Rwp-L>9~AB6PV=CBxQMrMikM& zc4^X4-{t$%d0}VbKjpLaB%IZrWm$eCVr=YE`>m0vnBOR?99gNar>>XOSHo~Ei6uni z3=jAcft5$=jRabg?gk zGXB~1Pp;pu%zRhrRnFYVZ;`E64yz}(E8o_>sqMJE>gj{(xo-8`52w1-3tQudO6l(T zgT*V|#VdR7`@O~B=ZWx6>z2Je^M${&v_Cn&KM{77@P^XQf>QabKMhLx0T42MI91z6 ljc8-~?*}i!WJHn*`ua*)&|tS*UU*sF)v^m`#oc*=@gMzXNX-BM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sacremoses.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sacremoses.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f16bbb123b3958c85fc47368950be9be758be2c6 GIT binary patch literal 349 zcmYLFu}Z{15Zz5Y2!XQ@LAc7&6v?6%Hix|+B8bg3VNK>P>us{j&fZB%JO4m`L2UdF zOS^PpWhWdqSGjxV;S|Gr%zN{8=dIt5iK{q%h3$ZlPfs=#{(;551COL6C6%P6BT7j? zfR@1vT`NXG8zx&{o+Px}DU_5@*u3PH=VKuOyBK+4pjHTYk%ZmeWqa13U-Z zspdF4JYpy;q)s{I6F`>hR&0XvRb*bM#v12YF^0BW1K-pCS7*9iM#EZ_GYO~0-^~9V bcU}7qDWyLHLQg)T!PD?PI=Jtd$PIo0WiMzC literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-seedir.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-seedir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..391e6a8f9bb57995c4f30951e25661f66a9d933a GIT binary patch literal 341 zcmXv~u}Z{15Zz5Y34v=w5U#SYNpV@!LJP4MLcfiZ^Boy^vhOHtk5Med;o6QMB3Wud$$?cP0e$-lw%m)*3JQj&7qnzCGS|>*g{vw z>ERJWX<_J;Q$7J?S>4D@aJG)ja$Q;DJZr|#iVpZb>|UJK%_=%8wU{Y5H~v=s&$#Q_ YPe>{K9T0l*84X@eKca)jo{8Mx52|Zqi2wiq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-selenium.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-selenium.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60867f74f53c5bb5043fb123d0226d4edfc38e31 GIT binary patch literal 345 zcmXv~F-ycS6i!+XO7RvEgqxg%4sB2eLBw4U5ya(|5}S9|cxe-o^rWMUe?k9(+~WUm zbn7NgZo=VmlgXWZ!{hsS-}k=cy$^>mauvsKupJ=uCR^X0B)Hotq!3WpoKZ{j2^V0x$bf*FH`P@Vc6-t0z**3W#|CYRQyarRBZbZODzH1zhq8q_@gBK$AJtb0YX1QLQay zeViR05yLH{PC27fFeFzk?}PJoWM0VHYUf!qVl3ML-_!ohnQB+jStVH`;9UEA`G1>T Z*M35b@$U%Xlh0`Ma{3V+JPvf^27iw^W?ujR literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sentry_sdk.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sentry_sdk.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17e68467ccf0d969b7647b6235dffc4e19e85963 GIT binary patch literal 1339 zcmaJ>&1(}u6rW9^t*a?0ih`nJJ(xhVlh$VKhaXfBDU>K$FA-U0ciwKM-7jV)ZIV-u z9`)o|Pl^}+4^JW@1Uz~2R_x7_v)M+27zcLWd-L9#`OUodn-Ar(iS#hd_i+9wLf!dK*uVHk#>R+0)N0hKm2(o`+QUDdf&gAqk2?8Dm{mYZmRa*dM zI)vUX=-TlpO@zW*GKoj}giK5&mfSSQZw%kWPoA3G$89R9QlcXH9KPzTJ>IN_$r}8jH0J+ct+-G*}$bZP5PT zP3FWjg38|$E7>UzuO_=50jeY7@zV|SEFsg7tIDi3JEvFf4y~K>)hG3*`Ho}jN(;IQ zVpfT0s=t4rnA7F7{!@l()lBu(t4h`!7VAW*90xA7zdAK2W!}Nr2fg)Jb1V!&SRKVf zX=OB#qNrIoD7QId5a+!n2giPsad0#TIXDs~l*zZ~AY<*%XQZ7(K;$k^mDMp7$rgA@ zl1C}^V1xTmdz>=OBtdo{-XWT_BroYTYkq-9uArtPw`l;9IBAcMpgBWOj+bcu>ztuQ zH0yIE``5<0KkfaTzLE3smMCjr*@Gij^>4pu7{a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shapely.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shapely.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7032532e45b31472546edf1c1f9d1685596dc640 GIT binary patch literal 3507 zcmc&%T}&I<6}~fLd&c7*Y_NgwJA@Dx7Hl9PY*5%NZBj_&R8dJw*G**^&&3Qe9(QJl zu@$r=)hZyZ3YIFFm3F({ry}Kr$F!={R8`xpwhuO@i+7|*L{%U9<^-v2qCWJ@7z0~= zlst7L&zyVjx!?KD`Ofv&U)pRef{SI>@vkcp`kOW=U-}9Rc7A3;D2;f;6A|Rso@9iW zA^jww*;Is@G58I-Z2;ToH|n-AVw$1-G}xvv;b%yMjXeE`D1l2R%(I*F;j z)~v1f9mY7a236%MABTAffIusfuPA%^>u~K!-ni~Qi!Hd0cTAGIiduN5->xfOSw@k5 z0~oKXl$oz8XYa2+X5Yob8RPoBXdhxL#7EPECwW~#%P2&K;qzk-p?S^!bs5&*LuH11 z)g+lBKRRsyoOz^ov=wXFH({$5VVMX~dJNE6>+N|oPaG5J@?o|RXZOrZ4hh^xm;G-3`5VM!`I>UfH>}J4 zzSd*noqP)3`+rw60iBj0TG7ehAaOKDy^rEV2;L~#8H&RlEWMX^ZE~JGXm!;7Llfz{ z9fWF~6ry|}B1}j@DFI_=7%PETFmxvv#_&|8WSFcH^DoLU=$d$Hu_(+6{iV8O=&PMqz zPQpK#6@V8vk>I98@lJP{Of2DHZ$@xX#$0F$hwg9*aaQ7lsH_Ad5y(`Ga-zh=B=N4m zV=llX(Z8#g_g9<(rVlR2_64&b)NE$slXWGLjG^3+UC7~pi zkdlaD*)yvM5lMT&sWk`S^=a9ov6m$StV%}B#d5$!g5McPwM_{;kE6m&Oq3K^Wny>2 zfeA=Zr8SEeB$a{U1|^VCH3HqBteQaHI27Dbs$Kx97tkxG8ng~j4bvj5+Mp;=J}B{e zTc|XS-W4P_)vaY&K9 zV{k68Png8r-`9nfymz4pUV!n&63UbqJ?H7|^U8vPyLV5J>cyX}OffUcfaAw_~c z`p648l??5EpfO)Dmr6(OUFjSU)81loHBc;41VQZ7A%cC1&iozqKScviQB%=`D$isc zXBKSFsOoG@$0pSYQ^v{_G3!2?Gn`$x@yykh5%R8{9C9u&i|yMM+X7Qy*ac&OGCv&p z=}@7jA!~3I8RV`>kEBM@zLYOhvvxM`>Rq@|a5iPgU$URGYZr1{U)FJM;aY*VJ^bLo z2L-*#BAJ^v}EpewR; zeSvYTOl7E*K-SfkW7-y(LVa_VseR5MraoKWy-9ltm9BJqsy*G6>RO#!Ysy!?vq%># zw&j7Pf#sp4q1BpAOH0v?Y?a$w=WcQXdG6dlja0RL+tpB{5CGJqYSIml5&+pTZ?%Sg4^pShY>MpuKd)mfFMQ}mXD%Q?7AZQjwj z<>=2j`q!ua>bSf^f$I*US}HV@imbKaIg6|fU)yVoBx&o1<%$bMM42xDja|QfU*TOC-8NVs zCm&0{P5vtRMSK48_r7wBJ#JY!y;qg^8j-K;TpQhR_HQ`Ga)z<{qXna7%jn)Px^s2i zS;w|o9KTq0l53*l(c2%~jqZOJe?*|B zx69gZFm?ZV!9np~?yyk7moGfXd5d`Yq5-*oNXXiMk>A^Ud`;*N-EF=;(;u79`v$Ck WHn;hPOkei2-5^bWX>$6!)PDh&RxsxP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shotgun_api3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-shotgun_api3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f3a8e1e988f60671b5345333ff3ecc6753a71c3 GIT binary patch literal 413 zcmYk3KT88K7{-&kR%+>ibP?+2WR+gf4lYt>K}8UkE=Rnicd@xkNYd&#>FO7-UqM{_ z9xj60txj&0;?l{arQkEXZytF6{F1x}K^<7t>u>bT2jI(@m8@TAwqw&XAb>y)GT4U@ z5RdqY*Y`X?A*sB=Wntehs_nIJXWFoA#)5Min}}e8qXFYomuq(!S2Dg2mN|?$qq!*? zIu#}v>o65!sFhh?zVQ`Ej=QZ&2?3QW8FjQAaRIj5v|MTdQqqe&?shKQv&K5=Wu}-qE^JXN zHL)fncD>-U&uAX@Egnd%BoKQC)R8fF+NfK<+>$FzD>&yP7+h=b07GWb%!uGOM7OS1 z&0(>BKrDAK@X84tgC(VI`8v2w_8#lp|+ awr}4t#`vd?@X<%oe>#3o_U?No@q=G-wPz{- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.color.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.color.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cbb7ac8fab5dea143727ac6983dc8a3e106ee32 GIT binary patch literal 692 zcmY*XJ#Q015Z%4=g~QkdafAg0as@Jy@9a<@BrpX~AcY7iK;h;%->&VA?@K%DptC?R z5*Mk$9_!Y>;x4@9zH<9Qr83z@`QUD)e!w?G zk2hYW*bA5L4v%--P;}iiQ-dVF>$KKg5Q;Z2bBJAl>!H>dl#dgT-XKYa-~~ynB;Hv> zE-1Eiv~66}mu9E-gV2w<%x}vpD6WDVbYm0p{mIcwG2IXoGRIi=u!5sSQJeLZy!s-0 zc3#yPDG`FRC?fS_r2Z1pLX%tiNgyu|1YY5Z%4I#1N83!GMLNJt4PIDmq&d#pO|oY1_So4(&d$Q$pnpNM z$bYc3v9R%4D?7zPNab!mrWoE^X6C(_eXZB4$V9a|VJ{9spO!4cTY%q=0r!X^iUmq= z7bi~F!N@_(q0SSYSE-uen7Y*K>VTd%7uY1zFC0TvT`(ixFjT z>U%}wEI&>`M@B>iBh3W_11X1~T%)h-LPg0+!z22&mZo=PAQML5nnjxQxz3clGX8*^ zXHm>fc#pL%GSk5n8MAau1ivI%t_L#R4Yqd(aLrn#a%fxv35}zrdN|V!W0`7YdS;A( zrgLC(Yq5&iV_NCVFL0o0#+5xO_$Gb37~{VUgir8K8F`Jj26=beAGOVgd~!6|d#~-^ N9)7#X+gA1${{iUfi2DEl literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.data.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad0dd83b085428c066e77230e0c2647f45bdba39 GIT binary patch literal 689 zcmY*X&1(}u6rb6TxQ)rdwixgrISCQ6o3?@onuFj$)FK2u7E2XbHKxeq!Hsvs^T2;fN%R#*9OFL3~M6(?to$qJrjtyvKD% z_X+8chOs+YzuL)F929&d*vd+Rn1gOpKmX(n)0lhkjt9yc2$jk7Es_VXlLaAvF8aLr zDnlk*dV4(C^CHpnvRn<*WXIjw_CP4!#LN-y0G^Lj6Ho!}Fa2Sfj=&GoL`ke!Mjj}( zaUeIez$@hCFox$wcU`iGk>lI3ZMqwVqH^hk`Mlh&W570_o`QdWzI<3Ms69Pg~x=P)h_4(43i+ z(m%HdeM4u&|LqW~c2e`^X6v+a`}6*B?Rafoc|3h`x_Rfz{;WNiZw^1aIJ1ehwQT(t D0Yk*9 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.draw.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.draw.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe82074aa898a03087daaacb53c61bd12d41e383 GIT binary patch literal 689 zcmY*X&ubGw6rR~1bsLj|Z86|MauOnBH>rXMnuFj$)FK2u!$QKy9?k}w)G4&epyB~eWmM?e;3Gza88 z${jr*q(kb)&Sc|iC0B7!@ReXGD+yu_x=ii-lQ&Fb?!g`pls6D6lj%Do4_+q=LjFSZ zdE<44O1SiPd9v$8qUU9~8m7rTx3%qoP`rVeBh&z%k5m&-0qU3jFil6`hiRfD-dRQ- zD7JF6ZTv?s%g>!hQ4sf7(3aPc+a_+%vZmzw{gcjM_IxlU3yigdHJmGQ+NrM<)mQnm z%ckyFi3r?f52@!O^?#5yn!?ua0Yzmf7~_eEvs5aOjy~62r2bP#Vf8$1c>_Z|B6x`A z%%qh5xkcz(IwSsXhgj8Ar{&w9_m8W`>+|xH>C@A#J74x^?ZJF&_~GT5O{~_k F^j}r7#ODA2 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.exposure.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.exposure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c25eeeb0b231e96655ed5f614923634d1abe1bb GIT binary patch literal 703 zcmZWnF^dyH6rS15#x*9O-eJH(Qz;R$o1BG+nnF-G&{H_{AkDhjog`y+cb0jR(+w68 z#M1VDgWMIC_Y(x01k&8LR(2;TgsXg$+==MGJl^}}&3oVXX1-M_C4#F|`ocb%gnZY* z*(#hmiBEa2F z{eV5;J=S=Uq9P{UU6$;+5%0QbrUoLp?X)&r;EFXcbBJ2N^^k4?%EviKZy>}Fyg(#M z;+vP>j>i>llR!`NImoU_0 zf_rF=O-kvntAxIyGvfWUNufHex^uI6RK7O7-a6bl+?*@Qa L#}+BHmc@Sq7QoAN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.feature.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.feature.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..216dab3b657b45e1aa35b0e3e5a04f6d3f2f4809 GIT binary patch literal 853 zcmZ`%&1(}u6rb6TG)cQyYPC=g%}GfiyJrj=4~VBXAo^WOWt_j~irvdRcnx%`E0nF#$< z%J~94UnhHT>?48*4p4|2IMfir+RD!CWU1h=zW6}$#D?G_Wi&2ry`Ed|X zU%JGTp4(!626z$9 zPU87=i?wL&c>*L+?(EWN*9lnDN&2!AN4M>jRR@}>P$GcDSL0`jnZ~VT90#g-Oh%$V@eS!At5Lz7yipAfSZF@Yneq zsEQ@=3dFIFG5)iN@M}Cm?r{Oltqo@%46NTpRJ!r$-mw03=sX)2cLpX{jD_KXGuG?h rjnc?k8dg@0ULI|Zt&NefF?jT2{^s!3-O+bw_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.filters.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.filters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fedcb3dcd68647b0e93b4a3d84e86decd2d7d331 GIT binary patch literal 854 zcmZuv&ubGw6rS15CTY@O)&5X>FeoSyvYQ`OThM~Xf(=5^LoVxPXPS)JU(8G@TRcSY z;=yzO25Ao-J$e+pY#|qOvUu_q=|SkpHyc}|bYQ;S@6GpS-}l~rE0qceR-y2TCK-f& zDssAjr|WnKk3B>X!5;E)8~a*Y^Yyllk%lNH+CH8Nc^SA)bdq_84vc+m8f|A%RrX9Z z3tR(Lu8R-yXDTBu#>G@QbEeFYLKn9)>ZCIJOI=sd$5)xK{g4biY70j)vCXI$UvWdv zqpq}xBOQC2dH=`6pfgPnyNkkQeI~2Sce=E^{uY9h_mb$RArn$1<-+}EDYc-C z=&+Ax0rt=vXhi=ZLR+Y!wRRWIWtx%-DL$eK9%ll_r$XISKKWqvLZ4dVHFc!bWisO7 zE2vjkTan|^r)-;6pGQzU<<<@jb}Wx|tSFYfFld_fh9#J!RZ#Y!Y+>0^%mN`Du*~gV z81{wjhJoaelQK(4GJR24JzrrIpX48Tj^829I#=_*3|lC3L-ds-FZ{!nKSamCm5c1O zB^R}>QG?bQ_e>}Ugn1UY-hj}HySxh0o98RxPS7{qkW<@@?Ivkevg4&^@y4k)b0C=~ z%+v~36X5Ef^1-k9hp dfB(q1mRzrojK+_J2g&@}+s%oAvd#3{e*x!|_1FLa literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.future.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.future.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a4550b856e86a06fef836b04a1b6804ab7e06c7 GIT binary patch literal 697 zcmZ8fJ#Q015Z%3xa2Oj2Vqu8_T!9YBw{|F802T!lNF+iEp>T7Y@7DI_KDE0SbQXn? zDCzSXP*PClCm_+-lAByhMHl1(DHXGJf`FBFH1l?L=DpedR;yJItV-nzo$3gESHa~n zE}Z2Xa1K#`0vw?j_i?QCwOH@#7-@*&Ks&q{C*}huE0~Q-izR-P2UPeM)K^p$VHg5hR>2&i z_aHdzBD9NaZD&&dx0WNRkm56fVn*V{RH#DD^G{@)#*~P6)RSbyWX98d5Fp5I=K1s` z8`9QZ25KlL2Q)b#5gU-KkmEFY=ybM-V3M{VGXx!ixIi`$(t{arcbul7aQ!rq9PX?l zB4n_3lx_V-Fe}cj$B`Eg0Zq~0fqG=_4o}4)sVy^ zFlRc(_}6WO-{LuPe_F_B%o=2&w@<5gW_QU+_rzXQpG}{i*6+>kcjr&TMLqhkeP$w~ Hvnu`@2X@Fz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.graph.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.graph.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10bbbddc1b74cf570ed3580e7d13601dae65e4fb GIT binary patch literal 728 zcmY*X&ubGw6rR~1F^vh>v^3~Ja;iqiZW<3>G#;u4p%$Tf3BtPBnP#WiU(8G@8-zyi z<{waxUZp*F?4KZbNg$W*)sweK4npzZo1_&pFpu}%ym{~YzM1c(QUSp#6u#0wIzm5G zaJ7s}XZ9MLV?+?a0Sa*&hgw?;^|p=?(Ym;8XozB>pWsD3uRyF3gP2`>nmf@J*|rH; z9kSOxpws-ntdXvyE49K;RaDcnH71-eCjEdq!j(+yGb*yO7Y70Lq(fZkI{Pg6KPUQ~ z#RV}aiyjNzF15PcO?=CzZZg;q9_uk#pC43PkE#u;*|Zvi(o*ffyk{jTtKlrqA}{C@ zD!fZJbM%S>sDoxjFvsW}DA9X>&>pI3yMwi*R+gkfiZ2Ly8Ic=Oq54!WKH7d9Qd_*G zuC%*MCOkd>O2XbtT#xRseOiB&06)s@LmD000qfXFD*ZURZ*4Vg!6dCiWe?~H+X1YR zkS?gg9Y2nH!tvrra=0^(Y$3_QQMSH}FG(-*4+A&s5Vysz1Go*?LJ=FHZ%;-q*?5Ny z(F|h6AqR2;sNGsFtGq~`T}`$6k_Ez=58+A~u09Jl!DJ<$5keytCNY;HGu5jJo>%8; z3RfQvAS_<3#aAIz8i{Q%QypXc`xe4)@EAGM94c>)ZrmM~e&vx-8CC3w-Z(Gb{&aM9 f=j`UBxIKJ&zP|bSX#AK>)(_r4pPIx% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.io.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.io.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b04403b3c65049bc23d8ac4f5195e2f158fda600 GIT binary patch literal 431 zcmYk2ze)o^5XN`!5{Qw5poO4~f2tI@HEN+C_M(U&HffH_?IyS8?snPTi=35qzJbpm zHa>uFU=v8?bz)^Fq!3a$ms89X!+f(dAHUgG$EhQTdi|NbSO|R-;xFvqVzLLt1EPrH z2*tRAW2<9fWFdyB^@Pi*jt$zH)0NC_Rz8czrj;)RB8pgGJn9?Y>+y)`|DH~}v7jmR zZkF|c$9|u=T)3W$(mqf0S+kn2oM*?0Ha?grH#I!cZYab+tAbHgAm!DA&vRN@M7G`Wy|z)pFOwJs$XFhzze8Ip*1iOftWl3lmG zLo_$61(O3n)5Mb*V3jc548sdVVifGm6w!v3MUh)`C&_GDJ1lQKQi}jqe4gHb^krj= hzt<5y!SA)z(c1R7*1oO2H8w|E`{TyJoud|D>IXO{fx7?z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.measure.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72259f12434a9bea98f6478496f3789ea88477f7 GIT binary patch literal 700 zcmZ8fL2DC16rS1L)EE<_wi@uDIVlmco5q8R8t_m=&>$3h$YtH^Op-A>yUV;uWrK%^ zUOo3WNPFL-E%Y+Rh?n9sjbOnd`wJ?by9%`QjI`F$9`X7T~XLSKaHy{)P zp=&}0Jzi-(t<>E{!>y05!e9xxk_RwUe3ZNArkSYHd0xa}G-MpYGww^ShA~coEQ)CM z$p=(CctFSwsambk^$W#Z%|XLgg4LWjkQ_{<%IO!cpGfY(dmd=7Cv>WkcPIh8oiqsf zOVQ=EH!14j%G=}do)?LZmu9-3#P{8;h6h6P8fFeq33xuTjX?)E1?BgXWB`7c#9HB< zW#oZoE63Q{MTTj1ntu`nvcrO=x`OmJaDx#yCg0g)S58}UOcod$6>B(Pq}8gf&C9Q| z7w3K5p%xLi%QnhPN12bIa%ko`^Dr7Sc~zNJ&*|IQPqJSlrKyMA1}HMw0sdVch1R@@$MA8+27+t11bY! z{{aRD7P2z2ff$fF;k0z(4X1n7JHL1Lw6an`29?Sqd$tgIFUTCuU-P|dnma@h#RA2+ zjbp2AVPqj@QEP-}DpfTcQ=2+n{7@R1zY4VNtelnIg^z-`R=yfZAy}jX8tO3UaKRv7 z;}FD>4g?Dz)EqjT!EhZS-sjrmaoA<`{k{6O-`pOqLVx<;$5N#|DP%VrmKuJNW-iVb zc@l{MWpLs;dF?biNjMy>nFz-Ay6HJjSmRu3RFG!l{o=jT)PLlxF%rnZqi3=o1Gd_0@roKTW z6Rph5lo8N$))dwIzm=b6lf~WHRrb}g30RyN8m4^O7~`J}gpcu889B9=n)hn^Z`IA0 Vt=9N@%wMaAHwT|Ka)??o@?YyAk>CIT literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.registration.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.registration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f2d0c38b3af4e519a7c04263fff411567b949d5 GIT binary patch literal 716 zcmZuvJ#Q015Z%3xa4~iPv9Oc^T!D<_JI4r7K-_@@f(Xe1BvTycyS2UezO=KBIg7$b z{DL(34Jax23F&EU$xW`Mq6>0?l!{q9K@?f(MlHoJ)&e~+`t;a5($;9lKvYL`<10D7 z_762PE3;~wzf@CA&$l?ZQ4)+o=7J|V^f-h3rk{i%^Q9Yj(sO$}{2zl+cfA27x4`E^ zF6%t<`mEa8tv2jt({4=4FkC^lV0{i!;NT>lnD^~8<29OFJodv;z`(x{up+EzqZMRX z#BfMHqwL`$LfWLJ?M=3?nrKS~621`}X~bT{K#i-OA2@>~Vh)U%C!Ic*sYpJe7;xID z=d+i*$LeoVRK|p}&*FV2^w1CC4w7UDuAjtG z;GR|GfDG1&iuEgLrrEjmB=n+g;I+hcY^Yo4R{c+m`7XT!^aGs}_qRoi%Bj_ zWAYxS9z7%EfHbtd$=z!REs5mtg&<=gazh4+t$y*@9>yWF;T?0OJ>W7C@ez&!_Cex$ z>?QBB=9>iPV!|G?Xlw_(XD68)#?cdNt8D|9tcjf?oCs_O6-OXlbVE49I39uH#gP=a zXI0rC{dJ;Z^E#DDc42M@ZrJnPj<|^utN1|$!<5YS4`$SXtc`z+#N5(^2!RR5KiLcKK9u)eg8xP_&% z3Z7#)*D0lc?h*Qy&WZEeB!$|nW-s*CS^56#!PD;>-?Bw{ce-=7`Ed4Vd%lw{Hpd@c Log1XEwIcrumfFvg literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.transform.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skimage.transform.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c166f8b8a131b545c8e447d937aabf8a534b5fcf GIT binary patch literal 838 zcmZWny>AmS6u0j#Aq@>uKqUns=mtT`T@nTcpc4p?prWceG|O>4JBi7C$o9NLw^CT1IHLOiDV086RlNG6<*4+^4e&c@=GgSuEF~2l;(t=56J;&NI<} z?kzbe%>7x3kd~D$qzl#Jcb!@_Czk}cVa)mgcfnHv+JeL6q8|qV_m#^$<+*JU{OyDO z_N)M^R#t|d2)z!sne=w2B3qujTIQXYrO}WtwnRt&E zQS6b|$aL>6AseJ>tYww?5P#a)ii3iW1p8T$7jn?OR!-hIU3`)QyWCSwN2o-`uaGWq zHWJV0&qSNoHWTEIOJ|2iJ5C_Bog`J=IJ#punhprXYna(X;=pln-UyV3j7zs0$31ZU zI8qX8rj`SW%@i$b|Ie7DCx!cg7j83eRi4KIm+=DrH5riM`sQ#;j@IRX9HT=&BtN5g zt(u=yUZhXw&~{&m0PHD})D%hFQX=(gPD)+D7>`7l#8SZ|r`G~xLB}S61y4{MnUvCB%Y?q9BjWzdo8`u!^y31tD#MC1HtSy(uMclD4?Blj-q;9DIskz`66d?E8na`DI_ zl>oy#2n-tulWBDep+R<)1tFY?A-LBW4-9BFfpo&8xM5jtB9->M!!AQ%z%7|^Fal(L zmW#Cke<|&UDmA*iSxyWMUxBK-7%xBaLOI4#z{~PQ{do0#Usn-VQQ=P6W)`LNcbm|o cpE|Ky)0X>Td7oRm)8^j8`OG3V)Af?}2lhLBjsO4v literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb0c1e94dfa8b66bea7ced6482a0cc5a41b5694d GIT binary patch literal 343 zcmXv~Jxc^J5KVSHTo$eoL9h@Ti!FA8T8Jq2f`}kC*DP@}cN;gm2}$l`OACL4_ZP&* z|6ysjomklkhs{+c_c6ur9`oM3WIp=+7`ck$cQ^|W`u1d9;R?+59e6ZWubfP_Crv_%W}3B;4Myjfk?G9GmDBSO_!j^&iWtDQuAnG18_IX=jF4dBOSSABo_9m meUqjZ#`td+;nUwTvg_lz^J%$XJMD4p8Gkt;A~yIN8Ej z4x|kfaFe%t?c=c9oowS^9*09K6^1I|S;i+HR)5DJlhj5dh^;o0{ncc&lKs;0r+ZiB zMUIv$1?GKjs`UU(wcWIpN+BSZS)q-^U*x6I{Q85XIs=Ad;FcxQ7DnGVI%Ho99>ZsO z4Z*iUa0`ZwARjR$zq6vWsm@QslP*JPA#jxgo&d6_DCJT>G^dVYom=C2<`F|H7NGLM za-R%bNsM8vhUkdGqI_-i7H2#+8%||)dpvS(=2J@l?-P3V*WZ2EJ9_kkKaG!1je}Xu U-&w!CoNbbgPcz@Eu&KL-Hvo>D`~Uy| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19cf8e0ba2ec5c4f8b1d0856bc3d61f0ed8fbc63 GIT binary patch literal 612 zcmZuvL2DC16rS1Lt|7Rfl^F0;Pntt^(t6e2g|rAFmLLq9otI?H?#?i8(y}?#AK=;F zAYS|*URv}}auPgwOXxx9$=PmK1bv6coA-V5-uvFnmndozXYKZ982W_#s1A(QgbwJd&E>LTSYS|1QasY%2@nJE-P_Y@7YY{!0-eT%cjz5qux4E$X@Csg`u24 z|CJVr1;dV^IA)m~GhN!5DxSo{VPXZtkTge2&mb>nY7y9n-Hv>vW~?|!%; i-d1>euxbAdo_8LdJ%0VQb95dYy*pU@Bp8^MEBPD4&$oF1 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.pairwise.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.metrics.pairwise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..158d04402eaf4b9a4370cf9da315c57dda2c519e GIT binary patch literal 483 zcmZ8dJx{|h5Vez*k4l{?=z@T?NR25h4A3135E5cxiA;Pnrb%r1OsjO`Pr%NGSojD0 z02T(OZitDk0e|IcaDKP8B8-|+Ol``-8NyC2_eyM}bsYTw|wiO|m+6k+@= zPD5RMMifyTq7mN182MAh=__7#2@6Wppr&6+ZKT<#s&ScC3anAp$4hRZw9b`z z=SsmPwWQX*_A4LS#R# z0_F$%Tu8@NNemPQGQD#J`F`wCR|$Z0{W5#5ykhKyuvG~2F^=08Oo3oLO4t6kxaD-6 zZhE)q|HotO3B{Baxe=!zU$u={>vi%XlFAE15YAY!P&xtULn-nXnb`rO6e2c?xlr;8 zI?eCu>=Oz22#EXuo+3U|vEc8ZuOxXBdwqDx2GDsMQ&0ON2M`^QknNK=Q2~!0Ia@s< zweybd9C|)T;>HOp47iJ}-9C?$(3%AzQqg6R=g#F*#mSlVbop>QVnzGQe~A=2%?*t4 z?{$P9AKz$9>>oxmYjutc=h&=It@~5!!MtoVD<{Y(S3d5}ucLBfYTeV!#qwl#zKZZ_ p)_9oJHxJR~#6GDYvz4`+BZExMde(fBt!*Eg+gfiRvn#54+dpNP=Cc3* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.tree.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.tree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da061c9817356fb93dda117ed62a592e620a3473 GIT binary patch literal 284 zcmY*UF-pZi6x>x22?RwuFCZzBhuVrK5F4?v32XM5tl8`?``-T&J6kW{8SK1=jh$fY z1wQ=lS8l#oIK}YhF#|L2d7g=cEPKOGDa7|A{*d$<%gOR0v}omx7-g~XctE{H6(2Y0>c%^cDYI5UtbdP*%YQ|~xY{`z hyq;M+kK3u*w2*caEjFc;i$k%0^s!ew<#8+hegG7SS7HDF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sklearn.utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80561f11f59b917d5d15d3aeecc84c5352066acd GIT binary patch literal 292 zcmY*UF;2uV5VQdy6e$8x-Vd%wd_aqM0ir=PG?6b}5);R^ynBa2N6iCx10DaMp{AhW z11DW~)!9K5H^pdYH9MO9%=3&zWZ4J&aK?U<_(#+u*2(h56l?fB8~AkZd4in*8Em;A zZLqBBfm&y)xsiA?<==U$l>)1K?*idFTc?=Kt7u&h0-r#VXf*lY9-$@_w_et8tskJc z^GXr~u>`vmM$d&GgD=XnbAg(mh|W$nfTHq)wn)+#2vzG`hgIz?g?KY6fu#P1#Kmr3 lKWvUJd#4r#uEJsLmOjPfNUMF$`D(&W%deB!OCAp5ZVO?WTIK)% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skyfield.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-skyfield.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4951764f2005f4056f9f97094e3634136b8738e GIT binary patch literal 345 zcmXv~F-ycS6i!+XO63+2gqxg%4sB2eLBw4U5ya(|5}Vg+Y}$k*chb?tzo36XZt;IO zI@#69O*mX`GP(2K@c2I7_q{K9@55n?T*dJlYzGK^d9tbSA1wAAct#8{EKq~T7^46I zX2Be<72}`_ldW%065Q_;QV1w)&Zwn%$px4`GIdvS5bP=m`@QS#qBWK}mCmM?3zJn+ z)<*lle&B896)pU_NzHsnUp0xo$8>8)}O&}0Vfj0k>5RA(#M z9%qL~#Bd9#Q`U3>hUBW_o8WvEnHRFP+Id!t7|Yhc_jL2-Om)lXtdVRg;9UEA`G1>T Z*M35b@$U%Xlh0`Ma{3V+JPvf^27iV$W=H@4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sound_lib.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sound_lib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..056b37e8da4d335e8b4a23a7f572d55385a2f731 GIT binary patch literal 420 zcmX|7Jx{|h5Veyc(nQ^mfC&bcNF?TCqC)Hlgpd$R7b}fTW185(c8bEr#7|&lMJ)Ue zMz(B-i49b-bi!_FZ#ccvy?5{K-Z~v0nDG5qdg1`^X^VNd|6sgjz#|}_2M8oi4hyH} zK;QuC5cdVnSUtCHg-drkz7iEDIA{ItW~O!7MJOA@H&H6MX1uD3m{W}wB>&6GL)fgO zBF|~6F{yb{u+&aaO?yE+3tP=H#zdqTH>>CMF;_Y<3K>_LHJf|msVla(Nu!xoNNF+yHb;vC;n44>5W=4| X2ey7a01rNbji=x}*uM8<+jRc`&nAH6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sounddevice.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sounddevice.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..219f1902f1b9fcbc57c118caaef261ebafdfb482 GIT binary patch literal 2150 zcmZ`)OKcNI7@mFE>vilnc8o)y$x;Zy3HBBORD!CAgtUS-0fDLr^Vn`Y6MLPt*PY$O z*iED$RU(n7NYn!ybEM)zrAob4<=BfYQ^i?SiK>T+o(#EEX%C&T<6x0?to`Tp{g3(Q z`^P`~d=el{lAfSHMF4)MlU5V92b=#e06YK?BmiU}YcL6h^qj$FxdfNx6FdV_AR&;? z#R9}+{4E1-da}+z{xPvbTdU6mn)7y<@E{KqN?rh zc4LsI<*C&t`~=y*8wuSl#CdR&M3o32pKwbY~$(0L3&sQK3@&JMfwRDL002Yye0?_-$D-x^_LGhWRyS>4VmURXc z*&=%opzcEe_b0;tt0AHAW439D0gz1uu2C7j9=>O=#gk@MvGSU&Ylb!pbyLX~?X;PTwdp9*OX_SQ$~t>f$X2r^ zoHdX-trMZyHrA(RZREHNGnGQv@wRC?U25A*g_^CEf_W3$4Og)#J*QzES*1=xpW0a- zj1QJPSH{krA0LZnVX{4Al-3;iHoqr=(3*k301M5YS)kNrDYX|^2Fx=VQWS5u458)Q z4RWmuSm5TlJ24i_v-2R+@iq>COy};k`5o;Pvtx&!=dn1?LuM~gfIO8~L6Q8T!UU!_ z7iFBVijid+b7<5q=8<(FOA}x@o}E0rq$L*>9oDoQZ?XZ3&)T}-^jt1p$XT{#7zoE9 z%A*`?Y*?6{*x?(Xj%hsyRgzb%;iAKn8%{golxCrvmPJtk(?mF~rrD;Rn}F%2)43fO zR2vsmv}oF8+P0RJw3$VURY00e8I;Fn1|@AvxtiCK=u>?f#XifEYera^L%BJHnA|4R zaQxVD#nNpQBgh#og)BwQ7xmUT)U;{NSZdPDQ9cnbWTsd)Y!0YwXJkBIbovMZ$qB8Z zWuvURleN~7@gABz@>#ctSOm|-uIFO!uj0syV9$f0)uHv^U?n*C=u9>E{*t@q4VJxq z8-2r1uKY0h-Q@bovC7G@A5+zn6Xg?^s(qK2E^T!7)gp)2zNkc^j}BBKN6Ueubq)mj z>jLQL-y|MD>D(B`CYB3nQWvs~$=On}ZOSxCxfx}wbzCU##4B%K(P??W+G66Ri*I(U zw1yFE0py%%%hR-y<(S-7RdPW$3<8=#Mp2&Dbb~rAn0V$uG~&2b6`Dy^b=;Hy#FZ0i zCl6(c6>sDi)4IYu5rih&b?FGSVl9WiOxfeglW=mjBW>3|)UhK{fJ#R$-D>olWs^4m zBZE9Cb4ayK#|;s=NCM$ghB@VkB#Oq{K~WmaHXjnlP4wxD(zrLrGj=o!#63%{`~GErIg%*fxcN-HRSQMF7XPjbWOK{vA-VhMJ@;q? UJdFsWXSk>P!=tCTr>E%nUyG4Mw*UYD literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-soundfile.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-soundfile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d21d85494a94ae30691f2ab9324c452fd3b9918b GIT binary patch literal 2083 zcmZ`(OK2NM7@pPcYFDd=Wj!Ltd03%w8aa`cL^ZUb)NNhoK@-O`6gP_7Wvv}cE3dTb z%-V{K3=R}xLrQFVNRGY~QgTV5&}(Uqy+|m<@`gf64<$DxhEm*1XC$v<;&zt(=k@)M z`TuX`7r$Quq)E~v_^k-QA9Uh0erK@t7X!dOpn(j~7|mrc8HV(%;VQBjw#a2T2IN47 zC%@YTAX5l9243}Koz=L9#13svUkG;Rdu7H0JsQ8@1t23qsSw+{*Bw9HSwaf2>LZv# z`!Uet_;C76fFK9{!_y~MX;>iRd-?1BX)?r}Am17qCWRJfS;sBI1p%Y&(>@5uL zx40YMaY*ywgT4P@$z6(S;#VLO_5gwjJ37RB5Q&h7K}~w)74kStP+Z~kes7xBvCe?1 ztLl0Kz{qic1~SqA)$qXRLs!=l12k7Ac%91Vjp&_`ZeL+4;3j(=RG5TsAuW}w*qkeA zGr9rKNqNgE<8!i{)2;m6bSi5WYlAcrR;|Z62Fb6HAXlio?RH(k9 zS{Bl$=PYQu4KtU6$oA|Sw|kV`v7)J#y5KkTY25WZlp3;y(W?{JFO6Tw?o9(_DNFvX zABZ3j!Z4HSH@;{Yi1 z>|d+xYUh|;J6w%JVvW<7gG52&sJsTM&2>P&8NH+_B%?@0 zRhuiTR^Ap#?O;hQ!UT`#;cR!;Y*$YpV7h7d?1ZH$(|U<$W193hZQHlyyjg@Yu0YkI zq$ne^0J9dBua(s-ysXc_-72S+hhLL%figj4iD@pfb73mQ=ZFA0`AN=fhQO!J@L0G3U65z9R|p<1dI< z0#C)>r(*wa;)l;defLhSo!STuH9|uV-f4!0mxY!$RQDd;Jeq#=$&ZuYPi_p4HHOE2 z$~A|_>u+6c9-Uaey4iEI6+5y1Wh0h&aI6tKT@RjavmiLo=7Dcui+BJFBV!1eC|=1E z*2gVG&XtQ>W}Lq}K z4&oKvFbHH88rArWsvFc@#YD5m5;0p)6wS;kiY?Hx6E}8jFJ&k{aH^A8MDG&fh#=&k z#nvIVd3qbM%}r3wxXUD%l4VOf_gd4DEmD9&M{XT=dKO#A_9AGgmOc*^%d`azlJXG< zmov<1TO?6*-UQp1HEG>*-I+iP(5IqPGTSqDGYiX>ZkB8Y+CoJ|C4&48pgtPr0V1}= zce{bShh#FPR|KCTvduCK^P-PsxGf1VJ%56+XI}r3*b=2BzAb`4|MKMBsg8AvZ( zXuCo5$h|9TSJvfb4z!6qfFMiMeuMIwX)uG+9isMUx>NO7{{I3Z;t|A)j7ys_#yRB*$E*hW?0l z%o?)fe{}TJ+e)Ww2_6ETBKaKJH$2`azVE&7J^f0O7`ce!Td)B_e?54Pa8oSby5a{C zXp96FL5_=H92DU=#3(=zi0}rt%yGxz@IM^YoqqIn6o0CCT9Z_jmdnzRObP)dkwvAn zHH4Rf2yQt!lQ|eN&t#eru7Q*Q0tB&YLnYG2cYahqXkMl&&mpzUE7@B4@6F66g%UH@ zt%;1EecIn@wiy#DWvto#Sbr#u4YUaQ#J(sr9>Wgz?s9zIC@(c!_E7t%ty@2w9=5j)-+GeUe8ooKCMp_s+=9Hg< zp{%OiNm?^(ZG-tcX{T8uYOH7rp9kx0hE=`lzH2vpuM_9Ve}Fk~=|035KkNj!^VmiB c1pn#o{XAZD_rFEId#|pJ7rob)iGJaTPYo-ZX8-^I literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-speech_recognition.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-speech_recognition.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de3924fad9facfeff29cd5950cbe861ca74db273 GIT binary patch literal 366 zcmZWlJxjzu5Zz5Y2!U%3M9}8i6v_Hg*oeI#B8bg3VNK?e^)|c9?%qjC|AC#AKR|5m zf7l3i>BP!TIBc$R_s*-FVt9{v^WHG8{eFyG#qk`T0)#$2*;M!k7DERfQHe^-QG-Vq zqW}RegBQG3jDj{yw!S<`a5pF<=TO+Zq?YDm#=&$0qX3FJ*HFkxFw3O4NWyOCvON>V zQm5D1)G}_eTFQyhKDz691M`d)-gx;yYS{oWcR($vm{nTdx)ejM6fNMKjUl~OZUZ!# zftV4_Zis4aEyYoGa7YZZkUHgrR$xf3TDA$!SCM%kh1G6n#fY)x8u*_6zdlp#GCFBw kIpuJw{SW;w%(iRaA;$P;i16`8wEMP4-lP5do{rq)7a<96i2wiq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spiceypy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spiceypy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2569928f2bcac46af7a82de0f461d41c44f9a5a GIT binary patch literal 350 zcmXw#u}cFn6vmS~hvQ1Of}>pzxeMwfh`S&nh)b6vO`g5jyGuyYN=6s|1y@&b@&9n_ zcAGf43B{$8N$b7g@qN56`Q_zfI82eRG<^pbA@mhYU-7?KkG*(C9C2Ku22U_X5dzGk zH@r(sA{S?S-@#TdVzL^nr~?i literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spnego.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-spnego.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..939aea15face07c8d0edf928526106711cc4268f GIT binary patch literal 349 zcmXv~u}Z{15Zz5gjzHiz1i?z|0w#-EXd(83h#)rCgj{w^)=RR>&fZB%!GEx|6&wG< z(k`7?*$IcuRqkHADTeo$H}huZJq!b4BM9DLxlz0Rv z_g-nQ7<;WBZG1Zt(QcH>s)F34IGfax&nm!f6IBC+yo~&A`>H)}&}3GllbI0}CZ&{9 z)XuI8OTjrbqE=EHd?5=rbot0iSp&m+$P6olQCi+v2V~bO%i%)YLVTlmWyo z2~({pWpk7q95NIJVym2H1t3dRE7l97E9*3ujnTGe#TXji1DE4|^F+1F!D)ZanRY*O dx8s&gKR%`OcZbm9&*9$l$;WX2A=Cp~_yfN;XpH~> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-srsly.msgpack._packer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-srsly.msgpack._packer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c40d9a0bf1dedd703c3fbc7ea40d77c5ea08f5aa GIT binary patch literal 441 zcmY*VJ5B>J5VaFf&`OI?gs5FbN|Ckrl!y}`8lXvInf0)1_G8O-vf6Yx0|jTG;~q5B zX}Lg9x>VR?DKf>=8_nmvna?y<(CvQlgDH1rtQ{48({lzk} z#+GeT*-Z1aNLWBHBvrNJvbH3bLO@MqrIm4(G`UQ3!VQobK!6}lbu}Vg^pHzGp;SQ{ zZb@o@yIo7g3n13-Zb_p|;ny1jsq@0oVz}>M=45#{?yUxl36(Ooigy+|2k&ST4%)ub zTvb4A<27g|oi^&lZ?yE@tH7;%hRLHAUf<9;)N@+OC#qYQtNJoIzo1q+n1ow-29`42 z`db|@OE4_>w=6us_?f?qS|@fS;AG!$_p(H{+oS7BiCGCZX5c-B&)ZWE>psT#=d6zp Q))5+xzD`EV*c|%8FT<{np#T5? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sspilib.raw.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sspilib.raw.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08197ce5f7dca8ac795055d1dc010154b056693a GIT binary patch literal 401 zcmYk2u}i~16vpq8Dy1b#y9h20;!vcV3o3%RbP3novpJjO!o6!tI_c=<=ISag z{vS@oEvu7Tp}2JN(kl3d$M=r!@%!$*dtQy$s@2{ATtYs};jb#cV!m(16A?tvm?X4I zDG^Seb{%jW0#vxKbmg3Qgmj&}(pvi}A6m3%hANIBGyx8Ki4wyYu&4`eco=g;z)2l3 zld_MaGO!>7OjJS$39)pE(%5ZGlQ{CZMd`+`fWLrP z_#Z5lI?)X=v4JXA8K3a|+I%*8wk|HZh5#UtT_(}={h zK`F6_pxk<)GsjffbJfSghLsg6OJDhQg^o4?6-6R29(0?r;@wC#yQ&U8i|jFN_9Znh%j|kcsaAJL3G61PxRfnXy-hh%Y1R`-k43V{(#(V^Idl(d45SfN zbawo<0OqBcoCA2%(O#euqp@eI7#Kb)@?2f;u{4{k9?#ZvqSp{K-!klB`nD;hzdM8; feUx?w<%?md{=U35*ghRDpZ(Z${hU5HdIgPt)#j4q literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-stdnum.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-stdnum.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7838b0920f1c35936419dd01de30a5120db6112f GIT binary patch literal 341 zcmXv~F-ycS6i!-CO5qj}1aWY1>Cgss&_Ub<5kYRbrNrjlHD20;Bt7XU_#gByh>QQj z(XE>}xe15MO(s|G4Ug|5-}k=v@;)5K$W8bM61i-)y#B Z`w20|zk3Lud`7#^rytS5!$3#w;SVkuWfTAa literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-storm.database.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-storm.database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e3970a669f635afdd47010e51f2237c5dcd4ced GIT binary patch literal 380 zcmZ9HJx{|h5Qgovs8ys$bSUcBwL@b80}Eni;6nnjbcx*fnwTcB@tLA@V`pb)W8;7D z54!RPfNq_*7BSFQy0hQ=ke+*wqL7io@C}Xv#y-~OPvkdR?$Yzj6dSRODgMGoybcD9 zc{e;YX4;<^*GF$$*}uFxk3(wgZEUQhmt%>5G2Rv0!@Rd$w+4OY0O#H9PFd5=#UNO; zl0=y_NfuGAm4Zr_);N!^Y`JDzJ&D|uAn*aC7n%0fnOjIbifb!VIMWjt-dF+wCuUI1 zM4`vR);>4YVZ47Jkg$d{Ih7fpNNlYu^s*?xB{|)ONop$ZXlLUDdiDER=iz_m*w(A| jacR_j0Vl3SaGU}=ls+4r^RHgOo8RqbCwPq94pn~uypMQ6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sudachipy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sudachipy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..372dc97912bb4a04b678ab9aa6663562a48a8ddb GIT binary patch literal 742 zcmY*X%WD%s9G=-%wjqm6q((w11;H9@c8!7vYEK>%qKM)ppv$^5*^HfiFf*xaPPwU& zyE%FlFa9513{{AGQapJ}>_OF0@jg+^g!ubK;9zb4tTmL zks);u8!H`$!xGl=_fEOFL&G{Y0=RGww=|Fz>gKOJU|r41z8AS9OkyV7Fh)I!vx*;6 zihbcCPk3&JP|UNlgfFjM?g_#>M3QT~hdjSalC)nrf!lkxx3AdO?Hm2|6VCSIs6&E( z8O&JBc%Hygg@}yELyyvIWt>xf%<%tAr$_07dLgSmOz%ZpNC#$iPY}xOZXEA(rpnTo zoCRR{05UzVgJ)KkAcUhutvo9&!SO4n8;988FR>?_fQW>}FJvdU^EmN* z+#(&^c#_EHFmn!Ybl_0(+(}Z=jiYOJ^Qyy%zzwO~_X5lvH%ZAVKX;y)EBhdr^vq8V z7iaZ&DBt157Erzkj$}+F~@8Dc+Qx!t^rv{)4$Kcryvo^YUXzmR3$$DjA%?zMb zKUXh*QFkX=d1BV&H`Ud1#tf*sF}Oc1fsIG-H_+gvLF-%L{AlxQ;o`)!#^np|T8HK4 b*lfPmzndGQ-O<+A+<9Zo)})l3k#YY5U+mtA literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sunpy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sunpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32d5b55befedeb7c64cab6d2e327a33bf53c1a39 GIT binary patch literal 738 zcmY*X&ubGw6n?XtjhkS!h$vK~VlSqU47P`YXu(T^Sc*`kZ7$1ZXPRuYznGb%-QXdj z7jNF|(WBBHJoZmeda$8A=-$MWHz5ZhC*N*Ts{{M--Z$Uu``(*5DwT?Wt62QV=XHP| zX>zuVNiY-`yafh~c;J&d@wK|<>vf%g23%tr(_g_sZeJVg>p5fzvIfgHwSxE9=P>C-gk-D2v(3wzgc4%X3b48h*$+DOYmBD7JjA z>{OT-vJ*tHGbxsp%pqc%Fua3+Es^K2{qKGz0ysC*C2QzlH8B*IN{&diOz^*v=PC@y zu1pW#8oi{g(C1X{a9h!)t0EC@qhCqaBHQ6B?iQ~+i_jAnw9A7o_1p%HV$}+Rh3egT zDqY1ZsBGI!E~yp8ZXlJ7Eeop^hHYs%VW0$_$ucSx8wV*?vL>rhJTmWlw%=g(lEAUT zW&Gq-ggzXue|q?(_PKWabp2@M_`yaWhR6dpkjGh~sa|1jj%E$go;e9AZkv49@j47A zn`6S4tL1!h{Ym`j%v`mjTu)XrFCv|)NXIMEXOom#E@M1!{U{VlCPsQ8@&kxVsp296 z+8tlplDLLxI!E~!;g?Pb`8^Hz%m%Reed_kR#lgbH>C|Sw^v#^!TYTR>ymwq#J~eB7 h<0}}0!i~M3U-j)p5G@6-Y{(?OZDbx#NX!f)AwvY<6)j$`UL`138}wCH+v_%QSBGuIlp& zo$wl)O`TMjjkF%44e?DYnBWsx1oPzs8|eu!oP%(zl+IXv=aZ0K8976BLcm-HC zgKEZ2NUt!#GUH||9 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sympy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-sympy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90279ac10d323dcdfb1110491993192c1b1880cc GIT binary patch literal 667 zcmZ8fF>ezw6t>UToJmPVl}c4nf^GqtqU2QADkv~kAcTZi!f-lr&c(^y`D8n-u1hPi zgb6knnUGKxegZoSg`!5s$ix=Z0jU%AU4npT>G^$r-+Q({`(ve22Fl9i_k<$=zH2Zy za~7PwRlzIZ10RMUf^8TXZ36-W5W_dduwe1KDvv_cM!wlLRSxy@&huu)Jf1;f4h#VJ z6~%-7^Z#-*@)w9XRt#dS*;boHCLG`X;HxHGY8hvLMl9a*(6)}=RVpRJ7vu8vAC7N0METDkpU g?HJ#i;Q9!i;QA4+zouXD`g8%{Yf}rD>smXm9&I|M-gg%4WR{STH11}yCLktU4;VH%_ zLV#KHj5mpCp+#X!Iv)Wkd z<2r3D7bY#GoEsg;ZIbhvY7XWJEyL5R2U5xkh`9r5$&6d2<*nx!a;0bi=lljn*NRaK znk=AR5YHvb*;3X=>3Bj6w=nX_Ih}zanR0x~&eqhdkhRr*XYGiwY$HM+{ri2Y+$uS# lBx?km>Ttqv3bXIqcZ@Oq=_7pn(LH<{jNiMH`$Q*x@(U6kZpr`v literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tables.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tables.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36ec9abee7c79118e0fab008cf83b3a593311b72 GIT binary patch literal 300 zcmY*Tu};G<5Vcc;P(-9EGaE2;NG-|)LVN*YK`bnh6Ca7G6I=FClx#@+1K+^Lf3S3B z%^tNz?1IXy{Eg=`$&?Q5#snA4kO0C2Jr{dTden~y)wlVucABFMUzoKMp+mL z)4a5e%S~_l^q*7o+Rd&f{4=SwQqbzgS&!k3t%sMJ7g5^=M0f&;qSENReSi{!xN)+C zD}4{yty2=giv_d`VRRu}hqY}_rzbNJG(tw3b6G(Ux$ATrP#Ob1udSU2O4XvLo2?Q7 u)z2_+_M6jno4t$1sz(EtewRXVs*n<`Mx6820ZWgT$7jp&`E%lT$o>ZLEnH^+ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tcod.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tcod.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8926f240ff77533feb0aefb95b2f48bc93e1b4d5 GIT binary patch literal 477 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 K?EM1_%>M^k79rFC literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-text_unidecode.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-text_unidecode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e01e1ed3fa4a9b5054e7a7828c29b68228f5f48 GIT binary patch literal 701 zcmZ`#zi-n(6uz^axL9$Uc0quUnlXcYY7wf4P?#8y5JEyo$U?Fl-)ro|@mao0sXH}O z7X~^7{)3`2@PDvGDnn%n3B=T`C|f7)k_I&cH@qMB-uu4qy>GT{A^9xpD?HH=`mK`1 zGp>W_7a5EZMINGweMUW(ryF(Et+>IFP^ITpUm9?ADrJ)E)qsQX3v=yK)0cWgb74~B; zcv(^3{4<&=fmiQI#0Eh4I|zhYD$7|9Lcz%^i3`u;U2tA!asqO)2k9P3;tt6Q5wY}v zyR}VtEWo)|z=@v~@j|IT)98mR6}g<5WrPbl50rJ5ui$3I)ym@mqr(K+`Gypy&cfeF zbE#vD|J>EFF|`o3exQfH);1@Nt+Tc5!`gX$V{9Iq${vVj{IPicNVpyOIhZrLd z0cPGaUMVh}GW0?}tQCH*_EimgxZFsT5Rll23Q@K!OfBQaQklSMuU>AR701$1C(*&! za$$m0sgco@YguR1Qd2f!E~(~V%67^b1Ie>oX=|R)yfRtbkyK?s%q>t$hTP^_-8e@> z&U2c;3BQK^Med#gO(q~GMDUp8g-w+_4E7I*;THN%Iif=_B+3iEP82P(M2V7CyPYK? z#0nBW8f8FXJg|%c!RFI z0MM-ym;NlA^wCJ43v-WsM7-*0~Zn z7*o)iV-E*BY*H#-0QHuOhStUv*xor1p={C^i5!Zif+}76`H^+tbC7Apt)KVCrShq5 zZu*@?FUzD6S++8e* zR;n?xO~{SDNYBohR{;i?S?~#Xme~fk54vp< la8(&OE#cbrkY8hMp5*0+Ku*pV{&r&l(>ET{R7alm_z^o literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-thinc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-thinc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10f3bc5d0cdf0b93151c54090da798d381a1f548 GIT binary patch literal 529 zcmYk3zi-qq6vyr4QcgjUDh804EMPgIivnWC z7`vh_{XaT(B3spo4b-7hr#@d=6%SAE`}BT%-t$S8r37D^9_#NBA?HEdzWBzuc#X~v zqR5OWs-lY4(JZRtSxiYpbfn@VI%Lj9sN?^1(v2p`*CPE?nxiw&=vY@Aie?qMJ~edt8cutwdSxyUcPI5>+BaK0saw*^`_a;)6Xq7(2novW{+29 zo41`WZSyLB@sfk_dWxBIxvPPTw!=#eFk*!v!ucH5tP}^Y1}E6*YMZ?6uEuYM4d1#9 vnZm!oGck9lw2Ft6Qij9kU>3-khnK0R4i_y^{@4m=@>DCVff1B_9C z0MpkI3$KyNS$(AjKGjwHEbQ6FC+6(3ag!G$%wIZ1$b ZVqPHeftit!@q-M5l+r~8u_6|r2ml3tQ4Ih9 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tinycss2.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-tinycss2.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c28a7d7fbc5462393a20702a49bea1a96a695b0 GIT binary patch literal 651 zcmYjPy>HYo6t^#_NF&OCP!AynkEGJYq6|p1bYTHeRY)h6TP!#BUEC&dWc#j4#lV30 z7y2)NSolAfDn5#`GO>Y9ES-4H5#ULFA9)|Y-+Ri3jg1(A#PNIiWq{B(AM^roC(B!4 z&X7P8B(NA1xExFd7>VE&ngmUltexiZW37+LR2$+{)nwLgr++=7Ea9ZkC!<0xWI-N{ z$E4=QN<(-h$V^t!aHmZg=g!sk0i`qL^7&z!>5@Lxr;^itX#Cw1N^pBU(?uaO#{_qr zO;sUnhC8w=wFV}Dx7-JHhF+kf|Ff$axnQIXGTUZbLBfuE{ycyu|SA_8WWrXow G*Yz8I)T__{ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torch.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torch.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba60d2dfb2bc808db3aa331cf87d6115763a555e GIT binary patch literal 2709 zcmaJ@O>7&-6`tiTxw{leQ6eQyf@JEWFc z{&Z$(iG&EKXb&=A)X1TzfgWn~q{2SrkVB4kb7+GcLRxafY+yh^Pr1o_EWFdjbOOlAK(cuLjPuq)^Ii_FSa>^{)}{_b0*4g2`=MEI5K>K z&j<-2<4ia+u7rz24upB#aUW#aAn$=ZZ;BZyA#n^V09H=OFn1>0x+~EE@(x{0Azk_# z_dveyXy6ha;5&7(r6=KqwV;bw*4-(t1VRrw_GNuoB4fJe4=B+oGy9$Q8%j{Z4=XM` z)LgbbbU*gD@EpQk>@Pvw32)X12-ksKy{ivUx|npNxVlfg-re$vOh7yVGnfeK!9)+> zg6Y@VOf;u0UvSSd#72gG(4!vQbKp^3TkNPdkZER?L&X654Itcg3X#5g=DGB#qZr+* z`yO;2=uSai7SQcKuAo(Z0j+S+-me)b>atyCE|tQ>?$&aqi8V{nRZCTphKZ>iFsPEr z=>-!jRJ9D6G=Lf07c6GgjG-x}u}BZ#w6NHKP`fLIEhVpN%W4Y4(^{gX?z!SjmRc&9 zB9ZZ*N6y90MmbvoJEoB>tirr&Zb6w|xH2=T%uQUse(CD$wUR4eERE!gZ`w{PN3^A= zSaJ;y$A@D}C8_bu=bJOF(BgqpE#Cgye9j*8QE@NgGuWDvN#}qWiXf8GkyiST$ zu)-X+Fv(J_J-aSg@bG_;Y%~U^BNLUOJ#>c&%~9r{$T=u}XppjlLu*{RqaEIu>q2Wo z%lsOj_8gU1+IJTcu99+rxnBJt_hA&o}Km(yX)oXRJ9}*|-LAa_}z;D{Zr= zbC$3Z0=A~x$mDaxg1uET*iu=g0=FZ3)6fl7(F(dsSh}NLySGtxMm7~A__qav;0(@M z)IO;|5wr?WS<2;>siNhw7BLoMS}p^7PC7w@J@kL%>Zn-3GE7SROxU9vlxYA~E^A9o zgVgpMGTm|Yz!BS(QOPoNorG_yW#h2?Vzk?BlYp}_wl7%2FK|NR;_r-u<|6AhMuSKYoHEaF_L)n zojjx!llV=Xy%~p0$MZ#NDVP08?8jqqYFK!*+0Zop!zltQkk~l2^u~nI(R%O3@A;t*qJw~^Tw0;<-1dVz5JKUm5|8*=58Ro6PT<9CLdnh3d~hJbKgA|QCR1` zvqL6j-S**+CZocm@W^CL_=n^JS~`Caf zNON;fUT+>lEGfCtg?24>oDu@=mo@q zNCe1B>0%?CaRSFEVu`22K=*i#OFDGcV@Gz>Koa7x8i-h;yDKvrMiQsxA`+)3cg)`aDApGhS%wi7_N%p zE%B9meUHWAniObh{>8(-ZRuAvsegmtk@~Ar|6SvWbY{()t3DN)T9Yg-U=ZKew yc0DIH-n=t=Yqk=)UQx6s9=$d&_!vAD;pI!puAN6+;*^X&mP1pg`HzPKU zw{d8-EsQM0Ftr}>!qm=ywrJ*8XKA*bi*t?qM`~zT$(kpEfO*EDapZ>Fa{}Jc$?Eb} z_dB7W{ebDDXoT{7w@YJlvM?StFmUpU20MHZDw6t-j%bZuvs=v`WEM z7E)5^@W@phX4*cdltnz0LK&S@7rUIF?Oa3-+^`2UO=)Mh#1|nW`i8lNbh(jATm!l$ z7t;0E3BO{^OG#bB6dAB+K!A+M*!UvaYwhe3%?)dUv*&i1CXS5xlGB+J!rI6v=$R{` z4P6vzZvK0)jAwP1Kke7naL$tz6~q+O!2dCN}>BS61WV z|KVhqyw%AK!(hVXI}m)s>-)ZZ``)L0v+W{+C>CFtpF!v|6{`Tfh}jVwPlzIl0~F#m z4z0F@k%bth)(c*m+8NLm&8&5nX4|W?hPst(dm;#!XB-+wZpb|+;2oW8t-8A3 z2?gy3OeY&gD9<xPJi?RF!Z5 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchvision.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-torchvision.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f51ba089a7d6acce1049cf8852b04775ba68aa47 GIT binary patch literal 322 zcmYjMu};G<5VccLP^46dp-2o2*(#J;z=~K{5es7J5{39kOcUF(O^`FO@&$YYTmORv z)~@_Oq)H5(xKNO|;pyGoJH2;rQ4|uaFkHY_K*(p`{1yErs}YhH!bw4Agwq-I!DP^m zoHBXY2rHDFrWfr{`}Rott4XkoO2IiuQEO$KU5;zTA1X+5RaKBX)TcOsSF-92*3Ya| zH8A@KnPY`;+NgV!S$3_n94^HjBsZF84h(BRHmnl2OnX-Gh-$2KI&`{Iz z11DW~6*dP2Q;c?2GuqkrJkLZ#mc7B@M2N2>{vdycWwN{oEn0akMmd{2?lFeO43;dq z()M)=7c=>p8>=-q+j|U5uVR_6*$SQqJ3^f@)hpgdLI{`R! z5|U3zQCnFY9jwwjyNXMns(nQSJh0R|u>Rc&tjc#_g&f=<6A<2OeQ#ZVS)|vM%xFe& zY6r+2*Wpe!(ME0uk-Oxh?QouW^Gh7FagX(#%;6qudB`%=kJ@caI;VKzgsc@M0Vb^B zVvM1SVKcRth3!Qlv$-?xW2T4@>&!1i(f#SclrO6-$Meyx@~HY?36r$?{*LN?YW4IW z|KlZ!2&+%su9Hl|)u!!*t*E2MY3FR5&ee_V$j$V6$hhPCm^7BS=d(tkh9$C?MWPf? z{D(vpkkMiuEE|3&rs!F}vf9L$i>|Vv6(>~6raGZCXCR;&=n{AKBNwg?v%)AvlO`P>wIQ@MrG+|;cW4LVk z-n<#7d?5-iHqKu#nNTq;nD?DFGSiMzuivS?-=p1(!s0na716QDxZ67v_`!2D;&e~@ zx~KJms`Dlq$w#RE-?OazI*`@M?x;C3v;Pj<` zYL~ZamtWMr+5wdqTgr*G8;|a7m%n)Y+A>uP>?Z1O)UQ#IFMqVn@>UKa8H^G{%Sat8=C qwzXlQlp1^NxDfqFpV8s3^2`}&Q~zwHCU2f11)iZZ7wG1BBJeGBi!~hp literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-trimesh.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-trimesh.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19b61050e019554b00a7247186cc6cee626a61a9 GIT binary patch literal 345 zcmXv~u}T9$5Z%2qcpjv&P|(K4BE{XJ79xnfAR>rOnqzY}$*tMDU3NB+YXl3wL4QGP z{0~dJYpv{*V3W#SlT0zZVcyJpGw4MP@ny|O_<%=F|H*+N=uN=u|i^6 zDm6yq_1cb~!WT00+vbm~R24A118&(!SZ&m;TaD~m^BgY35Rx11Ccv;M)KezKfa%7T zsy<2&4jBpyiDQoW2#{sE5i8;BUoy*8?VJsqiZj5_77O5Wvb3D)W*(hZs+dSPGyYrt eYTR<^JEWBU?htzX6OoPG=aY|U|Dj_d*ZKnonO09tahTb*<7hpYkDxx zgpk@~DkL=mcn>SZ>XPScY@uWh72ZajC;J0kgB;y_CUaGBVn1-|$V@nG)Cm~3kRa&j^?%+Pk@uN7=(i#0tm9pgaY1OLFbSEnmJQgXt0sO<@Xf66@IN zqs!y9Q|)h(XDis}W*4BkA7-CIy6Rz!{|ym-jTbT6zW+VBxSM`Vu6EJh;Bt8Haxj8t au@w!2b9A^kKwG2p(c_Ec$*0I{!}0%F2(i`x literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ttkthemes.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-ttkthemes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcf01ac9413ebfe8cc4acc9dbc94bd101b0e21e2 GIT binary patch literal 1670 zcmZ`)O>ZMb5cT9kn;o9e2 zJ#j|j04M%HBslN~5EuRjM{d3mPTW8%E_Q&{JJ9pv^ed73M zeD_wT^Sgh!`fRojuil}D?>fA5(%})`kWsO5vJrJQI=I0%e~KEflg)aow_UxpO<j zX^t=zl29_O91{w8>{AE@!mXfz3xk={rcPj-Bhg?6L1{;Dr8W+EKR~*?vP4c;$cb}I zzXo4c6wASC&$ffopX{I(>TdNv{tCE-{`=h$4~j ziknP`9zC~G3!%r)p9UMnK%0zY+lt^C%h*<>ml~XE8UTZ~Bta5aS(A=FlCp^*#TAt$ zC!{1^WTeY*+p8e~JokYX7=?K1oH+(gQ$$=6Dk>M~gqmbIW^+pyVXnC%L1~bhai9}Z zDJKf_GDb@y5H#;6?wL^4Idor~l0yaiA0+QT?89;GaOMxn+xUqjD(@|Gjz?iS{JQ# z?2F6C!Nt1;S22Y&Rjj}?h0zH1(zKwRkfwW&gP8`47LX?jBfkg&K$pr`;App$%sMgO z?X6siK=N_roL1c?st*p&-Dvl-O1RxVwWuga7o*0Qa4MtGbuaM?t-FS4&7O(Wx+KdV zeo6MC<(rw7lG>U2E~a6REpM;3;Pc+r@>ZI1ou%pW?c@5WsT-Q4azfg~?uT=;~+B-Ddm8nNJvyA(iIbnzRet*@;^VNhBOfmGB46D~K21Me^EJ zY+xr$WdE(P{%?&dl&p8>tyeAjDJ4s!%qjZaK8ChCyA?^g>Bxkf85WinoGqArue~(8 z7KU6#VK}?9XpONEiT15Cw6gDS*02itgL7t;&))_ynLW@`WF|NfhP?Tj(&*q7m4z?G z5W5FCG3aSns|1M{1bJzob^p;?poPKi{PF1^%nQ1c%9CN4GK^$q6miO3pbf7UcJ5x< z-p`Bk7DI;*p zLQMu-OC@fM10Yv2jMzEvv-Y(#2QWp(EE|)A_lV4OEV2WCZ=V3ytZkITaKL~BGUrP( z!NNumiA*cgvtR@?EfX8tL}rvKo5G literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-u1db.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-u1db.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8f440d22450caafac59fa04a05e6639fc15ea38 GIT binary patch literal 717 zcmYLHO^XvT7@p||){#Z<;>Rfr9$MHY+jViFSWkio%TjRn(#tS2dE1FQO+u1s9mIqF z3H=M=#sA^aTW{jYo3eP>lW%5N_B|wd-j6)bn>XM0_M!kSioSvC2Ei{6t_^WxmydD# z6!2gX@Q`=PaNSvS!k`mChj+h*ZPKD!_eT8`5JvM_NbAzF1Vaj?F33_DQcZY9){0jp zMA2CxY#Z99mN>8uIN1tUOrvp|c|a%hh)hZ0oVHWO%CwSsp;JyJIOZ?I%z5n!CCMQ@ zrjrB2Cqh!bJjX4uO=&j46WcJWJf+?b0f4Pl|^Q+&x;UpHH{*ICe~UR zjCvlAQTwbxRB4dIcwO^sLVY;iC%J*t!R*XbFlw_^j_Ew3Z6x6;AHIt(ppK^`-lSy( z@%w#(-bC3odlN;;6Px$(x^Rz<)4vyZ~vy3k&KC(isf!QrK#a6;;quwBa zWv_Lb!--hJ_*`QJ7`6eqVWr5JZU*s$P7awB4#t>yk*>h9MBn^{q@hfFTLxcp1q6on1GfQ@fJUHA`1 zwrq%r4XI-3gx%5`p5D{lyLb1VBr$Ro$8RtQ5c=|BQ{g{Z960iV7-CqU8jmqX0Rqf| zIbKhUgDy-5-(IA+PfDq}q6SMDwe%rwYpOBL*A z-MTutDTm8VCN1Y1Uh>HMzW3#OkD?G+gy9<;`v`qHv4+(>mLq#SBZ?@lP>shJBM$+l z-YXsqW3Tn&jV~u+-0c*is-Q5LZYH&$O$EB!Y&fG(2ntuR-|bzu7hId%+Em&YR_U}9 zVy2Z#?4puU3Y^taD5Do>>H4moNGWO{`T=r7rp!ns?rn%BH!?5alHEaaD`{>(kvZ@= zsn~?b)|7%Dr3Z&ZGXsfr&hjZ}lF62>2gv&9tPtENThl9|4IM6ylmFpU*{*`K;Zx_z gZO&~#?^^oyF~+|mgin3~w7vgw`mseGBNf=EKW|WLCIA2c literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uniseg.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uniseg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3021c36ba189d2dc2463efec99ee4e2e35c0b1b7 GIT binary patch literal 341 zcmXv~F-ycS6i!-CO5qj}1P5_&>Cgss&_Ub<6+v8XDY1Fi#!H)!mauvsKa1kK%<;kkTe=y&5;0ZCrus}5)VT=L< zm<6x6SB!!-OxC_VNpQDONFkuGIir^5V=lmS>(hoCC@+(++q!Dc8e^%`=xl1aFj*z# z#AqMa4ZO*`pt)bRcqEmqftY)smXzEoE$`fBL#`Dq;GB;ky;05qn#`b?5y5YXYHcN( z!)*V67;YhT$_XvOkX*HV6`U_4^FlUOJI|64V_6S;Px}{Vs$E1UwPaHPr`q4j|JiK1 Z_7h@^e|Hc*`i!=pk3XWlhk=gV;13clWbOa} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-usb.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-usb.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef9e91d8afec97ec8d1d33dbdcbf3971cceffedb GIT binary patch literal 2326 zcmbtUO;8hO82)y%Nj85ZBtSwDOCnGM*RYWT&f>1@NI&8VF2rD+ z!Jc4-8Dx4ep6v8w$3yj0J3Tn#!5(@^%vj<&o$7RY@D}mX(o4T@!wQx5(CNkr zyx;pJKRO&%fF7&$F8sm{z^~ZQAM=LtdfouQ4Zs185CB7Hl4M9ENx_h&7>d9#gJ4XX z7*pEJm^GUc=(L5gAl;ZG7;6$RHWENPdd-~a4pGC_CF6h&`3DWTj&W+z#W*bhW!IzE z4V|e@oz|w*t98jVpuDclxUQu_y0$6rY^cP4>;W6*(1|f#G>;E@kAr29Ad~35^ezBb zF;??GbNvk5A!{vD`!`wW+6uYkrx40ja2#AZi11rr%RI4Ug1!{8-hLpNI`p;=fK=ah zA8bh-+3wZPOP2&#>ZLGu3i@;(V}mw%5}G6t> z9^q`$y8)2NQ{Zz#k8yUK!8s;Lba!oeB2OepLfcOc>;kauU+!7|_L(Qib|AGf0o2)& z8r&Y|%rKze3<6A`-xw44B(U_LCUZm%TsBOA91*O0iHlDM3AHgML0J@L;ee9QLU}ly z6(vOulB$K5V~Kn+$7fVi5-Kn=i?U6Em`p-RrILaeSA$~{!>7kTJ~ldf;#}s;OqEq$sPt zvHWmGR#-uRQka9Nn$wbG2_vZPt>J{2&a#R`p@3w>QSa6$hL*!qqBt!}CLDE4@f-&; zeC_O1I?iWUiHEXE#YIt28{}y|8_VVq+Ze~o32_!md6hlFj0iQ7JV46h^7#tHu~EQ>_~Z{Z-ZQho~$%bPTn(spLY{4pn-sO?+pY!F}uT|hDpWxVX@ z`nAZEn1&HK2U#VOreH#mBjZ^%0Y~{s7&@QD?WM>py1WsD7|G_9DKWDzyk~Dj z<`o!1nbT|%$`Q03UcVeMZL``rOQ=S(BC^8O6#Nb0U1js@^x?F~%?R*_^Z}xTX~|E~ zw`w2=;`KX#@H_*S-@u_?K=fzORW$*(?>as2s9J%&Zk~Q+1xCwaQ_ z8eh?X-tmm`JfoVbWW6!)q9=0CaChL_k$WTM=!fN=V?{dnoVG2~i}bQ%(Xr%w;b~ft z3;S;M-s~-V-z$4|7rRGGp3w#Rd0U`Jw^ojx{HbZ^zI!ECkZ)bNdF6J0*&A8)?k{`y zKW-XY1C-?>Vqvi2Y%Dqbh+uu^s;j5u>bZUHn~PsxTn+V=LVfoq9|+$G<qTT9{7$F{Z-)mEu*F8Ehk3TIb#e(5Q?I*QKDYeQ8F z%Ku|+gaF=Q;`eGDaCi%bTl7tO)fX)Jf<;@`8X$~;3f;6|TCQ8HyRH<*S80EV_Wy}i yY7DH)QMBUkk9h`-;9*_+AfO)ZrLo?71brU?BmNp&2Kx+;+B|~?437>Nk^UEl7*=Wk literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvicorn.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvicorn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21fcca497a0838a746f098fa5053ae55c316c33d GIT binary patch literal 351 zcmXv~Jxjzu5Zz4#k3is1L9i0L6v?6%B8a^pB8bg3A(tI5>uq+I-AyE=g}=epR&4wq zmUijH%1$_Ju5$N2rWoF1-presk2sEyizs@B?Es-~Pu3Bxz--@vXG9Uj9MyP)F$xf1 z8oc49Via^?vhm|dg8Qvfat@`<-dfMGFg>v>;l- z*_f!#R#F^iheyOP3#n61iwPK#tB$P~$QRamDTURpXTgZEbP0S;SF2~Ln-9*G2c2vG eHGjR?ap^b282{}deDXCscsczXrjM~6xWYfcp=pKy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvloop.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-uvloop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd0a1b76f34810f1ad0d6dbd6a8d237406b75d6c GIT binary patch literal 349 zcmXv~u}Z{15Zz5gj)TA}q$fAJyZalYi~qw# zaJx;M+=SxN$)vS|-|%>ky!XBEy>`1Xaudfd&@`M;-SfCP*Fh&6a z%z`;yJ4QhhCR<-#B)IM6QV7Ux#;B#)mU3tg zFliy>)M#JZc6``8qlI6(d?bY|ftY)smQ1)+THd(^LxzgxaLLCoxKSGgYOVy{L@GH^dsuO?H#;FhYuYcxtCvjKx>Ks literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-vtkpython.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-vtkpython.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b0b3e4c722913c59fa956aec26aaa4d3e876420 GIT binary patch literal 708 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 T$-qU^sE$_dZXZ*hb!!#X| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-web3.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-web3.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5a98c2ce2d72e6e7780988eef1023d9a2485999 GIT binary patch literal 332 zcmXv~u}T9$5Z%osa2#Bx2!ddH#oc1kioGBrh)tSfb34hc*}GkKHwjzn7ufj?V&i{U z+Fd7Bc0#a8A?`-=is212Z{EzjrfGsalH>(`FhU<8*&+HT>tjzI5km|M)Zj73sD}Wv z-m_N(jC(H1`k#SjxJxUkT-ku7j9S|DS1=h}W>I%=<<47UsSu!xh2_E&wUl$CgHJaI z&E^TM!<5ZEsbvGitbkfF<5p>T3zaqGTG0wF_!ROR{}?eiBB8J76Q(6cu_dj?D_B&VT`{I T5gxwB`w!E%_~>q+V_*0Mux?>| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webassets.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webassets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58d1af4bfb9591a5280efb8718449bda3ab76035 GIT binary patch literal 374 zcmX|6u}T9$5Z%2?B#8t>M8#H{6uCt$ER^(uh@duUj?3*NS+lu4b~XuDTKNh33!;Uk z|6pr%omklk!6ub+iSfYW$ckH|ffOmfYJyv;fD z7;x!H|GD%;sse2qiY3fkcLdTg|Y*o883QP@=)Ft1La6Cr}bE1FnSNvuZ_!Zcg- z&l`Teb&;JW=pxeEVC0m>pl{3otxs$7azNKA+=Lt;@@#Eygz5@P8Rx$)7MII(5BtuivPvhfXwh5zWt zmJKnnAyq7$uv^Lvr}uRC?%mxYNn+$8j^7{*5c>3F8{r>V9y#!g7-CqU29GdC0Rqf| zSG?&M1zni#e0h@MJ}IT@iUurY)Y5);4r6W08D&>#*dJVX7p<{W2+;Y|a$)jH%Gzje z)(^bGyr88YwR$9#Y=D?KP)jDdr% zAC`7$t?ZP;<|=nD9!@d5$Gn+0GjCxS5F0`83TGZ6AC9cT{{!C2~-{_GNZ^1V(r_n-Rj8wdBH?%C2Wm!E7w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webview.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-webview.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5caa6bbac007e3d4769f5b7e7258a7bac218a44f GIT binary patch literal 496 zcmYjNJ4+-%5bmCbtBWtx!^}hs7Tjsnz(mXh6+Hwo*<|RQF5T9d>7l!Km&r8nH{6An z9vb)?ObxxnfeXaQOfV3PtkzYmhN8Z&USIXi*jSyQ)$3Pq?Gf_ez^4U+;CUN^Uqlc= zQ(ne$90aVp!UL8~EY;=atQS|8dy3H{2)gyT)OEu{Y0s8zFjkGxGi(8C78eD8ENu*&N?asX8OP_ zJCe50>KGLpwqNiBcH|*64+`uB&3cgc7>Z&=X*()kiI$d`krtX*dBTstu(&AYr@;7K zTAZldYV3JO%vkXeINuyx8WrX1@LHxsH-&XQiK^UpnniR^KBe?!j?i8DpDf(_BX^^7 fzssv1|3+6&H|{3p|7_h(L}!~%Aqnbw92?#M8c~&( literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-win32com.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-win32com.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a39b43713a530e76a4a62323d8ea25a0955e864 GIT binary patch literal 310 zcmYjLyH3L}6t&YrQA7r$PO!3cNG#eF@dbzlv9LrYz9goOZP~Y}!p6eH&Nr~}AN&Af zx7dE#F6gfocqxENRpTY#PK`4M1*|zh8N)FH8efdRyhgb)&9=@Oav+L$`AWjn1hGVuxU3#beK z!N`^kF|i?4ES<1h$_=OYbno4>?=4AU)$&bnzKYBXSzGNqD@KfEYv6nO|L9D$%jm3K|6C}nH4(`*2}t_3P-ok!&I0Li<Q*!Uhc zHa2Ok?37@W%Du!CPBDBR^UeNdUpt*PxN5gw=*$E7sLiGte`3*h;t^6vF^2-L5y1n( z)O*Ht0-4i=kv~)Ey;k#ifoDI+eE+Tk|}V>Q9L9oB3;Q1F0Ir{NRLAGEiumXWVG_Gc*_SZoG@a~dd2eC6W~<5Z5SgQ3S++e@;x z%-YS7<$7wUM(eJNFi!Ho4oh-(rSf$^>Sc;? z=|w_xWm=LHR+%X8!K5Ua-k?bID3Sx}D-<%7q~c0rNpzO@0d24jt(_;@K~vPHaUW?u zl;kQB@t(I^N0KR8)0bU8q!MW!wg|?vNF0b*rP?!_kW^$Y%3k~TT`$R}_CZgOjMKw( pO|wD$RD(bKr?vb<~R zdDM1S6FyHWB_(RrSmVgQv*nOoy+CCe1mB_{C>2>}9;(Pb#IdNOz`U?|+Qzrlb literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xml.dom.html.HTMLDocument.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xml.dom.html.HTMLDocument.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45c3255368c36e15b41865e1a720e498a4e76046 GIT binary patch literal 1948 zcmah~O^?$s5KR_@P(=@j3xefK;?hGK0oofv+Om{ZO6k(>Ubs|lGBl=%ZP`w@;l{7n zJ2!6p5B>pH{s3Zcd%|h4DVj7yO6By;o4lEMj=wdV4bNPS##b2M@Vp=8gT40tEG`V- zoqKaH_CEXXyuxqowGKYsUu9`0=2<7vX3;+xhKDRlxO|mD225AsLZqNAzK{75$ZoVt z6j<~j;+ANSvzqK(9v7B>2lK}k!*z9YtvR#!Bg8$T5+co|OMkZ_WNG>LFc?zhgx^N6 zCE}uc6w-K7*V6iy^tjAyb}XwWNmkSGHC+4hK9Ja^e}Kv=QOf2v0FR{aMuM%kcVfSQNW# zNQ4D3bqFl4L$%v`6^Xgii@QCVeK7X7sc}0-+xEsL9tr(g^4uw}c!AKgZvPzG> zWVePg#91BJcPwk{@HXe#!C2iSl2o|zD{x3_+cVKc>e4?(+vJ4IQg})J(}GPDq|SD@ z&zlhLBJiNr5w?dr5{&tojo6`eVyfL5S4AFJ>BFs0eT5LJ|F#6fr(1@4)AGMJ6B@_B zXePMS>Wg<#o?DmaLBcZ#)EN*R%&8WVmp)a&M34wV`X1V+A|@JSumrXYQaTGnp%c!Y zb)Gy86xGl+kqh&wP{C9blqpTp6y!AFe4(b1Ic=ojte*m<T&c?=n@CU3& z%!qECxD>je!^3T4yebb>S^?mJxGa{5tJEU9|#73zc`FsTZ3kxfXW{PVEM&qqtoACB6of((mzT Ld*>mr>zMcf=jhJq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xmldiff.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xmldiff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c723851de2dbe3aea359289eabfd9891993c8191 GIT binary patch literal 338 zcmXv~Jx{|h5VaF3qDa|5EDT*UBo<{w>_`Y9A(k$Yi7$<*6I-@h$jHFX#&19@{Ev=o z*$@*OQpM51+JV|k%lu~s?1C}ysX}|y22*#`GDh>Oi>+Yg8mI?tnpII(UUQ0PO+FSJl zuQzXK=?ATzNi7>7<^iZB6K<83_fT3xZWJxyl2?%3D%Sy;%%PnV!S9IbY%SZ<{A5H7 zw~#sIlup2qLUnv+T&yjNQnpsRo;4%JvJLP#+pe6eZWWz1lFbC1YyT*JusLw)H^dnK U9V0yYiVk1+XEb~o=*SiR0g*^!tpET3 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xsge_gui.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-xsge_gui.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6fc9b926cc11a65e13b0d4228c9dc541c45d7ec GIT binary patch literal 345 zcmXv~F-ycS6i!+XO5qj}1P5^vIz5gz5Kt; bmTNyD#`t#^;p5L}=lSF#+J6}6$PNAgVk-<^VZ$Tj(~(vAe_*y_!6V5@P9-VnkW%6i zpt<)#mx`g+`qA2#BN6R3GbJTtCe69w=}1VxZvD2sL(q-L0M8=7+dgkkDm2^*buu+V zVp1qILG3cTo^#?enYoSg2Ue&O7~TLkY%ENz)wNxZ?4srwoQe^|m$h|(W(`yglj4fi zttnKspX}~26b53eobWLqOY2swg40E0nyJcY>sc^{CSL;AUJI+mMWi0IM(iJ d?)SK5+qX|C{TUE?@DU82j^2alzNZ5__yvteX-EJ7 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-z3c.rml.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-z3c.rml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29784e54e82f8c04d953ac337c6c4298d8ff83b9 GIT binary patch literal 448 zcmXv}Jxc>Y5Z%4YsfnmyBPfWa5$@KH!ba=`5ka&_b8K!W$?D$iu{()gItzb;y`5;` zzp(HRNLnj9HQHFY=jp%y|3MQm9pg(L384@T$*$=pJ=5Z!B}wQaYrh!qq>1y8&tgA^oR2uouOsx z>jt<;A;JqBu2fuGqD4oi;Q$N|l}sSBm13?^oH%|hLhLxFDVZgzFTfr&{n5fmdvEm#9DjBk$8o-zeo$J$nw5>wX|+oSQ@f5a)Iu|fj{!oOEFsJBdv)A8c6iTS zny6E=8{@-7}|BHW4 zr9?m5sU!iRs(JpG6TU=u)~0LVbrViYEztinQ9i0fOT5Ad za@2~I1Vvzg0hBm>MaUbBl0XRs+ zHrJu^uXp&6qmeum!^n^-nU`cZ9maJidYSKV$0y`qVlUF>m2O&@o##SJhyI7k-7vXF z5%-@Lo%bLS^~``ZptA;jzoxsn4VD2+%&{BncLGOsw?TlN_`h_J`d0_ND2{q*2h52M zm}Lg0Pjt}UX}rq%Kb>WQt}65lIHm$dGBsVyJI+FG&cV4GRppb7I_nFXxjYED7ep`l{Yb<3A!xl*Y}HL5CoBRSZR#lL;*J{@7a zZr!mgq`N9vER-C$XdyDfdOapl+mcE&*CcZ$BHn<3+)z7bT1eGg7n_Ae7tuUCji{J* zEnA}{7G2XKlA+;(W}sTaR~0mU0okzDeL|4*V3b;>T&3FF)%SAa3IvK$SbuSL&G(6WvhX{67KsVa1IRrOehc${H51+V``^}0=5jZTE0H&LWe66{|- z?B6*YrH9vj(oc6vWzEI@f7ufXrmbOr*eKLojd-b|2_dr0QrW>S>7eCXRUZUennoAB z7&Ni1m5?XU-c{^4uE)(grtR@%4O5#Z_=BiEm+@y&9Sji;Qh0GXQ#%=jUhuQFGrdsz zcYSQ^_>Nq3N=POZq`9(Tx@GLl)726A%d)1UkIgwW`c;{BhOm4K*|%g`Q7#7%UzFY+ zmx<}3QR=xsmqKK@6pX3y+*ovo*ix&V`2A6*}6 zf*h52DmAlj?4OxvWha|pGH~GHk9z?pHq)o~hcEt;e&;ZgU8}5C)>c+mnnM#m^tFcG zZ)L94^Pzrub$KhlUD!2tj9q)jZdk3%bUjaV_vhB(rnzBmv%9gK*luzsdH-f(sg=9d zdgX)qXNO$8vGOoAdw=5FrLETv(r+H5W}Dn>{X-g=9bD%&;~Vj<;d|%qp1XJ9?uG58 zMt^H?vek9De*KV3HU=JcO>N&?e`{;{`=NubsU|mdCx6rjGVj(eJ$sS_={)o7i2$-! UNRs08V>B@{!2iT2W=`?{0FutEF#rGn literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-zoneinfo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__/hook-zoneinfo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a9513094b4f627e29dd4310c5dd088324aefe1a GIT binary patch literal 337 zcmXv~Jxjzu5Z%3mBLvb2Hh#21ieyn+u~$?Cu{n#dX6KUilHFx@y<@Mlv9|L!*!e&F z1CrLt?&Pq!%FW3=n3?yOH#0CFNfINEIDUt_0YYEB*ud*GmV3UuB8C`lP>V+xBfvUj zg9?uZE^t8_e)q-{cSCN985iBq&Kb4zDh;}=Yj-A$rA-4mFJ-H!)q!_+NzEAp!CNJ@ zHE(Fy?^r#PTDCyU45%d)w@S+gD6Jtkik5J}$B^ABzZ*1}f|!zq-xK9*EyZzucti}h zka_2XR$xe>9N*k7YAGkCD5bF4&#Vi$94huQUM c5nzmecMv}KiBK4SZtuUGKV2>Y&voSce{2h6Z~y=R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-BTrees.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-BTrees.py new file mode 100644 index 0000000..8e6ab68 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-BTrees.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for BTrees: https://pypi.org/project/BTrees/4.5.1/ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('BTrees') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-CTkMessagebox.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-CTkMessagebox.py new file mode 100644 index 0000000..905ce2f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-CTkMessagebox.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# A fully customizable messagebox for customtkinter! +# (extension/add-on) +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("CTkMessagebox") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Crypto.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Crypto.py new file mode 100644 index 0000000..c21f191 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Crypto.py @@ -0,0 +1,62 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for PyCryptodome library: https://pypi.python.org/pypi/pycryptodome + +PyCryptodome is an almost drop-in replacement for the now unmaintained +PyCrypto library. The two are mutually exclusive as they live under +the same package ("Crypto"). + +PyCryptodome distributes dynamic libraries and builds them as if they were +Python C extensions (even though they are not extensions - as they can't be +imported by Python). It might sound a bit weird, but this decision is rooted +in PyPy and its partial and slow support for C extensions. However, this also +invalidates several of the existing methods used by PyInstaller to decide the +right files to pull in. + +Even though this hook is meant to help with PyCryptodome only, it will be +triggered also when PyCrypto is installed, so it must be tested with both. + +Tested with PyCryptodome 3.5.1, PyCrypto 2.6.1, Python 2.7 & 3.6, Fedora & Windows +""" + +import os +import glob + +from PyInstaller.compat import EXTENSION_SUFFIXES +from PyInstaller.utils.hooks import get_module_file_attribute + +# Include the modules as binaries in a subfolder named like the package. +# Cryptodome's loader expects to find them inside the package directory for +# the main module. We cannot use hiddenimports because that would add the +# modules outside the package. + +binaries = [] +binary_module_names = [ + 'Crypto.Math', # First in the list + 'Crypto.Cipher', + 'Crypto.Util', + 'Crypto.Hash', + 'Crypto.Protocol', + 'Crypto.PublicKey', +] + +try: + for module_name in binary_module_names: + m_dir = os.path.dirname(get_module_file_attribute(module_name)) + for ext in EXTENSION_SUFFIXES: + module_bin = glob.glob(os.path.join(m_dir, '_*%s' % ext)) + for f in module_bin: + binaries.append((f, module_name.replace('.', os.sep))) +except ImportError: + # Do nothing for PyCrypto (Crypto.Math does not exist there) + pass diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Cryptodome.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Cryptodome.py new file mode 100644 index 0000000..e4b4506 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Cryptodome.py @@ -0,0 +1,44 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for Cryptodome module: https://pypi.python.org/pypi/pycryptodomex + +Tested with Cryptodomex 3.4.2, Python 2.7 & 3.5, Windows +""" + +import os +import glob + +from PyInstaller.compat import EXTENSION_SUFFIXES +from PyInstaller.utils.hooks import get_module_file_attribute + +# Include the modules as binaries in a subfolder named like the package. +# Cryptodome's loader expects to find them inside the package directory for +# the main module. We cannot use hiddenimports because that would add the +# modules outside the package. + +binaries = [] +binary_module_names = [ + 'Cryptodome.Cipher', + 'Cryptodome.Util', + 'Cryptodome.Hash', + 'Cryptodome.Protocol', + 'Cryptodome.Math', + 'Cryptodome.PublicKey', +] + +for module_name in binary_module_names: + m_dir = os.path.dirname(get_module_file_attribute(module_name)) + for ext in EXTENSION_SUFFIXES: + module_bin = glob.glob(os.path.join(m_dir, '_*%s' % ext)) + for f in module_bin: + binaries.append((f, module_name.replace('.', '/'))) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-HtmlTestRunner.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-HtmlTestRunner.py new file mode 100644 index 0000000..cd0ee42 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-HtmlTestRunner.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for HtmlTestRunner: https://pypi.org/project/html-testRunner//1.2.1 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('HtmlTestRunner') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-IPython.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-IPython.py new file mode 100644 index 0000000..a09712b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-IPython.py @@ -0,0 +1,33 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Tested with IPython 4.0.0. + +from PyInstaller.compat import is_win, is_darwin +from PyInstaller.utils.hooks import collect_data_files + +# Ignore 'matplotlib'. IPython contains support for matplotlib. +# Ignore GUI libraries. IPython supports integration with GUI frameworks. +# Assume that it will be imported by any other module when the user really +# uses it. +excludedimports = ['gtk', 'matplotlib', 'PyQt4', 'PyQt5', 'PySide'] + +# IPython uses 'tkinter' for clipboard access on Linux/Unix. Exclude it on Windows and OS X. +if is_win or is_darwin: + excludedimports.append('tkinter') + +datas = collect_data_files('IPython') + +# IPython imports extensions by changing to the extensions directory and using +# importlib.import_module, so we need to copy over the extensions as if they +# were data files. +datas += collect_data_files('IPython.extensions', include_py_files=True) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL.py new file mode 100644 index 0000000..85548c7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL.py @@ -0,0 +1,65 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for PyOpenGL 3.x versions from 3.0.0b6 up. Previous versions have a +plugin system based on pkg_resources which is problematic to handle correctly +under pyinstaller; 2.x versions used to run fine without hooks, so this one +shouldn't hurt. +""" + +from PyInstaller.compat import is_win, is_darwin +from PyInstaller.utils.hooks import collect_data_files, exec_statement +import os +import glob + + +def opengl_arrays_modules(): + """ + Return list of array modules for OpenGL module. + e.g. 'OpenGL.arrays.vbo' + """ + statement = 'import OpenGL; print(OpenGL.__path__[0])' + opengl_mod_path = exec_statement(statement) + arrays_mod_path = os.path.join(opengl_mod_path, 'arrays') + files = glob.glob(arrays_mod_path + '/*.py') + modules = [] + + for f in files: + mod = os.path.splitext(os.path.basename(f))[0] + # Skip __init__ module. + if mod == '__init__': + continue + modules.append('OpenGL.arrays.' + mod) + + return modules + + +# PlatformPlugin performs a conditional import based on os.name and +# sys.platform. PyInstaller misses this so let's add it ourselves... +if is_win: + hiddenimports = ['OpenGL.platform.win32'] +elif is_darwin: + hiddenimports = ['OpenGL.platform.darwin'] +# Use glx for other platforms (Linux, ...) +else: + hiddenimports = ['OpenGL.platform.glx'] + +# Arrays modules are needed too. +hiddenimports += opengl_arrays_modules() + +# PyOpenGL 3.x uses ctypes to load DLL libraries. PyOpenGL windows installer +# adds necessary dll files to +# DLL_DIRECTORY = os.path.join( os.path.dirname( OpenGL.__file__ ), 'DLLS') +# PyInstaller is not able to find these dlls. Just include them all as data +# files. +if is_win: + datas = collect_data_files('OpenGL') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL_accelerate.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL_accelerate.py new file mode 100644 index 0000000..aedba7e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-OpenGL_accelerate.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +OpenGL_accelerate contais modules written in cython. This module +should speed up some functions from OpenGL module. The following +hiddenimports are not resolved by PyInstaller because OpenGL_accelerate +is compiled to native Python modules. +""" + +hiddenimports = [ + 'OpenGL_accelerate.wrapper', + 'OpenGL_accelerate.formathandler', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-PyTaskbar.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-PyTaskbar.py new file mode 100644 index 0000000..a222da6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-PyTaskbar.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("PyTaskbar") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Xlib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Xlib.py new file mode 100644 index 0000000..b627408 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-Xlib.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('Xlib') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mssql.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mssql.py new file mode 100644 index 0000000..2f4da28 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mssql.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['uuid'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mysql.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mysql.py new file mode 100644 index 0000000..0cf0d0f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-_mysql.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for _mysql, required if higher-level pure python module is not imported +""" + +hiddenimports = ['_mysql_exceptions'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-accessible_output2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-accessible_output2.py new file mode 100644 index 0000000..91d16c5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-accessible_output2.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +accessible_output2: http://hg.q-continuum.net/accessible_output2 +""" + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs('accessible_output2') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adbutils.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adbutils.py new file mode 100644 index 0000000..04c4ec9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adbutils.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# adb.exe is not automatically collected by collect_dynamic_libs() +datas = collect_data_files("adbutils", subdir="binaries", includes=["adb*"]) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adios.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adios.py new file mode 100644 index 0000000..d3ff6bb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-adios.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for http://pypi.python.org/pypi/adios/ +""" + +hiddenimports = ['adios._hl.selections'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-afmformats.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-afmformats.py new file mode 100644 index 0000000..f46b46b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-afmformats.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for afmformats: https://pypi.python.org/pypi/afmformats + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('afmformats') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-aliyunsdkcore.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-aliyunsdkcore.py new file mode 100644 index 0000000..6475963 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-aliyunsdkcore.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("aliyunsdkcore") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-altair.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-altair.py new file mode 100644 index 0000000..4be3bc1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-altair.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("altair") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-amazonproduct.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-amazonproduct.py new file mode 100644 index 0000000..da9bf67 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-amazonproduct.py @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for Python bindings for Amazon's Product Advertising API. +https://bitbucket.org/basti/python-amazon-product-api +""" + +hiddenimports = ['amazonproduct.processors.__init__', + 'amazonproduct.processors._lxml', + 'amazonproduct.processors.objectify', + 'amazonproduct.processors.elementtree', + 'amazonproduct.processors.etree', + 'amazonproduct.processors.minidom', + 'amazonproduct.contrib.__init__', + 'amazonproduct.contrib.cart', + 'amazonproduct.contrib.caching', + 'amazonproduct.contrib.retry'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-anyio.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-anyio.py new file mode 100644 index 0000000..37d675e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-anyio.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +AnyIO contains a number of back-ends as dynamically imported modules. +This hook was tested against AnyIO v1.4.0. +""" + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('anyio._backends') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appdirs.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appdirs.py new file mode 100644 index 0000000..f139613 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appdirs.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Import hook for appdirs. + +On Windows, appdirs tries 2 different methods to get well-known directories +from the system: First with win32com, then with ctypes. Excluding win32com here +avoids including all the win32com related DLLs in programs that don't include +them otherwise. +""" + +excludedimports = ['win32com'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appy.pod.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appy.pod.py new file mode 100644 index 0000000..a4bfb19 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-appy.pod.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for appy.pod: https://pypi.python.org/pypi/appy/0.9.1 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('appy.pod', True) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-apscheduler.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-apscheduler.py new file mode 100644 index 0000000..014f93f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-apscheduler.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +APScheduler uses entry points to dynamically load executors, job +stores and triggers. +This hook was tested against APScheduler 3.6.3. +""" + +from PyInstaller.utils.hooks import (collect_submodules, copy_metadata, + is_module_satisfies) + +if is_module_satisfies("apscheduler < 4"): + if is_module_satisfies("pyinstaller >= 4.4"): + datas = copy_metadata('APScheduler', recursive=True) + else: + datas = copy_metadata('APScheduler') + + hiddenimports = collect_submodules('apscheduler') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-argon2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-argon2.py new file mode 100644 index 0000000..e532b20 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-argon2.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ["_cffi_backend"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astor.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astor.py new file mode 100644 index 0000000..1175d9b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astor.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('astor') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astroid.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astroid.py new file mode 100644 index 0000000..80035fb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astroid.py @@ -0,0 +1,48 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# *************************************************** +# hook-astriod.py - PyInstaller hook file for astriod +# *************************************************** +# The astriod package, in __pkginfo__.py, is version 1.1.1. Looking at its +# source: +# +# From __init__.py, starting at line 111:: +# +# BRAIN_MODULES_DIR = join(dirname(__file__), 'brain') +# if BRAIN_MODULES_DIR not in sys.path: +# # add it to the end of the list so user path take precedence +# sys.path.append(BRAIN_MODULES_DIR) +# # load modules in this directory +# for module in listdir(BRAIN_MODULES_DIR): +# if module.endswith('.py'): +# __import__(module[:-3]) +# +# So, we need all the Python source in the ``brain/`` subdirectory, +# since this is run-time discovered and loaded. Therefore, these +# files are all data files. + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules, \ + is_module_or_submodule + +# Note that brain/ isn't a module (it lacks an __init__.py, so it can't be +# referred to as astroid.brain; instead, locate it as package astriod, +# subdirectory brain/. +datas = collect_data_files('astroid', True, 'brain') + +# Update: in astroid v 1.4.1, the brain/ module import parts of astroid. Since +# everything in brain/ is dynamically imported, these are hidden imports. For +# simplicity, include everything in astroid. Exclude all the test/ subpackage +# contents and the test_util module. +hiddenimports = ['six'] + collect_submodules('astroid', + lambda name: (not is_module_or_submodule(name, 'astroid.tests')) and + (not name == 'test_util')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy.py new file mode 100644 index 0000000..b04854c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy.py @@ -0,0 +1,42 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules, \ + copy_metadata, is_module_satisfies + +# Astropy includes a number of non-Python files that need to be present +# at runtime, so we include these explicitly here. +datas = collect_data_files('astropy') + +# In a number of places, astropy imports other sub-modules in a way that is not +# always auto-discovered by pyinstaller, so we always include all submodules. +hiddenimports = collect_submodules('astropy') + +# We now need to include the *_parsetab.py and *_lextab.py files for unit and +# coordinate parsing, since these are loaded as files rather than imported as +# sub-modules. We leverage collect_data_files to get all files in astropy then +# filter these. +ply_files = [] +for path, target in collect_data_files('astropy', include_py_files=True): + if path.endswith(('_parsetab.py', '_lextab.py')): + ply_files.append((path, target)) + +datas += ply_files + +# Astropy version >= 5.0 queries metadata to get version information. +if is_module_satisfies('astropy >= 5.0'): + datas += copy_metadata('astropy') + datas += copy_metadata('numpy') + +# In the Cython code, Astropy imports numpy.lib.recfunctions which isn't +# automatically discovered by pyinstaller, so we add this as a hidden import. +hiddenimports += ['numpy.lib.recfunctions'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy_iers_data.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy_iers_data.py new file mode 100644 index 0000000..27af5d2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-astropy_iers_data.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for https://github.com/astropy/astropy-iers-data + +from PyInstaller.utils.hooks import collect_data_files +datas = collect_data_files("astropy_iers_data") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-av.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-av.py new file mode 100644 index 0000000..f1e5284 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-av.py @@ -0,0 +1,34 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import os + +from PyInstaller.compat import is_win +from PyInstaller.utils.hooks import collect_submodules, is_module_satisfies, get_package_paths + +hiddenimports = ['fractions'] + collect_submodules("av") + +# Starting with av 9.1.1, the DLLs shipped with Windows PyPI wheels are stored +# in site-packages/av.libs instead of directly in the site-packages/av. +if is_module_satisfies("av >= 9.1.1") and is_win: + pkg_base, pkg_dir = get_package_paths("av") + lib_dir = os.path.join(pkg_base, "av.libs") + if os.path.isdir(lib_dir): + # We collect DLLs as data files instead of binaries to suppress binary + # analysis, which would result in duplicates (because it collects a copy + # into the top-level directory instead of preserving the original layout). + # In addition to DLls, this also collects .load-order* file (required on + # python < 3.8), and ensures that Shapely.libs directory exists (required + # on python >= 3.8 due to os.add_dll_directory call). + datas = [ + (os.path.join(lib_dir, lib_file), 'av.libs') + for lib_file in os.listdir(lib_dir) + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-avro.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-avro.py new file mode 100644 index 0000000..74153d3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-avro.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Avro is a serialization and RPC framework. +""" + +import os +from PyInstaller.utils.hooks import get_module_file_attribute + +res_loc = os.path.dirname(get_module_file_attribute("avro")) +# see https://github.com/apache/avro/blob/master/lang/py3/setup.py +datas = [ + # Include the version.txt file, used to set __version__ + (os.path.join(res_loc, "VERSION.txt"), "avro"), + # The handshake schema is needed for IPC communication + (os.path.join(res_loc, "HandshakeRequest.avsc"), "avro"), + (os.path.join(res_loc, "HandshakeResponse.avsc"), "avro"), +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-azurerm.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-azurerm.py new file mode 100644 index 0000000..599e839 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-azurerm.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# Azurerm is a lite api to microsoft azure. +# Azurerm is using pkg_resources internally which is not supported by py-installer. +# This hook will collect the module metadata. +# Tested with Azurerm 0.10.0 + +from PyInstaller.utils.hooks import copy_metadata, is_module_satisfies + +if is_module_satisfies("pyinstaller >= 4.4"): + datas = copy_metadata("azurerm", recursive=True) +else: + datas = copy_metadata("azurerm") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-backports.zoneinfo.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-backports.zoneinfo.py new file mode 100644 index 0000000..93730f4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-backports.zoneinfo.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.compat import is_win + +# On Windows, timezone data is provided by the tzdata package that is +# not directly loaded. +if is_win: + hiddenimports = ['tzdata'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bacon.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bacon.py new file mode 100644 index 0000000..449a9ba --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bacon.py @@ -0,0 +1,50 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for Bacon (https://github.com/aholkner/bacon) +# Bacon requires its native DLLs to be copied alongside frozen executable. + +import os +import ctypes + +from PyInstaller.compat import is_win, is_darwin +from PyInstaller.utils.hooks import get_package_paths + + +def collect_native_files(package, files): + pkg_base, pkg_dir = get_package_paths(package) + return [(os.path.join(pkg_dir, file), '.') for file in files] + + +if is_win: + files = ['Bacon.dll', + 'd3dcompiler_46.dll', + 'libEGL.dll', + 'libGLESv2.dll', + 'msvcp110.dll', + 'msvcr110.dll', + 'vccorllib110.dll'] + if ctypes.sizeof(ctypes.c_void_p) == 4: + hiddenimports = ["bacon.windows32"] + datas = collect_native_files('bacon.windows32', files) + else: + hiddenimports = ["bacon.windows64"] + datas = collect_native_files('bacon.windows64', files) +elif is_darwin: + if ctypes.sizeof(ctypes.c_void_p) == 4: + hiddenimports = ["bacon.darwin32"] + files = ['Bacon.dylib'] + datas = collect_native_files('bacon.darwin32', files) + else: + hiddenimports = ["bacon.darwin64"] + files = ['Bacon64.dylib'] + datas = collect_native_files('bacon.darwin64', files) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bcrypt.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bcrypt.py new file mode 100644 index 0000000..d73e9f0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bcrypt.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for https://pypi.org/project/bcrypt/ +""" + +hiddenimports = ['_cffi_backend'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bitsandbytes.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bitsandbytes.py new file mode 100644 index 0000000..45acc97 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bitsandbytes.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# --------------------------------------------------- + +from PyInstaller.utils.hooks import collect_dynamic_libs + +# bitsandbytes contains several extensions for CPU and different CUDA versions: libbitsandbytes_cpu.so, +# libbitsandbytes_cuda110_nocublaslt.so, libbitsandbytes_cuda110.so, etc. At build-time, we could query the +# `bitsandbytes.cextension.setup` and its `binary_name˙ attribute for the extension that is in use. However, if the +# build system does not have CUDA available, this would automatically mean that we will not collect any of the CUDA +# libs. So for now, we collect them all. +binaries = collect_dynamic_libs("bitsandbytes") + +# bitsandbytes uses triton's JIT module, which requires access to source .py files. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bleak.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bleak.py new file mode 100644 index 0000000..c9ce04a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bleak.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# hook for https://github.com/hbldh/bleak + +from PyInstaller.utils.hooks import collect_data_files, collect_dynamic_libs +from PyInstaller.compat import is_win + +if is_win: + datas = collect_data_files('bleak', subdir=r'backends\dotnet') + binaries = collect_dynamic_libs('bleak') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-blspy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-blspy.py new file mode 100644 index 0000000..fb1c8d7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-blspy.py @@ -0,0 +1,35 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +import glob + +from PyInstaller.utils.hooks import get_module_file_attribute +from PyInstaller.compat import is_win + +# blspy comes as a stand-alone extension module that's placed directly +# in site-packages. +# +# On macOS and Linux, it is linked against the GMP library, whose shared +# library is stored in blspy.libs and .dylibsblspy, respectively. As this +# is a linked dependency, it is collected properly by PyInstaller and +# no further work is needed. +# +# On Windows, however, the blspy extension is linked against MPIR library, +# whose DLLs are placed directly into site-packages. The mpir.dll is +# linked dependency and is picked up automatically, but it in turn +# dynamically loads CPU-specific backends that are named mpir_*.dll. +# We need to colllect these manually. +if is_win: + blspy_dir = os.path.dirname(get_module_file_attribute('blspy')) + mpir_dlls = glob.glob(os.path.join(blspy_dir, 'mpir_*.dll')) + binaries = [(mpir_dll, '.') for mpir_dll in mpir_dlls] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bokeh.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bokeh.py new file mode 100644 index 0000000..8f7db43 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-bokeh.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, copy_metadata, is_module_satisfies + +# core/_templates/* +# server/static/**/* +# subcommands/*.py +# bokeh/_sri.json + +datas = collect_data_files('bokeh.core') + \ + collect_data_files('bokeh.server') + \ + collect_data_files('bokeh.command.subcommands', include_py_files=True) + \ + collect_data_files('bokeh') + +# bokeh >= 3.0.0 sets its __version__ from metadata +if is_module_satisfies('bokeh >= 3.0.0'): + datas += copy_metadata('bokeh') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto.py new file mode 100644 index 0000000..f96b9e2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Boto3, the next version of Boto, is now stable and recommended for general +# use. +# +# Boto is an integrated interface to current and future infrastructural +# services offered by Amazon Web Services. +# +# http://boto.readthedocs.org/en/latest/ +# +# Tested with boto 2.38.0 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('boto') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto3.py new file mode 100644 index 0000000..3eeb974 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-boto3.py @@ -0,0 +1,29 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Boto is the Amazon Web Services (AWS) SDK for Python, which allows Python +# developers to write software that makes use of Amazon services like S3 and +# EC2. Boto provides an easy to use, object-oriented API as well as low-level +# direct service access. +# +# http://boto3.readthedocs.org/en/latest/ +# +# Tested with boto3 1.2.1 + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +hiddenimports = ( + collect_submodules('boto3.dynamodb') + + collect_submodules('boto3.ec2') + + collect_submodules('boto3.s3') +) +datas = collect_data_files('boto3') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-botocore.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-botocore.py new file mode 100644 index 0000000..59c0f16 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-botocore.py @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Botocore is a low-level interface to a growing number of Amazon Web Services. +# Botocore serves as the foundation for the AWS-CLI command line utilities. It +# will also play an important role in the boto3.x project. +# +# The botocore package is compatible with Python versions 2.6.5, Python 2.7.x, +# and Python 3.3.x and higher. +# +# https://botocore.readthedocs.org/en/latest/ +# +# Tested with botocore 1.4.36 + +from PyInstaller.utils.hooks import collect_data_files +from PyInstaller.utils.hooks import is_module_satisfies + +if is_module_satisfies('botocore >= 1.4.36'): + hiddenimports = ['html.parser'] + +datas = collect_data_files('botocore') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-branca.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-branca.py new file mode 100644 index 0000000..4c5bd24 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-branca.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("branca") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairocffi.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairocffi.py new file mode 100644 index 0000000..523d8a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairocffi.py @@ -0,0 +1,45 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import ctypes.util +import os + +from PyInstaller.depend.utils import _resolveCtypesImports +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies, logger + +datas = collect_data_files("cairocffi") + +binaries = [] + +# NOTE: Update this if cairocffi requires more libraries +libs = ["cairo-2", "cairo", "libcairo-2"] + +try: + lib_basenames = [] + for lib in libs: + libname = ctypes.util.find_library(lib) + if libname is not None: + lib_basenames += [os.path.basename(libname)] + + if lib_basenames: + resolved_libs = _resolveCtypesImports(lib_basenames) + for resolved_lib in resolved_libs: + binaries.append((resolved_lib[1], '.')) +except Exception as e: + logger.warning("Error while trying to find system-installed Cairo library: %s", e) + +if not binaries: + logger.warning("Cairo library not found - cairocffi will likely fail to work!") + +# cairocffi 1.6.0 requires cairocffi/constants.py source file, so make sure it is collected. +# The module collection mode setting requires PyInstaller >= 5.3. +if is_module_satisfies('cairocffi >= 1.6.0'): + module_collection_mode = {'cairocffi.constants': 'pyz+py'} diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairosvg.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairosvg.py new file mode 100644 index 0000000..649254b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cairosvg.py @@ -0,0 +1,40 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import ctypes.util +import os + +from PyInstaller.depend.utils import _resolveCtypesImports +from PyInstaller.utils.hooks import collect_data_files, logger + +datas = collect_data_files("cairosvg") + +binaries = [] + +# NOTE: Update this if cairosvg requires more libraries +libs = ["cairo-2", "cairo", "libcairo-2"] + +try: + lib_basenames = [] + for lib in libs: + libname = ctypes.util.find_library(lib) + if libname is not None: + lib_basenames += [os.path.basename(libname)] + + if lib_basenames: + resolved_libs = _resolveCtypesImports(lib_basenames) + for resolved_lib in resolved_libs: + binaries.append((resolved_lib[1], '.')) +except Exception as e: + logger.warning("Error while trying to find system-installed Cairo library: %s", e) + +if not binaries: + logger.warning("Cairo library not found - cairosvg will likely fail to work!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cassandra.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cassandra.py new file mode 100644 index 0000000..97cd4c7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cassandra.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (2.1+) and +# DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. +# +# http://datastax.github.io/python-driver/api/index.html +# +# Tested with cassandra-driver 3.25.0 + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('cassandra') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-celpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-celpy.py new file mode 100644 index 0000000..8a2f478 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-celpy.py @@ -0,0 +1,24 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# cel-python is Pure Python implementation of Google Common Expression Language, +# https://opensource.google/projects/cel +# This implementation has minimal dependencies, runs quickly, and can be embedded into Python-based applications. +# Specifically, the intent is to be part of Cloud Custodian, C7N, as part of the security policy filter. +# https://github.com/cloud-custodian/cel-python +# +# Tested with cel-python 0.1.5 + +from PyInstaller.utils.hooks import collect_data_files + +# Collect *.lark file(s) from the package +datas = collect_data_files('celpy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-certifi.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-certifi.py new file mode 100644 index 0000000..79229be --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-certifi.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Certifi is a carefully curated collection of Root Certificates for +# validating the trustworthiness of SSL certificates while verifying +# the identity of TLS hosts. + +# It has been extracted from the Requests project. + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('certifi') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cf_units.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cf_units.py new file mode 100644 index 0000000..13edf03 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cf_units.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# Include data files from cf_units/etc sub-directory. +datas = collect_data_files('cf_units', includes=['etc/**']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cftime.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cftime.py new file mode 100644 index 0000000..b87bbe1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cftime.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# The cftime._cftime is a cython exension with following hidden imports: +hiddenimports = [ + 're', + 'time', + 'datetime', + 'warnings', + 'numpy', + 'cftime._strptime', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-charset_normalizer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-charset_normalizer.py new file mode 100644 index 0000000..9a94c21 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-charset_normalizer.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +if is_module_satisfies("charset_normalizer >= 3.0.1"): + hiddenimports = ["charset_normalizer.md__mypyc"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cloudscraper.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cloudscraper.py new file mode 100644 index 0000000..91664a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cloudscraper.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('cloudscraper') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr.py new file mode 100644 index 0000000..2610f94 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr.py @@ -0,0 +1,60 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# There is a name clash between pythonnet's clr module/extension (which this hooks is for) and clr package that provides +# the terminal styling library (https://pypi.org/project/clr/). Therefore, we must first check if pythonnet is actually +# available... +from PyInstaller.utils.hooks import is_module_satisfies +from PyInstaller.compat import is_win + +if is_module_satisfies("pythonnet"): + # pythonnet requires both clr.pyd and Python.Runtime.dll, but the latter isn't found by PyInstaller. + import ctypes.util + from PyInstaller.log import logger + + try: + import importlib.metadata as importlib_metadata + except ImportError: + import importlib_metadata + + collected_runtime_files = [] + + # Try finding Python.Runtime.dll via distribution's file list + dist_files = importlib_metadata.files('pythonnet') + if dist_files is not None: + runtime_dll_files = [f for f in dist_files if f.match('Python.Runtime.dll')] + if len(runtime_dll_files) == 1: + runtime_dll_file = runtime_dll_files[0] + collected_runtime_files = [(runtime_dll_file.locate(), runtime_dll_file.parent.as_posix())] + logger.debug("hook-clr: Python.Runtime.dll discovered via metadata.") + elif len(runtime_dll_files) > 1: + logger.warning("hook-clr: multiple instances of Python.Runtime.dll listed in metadata - cannot resolve.") + + # Fall back to the legacy way + if not collected_runtime_files: + runtime_dll_file = ctypes.util.find_library('Python.Runtime') + if runtime_dll_file: + collected_runtime_files = [(runtime_dll_file, '.')] + logger.debug('hook-clr: Python.Runtime.dll discovered via legacy method.') + + if not collected_runtime_files: + raise Exception('Python.Runtime.dll not found') + + # On Windows, collect runtime DLL file(s) as binaries; on other OSes, collect them as data files, to prevent fatal + # errors in binary dependency analysis. + if is_win: + binaries = collected_runtime_files + else: + datas = collected_runtime_files + + # These modules are imported inside Python.Runtime.dll + hiddenimports = ["platform", "warnings"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr_loader.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr_loader.py new file mode 100644 index 0000000..dc5837a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr_loader.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.compat import is_win, is_cygwin +from PyInstaller.utils.hooks import collect_dynamic_libs + +# The clr-loader is used by pythonnet 3.x to load CLR (.NET) runtime. +# On Windows, the default runtime is the .NET Framework, and its corresponding +# loader requires DLLs from clr_loader\ffi\dlls to be collected. This runtime +# is supported only on Windows, so we do not have to worry about it on other +# OSes (where Mono or .NET Core are supported). +if is_win or is_cygwin: + binaries = collect_dynamic_libs("clr_loader") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-compliance_checker.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-compliance_checker.py new file mode 100644 index 0000000..df39703 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-compliance_checker.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, copy_metadata, collect_data_files + +# Collect submodules to ensure that checker plugins are collected. but avoid collecting tests sub-package. +hiddenimports = collect_submodules('compliance_checker', filter=lambda name: name != 'compliance_checker.tests') + +# Copy metadata, because checker plugins are discovered via entry-points +datas = copy_metadata('compliance_checker') + +# Include data files from compliance_checker/data sub-directory. +datas += collect_data_files('compliance_checker', includes=['data/**']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countrycode.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countrycode.py new file mode 100644 index 0000000..cbaf425 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countrycode.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('countrycode') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countryinfo.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countryinfo.py new file mode 100644 index 0000000..da97625 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-countryinfo.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata, collect_data_files + +datas = copy_metadata("countryinfo") + collect_data_files("countryinfo") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cryptography.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cryptography.py new file mode 100644 index 0000000..7edc4ed --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cryptography.py @@ -0,0 +1,42 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for cryptography module from the Python Cryptography Authority. +""" + +import os.path +import glob + +from PyInstaller.compat import EXTENSION_SUFFIXES +from PyInstaller.utils.hooks import collect_submodules, get_module_file_attribute +from PyInstaller.utils.hooks import copy_metadata + +# get the package data so we can load the backends +datas = copy_metadata('cryptography') + +# Add the backends as hidden imports +hiddenimports = collect_submodules('cryptography.hazmat.backends') + +# Add the OpenSSL FFI binding modules as hidden imports +hiddenimports += collect_submodules('cryptography.hazmat.bindings.openssl') + ['_cffi_backend'] + + +# Include the cffi extensions as binaries in a subfolder named like the package. +# The cffi verifier expects to find them inside the package directory for +# the main module. We cannot use hiddenimports because that would add the modules +# outside the package. +binaries = [] +cryptography_dir = os.path.dirname(get_module_file_attribute('cryptography')) +for ext in EXTENSION_SUFFIXES: + ffimods = glob.glob(os.path.join(cryptography_dir, '*_cffi_*%s*' % ext)) + for f in ffimods: + binaries.append((f, 'cryptography')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-customtkinter.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-customtkinter.py new file mode 100644 index 0000000..e4d4f74 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-customtkinter.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("customtkinter") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cv2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cv2.py new file mode 100644 index 0000000..40e40af --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cv2.py @@ -0,0 +1,168 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import sys +import os +import glob +import pathlib + +import PyInstaller.utils.hooks as hookutils +from PyInstaller import compat + +hiddenimports = ['numpy'] + +# On Windows, make sure that opencv_videoio_ffmpeg*.dll is bundled +binaries = [] +if compat.is_win: + # If conda is active, look for the DLL in its library path + if compat.is_conda: + libdir = os.path.join(compat.base_prefix, 'Library', 'bin') + pattern = os.path.join(libdir, 'opencv_videoio_ffmpeg*.dll') + for f in glob.glob(pattern): + + binaries.append((f, '.')) + + # Include any DLLs from site-packages/cv2 (opencv_videoio_ffmpeg*.dll + # can be found there in the PyPI version) + binaries += hookutils.collect_dynamic_libs('cv2') + +# Collect auxiliary sub-packages, such as `cv2.gapi`, `cv2.mat_wrapper`, `cv2.misc`, and `cv2.utils`. This also +# picks up submodules with valid module names, such as `cv2.config`, `cv2.load_config_py2`, and `cv2.load_config_py3`. +# Therefore, filter out `cv2.load_config_py2`. +hiddenimports += hookutils.collect_submodules('cv2', filter=lambda name: name != 'cv2.load_config_py2') + +# We also need to explicitly exclude `cv2.load_config_py2` due to it being imported in `cv2.__init__`. +excludedimports = ['cv2.load_config_py2'] + +# OpenCV loader from 4.5.4.60 requires extra config files and modules. +# We need to collect `config.py` and `load_config_py3`; to improve compatibility with PyInstaller < 5.2, where +# `module_collection_mode` (see below) is not implemented. +# We also need to collect `config-3.py` or `config-3.X.py`, whichever is available (the former is usually +# provided by PyPI wheels, while the latter seems to be used when user builds OpenCV from source). +datas = hookutils.collect_data_files( + 'cv2', + include_py_files=True, + includes=[ + 'config.py', + f'config-{sys.version_info[0]}.{sys.version_info[1]}.py', + 'config-3.py', + 'load_config_py3.py', + ], +) + + +# The OpenCV versions that attempt to perform module substitution via sys.path manipulation (== 4.5.4.58, >= 4.6.0.66) +# do not directly import the cv2.cv2 extension anymore, so in order to ensure it is collected, we would need to add it +# to hidden imports. However, when OpenCV is built by user from source, the extension is not located in the package's +# root directory, but in python-3.X sub-directory, which precludes referencing via module name due to sub-directory +# not being a valid subpackage name. Hence, emulate the OpenCV's loader and execute `config-3.py` or `config-3.X.py` +# to obtain the search path. +def find_cv2_extension(config_file): + # Prepare environment + PYTHON_EXTENSIONS_PATHS = [] + LOADER_DIR = os.path.dirname(os.path.abspath(os.path.realpath(config_file))) + + global_vars = globals().copy() + local_vars = locals().copy() + + # Exec the config file + with open(config_file) as fp: + code = compile(fp.read(), os.path.basename(config_file), 'exec') + exec(code, global_vars, local_vars) + + # Read the modified PYTHON_EXTENSIONS_PATHS + PYTHON_EXTENSIONS_PATHS = local_vars['PYTHON_EXTENSIONS_PATHS'] + if not PYTHON_EXTENSIONS_PATHS: + return None + + # Search for extension file + for extension_path in PYTHON_EXTENSIONS_PATHS: + extension_path = pathlib.Path(extension_path) + if compat.is_win: + extension_files = list(extension_path.glob('cv2*.pyd')) + else: + extension_files = list(extension_path.glob('cv2*.so')) + if extension_files: + if len(extension_files) > 1: + hookutils.logger.warning("Found multiple cv2 extension candidates: %s", extension_files) + extension_file = extension_files[0] # Take first (or hopefully the only one) + + hookutils.logger.debug("Found cv2 extension module: %s", extension_file) + + # Compute path relative to parent of config file (which should be the package's root) + dest_dir = pathlib.Path("cv2") / extension_file.parent.relative_to(LOADER_DIR) + return str(extension_file), str(dest_dir) + + hookutils.logger.warning( + "Could not find cv2 extension module! Config file: %s, search paths: %s", + config_file, PYTHON_EXTENSIONS_PATHS) + + return None + + +config_file = [ + src_path for src_path, _ in datas + if os.path.basename(src_path) in (f'config-{sys.version_info[0]}.{sys.version_info[1]}.py', 'config-3.py') +] + +if config_file: + try: + extension_info = find_cv2_extension(config_file[0]) + if extension_info: + ext_src, ext_dst = extension_info + # Due to bug in PyInstaller's TOC structure implementation (affecting PyInstaller up to latest version at + # the time of writing, 5.9), we fail to properly resolve `cv2.cv2` EXTENSION entry's destination name if + # we already have a BINARY entry with the same destination name. This results in verbatim `cv2.cv2` file + # created in application directory in addition to the proper copy in the `cv2` sub-directoy. + # Therefoe, if destination directory of the cv2 extension module is the top-level package directory, fall + # back to using hiddenimports instead. + if ext_dst == 'cv2': + # Extension found in top-level package directory; likely a PyPI wheel. + hiddenimports += ['cv2.cv2'] + else: + # Extension found in sub-directory; use BINARY entry + binaries += [extension_info] + except Exception: + hookutils.logger.warning("Failed to determine location of cv2 extension module!", exc_info=True) + + +# Mark the cv2 package to be collected in source form, bypassing PyInstaller's PYZ archive and FrozenImporter. This is +# necessary because recent versions of cv2 package attempt to perform module substritution via sys.path manipulation, +# which is incompatible with the way that FrozenImporter works. This requires pyinstaller/pyinstaller#6945, i.e., +# PyInstaller >= 5.3. On earlier versions, the following statement does nothing, and problematic cv2 versions +# (== 4.5.4.58, >= 4.6.0.66) will not work. +# +# Note that the collect_data_files() above is still necessary, because some of the cv2 loader's config scripts are not +# valid module names (e.g., config-3.py). So the two collection approaches are complementary, and any overlap in files +# (e.g., __init__.py) is handled gracefully due to PyInstaller's uniqueness constraints on collected files. +module_collection_mode = 'py' + +# In linux PyPI opencv-python wheels, the cv2 extension is linked against Qt, and the wheel bundles a basic subset of Qt +# shared libraries, plugins, and font files. This is not the case on other OSes (presumably native UI APIs are used by +# OpenCV HighGUI module), nor in the headless PyPI wheels (opencv-python-headless). +# The bundled Qt shared libraries should be picked up automatically due to binary dependency analysis, but we need to +# collect plugins and font files from the `qt` subdirectory. +if compat.is_linux: + pkg_path = pathlib.Path(hookutils.get_module_file_attribute('cv2')).parent + # Collect .ttf files fron fonts directory. + # NOTE: since we are using glob, we can skip checks for (sub)directories' existence. + qt_fonts_dir = pkg_path / 'qt' / 'fonts' + datas += [ + (str(font_file), str(font_file.parent.relative_to(pkg_path.parent))) + for font_file in qt_fonts_dir.rglob('*.ttf') + ] + # Collect .so files from plugins directory. + qt_plugins_dir = pkg_path / 'qt' / 'plugins' + binaries += [ + (str(plugin_file), str(plugin_file.parent.relative_to(pkg_path.parent))) + for plugin_file in qt_plugins_dir.rglob('*.so') + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cx_Oracle.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cx_Oracle.py new file mode 100644 index 0000000..37258c0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cx_Oracle.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['decimal'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cytoolz.itertoolz.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cytoolz.itertoolz.py new file mode 100644 index 0000000..737c024 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-cytoolz.itertoolz.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the cytoolz package: https://pypi.python.org/pypi/cytoolz +# Tested with cytoolz 0.9.0 and Python 3.5.2, on Ubuntu Linux x64 + +hiddenimports = ['cytoolz.utils', 'cytoolz._signatures'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash.py new file mode 100644 index 0000000..3e35516 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_bootstrap_components.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_bootstrap_components.py new file mode 100644 index 0000000..5dc1852 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_bootstrap_components.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_bootstrap_components') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_core_components.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_core_components.py new file mode 100644 index 0000000..8147e58 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_core_components.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_core_components') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_html_components.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_html_components.py new file mode 100644 index 0000000..f85af5e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_html_components.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_html_components') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_renderer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_renderer.py new file mode 100644 index 0000000..029dc4e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_renderer.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_renderer') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_table.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_table.py new file mode 100644 index 0000000..79b70a1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_table.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_table') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_uploader.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_uploader.py new file mode 100644 index 0000000..9d7d8f2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dash_uploader.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dash_uploader') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dask.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dask.py new file mode 100644 index 0000000..39a6ed0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dask.py @@ -0,0 +1,17 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2020, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Collects in-repo dask.yaml and dask-schema.yaml data files. +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dask', includes=['*.yml', '*.yaml']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-datasets.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-datasets.py new file mode 100644 index 0000000..6f47b49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-datasets.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dateparser.utils.strptime.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dateparser.utils.strptime.py new file mode 100644 index 0000000..11f2b5f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dateparser.utils.strptime.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for dateparser: https://pypi.org/project/dateparser/ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = ["_strptime"] + collect_submodules('dateparser.data') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dclab.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dclab.py new file mode 100644 index 0000000..df7ef90 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dclab.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for dclab: https://pypi.python.org/pypi/dclab + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('dclab') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-detectron2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-detectron2.py new file mode 100644 index 0000000..6f47b49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-detectron2.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-discid.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-discid.py new file mode 100644 index 0000000..fc189ce --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-discid.py @@ -0,0 +1,40 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os + +from PyInstaller.utils.hooks import get_module_attribute, logger +from PyInstaller.depend.utils import _resolveCtypesImports + +binaries = [] + +# Use the _LIB_NAME attribute of discid.libdiscid to resolve the shared library name. This saves us from having to +# duplicate the name guessing logic from discid.libdiscid. +# On error, PyInstaller >= 5.0 raises exception, earlier versions return an empty string. +try: + lib_name = get_module_attribute("discid.libdiscid", "_LIB_NAME") +except Exception: + lib_name = None + +if lib_name: + lib_name = os.path.basename(lib_name) + try: + resolved_binary = _resolveCtypesImports([lib_name]) + lib_file = resolved_binary[0][1] + except Exception as e: + lib_file = None + logger.warning("Error while trying to resolve %s: %s", lib_name, e) + + if lib_file: + binaries += [(lib_file, '.')] +else: + logger.warning("Failed to determine name of libdiscid shared library from _LIB_NAME attribute of discid.libdiscid!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-distorm3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-distorm3.py new file mode 100644 index 0000000..d920129 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-distorm3.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the diStorm3 module: https://pypi.python.org/pypi/distorm3 +# Tested with distorm3 3.3.0, Python 2.7, Windows + +from PyInstaller.utils.hooks import collect_dynamic_libs + +# distorm3 dynamic library should be in the path with other dynamic libraries. +binaries = collect_dynamic_libs('distorm3', destdir='.') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dns.rdata.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dns.rdata.py new file mode 100644 index 0000000..b79ec47 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dns.rdata.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This is hook for DNS python package dnspython. + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('dns.rdtypes') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docutils.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docutils.py new file mode 100644 index 0000000..0f63de7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docutils.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, collect_data_files + +hiddenimports = (collect_submodules('docutils.languages') + + collect_submodules('docutils.writers') + + collect_submodules('docutils.parsers.rst.languages') + + collect_submodules('docutils.parsers.rst.directives')) +datas = collect_data_files('docutils') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx.py new file mode 100644 index 0000000..f2a6321 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("docx") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx2pdf.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx2pdf.py new file mode 100644 index 0000000..58ba54a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-docx2pdf.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later. +# ------------------------------------------------------------------ + +# Hook for docx2pdf: https://pypi.org/project/docx2pdf/ + +from PyInstaller.utils.hooks import copy_metadata, collect_data_files + +datas = copy_metadata('docx2pdf') +datas += collect_data_files('docx2pdf') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dynaconf.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dynaconf.py new file mode 100644 index 0000000..06f9b1c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-dynaconf.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['dynaconf.loaders.env_loader', + 'dynaconf.loaders.redis_loader', + 'dynaconf.loaders.vault.loader'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-easyocr.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-easyocr.py new file mode 100644 index 0000000..a868875 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-easyocr.py @@ -0,0 +1,18 @@ +from PyInstaller.utils.hooks import collect_data_files, get_hook_config + +# Recognition backends are imported with `importlib.import_module()`. +hiddenimports = ['easyocr.model.vgg_model', 'easyocr.model.model'] + + +def hook(hook_api): + lang_codes = get_hook_config(hook_api, 'easyocr', 'lang_codes') + if not lang_codes: + lang_codes = ['*'] + + extra_datas = list() + extra_datas += collect_data_files('easyocr', include_py_files=False, subdir='character', + includes=[f'{lang_code}_char.txt' for lang_code in lang_codes]) + extra_datas += collect_data_files('easyocr', include_py_files=False, subdir='dict', + includes=[f'{lang_code}.txt' for lang_code in lang_codes]) + + hook_api.add_datas(extra_datas) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eel.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eel.py new file mode 100644 index 0000000..1b2cb95 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eel.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('eel') +hiddenimports = ['bottle_websocket'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enchant.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enchant.py new file mode 100644 index 0000000..bc91115 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enchant.py @@ -0,0 +1,65 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Import hook for PyEnchant. + +Tested with PyEnchant 1.6.6. +""" + +import os + +from PyInstaller.compat import is_darwin +from PyInstaller.utils.hooks import exec_statement, collect_data_files, \ + collect_dynamic_libs, get_installer + +# TODO Add Linux support +# Collect first all files that were installed directly into pyenchant +# package directory and this includes: +# - Windows: libenchat-1.dll, libenchat_ispell.dll, libenchant_myspell.dll, other +# dependent dlls and dictionaries for several languages (de, en, fr) +# - Mac OS X: usually libenchant.dylib and several dictionaries when installed via pip. +binaries = collect_dynamic_libs('enchant') +datas = collect_data_files('enchant') +excludedimports = ['enchant.tests'] + +# On OS X try to find files from Homebrew or Macports environments. +if is_darwin: + # Note: env. var. ENCHANT_PREFIX_DIR is implemented only in the development version: + # https://github.com/AbiWord/enchant + # https://github.com/AbiWord/enchant/pull/2 + # TODO Test this hook with development version of enchant. + libenchant = exec_statement(""" + from enchant._enchant import e + print(e._name) + """).strip() + + installer = get_installer('enchant') + if installer != 'pip': + # Note: Name of detected enchant library is 'libenchant.dylib'. However, it + # is just symlink to 'libenchant.1.dylib'. + binaries.append((libenchant, '.')) + + # Collect enchant backends from Macports. Using same file structure as on Windows. + backends = exec_statement(""" + from enchant import Broker + for provider in Broker().describe(): + print(provider.file)""").strip().split() + binaries.extend([(b, 'enchant/lib/enchant') for b in backends]) + + # Collect all available dictionaries from Macports. Using same file structure as on Windows. + # In Macports are available mostly hunspell (myspell) and aspell dictionaries. + libdir = os.path.dirname(libenchant) # e.g. /opt/local/lib + sharedir = os.path.join(os.path.dirname(libdir), 'share') # e.g. /opt/local/share + if os.path.exists(os.path.join(sharedir, 'enchant')): + datas.append((os.path.join(sharedir, 'enchant'), 'enchant/share/enchant')) + if os.path.exists(os.path.join(sharedir, 'enchant-2')): + datas.append((os.path.join(sharedir, 'enchant-2'), 'enchant/share/enchant-2')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eng_to_ipa.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eng_to_ipa.py new file mode 100644 index 0000000..d57cabd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eng_to_ipa.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('eng_to_ipa') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ens.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ens.py new file mode 100644 index 0000000..d524d46 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ens.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("ens") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enzyme.parsers.ebml.core.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enzyme.parsers.ebml.core.py new file mode 100644 index 0000000..ba6d4cd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-enzyme.parsers.ebml.core.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +enzyme: +https://github.com/Diaoul/enzyme +""" + +import os +from PyInstaller.utils.hooks import get_package_paths + +# get path of enzyme +ep = get_package_paths('enzyme') + +# add the data +data = os.path.join(ep[1], 'parsers', 'ebml', 'specs', 'matroska.xml') +datas = [(data, "enzyme/parsers/ebml/specs")] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_abi.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_abi.py new file mode 100644 index 0000000..c4e626a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_abi.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata("eth_abi") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_account.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_account.py new file mode 100644 index 0000000..9994b72 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_account.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata("eth_account") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_hash.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_hash.py new file mode 100644 index 0000000..89864fd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_hash.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, copy_metadata, is_module_satisfies + +# The ``eth_hash.utils.load_backend`` function does a dynamic import. +hiddenimports = collect_submodules('eth_hash.backends') + +# As of eth-hash 0.6.0, it uses importlib.metadata.version() set its __version__ attribute +if is_module_satisfies("eth-hash >= 0.6.0"): + datas = copy_metadata("eth-hash") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keyfile.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keyfile.py new file mode 100644 index 0000000..8b46d42 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keyfile.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata("eth_keyfile") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keys.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keys.py new file mode 100644 index 0000000..24122e6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_keys.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata, is_module_satisfies + +# As of eth-keys 0.5.0, it uses importlib.metadata.version() set its __version__ attribute +if is_module_satisfies("eth-keys >= 0.5.0"): + datas = copy_metadata("eth-keys") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_rlp.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_rlp.py new file mode 100644 index 0000000..d6b8c0c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_rlp.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, copy_metadata + +# Starting with v1.0.0, `eth_rlp` queries its version from metadata. +if is_module_satisfies("eth-rlp >= 1.0.0"): + datas = copy_metadata('eth-rlp') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_typing.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_typing.py new file mode 100644 index 0000000..85c2e0e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_typing.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +# eth-typing queries it's own version using importlib.metadata/pkg_resources. +datas = copy_metadata("eth-typing") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.network.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.network.py new file mode 100644 index 0000000..fcf6432 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.network.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("eth_utils") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.py new file mode 100644 index 0000000..82e916a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-eth_utils.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata("eth_utils") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-exchangelib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-exchangelib.py new file mode 100644 index 0000000..9ca6180 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-exchangelib.py @@ -0,0 +1,12 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +hiddenimports = ['tzdata'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fabric.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fabric.py new file mode 100644 index 0000000..c4b8863 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fabric.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, +# yielding useful Python objects in return +# +# https://docs.fabfile.org/en/latest +# +# Tested with fabric 2.6.0 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('fabric') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fairscale.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fairscale.py new file mode 100644 index 0000000..358c189 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fairscale.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-faker.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-faker.py new file mode 100644 index 0000000..7a54b48 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-faker.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, collect_data_files + +hiddenimports = collect_submodules('faker.providers') +datas = ( + collect_data_files('text_unidecode') + # noqa: W504 + collect_data_files('faker.providers', include_py_files=True) +) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastai.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastai.py new file mode 100644 index 0000000..6f47b49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastai.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastparquet.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastparquet.py new file mode 100644 index 0000000..9c8e983 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fastparquet.py @@ -0,0 +1,32 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import os + +from PyInstaller.compat import is_win +from PyInstaller.utils.hooks import get_package_paths + +# In all versions for which fastparquet provides Windows wheels (>= 0.7.0), delvewheel is used, +# so we need to collect the external site-packages/fastparquet.libs directory. +if is_win: + pkg_base, pkg_dir = get_package_paths("fastparquet") + lib_dir = os.path.join(pkg_base, "fastparquet.libs") + if os.path.isdir(lib_dir): + # We collect DLLs as data files instead of binaries to suppress binary + # analysis, which would result in duplicates (because it collects a copy + # into the top-level directory instead of preserving the original layout). + # In addition to DLls, this also collects .load-order* file (required on + # python < 3.8), and ensures that fastparquet.libs directory exists (required + # on python >= 3.8 due to os.add_dll_directory call). + datas = [ + (os.path.join(lib_dir, lib_file), 'fastparquet.libs') + for lib_file in os.listdir(lib_dir) + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ffpyplayer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ffpyplayer.py new file mode 100644 index 0000000..493a5c1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ffpyplayer.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import eval_statement, collect_submodules + +hiddenimports = collect_submodules("ffpyplayer") +binaries = [] +# ffpyplayer has an internal variable tells us where the libraries it was using +for bin in eval_statement("import ffpyplayer; print(ffpyplayer.dep_bins)"): + binaries += [(bin, '.')] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fiona.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fiona.py new file mode 100644 index 0000000..7dcbef5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fiona.py @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies + +hiddenimports = [ + "fiona._shim", + "fiona.schema", + "json", +] + +# As of fiona 1.9.0, `fiona.enums` is also a hidden import, made in cythonized `fiona.crs`. +if is_module_satisfies("fiona >= 1.9.0"): + hiddenimports.append("fiona.enums") + +# Collect data files that are part of the package (e.g., projections database) +datas = collect_data_files("fiona") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_compress.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_compress.py new file mode 100644 index 0000000..3343f22 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_compress.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('flask_compress') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_restx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_restx.py new file mode 100644 index 0000000..4d2faae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_restx.py @@ -0,0 +1,13 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2005-2020, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +# ----------------------------------------------------------------------------- +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('flask_restx') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flex.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flex.py new file mode 100644 index 0000000..ef728b9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flex.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# hook for https://github.com/pipermerriam/flex + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('flex') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flirpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flirpy.py new file mode 100644 index 0000000..7734844 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flirpy.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for flirpy, a library to interact with FLIR thermal imaging cameras and images. +https://github.com/LJMUAstroEcology/flirpy +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('flirpy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fmpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fmpy.py new file mode 100644 index 0000000..8d96227 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fmpy.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for FMPy, a library to simulate Functional Mockup Units (FMUs) +https://github.com/CATIA-Systems/FMPy + +Adds the data files that are required at runtime: + +- XSD schema files +- dynamic libraries for the CVode solver +- source and header files for the compilation of c-code FMUs +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('fmpy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-folium.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-folium.py new file mode 100644 index 0000000..7261987 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-folium.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# Collect data files (templates) +datas = collect_data_files("folium") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-freetype.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-freetype.py new file mode 100644 index 0000000..3970558 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-freetype.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_dynamic_libs + +# Collect the bundled freetype shared library, if available. +binaries = collect_dynamic_libs('freetype') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fvcore.nn.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fvcore.nn.py new file mode 100644 index 0000000..6f47b49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-fvcore.nn.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gadfly.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gadfly.py new file mode 100644 index 0000000..348f7ff --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gadfly.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ["sql_mar"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gcloud.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gcloud.py new file mode 100644 index 0000000..5af7750 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gcloud.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('gcloud') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-geopandas.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-geopandas.py new file mode 100644 index 0000000..996190e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-geopandas.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("geopandas", subdir="datasets") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gitlab.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gitlab.py new file mode 100644 index 0000000..a721ab0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gitlab.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# python-gitlab is a Python package providing access to the GitLab server API. +# It supports the v4 API of GitLab, and provides a CLI tool (gitlab). +# +# https://python-gitlab.readthedocs.io +# +# Tested with gitlab 3.2.0 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('gitlab') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmplot.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmplot.py new file mode 100644 index 0000000..2358202 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmplot.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2005-2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('gmplot') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmsh.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmsh.py new file mode 100644 index 0000000..2bed023 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gmsh.py @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os + +from PyInstaller.utils.hooks import logger, get_module_attribute + +# Query the `libpath` attribute of the `gmsh` module to obtain the path to shared library. This way, we do not need to +# duplicate the discovery logic. +try: + lib_file = get_module_attribute('gmsh', 'libpath') +except Exception: + logger.warning("Failed to query gmsh.libpath!", exc_info=True) + lib_file = None + +if lib_file and os.path.isfile(lib_file): + binaries = [(lib_file, '.')] +else: + logger.warning("Could not find gmsh shared library - gmsh will likely fail to load at run-time!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gooey.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gooey.py new file mode 100644 index 0000000..cac2f3b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gooey.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Gooey GUI carries some language and images for it's UI to function. +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('gooey') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.api_core.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.api_core.py new file mode 100644 index 0000000..0453577 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.api_core.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-api-core') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.bigquery.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.bigquery.py new file mode 100644 index 0000000..08fdb8c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.bigquery.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata +datas = (copy_metadata('google-cloud-bigquery') + + # the pakcage queries meta-data about ``request`` + copy_metadata('requests')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.core.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.core.py new file mode 100644 index 0000000..2c1ee75 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.core.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-core') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.kms_v1.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.kms_v1.py new file mode 100644 index 0000000..c25db50 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.kms_v1.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Client library URL: https://googleapis.dev/python/cloudkms/latest/ +# Import Example for client library: +# https://cloud.google.com/kms/docs/reference/libraries#client-libraries-install-python + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-kms') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.pubsub_v1.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.pubsub_v1.py new file mode 100644 index 0000000..e979290 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.pubsub_v1.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-pubsub') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.speech.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.speech.py new file mode 100644 index 0000000..22d15a5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.speech.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-speech') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.storage.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.storage.py new file mode 100644 index 0000000..bb72e31 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.storage.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-storage') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.translate.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.translate.py new file mode 100644 index 0000000..e126d2a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.cloud.translate.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('google-cloud-translate') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-googleapiclient.model.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-googleapiclient.model.py new file mode 100644 index 0000000..ce03a69 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-googleapiclient.model.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata +from PyInstaller.utils.hooks import collect_data_files + +# googleapiclient.model queries the library version via +# pkg_resources.get_distribution("google-api-python-client").version, +# so we need to collect that package's metadata +datas = copy_metadata('google_api_python_client') +datas += collect_data_files('googleapiclient.discovery_cache', excludes=['*.txt', '**/__pycache__']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py new file mode 100755 index 0000000..2e665fc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py @@ -0,0 +1,17 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +PyInstaller hook file for graphql_query. Tested with version 1.0.3. +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('graphql_query') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-great_expectations.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-great_expectations.py new file mode 100644 index 0000000..380a2ae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-great_expectations.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('great_expectations') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-grpc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-grpc.py new file mode 100644 index 0000000..0912b7f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-grpc.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('grpc') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gst._gst.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gst._gst.py new file mode 100644 index 0000000..e6a97a5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gst._gst.py @@ -0,0 +1,45 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# GStreamer contains a lot of plugins. We need to collect them and bundle +# them wih the exe file. +# We also need to resolve binary dependencies of these GStreamer plugins. + +import glob +import os +from PyInstaller.compat import is_win +from PyInstaller.utils.hooks import exec_statement + +hiddenimports = ['gmodule', 'gobject'] + +statement = """ +import os +import gst +reg = gst.registry_get_default() +plug = reg.find_plugin('coreelements') +path = plug.get_filename() +print(os.path.dirname(path)) +""" + +plugin_path = exec_statement(statement) + +if is_win: + # TODO Verify that on Windows gst plugins really end with .dll. + pattern = os.path.join(plugin_path, '*.dll') +else: + # Even on OSX plugins end with '.so'. + pattern = os.path.join(plugin_path, '*.so') + +binaries = [ + (os.path.join('gst_plugins', os.path.basename(f)), f) + # 'f' contains the absolute path + for f in glob.glob(pattern)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gtk.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gtk.py new file mode 100644 index 0000000..30d7219 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-gtk.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['gtkglext', 'gdkgl', 'gdkglext', 'gdk', 'gtk.gdk', 'gtk.gtkgl', + 'gtk.gtkgl._gtkgl', 'gtkgl', 'pangocairo', 'pango', 'atk', + 'gobject', 'gtk.glade', 'cairo', 'gio', + 'gtk.keysyms'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-h5py.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-h5py.py new file mode 100644 index 0000000..e76d824 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-h5py.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for http://pypi.python.org/pypi/h5py/ +""" + +hiddenimports = ['h5py._proxy', 'h5py.utils', 'h5py.defs', 'h5py.h5ac'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hdf5plugin.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hdf5plugin.py new file mode 100644 index 0000000..14384f7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hdf5plugin.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for hdf5plugin: https://pypi.org/project/hdf5plugin/ + +from PyInstaller.utils.hooks import collect_dynamic_libs + +datas = collect_dynamic_libs("hdf5plugin") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-httplib2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-httplib2.py new file mode 100644 index 0000000..7abfa4d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-httplib2.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This is needed to bundle cacerts.txt that comes with httplib2 module + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('httplib2') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-humanize.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-humanize.py new file mode 100644 index 0000000..24423c7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-humanize.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +This modest package contains various common humanization utilities, like turning a number into a fuzzy human +readable duration ("3 minutes ago") or into a human readable size or throughput. + +https://pypi.org/project/humanize + +This hook was tested against humanize 3.5.0. +""" + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('humanize') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hydra.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hydra.py new file mode 100644 index 0000000..68c9580 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-hydra.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, collect_data_files + +# Collect core plugins. +hiddenimports = collect_submodules('hydra._internal.core_plugins') + +# Collect package's data files, such as default configuration files. +datas = collect_data_files('hydra') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ijson.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ijson.py new file mode 100644 index 0000000..87ad2b9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ijson.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules("ijson.backends") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio.py new file mode 100644 index 0000000..8fbf127 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for imageio: http://imageio.github.io/ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +datas = collect_data_files('imageio', subdir="resources") + +# imageio plugins are imported lazily since ImageIO version 2.11.0. +# They are very light-weight, so we can safely include all of them. +hiddenimports = collect_submodules('imageio.plugins') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio_ffmpeg.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio_ffmpeg.py new file mode 100644 index 0000000..ec28154 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-imageio_ffmpeg.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for imageio: http://imageio.github.io/ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('imageio_ffmpeg', subdir="binaries") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-iminuit.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-iminuit.py new file mode 100644 index 0000000..8dcc96b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-iminuit.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# add hooks for iminuit: https://github.com/scikit-hep/iminuit + +# iminuit imports subpackages through a cython module which aren't +# found by default + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = [] + +# the iminuit package contains tests which aren't needed when distributing +for mod in collect_submodules('iminuit'): + if not mod.startswith('iminuit.tests'): + hiddenimports.append(mod) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jaraco.text.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jaraco.text.py new file mode 100644 index 0000000..13573da --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jaraco.text.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for jaraco: https://pypi.python.org/pypi/jaraco.text/3.2.0 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('jaraco.text') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jedi.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jedi.py new file mode 100644 index 0000000..b40a45c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jedi.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for Jedi, a static analysis tool https://pypi.org/project/jedi/ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('jedi') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jieba.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jieba.py new file mode 100644 index 0000000..e45f2fd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jieba.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('jieba') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinja2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinja2.py new file mode 100644 index 0000000..20453af --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinja2.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['jinja2.ext'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinxed.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinxed.py new file mode 100644 index 0000000..fe8a61a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jinxed.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = [ + 'jinxed.terminfo.ansicon', 'jinxed.terminfo.vtwin10' +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jira.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jira.py new file mode 100644 index 0000000..b5179c8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jira.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for https://pypi.python.org/pypi/jira/ +""" + +from PyInstaller.utils.hooks import copy_metadata, collect_submodules + +datas = copy_metadata('jira') +hiddenimports = collect_submodules('jira') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonpath_rw_ext.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonpath_rw_ext.py new file mode 100644 index 0000000..11c01ef --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonpath_rw_ext.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('jsonpath_rw_ext') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonrpcserver.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonrpcserver.py new file mode 100644 index 0000000..016447c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonrpcserver.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This is needed to bundle request-schema.json file needed by +# jsonrpcserver package + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('jsonrpcserver') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema.py new file mode 100644 index 0000000..17a6123 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This is needed to bundle draft3.json and draft4.json files that come with jsonschema module. +# NOTE: with jsonschema >= 4.18.0, the specification files are part of jsonschema_specifications package, and are +# handled by the corresponding hook-jsonschema. + +from PyInstaller.utils.hooks import collect_data_files, copy_metadata + +datas = collect_data_files('jsonschema') +datas += copy_metadata('jsonschema') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema_specifications.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema_specifications.py new file mode 100644 index 0000000..036e74f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jsonschema_specifications.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +datas = collect_data_files('jsonschema_specifications') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jupyterlab.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jupyterlab.py new file mode 100644 index 0000000..125426f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-jupyterlab.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('jupyterlab') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kaleido.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kaleido.py new file mode 100644 index 0000000..6f2ccef --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kaleido.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('kaleido') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-khmernltk.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-khmernltk.py new file mode 100644 index 0000000..12235b3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-khmernltk.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('khmernltk') +hiddenimports = ['sklearn_crfsuite'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kinterbasdb.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kinterbasdb.py new file mode 100644 index 0000000..b8a7431 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-kinterbasdb.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# kinterbasdb +hiddenimports = ['k_exceptions', 'services', 'typeconv_naked', + 'typeconv_backcompat', 'typeconv_23plus', + 'typeconv_datetime_stdlib', 'typeconv_datetime_mx', + 'typeconv_datetime_naked', 'typeconv_fixed_fixedpoint', + 'typeconv_fixed_stdlib', 'typeconv_text_unicode', + 'typeconv_util_isinstance', '_kinterbasdb', '_kiservices'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langchain.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langchain.py new file mode 100644 index 0000000..468dfb0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langchain.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('langchain') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langcodes.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langcodes.py new file mode 100644 index 0000000..73e808f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langcodes.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('langcodes') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langdetect.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langdetect.py new file mode 100644 index 0000000..636ac2d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-langdetect.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("langdetect") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-laonlp.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-laonlp.py new file mode 100644 index 0000000..347c63c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-laonlp.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('laonlp') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lark.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lark.py new file mode 100644 index 0000000..bdcebca --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lark.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("lark") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ldfparser.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ldfparser.py new file mode 100644 index 0000000..3d2bd0e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ldfparser.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +#----------------------------------------------------------------------------- + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('ldfparser') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lensfunpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lensfunpy.py new file mode 100644 index 0000000..abb9d61 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lensfunpy.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +# bundle xml DB files, skip other files (like DLL files on Windows) +datas = list(filter(lambda p: p[0].endswith('.xml'), collect_data_files('lensfunpy'))) +hiddenimports = ['numpy', 'enum'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-libaudioverse.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-libaudioverse.py new file mode 100644 index 0000000..107a0ea --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-libaudioverse.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Libaudioverse: https://github.com/libaudioverse/libaudioverse +""" + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs('libaudioverse') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-librosa.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-librosa.py new file mode 100644 index 0000000..5bd7980 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-librosa.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +# Collect all data files from the package. These include: +# - package's and subpackages' .pyi files for `lazy_loader` +# - example data in librosa/util, required by `librosa.util.files` +# - librosa/core/intervals.msgpack, required by `librosa.core.intervals` +# +# We explicitly exclude `__pycache__` because it might contain .nbi and .nbc files from `numba` cache, which are not +# re-used by `numba` codepaths in the frozen application and are instead re-compiled in user-global cache directory. +datas = collect_data_files("librosa", excludes=['**/__pycache__']) + +# And because modules are lazily loaded, we need to collect them all. +hiddenimports = collect_submodules("librosa") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightgbm.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightgbm.py new file mode 100644 index 0000000..9c23a68 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightgbm.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# A fast, distributed, high performance gradient boosting +# (GBT, GBDT, GBRT, GBM or MART) framework based on decision +# tree algorithms, used for ranking, classification and +# many other machine learning tasks. +# +# https://github.com/microsoft/LightGBM +# +# Tested with: +# Tested on Windows 10 & macOS 10.14 with Python 3.7.5 + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs('lightgbm') +binaries += collect_dynamic_libs('sklearn') +binaries += collect_dynamic_libs('scipy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightning.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightning.py new file mode 100644 index 0000000..40833f6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lightning.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# Collect version.info (which is read during package import at run-time). Avoid collecting data from `lightning.app`, +# which likely does not work with PyInstaller without additional tricks (if we need to collect that data, it should +# be done in separate `lightning.app` hook). +datas = collect_data_files( + 'lightning', + includes=['version.info'], +) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-limits.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-limits.py new file mode 100644 index 0000000..a3e07be --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-limits.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("limits") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-linear_operator.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-linear_operator.py new file mode 100644 index 0000000..962e0be --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-linear_operator.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# --------------------------------------------------- + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lingua.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lingua.py new file mode 100644 index 0000000..1f0e992 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lingua.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('lingua') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-litestar.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-litestar.py new file mode 100644 index 0000000..0f9da84 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-litestar.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules +hiddenimports = collect_submodules('litestar.logging') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-llvmlite.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-llvmlite.py new file mode 100644 index 0000000..ef5a841 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-llvmlite.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# A lightweight LLVM python binding for writing JIT compilers +# https://github.com/numba/llvmlite +# +# Tested with: +# llvmlite 0.11 (Anaconda 4.1.1, Windows), llvmlite 0.13 (Linux) + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs("llvmlite") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-logilab.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-logilab.py new file mode 100644 index 0000000..07d467f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-logilab.py @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# *************************************************** +# hook-logilab.py - PyInstaller hook file for logilab +# *************************************************** +# The following was written about logilab, version 1.1.0, based on executing +# ``pip show logilab-common``. +# +# In logilab.common, line 33:: +# +# __version__ = pkg_resources.get_distribution('logilab-common').version +# +# Therefore, we need metadata for logilab. +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('logilab-common') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.etree.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.etree.py new file mode 100644 index 0000000..cae2636 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.etree.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['lxml._elementpath', 'gzip', 'contextlib'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.isoschematron.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.isoschematron.py new file mode 100644 index 0000000..7e6924a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.isoschematron.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +import os + +# Auxiliary data for isoschematron +datas = collect_data_files('lxml', subdir=os.path.join('isoschematron', 'resources')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.objectify.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.objectify.py new file mode 100644 index 0000000..138bf07 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.objectify.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['lxml.etree'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.py new file mode 100644 index 0000000..8f39d7f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lxml.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# lxml is not fully embedded when using standard hiddenimports +# see https://github.com/pyinstaller/pyinstaller/issues/5306 +# +# Tested with lxml 4.6.1 + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('lxml') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lz4.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lz4.py new file mode 100644 index 0000000..d311956 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-lz4.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# hook for https://github.com/python-lz4/python-lz4 + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('lz4') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-magic.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-magic.py new file mode 100644 index 0000000..bda4c2a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-magic.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# hook for https://pypi.org/project/python-magic-bin + +from PyInstaller.utils.hooks import collect_data_files, collect_dynamic_libs + +datas = collect_data_files('magic') +binaries = collect_dynamic_libs('magic') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mako.codegen.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mako.codegen.py new file mode 100644 index 0000000..3d85be4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mako.codegen.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +codegen generates Python code that is then executed through exec(). +This Python code imports the following modules. +""" + +hiddenimports = ['mako.cache', 'mako.runtime', 'mako.filters'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mariadb.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mariadb.py new file mode 100644 index 0000000..a6f204a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mariadb.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_submodules + +# The MariaDB uses a .pyd file that imports ``decimal`` module within its +# module initialization function. On recent python versions (> 3.8), the decimal +# module seems to be picked up nevertheless (presumably due to import in some +# other module), but it is better not to rely on that, and ensure it is always +# collected as a hidden import. +hiddenimports = ['decimal'] + +# mariadb >= 1.1.0 requires several hidden imports from mariadb.constants. +# Collect them all, just to be on the safe side... +if is_module_satisfies("mariadb >= 1.1.0"): + hiddenimports += collect_submodules("mariadb.constants") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-markdown.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-markdown.py new file mode 100644 index 0000000..f0a5628 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-markdown.py @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import ( + collect_submodules, + copy_metadata, + is_module_satisfies, +) + +hiddenimports = collect_submodules('markdown.extensions') + +# Markdown 3.3 introduced markdown.htmlparser submodule with hidden +# dependency on html.parser +if is_module_satisfies("markdown >= 3.3"): + hiddenimports += ['html.parser'] + +# Extensions can be referenced by short names, e.g. "extra", through a mechanism +# using entry-points. Thus we need to collect the package metadata as well. +datas = copy_metadata("markdown") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mecab.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mecab.py new file mode 100644 index 0000000..cc0e78d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mecab.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('mecab') +datas += collect_data_files('mecab_ko_dic') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-metpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-metpy.py new file mode 100644 index 0000000..d184d28 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-metpy.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata, collect_data_files + +# MetPy requires metadata, because it queries its version via +# pkg_resources.get_distribution(__package__).version or, in newer +# versions, importlib.metadata.version(__package__) +datas = copy_metadata('metpy') + +# Collect data files +datas += collect_data_files('metpy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-migrate.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-migrate.py new file mode 100644 index 0000000..02c52a4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-migrate.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# hook for https://github.com/openstack/sqlalchemy-migrate +# Since v0.12.0 importing migrate requires metadata to resolve __version__ +# attribute + +from PyInstaller.utils.hooks import copy_metadata, is_module_satisfies + +if is_module_satisfies('sqlalchemy-migrate >= 0.12.0'): + datas = copy_metadata('sqlalchemy-migrate') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mimesis.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mimesis.py new file mode 100644 index 0000000..a5d4254 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mimesis.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# The bundled 'data/' directory containing locale .json files needs to be collected (as data file). + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('mimesis') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-minecraft_launcher_lib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-minecraft_launcher_lib.py new file mode 100644 index 0000000..71685c1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-minecraft_launcher_lib.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("minecraft_launcher_lib") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mistune.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mistune.py new file mode 100644 index 0000000..7ac27ad --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mistune.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for nanite: https://pypi.python.org/pypi/nanite + +from PyInstaller.utils.hooks import is_module_satisfies, collect_submodules + +# As of version 3.0.0, mistune loads its plugins indirectly (but does so during package import nevertheless). +if is_module_satisfies("mistune >= 3.0.0"): + hiddenimports = collect_submodules("mistune.plugins") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mnemonic.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mnemonic.py new file mode 100644 index 0000000..4ac0cf3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mnemonic.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('mnemonic') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.audio.fx.all.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.audio.fx.all.py new file mode 100644 index 0000000..19e890a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.audio.fx.all.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ + +# `moviepy.audio.fx.all` programmatically imports and forwards all submodules of `moviepy.audio.fx`, so we need to +# collect those as hidden imports. +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('moviepy.audio.fx') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.video.fx.all.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.video.fx.all.py new file mode 100644 index 0000000..60b2b1c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-moviepy.video.fx.all.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ + +# `moviepy.video.fx.all` programmatically imports and forwards all submodules of `moviepy.video.fx`, so we need to +# collect those as hidden imports. +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('moviepy.video.fx') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mpl_toolkits.basemap.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mpl_toolkits.basemap.py new file mode 100644 index 0000000..895921d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-mpl_toolkits.basemap.py @@ -0,0 +1,36 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +from PyInstaller.compat import is_win, base_prefix + +import os + +# mpl_toolkits.basemap (tested with v.1.0.7) is shipped with auxiliary data, +# usually stored in mpl_toolkits\basemap\data and used to plot maps +datas = collect_data_files('mpl_toolkits.basemap', subdir='data') + +# check if the data has been effectively found +if len(datas) == 0: + + # - conda-specific + + if is_win: + tgt_basemap_data = os.path.join('Library', 'share', 'basemap') + src_basemap_data = os.path.join(base_prefix, 'Library', 'share', 'basemap') + + else: # both linux and darwin + tgt_basemap_data = os.path.join('share', 'basemap') + src_basemap_data = os.path.join(base_prefix, 'share', 'basemap') + + if os.path.exists(src_basemap_data): + datas.append((src_basemap_data, tgt_basemap_data)) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-msoffcrypto.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-msoffcrypto.py new file mode 100644 index 0000000..f02d57e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-msoffcrypto.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +msoffcrypto contains hidden metadata as of v4.12.0 +""" + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('msoffcrypto-tool') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nacl.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nacl.py new file mode 100644 index 0000000..338b6b1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nacl.py @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Tested with PyNaCl 0.3.0 on Mac OS X. + +import os.path +import glob + +from PyInstaller.compat import EXTENSION_SUFFIXES +from PyInstaller.utils.hooks import collect_data_files, get_module_file_attribute + +datas = collect_data_files('nacl') + +# Include the cffi extensions as binaries in a subfolder named like the package. +binaries = [] +nacl_dir = os.path.dirname(get_module_file_attribute('nacl')) +for ext in EXTENSION_SUFFIXES: + ffimods = glob.glob(os.path.join(nacl_dir, '_lib', '*_cffi_*%s*' % ext)) + dest_dir = os.path.join('nacl', '_lib') + for f in ffimods: + binaries.append((f, dest_dir)) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-names.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-names.py new file mode 100644 index 0000000..80157a0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-names.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# names: generate random names +# Module PyPI Homepage: https://pypi.python.org/pypi/names/0.3.0 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('names') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nanite.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nanite.py new file mode 100644 index 0000000..3b77949 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nanite.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for nanite: https://pypi.python.org/pypi/nanite + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('nanite') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbconvert.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbconvert.py new file mode 100644 index 0000000..15b4295 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbconvert.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, copy_metadata + +datas = collect_data_files('nbconvert') + +# nbconvert uses entrypoints to read nbconvert.exporters from metadata file entry_points.txt. +datas += copy_metadata('nbconvert') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbdime.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbdime.py new file mode 100644 index 0000000..4dac338 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbdime.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('nbdime') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbformat.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbformat.py new file mode 100644 index 0000000..e3887c0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbformat.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('nbformat') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbt.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbt.py new file mode 100644 index 0000000..f8a285d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nbt.py @@ -0,0 +1,12 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +hiddenimports = ["nbt.nbt", "nbt.world", "nbt.region", "nbt.chunk"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ncclient.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ncclient.py new file mode 100644 index 0000000..42e727a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ncclient.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for ncclient. ncclient is a Python library that facilitates client-side +scripting and application development around the NETCONF protocol. +https://pypi.python.org/pypi/ncclient + +This hook was tested with ncclient 0.4.3. +""" +from PyInstaller.utils.hooks import collect_submodules + +# Modules 'ncclient.devices.*' are dynamically loaded and PyInstaller +# is not able to find them. +hiddenimports = collect_submodules('ncclient.devices') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-netCDF4.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-netCDF4.py new file mode 100644 index 0000000..8f19f71 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-netCDF4.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +# netCDF4 (tested with v.1.1.9) has some hidden imports +hiddenimports = ['netCDF4.utils'] + +# Around netCDF4 1.4.0, netcdftime changed name to cftime +if is_module_satisfies("netCDF4 < 1.4.0"): + hiddenimports += ['netcdftime'] +else: + hiddenimports += ['cftime'] + +# Starting with netCDF 1.6.4, certifi is a hidden import made in +# netCDF4/_netCDF4.pyx. +if is_module_satisfies("netCDF4 >= 1.6.4"): + hiddenimports += ['certifi'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nltk.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nltk.py new file mode 100644 index 0000000..1f6c73a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nltk.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# hook for nltk +import nltk +import os +from PyInstaller.utils.hooks import collect_data_files + +# add datas for nltk +datas = collect_data_files('nltk', False) + +# loop through the data directories and add them +for p in nltk.data.path: + if os.path.exists(p): + datas.append((p, "nltk_data")) + +# nltk.chunk.named_entity should be included +hiddenimports = ["nltk.chunk.named_entity"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nnpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nnpy.py new file mode 100644 index 0000000..66df1c0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nnpy.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for https://pypi.org/project/nnpy/ +""" + +hiddenimports = ['_cffi_backend'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-notebook.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-notebook.py new file mode 100644 index 0000000..98cbd27 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-notebook.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +from PyInstaller.utils.hooks import collect_data_files, collect_submodules +from jupyter_core.paths import jupyter_config_path, jupyter_path + +# collect modules for handlers +hiddenimports = collect_submodules('notebook', filter=lambda name: name.endswith('.handles')) +hiddenimports.append('notebook.services.shutdown') + +datas = collect_data_files('notebook') + +# Collect share and etc folder for pre-installed extensions +datas += [(path, 'share/jupyter') + for path in jupyter_path() if os.path.exists(path)] +datas += [(path, 'etc/jupyter') + for path in jupyter_config_path() if os.path.exists(path)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numba.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numba.py new file mode 100644 index 0000000..f713b7c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numba.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# NumPy aware dynamic Python compiler using LLVM +# https://github.com/numba/numba +# +# Tested with: +# numba 0.26 (Anaconda 4.1.1, Windows), numba 0.28 (Linux) + +excludedimports = ["IPython", "scipy"] +hiddenimports = ["llvmlite"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numcodecs.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numcodecs.py new file mode 100644 index 0000000..a770c8c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-numcodecs.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# compat_ext is only imported from pyx files, so it is missed +hiddenimports = ['numcodecs.compat_ext'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cublas.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cublas.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cublas.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_cupti.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_cupti.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_cupti.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvcc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvcc.py new file mode 100644 index 0000000..6ee509d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvcc.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +# Ensures that versioned .so files are collected +binaries = collect_nvidia_cuda_binaries(__file__) + +# Collect additional resources: +# - ptxas executable (which strictly speaking, should be collected as a binary) +# - nvvm/libdevice/libdevice.10.bc file +# - C headers; assuming ptxas requires them - if that is not the case, we could filter them out. +datas = collect_data_files('nvidia.cuda_nvcc') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvrtc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvrtc.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_nvrtc.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_runtime.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_runtime.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cuda_runtime.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cudnn.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cudnn.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cudnn.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cufft.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cufft.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cufft.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.curand.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.curand.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.curand.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusolver.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusolver.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusolver.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusparse.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusparse.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.cusparse.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nccl.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nccl.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nccl.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvjitlink.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvjitlink.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvjitlink.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvtx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvtx.py new file mode 100644 index 0000000..5b8a94d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-nvidia.nvtx.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.hooks.utils.nvidia_cuda import collect_nvidia_cuda_binaries + +binaries = collect_nvidia_cuda_binaries(__file__) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-office365.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-office365.py new file mode 100644 index 0000000..ebda174 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-office365.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +Office365-REST-Python-Client contains xml templates that are needed by some methods +This hook ensures that all of the data used by the package is bundled +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("office365") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-opencc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-opencc.py new file mode 100644 index 0000000..fe2e410 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-opencc.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('opencc') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-openpyxl.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-openpyxl.py new file mode 100644 index 0000000..0cff831 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-openpyxl.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the openpyxl module: https://pypi.python.org/pypi/openpyxl +# Tested with openpyxl 2.3.4, Python 2.7, Windows + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('openpyxl') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-orjson.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-orjson.py new file mode 100644 index 0000000..9021a4c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-orjson.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Forced import of these modules happens on first orjson import +# and orjson is a compiled extension module. +hiddenimports = [ + 'uuid', + 'zoneinfo', + 'enum', + 'json', + 'dataclasses', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-osgeo.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-osgeo.py new file mode 100644 index 0000000..93ec328 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-osgeo.py @@ -0,0 +1,81 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +from PyInstaller.compat import is_win, is_darwin + +import os +import sys + +# The osgeo libraries require auxiliary data and may have hidden dependencies. +# There are several possible configurations on how these libraries can be +# deployed. +# This hook evaluates the cases when: +# - the `data` folder is present "in-source" (sharing the same namespace folder +# as the code libraries) +# - the `data` folder is present "out-source" (for instance, on Anaconda for +# Windows, in PYTHONHOME/Library/data) +# In this latter case, the hook also checks for the presence of `proj` library +# (e.g., on Windows in PYTHONHOME) for being added to the bundle. +# +# This hook has been tested with gdal (v.1.11.2 and 1.11.3) on: +# - Win 7 and 10 64bit +# - Ubuntu 15.04 64bit +# - Mac OS X Yosemite 10.10 +# +# TODO: Fix for gdal>=2.0.0, <2.0.3: 'NameError: global name 'help' is not defined' + +# flag used to identify an Anaconda environment +is_conda = False + +# Auxiliary data: +# +# - general case (data in 'osgeo/data/gdal'): +datas = collect_data_files('osgeo', subdir=os.path.join('data', 'gdal')) + +# check if the data has been effectively found in 'osgeo/data/gdal' +if len(datas) == 0: + + if hasattr(sys, 'real_prefix'): # check if in a virtual environment + root_path = sys.real_prefix + else: + root_path = sys.prefix + + # - conda-specific + if is_win: + tgt_gdal_data = os.path.join('Library', 'share', 'gdal') + src_gdal_data = os.path.join(root_path, 'Library', 'share', 'gdal') + if not os.path.exists(src_gdal_data): + tgt_gdal_data = os.path.join('Library', 'data') + src_gdal_data = os.path.join(root_path, 'Library', 'data') + + else: # both linux and darwin + tgt_gdal_data = os.path.join('share', 'gdal') + src_gdal_data = os.path.join(root_path, 'share', 'gdal') + + if os.path.exists(src_gdal_data): + is_conda = True + datas.append((src_gdal_data, tgt_gdal_data)) + # a real-time hook takes case to define the path for `GDAL_DATA` + +# Hidden dependencies +if is_conda: + # if `proj.4` is present, it provides additional functionalities + if is_win: + proj4_lib = os.path.join(root_path, 'proj.dll') + elif is_darwin: + proj4_lib = os.path.join(root_path, 'lib', 'libproj.dylib') + else: # assumed linux-like settings + proj4_lib = os.path.join(root_path, 'lib', 'libproj.so') + + if os.path.exists(proj4_lib): + binaries = [(proj4_lib, ".")] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pandas_flavor.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pandas_flavor.py new file mode 100644 index 0000000..177d3bd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pandas_flavor.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# As of version 0.3.0, pandas_flavor uses lazy loader to import `register` and `xarray` sub-modules. In earlier +# versions, these used to be imported directly. +hiddenimports = ['pandas_flavor.register', 'pandas_flavor.xarray'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-panel.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-panel.py new file mode 100644 index 0000000..4643c57 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-panel.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +datas = collect_data_files("panel") + +# Some models are lazy-loaded on runtime, so we need to collect them +hiddenimports = collect_submodules("panel.models") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parsedatetime.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parsedatetime.py new file mode 100644 index 0000000..7351f00 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parsedatetime.py @@ -0,0 +1,28 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2020, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- +""" +Fixes https://github.com/pyinstaller/pyinstaller/issues/4995 + +Modules under parsedatetime.pdt_locales.* are lazily loaded using __import__. +But they are conviniently listed in parsedatetime.pdt_locales.locales. + +Tested on versions: + +- 1.1.1 +- 1.5 +- 2.0 +- 2.6 (latest) + +""" + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules("parsedatetime.pdt_locales") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parso.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parso.py new file mode 100644 index 0000000..a6be734 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-parso.py @@ -0,0 +1,14 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) 2013-2018, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License with exception +# for distributing bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# ----------------------------------------------------------------------------- + +# Hook for Parso, a static analysis tool https://pypi.org/project/jedi/ (IPython dependency) + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('parso') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-passlib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-passlib.py new file mode 100644 index 0000000..5b248de --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-passlib.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Handlers are imported by a lazy-load proxy, based on a +# name-to-package mapping. Collect all handlers to ease packaging. +# If you want to reduce the size of your application, used +# `--exclude-module` to remove unused ones. +hiddenimports = [ + "passlib.handlers", + "passlib.handlers.digests", + "configparser", +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-paste.exceptions.reporter.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-paste.exceptions.reporter.py new file mode 100644 index 0000000..deb4b4c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-paste.exceptions.reporter.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Some modules use the old-style import: explicitly include +the new module when the old one is referenced. +""" + +hiddenimports = ["email.mime.text", "email.mime.multipart"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-patsy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-patsy.py new file mode 100644 index 0000000..9f40f46 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-patsy.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['patsy.builtins'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pdfminer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pdfminer.py new file mode 100644 index 0000000..c9cb79b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pdfminer.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pdfminer') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pendulum.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pendulum.py new file mode 100644 index 0000000..a677db4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pendulum.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +# Pendulum checks for locale modules via os.path.exists before import. +# If the include_py_files option is turned off, this check fails, pendulum +# will raise a ValueError. +datas = collect_data_files("pendulum.locales", include_py_files=True) +hiddenimports = collect_submodules("pendulum.locales") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-phonenumbers.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-phonenumbers.py new file mode 100644 index 0000000..463b50c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-phonenumbers.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Hook for the phonenumbers package: https://pypi.org/project/phonenumbers/ +# +# Tested with phonenumbers 8.9.7 and Python 3.6.1, on Ubuntu 16.04 64bit. + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('phonenumbers') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pingouin.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pingouin.py new file mode 100644 index 0000000..924bc52 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pingouin.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pingouin') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pint.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pint.py new file mode 100644 index 0000000..f5a518c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pint.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, copy_metadata + +datas = collect_data_files('pint') +datas += copy_metadata('pint') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pinyin.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pinyin.py new file mode 100644 index 0000000..853115c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pinyin.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the pinyin package: https://pypi.python.org/pypi/pinyin +# Tested with pinyin 0.4.0 and Python 3.6.2, on Windows 10 x64. + +from PyInstaller.utils.hooks import collect_data_files + +# pinyin relies on 'Mandarin.dat' and 'cedict.txt.gz' +# for character and word translation. +datas = collect_data_files('pinyin') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-platformdirs.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-platformdirs.py new file mode 100644 index 0000000..bf72caa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-platformdirs.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.compat import is_darwin, is_win + +modules = ["platformdirs"] + +# platfromdirs contains dynamically loaded per-platform submodules. +if is_darwin: + modules.append("platformdirs.macos") +elif is_win: + modules.append("platformdirs.windows") +else: + # default to unix for all other platforms + # this includes unix, cygwin, and msys2 + modules.append("platformdirs.unix") + +hiddenimports = modules diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-plotly.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-plotly.py new file mode 100644 index 0000000..634ca70 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-plotly.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +from PyInstaller.utils.hooks import collect_submodules + +datas = collect_data_files('plotly', includes=['package_data/**/*.*']) +hiddenimports = collect_submodules('plotly.validators') + ['pandas', 'cmath'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-prettytable.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-prettytable.py new file mode 100644 index 0000000..aa831d0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-prettytable.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('prettytable') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psutil.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psutil.py new file mode 100644 index 0000000..789211d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psutil.py @@ -0,0 +1,50 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import os +import sys + +# see https://github.com/giampaolo/psutil/blob/release-5.9.5/psutil/_common.py#L82 +WINDOWS = os.name == "nt" +LINUX = sys.platform.startswith("linux") +MACOS = sys.platform.startswith("darwin") +FREEBSD = sys.platform.startswith(("freebsd", "midnightbsd")) +OPENBSD = sys.platform.startswith("openbsd") +NETBSD = sys.platform.startswith("netbsd") +BSD = FREEBSD or OPENBSD or NETBSD +SUNOS = sys.platform.startswith(("sunos", "solaris")) +AIX = sys.platform.startswith("aix") + +excludedimports = [ + "psutil._pslinux", + "psutil._pswindows", + "psutil._psosx", + "psutil._psbsd", + "psutil._pssunos", + "psutil._psaix", +] + +# see https://github.com/giampaolo/psutil/blob/release-5.9.5/psutil/__init__.py#L97 +if LINUX: + excludedimports.remove("psutil._pslinux") +elif WINDOWS: + excludedimports.remove("psutil._pswindows") + # see https://github.com/giampaolo/psutil/blob/release-5.9.5/psutil/_common.py#L856 + # This will exclude `curses` for windows + excludedimports.append("curses") +elif MACOS: + excludedimports.remove("psutil._psosx") +elif BSD: + excludedimports.remove("psutil._psbsd") +elif SUNOS: + excludedimports.remove("psutil._pssunos") +elif AIX: + excludedimports.remove("psutil._psaix") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psychopy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psychopy.py new file mode 100644 index 0000000..d6a8cf6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psychopy.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Tested on Windows 7 64bit with python 2.7.6 and PsychoPy 1.81.03 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('psychopy') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psycopg2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psycopg2.py new file mode 100644 index 0000000..4059ce5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-psycopg2.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['mx.DateTime'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-publicsuffix2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-publicsuffix2.py new file mode 100644 index 0000000..68f2466 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-publicsuffix2.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('publicsuffix2') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pubsub.core.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pubsub.core.py new file mode 100644 index 0000000..76eb6ca --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pubsub.core.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pubsub.core', include_py_files=True, excludes=['*.txt', '**/__pycache__']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-puremagic.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-puremagic.py new file mode 100644 index 0000000..3eb8973 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-puremagic.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("puremagic") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-py.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-py.py new file mode 100644 index 0000000..614da3b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-py.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules("py._path") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyarrow.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyarrow.py new file mode 100644 index 0000000..0ce8aa7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyarrow.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for https://pypi.org/project/pyarrow/ + +from PyInstaller.utils.hooks import collect_submodules, collect_data_files, collect_dynamic_libs + +hiddenimports = collect_submodules('pyarrow', filter=lambda x: "tests" not in x) +datas = collect_data_files('pyarrow') +binaries = collect_dynamic_libs('pyarrow') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycountry.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycountry.py new file mode 100644 index 0000000..19be452 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycountry.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, copy_metadata + +# pycountry requires the ISO databases for country data. +# Tested v1.15 on Linux/Ubuntu. +# https://pypi.python.org/pypi/pycountry +datas = copy_metadata('pycountry') + collect_data_files('pycountry') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycparser.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycparser.py new file mode 100644 index 0000000..e315ac2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycparser.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# pycparser needs two modules -- lextab.py and yacctab.py -- which it +# generates at runtime if they cannot be imported. +# +# Those modules are written to the current working directory for which +# the running process may not have write permissions, leading to a runtime +# exception. +# +# This hook tells pyinstaller about those hidden imports, avoiding the +# possibility of such runtime failures. + +hiddenimports = ['pycparser.lextab', 'pycparser.yacctab'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycrfsuite.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycrfsuite.py new file mode 100644 index 0000000..40baa08 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pycrfsuite.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['pycrfsuite._dumpparser', 'pycrfsuite._logparser', 'tempfile'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydantic.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydantic.py new file mode 100644 index 0000000..b3c148b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydantic.py @@ -0,0 +1,48 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import get_module_attribute, collect_submodules +from PyInstaller.utils.hooks import is_module_satisfies + +# By default, PyPi wheels for pydantic < 2.0.0 come with all modules compiled as cython extensions, which prevents +# PyInstaller from automatically picking up the submodules. +if is_module_satisfies('pydantic >= 2.0.0'): + # The `pydantic.compiled` attribute was removed in v2. + is_compiled = False +else: + # NOTE: in PyInstaller 4.x and earlier, get_module_attribute() returns the string representation of the value + # ('True'), while in PyInstaller 5.x and later, the actual value is returned (True). + is_compiled = get_module_attribute('pydantic', 'compiled') in {'True', True} + +if is_compiled: + # Compiled version; we need to manually collect the submodules from + # pydantic... + hiddenimports = collect_submodules('pydantic') + # ... as well as the following modules from the standard library + hiddenimports += [ + 'colorsys', + 'dataclasses', + 'decimal', + 'json', + 'ipaddress', + 'pathlib', + 'uuid', + # Optional dependencies. + 'dotenv', + 'email_validator' + ] + # Older releases (prior 1.4) also import distutils.version + if not is_module_satisfies('pydantic >= 1.4'): + hiddenimports += ['distutils.version'] + # Version 1.8.0 introduced additional dependency on typing_extensions + if is_module_satisfies('pydantic >= 1.8'): + hiddenimports += ['typing_extensions'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydivert.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydivert.py new file mode 100644 index 0000000..39e261a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pydivert.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pydivert.windivert_dll') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-io.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-io.py new file mode 100644 index 0000000..d862413 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-io.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-io 0.5.18: +# https://github.com/pyexcel/pyexcel-io + +hiddenimports = ['pyexcel_io'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods.py new file mode 100644 index 0000000..d2a78a0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-ods 0.5.6: +# https://github.com/pyexcel/pyexcel-ods + +hiddenimports = ['pyexcel_ods'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods3.py new file mode 100644 index 0000000..36fe552 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-ods3.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-ods3 0.5.3: +# https://github.com/pyexcel/pyexcel-ods3 + +hiddenimports = ['pyexcel_ods3'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-odsr.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-odsr.py new file mode 100644 index 0000000..c8479db --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-odsr.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-io 0.5.2: +# https://github.com/pyexcel/pyexcel-io + +hiddenimports = ['pyexcel_odsr'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xls.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xls.py new file mode 100644 index 0000000..3cf02d9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xls.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xls 0.5.8: +# https://github.com/pyexcel/pyexcel-xls + +hiddenimports = ['pyexcel_xls'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsx.py new file mode 100644 index 0000000..1432e9c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsx.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xlsx 0.4.2: +# https://github.com/pyexcel/pyexcel-xlsx + +hiddenimports = ['pyexcel_xlsx'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsxw.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsxw.py new file mode 100644 index 0000000..23a7af0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel-xlsxw.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xlsxw 0.4.2: +# https://github.com/pyexcel/pyexcel-xlsxw + +hiddenimports = ['pyexcel_xlsxw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel.py new file mode 100644 index 0000000..45fbda3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel.py @@ -0,0 +1,29 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel 0.5.13: +# https://github.com/pyexcel/pyexcel + +hiddenimports = [ + 'pyexcel.plugins.renderers.sqlalchemy', 'pyexcel.plugins.renderers.django', + 'pyexcel.plugins.renderers.excel', 'pyexcel.plugins.renderers._texttable', + 'pyexcel.plugins.parsers.excel', 'pyexcel.plugins.parsers.sqlalchemy', + 'pyexcel.plugins.sources.http', 'pyexcel.plugins.sources.file_input', + 'pyexcel.plugins.sources.memory_input', + 'pyexcel.plugins.sources.file_output', + 'pyexcel.plugins.sources.output_to_memory', + 'pyexcel.plugins.sources.pydata.bookdict', + 'pyexcel.plugins.sources.pydata.dictsource', + 'pyexcel.plugins.sources.pydata.arraysource', + 'pyexcel.plugins.sources.pydata.records', 'pyexcel.plugins.sources.django', + 'pyexcel.plugins.sources.sqlalchemy', 'pyexcel.plugins.sources.querysets' +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_io.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_io.py new file mode 100644 index 0000000..c319f99 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_io.py @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-io 0.5.18: +# https://github.com/pyexcel/pyexcel-io + +hiddenimports = [ + 'pyexcel_io.readers.csvr', 'pyexcel_io.readers.csvz', + 'pyexcel_io.readers.tsv', 'pyexcel_io.readers.tsvz', + 'pyexcel_io.writers.csvw', 'pyexcel_io.writers.csvz', + 'pyexcel_io.writers.tsv', 'pyexcel_io.writers.tsvz', + 'pyexcel_io.readers.csvz', 'pyexcel_io.readers.tsv', + 'pyexcel_io.readers.tsvz', 'pyexcel_io.database.importers.django', + 'pyexcel_io.database.importers.sqlalchemy', + 'pyexcel_io.database.exporters.django', + 'pyexcel_io.database.exporters.sqlalchemy' +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods.py new file mode 100644 index 0000000..649f80e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-ods 0.5.6: +# https://github.com/pyexcel/pyexcel-ods + +hiddenimports = ['pyexcel_ods', 'pyexcel_ods.odsr', 'pyexcel_ods.odsw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods3.py new file mode 100644 index 0000000..c2faaea --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_ods3.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-ods3 0.5.3: +# https://github.com/pyexcel/pyexcel-ods3 + +hiddenimports = ['pyexcel_ods3', 'pyexcel_ods3.odsr', 'pyexcel_ods3.odsw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_odsr.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_odsr.py new file mode 100644 index 0000000..3fe96ce --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_odsr.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-io 0.5.2: +# https://github.com/pyexcel/pyexcel-io + +hiddenimports = ['pyexcel_odsr', 'pyexcel_odsr.odsr'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xls.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xls.py new file mode 100644 index 0000000..70d7b4a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xls.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xls 0.5.8: +# https://github.com/pyexcel/pyexcel-xls + +hiddenimports = ['pyexcel_xls', 'pyexcel_xls.xlsr', 'pyexcel_xls.xlsw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsx.py new file mode 100644 index 0000000..fd04429 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsx.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xlsx 0.4.2: +# https://github.com/pyexcel/pyexcel-xlsx + +hiddenimports = ['pyexcel_xlsx', 'pyexcel_xlsx.xlsxr', 'pyexcel_xlsx.xlsxw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsxw.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsxw.py new file mode 100644 index 0000000..7802e6b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcel_xlsxw.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with pyexcel-xlsxw 0.4.2: +# https://github.com/pyexcel/pyexcel-xlsxw + +hiddenimports = ['pyexcel_xlsxw', 'pyexcel_xlsxw.xlsxw'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcelerate.Writer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcelerate.Writer.py new file mode 100644 index 0000000..c565492 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyexcelerate.Writer.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pyexcelerate') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygraphviz.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygraphviz.py new file mode 100644 index 0000000..92e14eb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygraphviz.py @@ -0,0 +1,66 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import glob +import os +import shutil + +from PyInstaller.compat import is_win, is_darwin +from PyInstaller.depend.bindepend import findLibrary + +binaries = [] +datas = [] + +# List of binaries agraph.py may invoke. +progs = [ + "neato", + "dot", + "twopi", + "circo", + "fdp", + "nop", + "acyclic", + "gvpr", + "gvcolor", + "ccomps", + "sccmap", + "tred", + "sfdp", + "unflatten", +] + +if is_win: + for prog in progs: + for binary in glob.glob("c:/Program Files/Graphviz*/bin/" + prog + ".exe"): + binaries.append((binary, ".")) + for binary in glob.glob("c:/Program Files/Graphviz*/bin/*.dll"): + binaries.append((binary, ".")) + for data in glob.glob("c:/Program Files/Graphviz*/bin/config*"): + datas.append((data, ".")) +else: + # The dot binary in PATH is typically a symlink, handle that. + # graphviz_bindir is e.g. /usr/local/Cellar/graphviz/2.46.0/bin + graphviz_bindir = os.path.dirname(os.path.realpath(shutil.which("dot"))) + for binary in progs: + binaries.append((graphviz_bindir + "/" + binary, ".")) + if is_darwin: + suffix = "dylib" + # graphviz_libdir is e.g. /usr/local/Cellar/graphviz/2.46.0/lib/graphviz + graphviz_libdir = os.path.realpath(graphviz_bindir + "/../lib/graphviz") + else: + suffix = "so" + # graphviz_libdir is e.g. /usr/lib64/graphviz + graphviz_libdir = os.path.join(os.path.dirname(findLibrary('libcdt')), 'graphviz') + for binary in glob.glob(graphviz_libdir + "/*." + suffix): + binaries.append((binary, "graphviz")) + for data in glob.glob(graphviz_libdir + "/config*"): + datas.append((data, "graphviz")) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygwalker.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygwalker.py new file mode 100644 index 0000000..7fc3513 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pygwalker.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pygwalker') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylibmagic.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylibmagic.py new file mode 100644 index 0000000..37aa1a8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylibmagic.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Pylibmagic contains data files (libmagic compiled and configurations) required to use the python-magic package. +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("pylibmagic") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylint.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylint.py new file mode 100644 index 0000000..49e3f21 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylint.py @@ -0,0 +1,75 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# ************************************************* +# hook-pylint.py - PyInstaller hook file for pylint +# ************************************************* +# The pylint package, in __pkginfo__.py, is version 1.4.3. Looking at its +# source: +# +# From checkers/__init__.py, starting at line 122:: +# +# def initialize(linter): +# """initialize linter with checkers in this package """ +# register_plugins(linter, __path__[0]) +# +# From reporters/__init__.py, starting at line 131:: +# +# def initialize(linter): +# """initialize linter with reporters in this package """ +# utils.register_plugins(linter, __path__[0]) +# +# From utils.py, starting at line 881:: +# +# def register_plugins(linter, directory): +# """load all module and package in the given directory, looking for a +# 'register' function in each one, used to register pylint checkers +# """ +# imported = {} +# for filename in os.listdir(directory): +# base, extension = splitext(filename) +# if base in imported or base == '__pycache__': +# continue +# if extension in PY_EXTS and base != '__init__' or ( +# not extension and isdir(join(directory, base))): +# try: +# module = load_module_from_file(join(directory, filename)) +# +# +# So, we need all the Python source in the ``checkers/`` and ``reporters/`` +# subdirectories, since these are run-time discovered and loaded. Therefore, +# these files are all data files. In addition, since this is a module, the +# pylint/__init__.py file must be included, since submodules must be children of +# a module. + +from PyInstaller.utils.hooks import ( + collect_data_files, collect_submodules, is_module_or_submodule, get_module_file_attribute +) + +datas = ( + [(get_module_file_attribute('pylint.__init__'), 'pylint')] + + collect_data_files('pylint.checkers', True) + + collect_data_files('pylint.reporters', True) +) + + +# Add imports from dynamically loaded modules, excluding pylint.test +# subpackage (pylint <= 2.3) and pylint.testutils submodule (pylint < 2.7) +# or subpackage (pylint >= 2.7) +def _filter_func(name): + return ( + not is_module_or_submodule(name, 'pylint.test') and + not is_module_or_submodule(name, 'pylint.testutils') + ) + + +hiddenimports = collect_submodules('pylint', _filter_func) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylsl.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylsl.py new file mode 100644 index 0000000..b235aa5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pylsl.py @@ -0,0 +1,41 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +from PyInstaller.utils.hooks import logger, isolated + + +def find_library(): + try: + # the import will fail it the library cannot be found + from pylsl import pylsl + + # the find_liblsl_libraries() is a generator function that yields multiple possibilities + for libfile in pylsl.find_liblsl_libraries(): + if libfile: + break + except (ImportError, ModuleNotFoundError, RuntimeError) as error: + print(error) + libfile = None + return libfile + + +# whenever a hook needs to load a 3rd party library, it needs to be done in an isolated subprocess +libfile = isolated.call(find_library) + +if libfile: + # add the liblsl library to the binaries + # it gets packaged in pylsl/lib, which is where pylsl will look first + binaries = [(libfile, os.path.join('pylsl', 'lib'))] +else: + logger.warning("liblsl shared library not found - pylsl will likely fail to work!") + binaries = [] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymediainfo.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymediainfo.py new file mode 100644 index 0000000..62d0354 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymediainfo.py @@ -0,0 +1,44 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.compat import is_win, is_darwin +from PyInstaller.utils.hooks import collect_dynamic_libs, logger + +# Collect bundled mediainfo shared library (available in Windows and macOS wheels on PyPI). +binaries = collect_dynamic_libs("pymediainfo") + +# On linux, no wheels are available, and pymediainfo uses system shared library. +if not binaries and not (is_win or is_darwin): + + def _find_system_mediainfo_library(): + import os + import ctypes.util + from PyInstaller.depend.utils import _resolveCtypesImports + + libname = ctypes.util.find_library("mediainfo") + if libname is not None: + resolved_binary = _resolveCtypesImports([os.path.basename(libname)]) + if resolved_binary: + return resolved_binary[0][1] + + try: + mediainfo_lib = _find_system_mediainfo_library() + except Exception as e: + logger.warning("Error while trying to find system-installed MediaInfo library: %s", e) + mediainfo_lib = None + + if mediainfo_lib: + # Put the library into pymediainfo sub-directory, to keep layout consistent with that of wheels. + binaries += [(mediainfo_lib, 'pymediainfo')] + +if not binaries: + logger.warning("MediaInfo shared library not found - pymediainfo will likely fail to work!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymorphy3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymorphy3.py new file mode 100644 index 0000000..c0a2854 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymorphy3.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import can_import_module, copy_metadata, collect_data_files + +datas = copy_metadata('pymorphy3_dicts_ru') +datas += collect_data_files('pymorphy3_dicts_ru') + +hiddenimports = ['pymorphy3_dicts_ru'] + +# Check if the Ukrainian model is installed +if can_import_module('pymorphy3_dicts_uk'): + datas += copy_metadata('pymorphy3_dicts_uk') + datas += collect_data_files('pymorphy3_dicts_uk') + + hiddenimports += ['pymorphy3_dicts_uk'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymssql.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymssql.py new file mode 100644 index 0000000..d9c4edb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pymssql.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020-2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +hiddenimports = ["decimal"] +# In newer versions of pymssql, the _mssql was under pymssql +if is_module_satisfies("pymssql > 2.1.5"): + hiddenimports += ["pymssql._mssql", "uuid"] +else: + hiddenimports += ["_mssql"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pynput.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pynput.py new file mode 100644 index 0000000..b83ad50 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pynput.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules("pynput") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyodbc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyodbc.py new file mode 100644 index 0000000..d4cf71b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyodbc.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import get_pyextension_imports + +# It's hard to detect imports of binary Python module without importing it. +# Let's try importing that module in a subprocess. +# TODO function get_pyextension_imports() is experimental and we need +# to evaluate its usage here and its suitability for other hooks. +hiddenimports = get_pyextension_imports('pyodbc') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyopencl.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyopencl.py new file mode 100644 index 0000000..c0df314 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyopencl.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the pyopencl module: https://github.com/pyopencl/pyopencl + +from PyInstaller.utils.hooks import copy_metadata, collect_data_files + +datas = copy_metadata('pyopencl') +datas += collect_data_files('pyopencl') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypemicro.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypemicro.py new file mode 100755 index 0000000..a2b6e69 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypemicro.py @@ -0,0 +1,43 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the pypemicro module: https://github.com/nxpmicro/pypemicro + +import os +from PyInstaller.utils.hooks import get_package_paths, is_module_satisfies +from PyInstaller.log import logger +from PyInstaller.compat import is_darwin + +binaries = list() +if is_module_satisfies('pyinstaller >= 5.0'): + from PyInstaller import isolated + + @isolated.decorate + def get_safe_libs(): + from pypemicro import PyPemicro + libs = PyPemicro.get_pemicro_lib_list() + return libs + + pkg_base, pkg_dir = get_package_paths("pypemicro") + for lib in get_safe_libs(): + source_path = lib['path'] + source_name = lib['name'] + dest = os.path.relpath(source_path, pkg_base) + binaries.append((os.path.join(source_path, source_name), dest)) + if is_darwin: + libusb = os.path.join(source_path, 'libusb.dylib') + if os.path.exists(libusb): + binaries.append((libusb, dest)) + else: + logger.warning("libusb.dylib was not found for Mac OS, ignored") +else: + logger.warning("hook-pypemicro requires pyinstaller >= 5.0") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyphen.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyphen.py new file mode 100644 index 0000000..07c9668 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyphen.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pyphen') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyppeteer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyppeteer.py new file mode 100644 index 0000000..18f38e6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyppeteer.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +# pyppeteer uses importlib.metadata to query its own version. +datas = copy_metadata("pyppeteer") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyproj.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyproj.py new file mode 100644 index 0000000..6f18b29 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyproj.py @@ -0,0 +1,61 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +import sys +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies, copy_metadata +from PyInstaller.compat import is_win, is_conda + +hiddenimports = [ + "pyproj.datadir" +] + +# Versions prior to 2.3.0 also require pyproj._datadir +if not is_module_satisfies("pyproj >= 2.3.0"): + hiddenimports += ["pyproj._datadir"] + +# Starting with version 3.0.0, pyproj._compat is needed +if is_module_satisfies("pyproj >= 3.0.0"): + hiddenimports += ["pyproj._compat"] + # Linux and macOS also require distutils. + if not is_win: + hiddenimports += ["distutils.util"] + +# Data collection +datas = collect_data_files('pyproj') + +if hasattr(sys, 'real_prefix'): # check if in a virtual environment + root_path = sys.real_prefix +else: + root_path = sys.prefix + +# - conda-specific +if is_win: + tgt_proj_data = os.path.join('Library', 'share', 'proj') + src_proj_data = os.path.join(root_path, 'Library', 'share', 'proj') + +else: # both linux and darwin + tgt_proj_data = os.path.join('share', 'proj') + src_proj_data = os.path.join(root_path, 'share', 'proj') + +if is_conda: + if os.path.exists(src_proj_data): + datas.append((src_proj_data, tgt_proj_data)) + else: + from PyInstaller.utils.hooks import logger + logger.warning("Datas for pyproj not found at:\n{}".format(src_proj_data)) + # A runtime hook defines the path for `PROJ_LIB` + +# With pyproj 3.4.0, we need to collect package's metadata due to `importlib.metadata.version(__package__)` call in +# `__init__.py`. This change was reverted in subsequent releases of pyproj, so we collect metadata only for 3.4.0. +if is_module_satisfies("pyproj == 3.4.0"): + datas += copy_metadata("pyproj") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypsexec.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypsexec.py new file mode 100644 index 0000000..0680489 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypsexec.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# The bundled paexec.exe file needs to be collected (as data file; on any platform) +# because it is deployed to the remote side during execution. + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pypsexec') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypylon.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypylon.py new file mode 100644 index 0000000..d9cb447 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pypylon.py @@ -0,0 +1,48 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# PyPylon is a tricky library to bundle. It encapsulates the pylon C++ SDK inside +# it with modified library references to make the module relocatable. +# PyInstaller is able to find those libraries and preserve the linkage for almost +# all of them. However - there is an additional linking step happening at runtime, +# when the library is creating the transport layer for the camera. This linking +# will fail with the library files modified by pyinstaller. +# As the module is already relocatable, we circumvent this issue by bundling +# pypylon as-is - for pyinstaller we treat the shared library files as just data. + +import os + +from PyInstaller.utils.hooks import ( + collect_data_files, + collect_dynamic_libs, + is_module_satisfies +) + +# Collect dynamic libs as data (to prevent pyinstaller from modifying them). +# NOTE: under PyInstaller 6.x, these files end up re-classified as binaries anyway. +datas = collect_dynamic_libs('pypylon') + +# Collect data files, looking for pypylon/pylonCXP/bin/ProducerCXP.cti, but other files may also be needed +datas += collect_data_files('pypylon') + +# NOTE: the part below is incompatible with PyInstaller 6.x, because `collect_data_files(..., include_py_files=True)` +# does not include binary extensions anymore. In addition, `pyinstaller/pyinstaller@ecc218c` in PyInstaller 6.2 fixed +# the module exclusion for relative imports, so the modules listed below actually end up excluded. Presumably this +# part was necessary with older PyInstaller versions, so we keep it around, but disable it for PyInstaller >= 6.0. +if is_module_satisfies('PyInstaller < 6.0'): + # Exclude the C++-extensions from automatic search, add them manually as data files + # their dependencies were already handled with collect_dynamic_libs + excludedimports = ['pypylon._pylon', 'pypylon._genicam'] + for filename, module in collect_data_files('pypylon', include_py_files=True): + if (os.path.basename(filename).startswith('_pylon.') + or os.path.basename(filename).startswith('_genicam.')): + datas += [(filename, module)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyqtgraph.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyqtgraph.py new file mode 100644 index 0000000..46a3c6e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyqtgraph.py @@ -0,0 +1,43 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +# Collect all data files, excluding the examples' data +datas = collect_data_files('pyqtgraph', excludes=['**/examples/*']) + +# pyqtgraph uses Qt-version-specific templates for the UI elements. +# There are templates for different versions of PySide and PyQt, e.g. +# +# - pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5 +# - pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt6 +# - pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyside2 +# - pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyside6 +# - pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyqt5 +# - pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyqt6 +# - pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyside2 +# - pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyside6 +# +# To be future-proof, we collect all modules by +# using collect-submodules, and filtering the modules +# which appear to be templates. +# We need to avoid recursing into `pyqtgraph.examples`, because that +# triggers instantiation of `QApplication` (which requires X/Wayland +# session on linux). +# Tested with pyqtgraph master branch (commit c1900aa). +all_imports = collect_submodules("pyqtgraph", filter=lambda name: name != "pyqtgraph.examples") +hiddenimports = [name for name in all_imports if "Template" in name] + +# Collect the pyqtgraph/multiprocess/bootstrap.py as a module; this is required by our pyqtgraph.multiprocess runtime +# hook to handle the pyqtgraph's multiprocessing implementation. The pyqtgraph.multiprocess seems to be imported +# automatically on the import of pyqtgraph itself, so there is no point in creating a separate hook for this. +hiddenimports += ['pyqtgraph.multiprocess.bootstrap'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyshark.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyshark.py new file mode 100644 index 0000000..0c052e2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyshark.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Python wrapper for pyshark(https://pypi.org/project/pyshark/) +# Tested with version 0.4.5 + +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies + +hiddenimports = ['pyshark.config'] + +if is_module_satisfies("pyshark < 0.6"): + hiddenimports += ['py._path.local', 'py._vendored_packages.iniconfig'] + if is_module_satisfies("pyshark >= 0.5"): + hiddenimports += ["py._io.terminalwriter", "py._builtin"] + +datas = collect_data_files('pyshark') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pysnmp.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pysnmp.py new file mode 100644 index 0000000..bb09361 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pysnmp.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules, collect_data_files + +hiddenimports = collect_submodules('pysnmp.smi.mibs') +datas = collect_data_files('pysnmp.smi.mibs', include_py_files=True) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pystray.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pystray.py new file mode 100644 index 0000000..d7e20e6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pystray.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules +# https://github.com/moses-palmer/pystray/tree/feature-explicit-backends +# if this get merged then we don't need this hook +hiddenimports = collect_submodules("pystray") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pytest.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pytest.py new file mode 100644 index 0000000..dcb56bf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pytest.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for http://pypi.python.org/pypi/pytest/ +""" + +import pytest + +hiddenimports = pytest.freeze_includes() diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythainlp.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythainlp.py new file mode 100644 index 0000000..dc6ba15 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythainlp.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('pythainlp') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythoncom.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythoncom.py new file mode 100644 index 0000000..1e4febf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pythoncom.py @@ -0,0 +1,31 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# pywin32 supports frozen mode; in that mode, it is looking at sys.path for pythoncomXY.dll. However, as of +# PyInstaller 5.4, we may collect that DLL into its original pywin32_system32 sub-directory as part of the +# binary dependency analysis (and add it to sys.path by means of a runtime hook). + +import pathlib + +from PyInstaller.utils.hooks import is_module_satisfies, get_pywin32_module_file_attribute + +dll_filename = get_pywin32_module_file_attribute('pythoncom') +dst_dir = '.' # Top-level application directory + +if is_module_satisfies('PyInstaller >= 5.4'): + # Try preserving the original pywin32_system directory, if applicable (it is not applicable in Anaconda, + # where the DLL is located in Library/bin). + dll_path = pathlib.Path(dll_filename) + if dll_path.parent.name == 'pywin32_system32': + dst_dir = 'pywin32_system32' + +binaries = [(dll_filename, dst_dir)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx.py new file mode 100644 index 0000000..4aadafa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +pyttsx imports drivers module based on specific platform. +Found at http://mrmekon.tumblr.com/post/5272210442/pyinstaller-and-pyttsx +""" + +hiddenimports = [ + 'drivers', + 'drivers.dummy', + 'drivers.espeak', + 'drivers.nsss', + 'drivers.sapi5', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx3.py new file mode 100644 index 0000000..992b51b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyttsx3.py @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# pyttsx3 conditionally imports drivers module based on specific platform. +# https://github.com/nateshmbhat/pyttsx3/blob/5a19376a94fdef6bfaef8795539e755b1f363fbf/pyttsx3/driver.py#L40-L50 + +import sys + +hiddenimports = ["pyttsx3.drivers", "pyttsx3.drivers.dummy"] + +# Take directly from the link above. +if sys.platform == 'darwin': + driverName = 'nsss' +elif sys.platform == 'win32': + driverName = 'sapi5' +else: + driverName = 'espeak' +# import driver module +name = 'pyttsx3.drivers.%s' % driverName + +hiddenimports.append(name) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyviz_comms.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyviz_comms.py new file mode 100644 index 0000000..3d5ed47 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyviz_comms.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("pyviz_comms") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyvjoy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyvjoy.py new file mode 100644 index 0000000..6afc373 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pyvjoy.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs("pyvjoy") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywintypes.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywintypes.py new file mode 100644 index 0000000..707f550 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywintypes.py @@ -0,0 +1,31 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# pywin32 supports frozen mode; in that mode, it is looking at sys.path for pywintypesXY.dll. However, as of +# PyInstaller 5.4, we may collect that DLL into its original pywin32_system32 sub-directory as part of the +# binary dependency analysis (and add it to sys.path by means of a runtime hook). + +import pathlib + +from PyInstaller.utils.hooks import is_module_satisfies, get_pywin32_module_file_attribute + +dll_filename = get_pywin32_module_file_attribute('pywintypes') +dst_dir = '.' # Top-level application directory + +if is_module_satisfies('PyInstaller >= 5.4'): + # Try preserving the original pywin32_system directory, if applicable (it is not applicable in Anaconda, + # where the DLL is located in Library/bin). + dll_path = pathlib.Path(dll_filename) + if dll_path.parent.name == 'pywin32_system32': + dst_dir = 'pywin32_system32' + +binaries = [(dll_filename, dst_dir)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywt.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywt.py new file mode 100644 index 0000000..7f61c58 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pywt.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for https://github.com/PyWavelets/pywt + +hiddenimports = ['pywt._extensions._cwt'] + +# NOTE: There is another project `https://github.com/Knapstad/pywt installing +# a packagre `pywt`, too. This name clash is not much of a problem, even if +# this hook is picked up for the other package, since PyInstaller will simply +# skip any module added by this hook but acutally missing. If the other project +# requires a hook, too, simply add it to this file. diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-qtmodern.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-qtmodern.py new file mode 100644 index 0000000..316b16d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-qtmodern.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("qtmodern", includes=["**/*.qss"]) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-radicale.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-radicale.py new file mode 100644 index 0000000..f526ea2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-radicale.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata, collect_data_files + +datas = copy_metadata('radicale') +datas += collect_data_files('radicale') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-raven.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-raven.py new file mode 100644 index 0000000..084be66 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-raven.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['raven.events', 'raven.processors'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rawpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rawpy.py new file mode 100644 index 0000000..a4baf1b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rawpy.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Python wrapper for LibRaw (https://pypi.python.org/pypi/rawpy) +# Tested with version 0.3.5 + +hiddenimports = ['numpy', 'enum'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rdflib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rdflib.py new file mode 100644 index 0000000..cde99f6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rdflib.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('rdflib.plugins') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-redmine.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-redmine.py new file mode 100644 index 0000000..8a393fe --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-redmine.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['redmine.resources'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-regex.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-regex.py new file mode 100644 index 0000000..f0d8f20 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-regex.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['warnings'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.lib.utils.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.lib.utils.py new file mode 100644 index 0000000..facf4a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.lib.utils.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Needed for ReportLab 3 +hiddenimports = [ + 'reportlab.rl_settings', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.pdfbase._fontdata.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.pdfbase._fontdata.py new file mode 100644 index 0000000..9ea4bbf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-reportlab.pdfbase._fontdata.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +# Tested on Windows 7 x64 with Python 2.7.6 x32 using ReportLab 3.0 +# This has been observed to *not* work on ReportLab 2.7 +hiddenimports = collect_submodules('reportlab.pdfbase', + lambda name: name.startswith('reportlab.pdfbase._fontdata_')) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-resampy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-resampy.py new file mode 100644 index 0000000..67ebfd4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-resampy.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for resampy +from PyInstaller.utils.hooks import collect_data_files + +# resampy has two data files that need to be included. +datas = collect_data_files('resampy', False) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rlp.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rlp.py new file mode 100644 index 0000000..e5ce31d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rlp.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, copy_metadata + +# Starting with v4.0.0, `rlp` queries its version from metadata. +if is_module_satisfies("rlp >= 4.0.0"): + datas = copy_metadata('rlp') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rpy2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rpy2.py new file mode 100644 index 0000000..1de574b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rpy2.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = [ + "rpy2", + "rpy2.robjects", + "rpy2.robjects.packages", + "rpy2.situation", +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rtree.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rtree.py new file mode 100644 index 0000000..6a04505 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-rtree.py @@ -0,0 +1,40 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pathlib + +from PyInstaller import compat +from PyInstaller.utils.hooks import collect_dynamic_libs, get_installer, get_package_paths + + +# Query the installer of the `rtree` package; in PyInstaller prior to 6.0, this might raise an exception, whereas in +# later versions, None is returned. +try: + package_installer = get_installer('rtree') +except Exception: + package_installer = None + +if package_installer == 'conda': + from PyInstaller.utils.hooks import conda + + # In Anaconda-packaged `rtree`, `libspatialindex` and `libspatialindex_c` shared libs are packaged in a separate + # `libspatialindex` package. Collect the libraries into `rtree/lib` sub-directory to simulate PyPI wheel layout. + binaries = conda.collect_dynamic_libs('libspatialindex', dest='rtree/lib', dependencies=False) +else: + # pip-installed package. The shared libs are usually placed in `rtree/lib` directory. + binaries = collect_dynamic_libs('rtree') + + # With rtree >= 1.1.0, Linux PyPI wheels place the shared library in a `Rtree.libs` top-level directory. + if compat.is_linux: + _, rtree_dir = get_package_paths('rtree') + rtree_libs_dir = pathlib.Path(rtree_dir).parent / 'Rtree.libs' + binaries += [(str(lib_file), 'Rtree.libs') for lib_file in rtree_libs_dir.glob("libspatialindex*.so*")] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sacremoses.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sacremoses.py new file mode 100644 index 0000000..ba9c49b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sacremoses.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('sacremoses') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-seedir.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-seedir.py new file mode 100644 index 0000000..be9f1ee --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-seedir.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2024 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('seedir') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-selenium.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-selenium.py new file mode 100644 index 0000000..714eb93 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-selenium.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('selenium') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sentry_sdk.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sentry_sdk.py new file mode 100644 index 0000000..d906f5f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sentry_sdk.py @@ -0,0 +1,40 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import json +from PyInstaller.utils.hooks import exec_statement + +hiddenimports = ["sentry_sdk.integrations.stdlib", + "sentry_sdk.integrations.excepthook", + "sentry_sdk.integrations.dedupe", + "sentry_sdk.integrations.atexit", + "sentry_sdk.integrations.modules", + "sentry_sdk.integrations.argv", + "sentry_sdk.integrations.logging", + "sentry_sdk.integrations.threading"] + +statement = """ +import json +import sentry_sdk.integrations as si + +integrations = [] +if hasattr(si, '_AUTO_ENABLING_INTEGRATIONS'): + # _AUTO_ENABLING_INTEGRATIONS is a list of strings with default enabled integrations + # https://github.com/getsentry/sentry-python/blob/c6b6f2086b58ffc674df5c25a600b8a615079fb5/sentry_sdk/integrations/__init__.py#L54-L66 + + def make_integration_name(integration_name: str): + return integration_name.rsplit(".", maxsplit=1)[0] + + integrations.extend(map(make_integration_name, si._AUTO_ENABLING_INTEGRATIONS)) +print(json.dumps(integrations)) +""" + +hiddenimports.extend(json.loads(exec_statement(statement))) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shapely.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shapely.py new file mode 100644 index 0000000..4b39d05 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shapely.py @@ -0,0 +1,105 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +from ctypes.util import find_library + +from PyInstaller.utils.hooks import get_package_paths +from PyInstaller.utils.hooks import is_module_satisfies +from PyInstaller import compat + +# Necessary when using the vectorized subpackage +hiddenimports = ['shapely.prepared'] + +if is_module_satisfies('shapely >= 2.0.0'): + # An import made in the `shapely.geometry_helpers` extension; both `shapely.geometry_helpers` and `shapely._geos` + # extensions were introduced in v2.0.0. + hiddenimports += ['shapely._geos'] + +pkg_base, pkg_dir = get_package_paths('shapely') + +binaries = [] +datas = [] +if compat.is_win: + geos_c_dll_found = False + + # Search conda directory if conda is active, then search standard + # directory. This is the same order of precidence used in shapely. + standard_path = os.path.join(pkg_dir, 'DLLs') + lib_paths = [standard_path, os.environ['PATH']] + if compat.is_conda: + conda_path = os.path.join(compat.base_prefix, 'Library', 'bin') + lib_paths.insert(0, conda_path) + original_path = os.environ['PATH'] + try: + os.environ['PATH'] = os.pathsep.join(lib_paths) + dll_path = find_library('geos_c') + finally: + os.environ['PATH'] = original_path + if dll_path is not None: + binaries += [(dll_path, '.')] + geos_c_dll_found = True + + # Starting with shapely 1.8.1, the DLLs shipped with PyPI wheels are stored in + # site-packages/Shapely.libs instead of sub-directory in site-packages/shapely. + if is_module_satisfies("shapely >= 1.8.1"): + lib_dir = os.path.join(pkg_base, "Shapely.libs") + if os.path.isdir(lib_dir): + # We collect DLLs as data files instead of binaries to suppress binary + # analysis, which would result in duplicates (because it collects a copy + # into the top-level directory instead of preserving the original layout). + # In addition to DLls, this also collects .load-order* file (required on + # python < 3.8), and ensures that Shapely.libs directory exists (required + # on python >= 3.8 due to os.add_dll_directory call). + datas += [ + (os.path.join(lib_dir, lib_file), 'Shapely.libs') + for lib_file in os.listdir(lib_dir) + ] + + geos_c_dll_found |= any([ + os.path.basename(lib_file).startswith("geos_c") + for lib_file, _ in datas + ]) + + if not geos_c_dll_found: + raise SystemExit( + "Error: geos_c.dll not found, required by hook-shapely.py.\n" + "Please check your installation or provide a pull request to " + "PyInstaller to update hook-shapely.py.") +elif compat.is_linux and is_module_satisfies('shapely < 1.7'): + # This duplicates the libgeos*.so* files in the build. PyInstaller will + # copy them into the root of the build by default, but shapely cannot load + # them from there in linux IF shapely was installed via a whl file. The + # whl bundles its own libgeos with a different name, something like + # libgeos_c-*.so.* but shapely tries to load libgeos_c.so if there isn't a + # ./libs directory under its package. + # + # The fix for this (https://github.com/Toblerity/Shapely/pull/485) has + # been available in shapely since version 1.7. + lib_dir = os.path.join(pkg_dir, '.libs') + dest_dir = os.path.join('shapely', '.libs') + + binaries += [(os.path.join(lib_dir, f), dest_dir) for f in os.listdir(lib_dir)] +elif compat.is_darwin and is_module_satisfies('shapely >= 1.8.1'): + # In shapely 1.8.1, the libgeos_c library bundled in macOS PyPI wheels is not + # called libgeos.1.dylib anymore, but rather has a fullly-versioned name + # (e.g., libgeos_c.1.16.0.dylib). + # Shapely fails to find such a library unless it is located in the .dylibs + # directory. So we need to ensure that the libraries are collected into + # .dylibs directory; however, this will result in duplication due to binary + # analysis of the python extensions that are linked against these libraries + # as well (as that will copy the libraries to top-level directory). + lib_dir = os.path.join(pkg_dir, '.dylibs') + dest_dir = os.path.join('shapely', '.dylibs') + + if os.path.isdir(lib_dir): + binaries += [(os.path.join(lib_dir, f), dest_dir) for f in os.listdir(lib_dir)] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shotgun_api3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shotgun_api3.py new file mode 100644 index 0000000..c9540e5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-shotgun_api3.py @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# Shotgun is using "six" to import these and +# PyInstaller does not seem to catch them correctly. +hiddenimports = ["xmlrpc", "xmlrpc.client"] + +# Collect the following files: +# /shotgun_api3/lib/httplib2/python2/cacerts.txt +# /shotgun_api3/lib/httplib2/python3/cacerts.txt +# /shotgun_api3/lib/certifi/cacert.pem +datas = collect_data_files("shotgun_api3") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-simplemma.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-simplemma.py new file mode 100644 index 0000000..3e6543a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-simplemma.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('simplemma') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.color.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.color.py new file mode 100644 index 0000000..ccaa2ac --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.color.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.21.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.21.0"): + datas = collect_data_files("skimage.color", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.color', filter=lambda name: name != 'skimage.color.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.data.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.data.py new file mode 100644 index 0000000..7afee38 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.data.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.20.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies('scikit-image >= 0.20.0'): + datas = collect_data_files("skimage.data", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.data', filter=lambda name: name != 'skimage.data.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.draw.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.draw.py new file mode 100644 index 0000000..32486fb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.draw.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.21.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.21.0"): + datas = collect_data_files("skimage.draw", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.draw', filter=lambda name: name != 'skimage.draw.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.exposure.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.exposure.py new file mode 100644 index 0000000..f16f159 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.exposure.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.21.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.21.0"): + datas = collect_data_files("skimage.exposure", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.exposure', filter=lambda name: name != 'skimage.exposure.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.feature.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.feature.py new file mode 100644 index 0000000..538f055 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.feature.py @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# The following missing module prevents import of skimage.feature with skimage 0.17.x. +hiddenimports = ['skimage.feature._orb_descriptor_positions', ] + +# Collect the data file with ORB descriptor positions. In earlier versions of scikit-image, this file was in +# `skimage/data` directory, and it was moved to `skimage/feature` in v0.17.0. Collect if from wherever it is. +datas = collect_data_files('skimage', includes=['**/orb_descriptor_positions.txt']) + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas += collect_data_files("skimage.feature", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.feature', filter=lambda name: name != 'skimage.feature.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.filters.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.filters.py new file mode 100644 index 0000000..2e40133 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.filters.py @@ -0,0 +1,24 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +if is_module_satisfies("scikit-image >= 0.19.0"): + # In scikit-image 0.19.x, `skimage.filters` switched to lazy module loading, so we need to collect all submodules. + hiddenimports = collect_submodules('skimage.filters', filter=lambda name: name != 'skimage.filters.tests') + + # In scikit-image 0.20.0, `lazy_loader` is used, so we need to collect `__init__.pyi` file. + if is_module_satisfies("scikit-image >= 0.20.0"): + datas = collect_data_files("skimage.filters", includes=["*.pyi"]) +elif is_module_satisfies("scikit-image >= 0.18.0"): + # The following missing module prevents import of skimage.feature with skimage 0.18.x. + hiddenimports = ['skimage.filters.rank.core_cy_3d', ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.future.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.future.py new file mode 100644 index 0000000..67b9bd6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.future.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.21.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.21.0"): + datas = collect_data_files("skimage.future", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.future', filter=lambda name: name != 'skimage.future.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.graph.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.graph.py new file mode 100644 index 0000000..44ca09e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.graph.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# The following missing module prevents import of skimage.graph with skimage 0.17.x. +hiddenimports = ['skimage.graph.heap', ] + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas = collect_data_files("skimage.graph", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.graph', filter=lambda name: name != 'skimage.graph.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.io.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.io.py new file mode 100644 index 0000000..fade65c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.io.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# This hook was tested with scikit-image (skimage) 0.14.1: +# https://scikit-image.org + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +datas = collect_data_files("skimage.io._plugins") +hiddenimports = collect_submodules('skimage.io._plugins') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.measure.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.measure.py new file mode 100644 index 0000000..ff125a2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.measure.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas = collect_data_files("skimage.measure", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.measure', filter=lambda name: name != 'skimage.measure.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.morphology.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.morphology.py new file mode 100644 index 0000000..68b65fd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.morphology.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies + +# As of scikit-image 0.20.0, we need to collect .npy data files for `skimage.morphology` +if is_module_satisfies('scikit-image >= 0.20'): + datas = collect_data_files("skimage.morphology", includes=["*.npy"]) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.py new file mode 100644 index 0000000..e2567d0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, is_module_satisfies + +# As of scikit-image 0.20.0, we need to collect the __init__.pyi file for `lazy_loader`. +if is_module_satisfies('scikit-image >= 0.20.0'): + datas = collect_data_files("skimage", includes=["*.pyi"]) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.registration.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.registration.py new file mode 100644 index 0000000..cac50f5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.registration.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas = collect_data_files("skimage.registration", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.registration', filter=lambda name: name != 'skimage.registration.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.restoration.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.restoration.py new file mode 100644 index 0000000..ab5dba8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.restoration.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas = collect_data_files("skimage.restoration", includes=["*.pyi"]) + hiddenimports = collect_submodules('skimage.restoration', filter=lambda name: name != 'skimage.restoration.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.transform.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.transform.py new file mode 100644 index 0000000..20c3fd3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skimage.transform.py @@ -0,0 +1,24 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import is_module_satisfies, collect_data_files, collect_submodules + +# Hook tested with scikit-image (skimage) 0.9.3 on Mac OS 10.9 and Windows 7 64-bit +hiddenimports = ['skimage.draw.draw', + 'skimage._shared.geometry', + 'skimage._shared.transform', + 'skimage.filters.rank.core_cy'] + +# As of scikit-image 0.22.0, we need to collect the __init__.pyi file for `lazy_loader`, as well as collect submodules +# due to lazy loading. +if is_module_satisfies("scikit-image >= 0.22.0"): + datas = collect_data_files("skimage.transform", includes=["*.pyi"]) + hiddenimports += collect_submodules('skimage.transform', filter=lambda name: name != 'skimage.transform.tests') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.cluster.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.cluster.py new file mode 100644 index 0000000..f84b650 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.cluster.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +# sklearn.cluster in scikit-learn 0.23.x has a hidden import of +# threadpoolctl +if is_module_satisfies("scikit_learn >= 0.23"): + hiddenimports = ['threadpoolctl', ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.linear_model.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.linear_model.py new file mode 100644 index 0000000..c183a8b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.linear_model.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +# sklearn.linear_model in scikit-learn 0.24.x has a hidden import of +# sklearn.utils._weight_vector +if is_module_satisfies("scikit_learn >= 0.24"): + hiddenimports = ['sklearn.utils._weight_vector', ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.cluster.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.cluster.py new file mode 100644 index 0000000..812e00e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.cluster.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Required by scikit-learn 0.21 +from PyInstaller.utils.hooks import is_module_satisfies + +if is_module_satisfies("scikit-learn < 0.22"): + hiddenimports = [ + 'sklearn.utils.lgamma', + 'sklearn.utils.weight_vector' + ] +else: + # lgamma was removed and weight_vector privatised in 0.22. + # https://github.com/scikit-learn/scikit-learn/commit/58be9a671b0b8fcb4b75f4ae99f4469ca33a2158#diff-dbca16040fd2b85a499ba59833b37f1785c58e52d2e89ce5cdfc7fff164bd5f3 + # https://github.com/scikit-learn/scikit-learn/commit/150e82b52bf28c88c5a8b1a10f9777d0452b3ef2 + hiddenimports = [ + 'sklearn.utils._weight_vector' + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.pairwise.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.pairwise.py new file mode 100644 index 0000000..a76628d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.pairwise.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Required by scikit-learn 1.1.0 +from PyInstaller.utils.hooks import is_module_satisfies + +if is_module_satisfies("scikit-learn >= 1.1.0"): + hiddenimports = [ + 'sklearn.utils._heap', + 'sklearn.utils._sorting', + 'sklearn.utils._vector_sentinel', + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.py new file mode 100644 index 0000000..c15d6bc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.metrics.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies, collect_submodules + +hiddenimports = [] + +# Required by scikit-learn 1.0.0 +if is_module_satisfies("scikit-learn >= 1.0.0"): + hiddenimports += [ + 'sklearn.utils._typedefs', + ] + +# Required by scikit-learn 1.2.0 +if is_module_satisfies("scikit-learn >= 1.2.0"): + hiddenimports += collect_submodules("sklearn.metrics._pairwise_distances_reduction") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.neighbors.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.neighbors.py new file mode 100644 index 0000000..85af0e7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.neighbors.py @@ -0,0 +1,36 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import is_module_satisfies + +hiddenimports = [] + +if is_module_satisfies("scikit_learn >= 0.22"): + # 0.22 and later + hiddenimports += [ + 'sklearn.neighbors._typedefs', + 'sklearn.neighbors._quad_tree', + ] +else: + # 0.21 + hiddenimports += [ + 'sklearn.neighbors.typedefs', + 'sklearn.neighbors.quad_tree', + ] + +# The following hidden import must be added here +# (as opposed to sklearn.tree) +hiddenimports += ['sklearn.tree._criterion'] + +# Additional hidden imports introduced in v1.0.0 +if is_module_satisfies("scikit_learn >= 1.0.0"): + hiddenimports += ["sklearn.neighbors._partition_nodes"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.py new file mode 100644 index 0000000..b2bc4cb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Tested on Windows 10 64bit with python 3.7.1 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('sklearn') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.tree.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.tree.py new file mode 100644 index 0000000..f274035 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.tree.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['sklearn.tree._utils', ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.utils.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.utils.py new file mode 100644 index 0000000..d82e915 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sklearn.utils.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['sklearn.utils._cython_blas', ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skyfield.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skyfield.py new file mode 100644 index 0000000..baa4e09 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-skyfield.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files +datas = collect_data_files('skyfield') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sound_lib.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sound_lib.py new file mode 100644 index 0000000..b670826 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sound_lib.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +sound_lib: http://hg.q-continuum.net/sound_lib +""" + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs('sound_lib') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sounddevice.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sounddevice.py new file mode 100644 index 0000000..c639b19 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sounddevice.py @@ -0,0 +1,62 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +sounddevice: +https://github.com/spatialaudio/python-sounddevice/ +""" + +import pathlib + +from PyInstaller.utils.hooks import get_module_file_attribute, logger + +binaries = [] +datas = [] + +# PyPI wheels for Windows and macOS ship the sndfile shared library in _sounddevice_data directory, +# located next to the sounddevice.py module file (i.e., in the site-packages directory). +module_dir = pathlib.Path(get_module_file_attribute('sounddevice')).parent +data_dir = module_dir / '_sounddevice_data' / 'portaudio-binaries' +if data_dir.is_dir(): + destdir = str(data_dir.relative_to(module_dir)) + + # Collect the shared library (known variants: libportaudio64bit.dll, libportaudio32bit.dll, libportaudio.dylib) + for lib_file in data_dir.glob("libportaudio*.*"): + binaries += [(str(lib_file), destdir)] + + # Collect the README.md file + readme_file = data_dir / "README.md" + if readme_file.is_file(): + datas += [(str(readme_file), destdir)] +else: + # On linux and in Anaconda in all OSes, the system-installed portaudio library needs to be collected. + def _find_system_portaudio_library(): + import os + import ctypes.util + from PyInstaller.depend.utils import _resolveCtypesImports + + libname = ctypes.util.find_library("portaudio") + if libname is not None: + resolved_binary = _resolveCtypesImports([os.path.basename(libname)]) + if resolved_binary: + return resolved_binary[0][1] + + try: + lib_file = _find_system_portaudio_library() + except Exception as e: + logger.warning("Error while trying to find system-installed portaudio library: %s", e) + lib_file = None + + if lib_file: + binaries += [(lib_file, '.')] + +if not binaries: + logger.warning("portaudio shared library not found - sounddevice will likely fail to work!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-soundfile.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-soundfile.py new file mode 100644 index 0000000..c37fcd9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-soundfile.py @@ -0,0 +1,62 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +pysoundfile: +https://github.com/bastibe/SoundFile +""" + +import pathlib + +from PyInstaller.utils.hooks import get_module_file_attribute, logger + +binaries = [] +datas = [] + +# PyPI wheels for Windows and macOS ship the sndfile shared library in _soundfile_data directory, +# located next to the soundfile.py module file (i.e., in the site-packages directory). +module_dir = pathlib.Path(get_module_file_attribute('soundfile')).parent +data_dir = module_dir / '_soundfile_data' +if data_dir.is_dir(): + destdir = str(data_dir.relative_to(module_dir)) + + # Collect the shared library (known variants: libsndfile64bit.dll, libsndfile32bit.dll, libsndfile.dylib) + for lib_file in data_dir.glob("libsndfile*.*"): + binaries += [(str(lib_file), destdir)] + + # Collect the COPYING file + copying_file = data_dir / "COPYING" + if copying_file.is_file(): + datas += [(str(copying_file), destdir)] +else: + # On linux and in Anaconda in all OSes, the system-installed sndfile library needs to be collected. + def _find_system_sndfile_library(): + import os + import ctypes.util + from PyInstaller.depend.utils import _resolveCtypesImports + + libname = ctypes.util.find_library("sndfile") + if libname is not None: + resolved_binary = _resolveCtypesImports([os.path.basename(libname)]) + if resolved_binary: + return resolved_binary[0][1] + + try: + lib_file = _find_system_sndfile_library() + except Exception as e: + logger.warning("Error while trying to find system-installed sndfile library: %s", e) + lib_file = None + + if lib_file: + binaries += [(lib_file, '.')] + +if not binaries: + logger.warning("sndfile shared library not found - soundfile will likely fail to work!") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spacy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spacy.py new file mode 100644 index 0000000..891715b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spacy.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +Spacy contains hidden imports and data files which are needed to import it +""" + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +datas = collect_data_files("spacy") +hiddenimports = collect_submodules("spacy") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-speech_recognition.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-speech_recognition.py new file mode 100644 index 0000000..df022b3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-speech_recognition.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for speech_recognition: https://pypi.python.org/pypi/SpeechRecognition/ +# Tested on Windows 8.1 x64 with SpeechRecognition 1.5 + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("speech_recognition") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spiceypy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spiceypy.py new file mode 100644 index 0000000..9217081 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spiceypy.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for spiceypy: https://pypi.org/project/spiceypy/ +# Tested on Ubuntu 20.04 with spiceypy 5.1.1 + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs("spiceypy") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spnego.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spnego.py new file mode 100644 index 0000000..ffb56ce --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-spnego.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('spnego') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-srsly.msgpack._packer.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-srsly.msgpack._packer.py new file mode 100644 index 0000000..39c291a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-srsly.msgpack._packer.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +srsly.msgpack._packer contains hidden imports which are needed to import it +This hook was created to make spacy work correctly. +""" + +hiddenimports = ['srsly.msgpack.util'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sspilib.raw.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sspilib.raw.py new file mode 100644 index 0000000..01ef013 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sspilib.raw.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +# This seems to be required in python <= 3.9; in later versions, the `dataclasses` module ends up included via a +# different import chain. But for the sake of consistency, keep the hiddenimport for all python versions. +hiddenimports = ['dataclasses'] + +# Collect submodules of `sspilib.raw` - most of which are cythonized extensions. +hiddenimports += collect_submodules('sspilib.raw') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-statsmodels.tsa.statespace.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-statsmodels.tsa.statespace.py new file mode 100644 index 0000000..977d2e9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-statsmodels.tsa.statespace.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('statsmodels.tsa.statespace._filters') \ + + collect_submodules('statsmodels.tsa.statespace._smoothers') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-stdnum.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-stdnum.py new file mode 100644 index 0000000..e16f95a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-stdnum.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2022 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect data files that are required by some of the stdnum's sub-modules +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("stdnum") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-storm.database.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-storm.database.py new file mode 100644 index 0000000..c23bd8b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-storm.database.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for storm ORM. +""" + +hiddenimports = [ + 'storm.databases.sqlite', + 'storm.databases.postgres', + 'storm.databases.mysql' +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sudachipy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sudachipy.py new file mode 100644 index 0000000..4949bfe --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sudachipy.py @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import can_import_module, collect_data_files, is_module_satisfies + +datas = collect_data_files('sudachipy') +hiddenimports = [] + +# In v0.6.8, `sudachipy.config` and `sudachipy.errors` modules were added, and are referenced from binary extension. +if is_module_satisfies('sudachipy >= 0.6.8'): + hiddenimports += [ + 'sudachipy.config', + 'sudachipy.errors', + ] + +# Check which types of dictionary are installed +for sudachi_dict in ['sudachidict_small', 'sudachidict_core', 'sudachidict_full']: + if can_import_module(sudachi_dict): + datas += collect_data_files(sudachi_dict) + + hiddenimports += [sudachi_dict] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sunpy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sunpy.py new file mode 100644 index 0000000..bdf9e08 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sunpy.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules, copy_metadata + +hiddenimports = collect_submodules("sunpy", filter=lambda x: "tests" not in x.split(".")) +datas = collect_data_files("sunpy", excludes=['**/tests/', '**/test/']) +datas += collect_data_files("drms") +datas += copy_metadata("sunpy") + +# Note : sunpy > 3.1.0 comes with it's own hook for running tests. diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-swagger_spec_validator.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-swagger_spec_validator.py new file mode 100644 index 0000000..d59e8e9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-swagger_spec_validator.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("swagger_spec_validator") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sympy.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sympy.py new file mode 100644 index 0000000..f934fd7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sympy.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import logger, is_module_satisfies + +# With sympy 1.12, PyInstaller's modulegraph analysis hits the recursion limit. +# So, unless the user has already done so, increase it automatically. +if is_module_satisfies('sympy >= 1.12'): + import sys + new_limit = 5000 + if sys.getrecursionlimit() < new_limit: + logger.info("hook-sympy: raising recursion limit to %d", new_limit) + sys.setrecursionlimit(new_limit) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tableauhyperapi.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tableauhyperapi.py new file mode 100644 index 0000000..eef8dde --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tableauhyperapi.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs("tableauhyperapi") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tables.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tables.py new file mode 100644 index 0000000..6cb42d5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tables.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# PyTables is a package for managing hierarchical datasets +hiddenimports = ["tables._comp_lzo", "tables._comp_bzip2"] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tcod.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tcod.py new file mode 100644 index 0000000..fdee06b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tcod.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for https://github.com/libtcod/python-tcod +""" +from PyInstaller.utils.hooks import collect_dynamic_libs + +hiddenimports = ['_cffi_backend'] + +# Install shared libraries to the working directory. +binaries = collect_dynamic_libs('tcod', destdir='.') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tensorflow.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tensorflow.py new file mode 100644 index 0000000..64da3b9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tensorflow.py @@ -0,0 +1,174 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from _pyinstaller_hooks_contrib.compat import importlib_metadata +from packaging.version import Version + +from PyInstaller.compat import is_linux +from PyInstaller.utils.hooks import ( + collect_data_files, + collect_dynamic_libs, + collect_submodules, + get_module_attribute, + is_module_satisfies, + logger, +) + +# Determine the name of `tensorflow` dist; this is available under different names (releases vs. nightly, plus build +# variants). We need to determine the dist that we are dealing with, so we can query its version and metadata. +_CANDIDATE_DIST_NAMES = ( + "tensorflow", + "tensorflow-cpu", + "tensorflow-gpu", + "tensorflow-intel", + "tensorflow-rocm", + "tensorflow-macos", + "tensorflow-aarch64", + "tensorflow-cpu-aws", + "tf-nightly", + "tf-nightly-cpu", + "tf-nightly-gpu", + "tf-nightly-rocm", + "intel-tensorflow", + "intel-tensorflow-avx512", +) +dist = None +for candidate_dist_name in _CANDIDATE_DIST_NAMES: + try: + dist = importlib_metadata.distribution(candidate_dist_name) + break + except importlib_metadata.PackageNotFoundError: + continue + +version = None +if dist is None: + logger.warning( + "hook-tensorflow: failed to determine tensorflow dist name! Reading version from tensorflow.__version__!" + ) + try: + version = get_module_attribute("tensorflow", "__version__") + except Exception as e: + raise Exception("Failed to read tensorflow.__version__") from e +else: + logger.info("hook-tensorflow: tensorflow dist name: %s", dist.name) + version = dist.version + +# Parse version +logger.info("hook-tensorflow: tensorflow version: %s", version) +try: + version = Version(version) +except Exception as e: + raise Exception("Failed to parse tensorflow version!") from e + +# Exclude from data collection: +# - development headers in include subdirectory +# - XLA AOT runtime sources +# - libtensorflow_framework and libtensorflow_cc (since TF 2.12) shared libraries (to avoid duplication) +# - import library (.lib) files (Windows-only) +data_excludes = [ + "include", + "xla_aot_runtime_src", + "libtensorflow_framework.*", + "libtensorflow_cc.*", + "**/*.lib", +] + +# Under tensorflow 2.3.0 (the most recent version at the time of writing), _pywrap_tensorflow_internal extension module +# ends up duplicated; once as an extension, and once as a shared library. In addition to increasing program size, this +# also causes problems on macOS, so we try to prevent the extension module "variant" from being picked up. +# +# See pyinstaller/pyinstaller-hooks-contrib#49 for details. +# +# With PyInstaller >= 6.0, this issue is alleviated, because the binary dependency analysis (which picks up the +# extension in question as a shared library that other extensions are linked against) now preserves the parent directory +# layout, and creates a symbolic link to the top-level application directory. +if is_module_satisfies('PyInstaller >= 6.0'): + excluded_submodules = [] +else: + excluded_submodules = ['tensorflow.python._pywrap_tensorflow_internal'] + + +def _submodules_filter(x): + return x not in excluded_submodules + + +if version < Version("1.15.0a0"): + # 1.14.x and earlier: collect everything from tensorflow + hiddenimports = collect_submodules('tensorflow', filter=_submodules_filter) + datas = collect_data_files('tensorflow', excludes=data_excludes) +elif version >= Version("1.15.0a0") and version < Version("2.2.0a0"): + # 1.15.x - 2.1.x: collect everything from tensorflow_core + hiddenimports = collect_submodules('tensorflow_core', filter=_submodules_filter) + datas = collect_data_files('tensorflow_core', excludes=data_excludes) + + # Under 1.15.x, we seem to fail collecting a specific submodule, and need to add it manually... + if version < Version("2.0.0a0"): + hiddenimports += ['tensorflow_core._api.v1.compat.v2.summary.experimental'] +else: + # 2.2.0 and newer: collect everything from tensorflow again + hiddenimports = collect_submodules('tensorflow', filter=_submodules_filter) + datas = collect_data_files('tensorflow', excludes=data_excludes) + + # From 2.6.0 on, we also need to explicitly collect keras (due to lazy mapping of tensorflow.keras.xyz -> keras.xyz) + if version >= Version("2.6.0a0"): + hiddenimports += collect_submodules('keras') + + # Starting with 2.14.0, we need `ml_dtypes` among hidden imports. + if version >= Version("2.14.0"): + hiddenimports += ['ml_dtypes'] + +binaries = [] +excludedimports = excluded_submodules + +# Suppress warnings for missing hidden imports generated by this hook. +# Requires PyInstaller > 5.1 (with pyinstaller/pyinstaller#6914 merged); no-op otherwise. +warn_on_missing_hiddenimports = False + +# Collect the AutoGraph part of `tensorflow` code, to avoid a run-time warning about AutoGraph being unavailable: +# `WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. ...` +# The warning is emitted if source for `log` function from `tensorflow.python.autograph.utils.ag_logging` cannot be +# looked up. Not sure if we need sources for other parts of `tesnorflow`, though. +# Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = { + 'tensorflow.python.autograph': 'py+pyz', +} + +# Linux builds of tensorflow can optionally use CUDA from nvidia-* packages. If we managed to obtain dist, query the +# requirements from metadata (the `and-cuda` extra marker), and convert them to module names. +# +# NOTE: while the installation of nvidia-* packages via `and-cuda` extra marker is not gated by the OS version check, +# it is effectively available only on Linux (last Windows-native build that supported GPU is v2.10.0, and assumed that +# CUDA is externally available). +if is_linux and dist is not None: + def _infer_nvidia_hiddenimports(): + import packaging.requirements + from _pyinstaller_hooks_contrib.hooks.utils import nvidia_cuda as cudautils + + requirements = [packaging.requirements.Requirement(req) for req in dist.requires or []] + env = {'extra': 'and-cuda'} + requirements = [req.name for req in requirements if req.marker is None or req.marker.evaluate(env)] + + return cudautils.infer_hiddenimports_from_requirements(requirements) + + try: + nvidia_hiddenimports = _infer_nvidia_hiddenimports() + except Exception: + # Log the exception, but make it non-fatal + logger.warning("hook-tensorflow: failed to infer NVIDIA CUDA hidden imports!", exc_info=True) + nvidia_hiddenimports = [] + logger.info("hook-tensorflow: inferred hidden imports for CUDA libraries: %r", nvidia_hiddenimports) + hiddenimports += nvidia_hiddenimports + + +# Collect the tensorflow-plugins (pluggable device plugins) +hiddenimports += ['tensorflow-plugins'] +binaries += collect_dynamic_libs('tensorflow-plugins') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-text_unidecode.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-text_unidecode.py new file mode 100644 index 0000000..bea0edf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-text_unidecode.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# ----------------------------------------------------------------------------- +""" +text-unidecode: +https://github.com/kmike/text-unidecode/ +""" + +import os +from PyInstaller.utils.hooks import get_package_paths + +package_path = get_package_paths("text_unidecode") +data_bin_path = os.path.join(package_path[1], "data.bin") + +if os.path.exists(data_bin_path): + datas = [(data_bin_path, 'text_unidecode')] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-textdistance.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-textdistance.py new file mode 100644 index 0000000..7e97c9d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-textdistance.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for textdistance: https://pypi.org/project/textdistance/4.1.3/ + +from PyInstaller.utils.hooks import collect_all + +datas, binaries, hiddenimports = collect_all('textdistance') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.backends.numpy_ops.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.backends.numpy_ops.py new file mode 100644 index 0000000..f63bb6e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.backends.numpy_ops.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +thinc.banckends.numpy_ops contains hidden imports which are needed to import it +This hook was created to make spacy work correctly. +""" + +hiddenimports = ['cymem.cymem', 'preshed.maps', 'blis.py'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.py new file mode 100644 index 0000000..45bd8ed --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-thinc.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the Apache License 2.0 +# +# The full license is available in LICENSE.APL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: Apache-2.0 +# ------------------------------------------------------------------ +""" +Thinc contains data files and hidden imports. This hook was created to make spacy work correctly. +""" +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +datas = collect_data_files("thinc") +hiddenimports = collect_submodules("thinc") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timezonefinder.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timezonefinder.py new file mode 100644 index 0000000..19bc34d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timezonefinder.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('timezonefinder') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timm.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timm.py new file mode 100644 index 0000000..6f47b49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-timm.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tinycss2.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tinycss2.py new file mode 100644 index 0000000..38573b4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tinycss2.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for tinycss2. tinycss2 is a low-level CSS parser and generator. +https://github.com/Kozea/tinycss2 +""" +from PyInstaller.utils.hooks import collect_data_files + + +# Hook no longer required for tinycss2 >= 1.0.0 +def hook(hook_api): + hook_api.add_datas(collect_data_files(hook_api.__name__)) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torch.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torch.py new file mode 100644 index 0000000..01b6b3a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torch.py @@ -0,0 +1,84 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import ( + logger, + collect_data_files, + is_module_satisfies, + collect_dynamic_libs, + collect_submodules, + get_package_paths, +) + +if is_module_satisfies("PyInstaller >= 6.0"): + from PyInstaller.compat import is_linux + from PyInstaller.utils.hooks import PY_DYLIB_PATTERNS + + module_collection_mode = "pyz+py" + warn_on_missing_hiddenimports = False + + datas = collect_data_files( + "torch", + excludes=[ + "**/*.h", + "**/*.hpp", + "**/*.cuh", + "**/*.lib", + "**/*.cpp", + "**/*.pyi", + "**/*.cmake", + ], + ) + hiddenimports = collect_submodules("torch") + binaries = collect_dynamic_libs( + "torch", + # Ensure we pick up fully-versioned .so files as well + search_patterns=PY_DYLIB_PATTERNS + ['*.so.*'], + ) + + # On Linux, torch wheels built with non-default CUDA version bundle CUDA libraries themselves (and should be handled + # by the above `collect_dynamic_libs`). Wheels built with default CUDA version (which are available on PyPI), on the + # other hand, use CUDA libraries provided by nvidia-* packages. Due to all possible combinations (CUDA libs from + # nvidia-* packages, torch-bundled CUDA libs, CPU-only CUDA libs) we do not add hidden imports directly, but instead + # attempt to infer them from requirements listed in the `torch` metadata. + if is_linux: + def _infer_nvidia_hiddenimports(): + import packaging.requirements + from _pyinstaller_hooks_contrib.compat import importlib_metadata + from _pyinstaller_hooks_contrib.hooks.utils import nvidia_cuda as cudautils + + dist = importlib_metadata.distribution("torch") + requirements = [packaging.requirements.Requirement(req) for req in dist.requires or []] + requirements = [req.name for req in requirements if req.marker is None or req.marker.evaluate()] + + return cudautils.infer_hiddenimports_from_requirements(requirements) + + try: + nvidia_hiddenimports = _infer_nvidia_hiddenimports() + except Exception: + # Log the exception, but make it non-fatal + logger.warning("hook-torch: failed to infer NVIDIA CUDA hidden imports!", exc_info=True) + nvidia_hiddenimports = [] + logger.info("hook-torch: inferred hidden imports for CUDA libraries: %r", nvidia_hiddenimports) + hiddenimports += nvidia_hiddenimports +else: + datas = [(get_package_paths("torch")[1], "torch")] + +# With torch 2.0.0, PyInstaller's modulegraph analysis hits the recursion limit. +# So, unless the user has already done so, increase it automatically. +if is_module_satisfies("torch >= 2.0.0"): + import sys + + new_limit = 5000 + if sys.getrecursionlimit() < new_limit: + logger.info("hook-torch: raising recursion limit to %d", new_limit) + sys.setrecursionlimit(new_limit) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchaudio.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchaudio.py new file mode 100644 index 0000000..435ff58 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchaudio.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_dynamic_libs, collect_submodules + +# Collect dynamic extensions from torchaudio/lib - some of them are loaded dynamically, and are thus not automatically +# collected. +binaries = collect_dynamic_libs('torchaudio') +hiddenimports = collect_submodules('torchaudio.lib') + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchtext.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchtext.py new file mode 100644 index 0000000..548dec8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchtext.py @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_dynamic_libs, collect_submodules + +# Collect dynamic extensions from torchtext/lib - some of them are loaded dynamically, and are thus not automatically +# collected. +binaries = collect_dynamic_libs('torchtext') +hiddenimports = collect_submodules('torchtext.lib') + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.io.image.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.io.image.py new file mode 100644 index 0000000..b16dfa2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.io.image.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# torchivison.io.image attempts to dynamically load the torchvision.image extension. +hiddenimports = ['torchvision.image'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.py new file mode 100644 index 0000000..546ad10 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-torchvision.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Functions from torchvision.ops.* modules require torchvision._C extension module, which PyInstaller fails to pick up +# automatically due to indirect load. +hiddenimports = ['torchvision._C'] + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-transformers.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-transformers.py new file mode 100644 index 0000000..936733b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-transformers.py @@ -0,0 +1,37 @@ +from PyInstaller.utils.hooks import ( + copy_metadata, + get_module_attribute, + is_module_satisfies, + logger, +) + +datas = [] + +# At run-time, `transformers` queries the metadata of several packages to check for their presence. The list of required +# (core) packages is stored as `transformers.dependency_versions_check.pkgs_to_check_at_runtime˙. However, there is more +# comprehensive list of dependencies and their versions available in `transformers.dependency_versions_table.deps`, +# which includes non-core dependencies. Unfortunately, we cannot foresee which of those the user will actually require, +# so we collect metadata for all listed dists that are available in the build environment, in order to make them visible +# to `transformers` at run-time. +try: + dependencies = get_module_attribute( + 'transformers.dependency_versions_table', + 'deps', + ) +except Exception: + logger.warning( + "hook-transformers: failed to query dependency table (transformers.dependency_versions_table.deps)!", + exc_info=True, + ) + dependencies = {} + +for dependency_name, dependency_req in dependencies.items(): + if not is_module_satisfies(dependency_req): + continue + try: + datas += copy_metadata(dependency_name) + except Exception: + pass + +# Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. +module_collection_mode = 'pyz+py' diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-trimesh.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-trimesh.py new file mode 100644 index 0000000..961591e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-trimesh.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# Collect the *.json resource file. +# This issue is reported in here: https://github.com/mikedh/trimesh/issues/412 +datas = collect_data_files('trimesh') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-triton.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-triton.py new file mode 100644 index 0000000..ef9ceba --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-triton.py @@ -0,0 +1,32 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# --------------------------------------------------- + +from PyInstaller.utils.hooks import collect_data_files, collect_dynamic_libs + +# Ensure that triton/_C/libtriton.so is collected +binaries = collect_dynamic_libs('triton') + +# triton has a JIT module that requires its source .py files. For some god-forsaken reason, this JIT module +# (`triton.runtime.jit` attempts to directly read the contents of file pointed to by its `__file__` attribute (assuming +# it is a source file). Therefore, `triton.runtime.jit` must not be collected into PYZ. Same goes for `compiler` and +# `language` sub-packages. +module_collection_mode = { + 'triton': 'pyz+py', + 'triton.runtime.jit': 'py', + 'triton.compiler': 'py', + 'triton.language': 'py', +} + +# Collect ptxas compiler files from triton/third_party/cuda directory. Strictly speaking, the ptxas executable from bin +# directory should be collected as a binary, but in this case, it makes no difference (plus, PyInstaller >= 6.0 has +# automatic binary-vs-data reclassification). +datas = collect_data_files('triton.third_party.cuda') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkthemes.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkthemes.py new file mode 100644 index 0000000..cc2f7bb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkthemes.py @@ -0,0 +1,56 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for use with the ttkthemes package + +ttkthemes depends on a large set of image and Tcl-code files contained +within its package directory. These are not imported, and thus this hook +is required so they are copied. + +The file structure of the ttkthemes package folder is: +ttkthemes +├───advanced +| └───*.tcl +├───themes +| ├───theme1 +| | ├───theme1 +| | | └───*.gif +| | └───theme1.tcl +| ├───theme2 +| ├───... +| └───pkgIndex.tcl +├───png +└───gif + +The ``themes`` directory contains themes which only have a universal +image version (either base64 encoded in the theme files or GIF), while +``png`` and ``gif`` contain the PNG and GIF versions of the themes which +support both respectively. + +All of this must be copied, as the package expects all the data to be +present and only checks what themes to load at runtime. + +Tested hook on Linux (Ubuntu 18.04, Python 3.6 minimal venv) and on +Windows 7 (Python 3.7, minimal system-wide installation). + +>>> from tkinter import ttk +>>> from ttkthemes import ThemedTk +>>> +>>> +>>> if __name__ == '__main__': +>>> window = ThemedTk(theme="plastik") +>>> ttk.Button(window, text="Quit", command=window.destroy).pack() +>>> window.mainloop() +""" +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("ttkthemes") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkwidgets.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkwidgets.py new file mode 100644 index 0000000..a086801 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-ttkwidgets.py @@ -0,0 +1,38 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for use with the ttkwidgets package + +ttkwidgets provides a set of cross-platform widgets for Tkinter/ttk, +some of which depend on image files in order to function properly. + +These images files are all provided in the `ttkwidgets/assets` folder, +which has to be copied by PyInstaller. + +This hook has been tested on Ubuntu 18.04 (Python 3.6.8 venv) and +Windows 7 (Python 3.5.4 system-wide). + +>>> import tkinter as tk +>>> from ttkwidgets import CheckboxTreeview +>>> +>>> window = tk.Tk() +>>> tree = CheckboxTreeview(window) +>>> tree.insert("", tk.END, "test", text="Hello World!") +>>> tree.insert("test", tk.END, "test2", text="Hello World again!") +>>> tree.insert("test", tk.END, "test3", text="Hello World again again!") +>>> tree.pack() +>>> window.mainloop() +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files("ttkwidgets") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tzdata.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tzdata.py new file mode 100644 index 0000000..9a79021 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-tzdata.py @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files, collect_submodules + +# Collect timezone data files +datas = collect_data_files("tzdata") + +# Collect submodules; each data subdirectory is in fact a package +# (e.g., zoneinfo.Europe), so we need its __init__.py for data files +# (e.g., zoneinfo/Europe/Ljubljana) to be discoverable via +# importlib.resources +hiddenimports = collect_submodules("tzdata") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-u1db.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-u1db.py new file mode 100644 index 0000000..ec8c17c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-u1db.py @@ -0,0 +1,31 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Pyinstaller hook for u1db module + +This hook was tested with: +- u1db 0.1.4 : https://launchpad.net/u1db +- Python 2.7.10 +- Linux Debian GNU/Linux unstable (sid) + +Test script used for testing: + + import u1db + db = u1db.open("mydb1.u1db", create=True) + doc = db.create_doc({"key": "value"}, doc_id="testdoc") + print doc.content + print doc.doc_id +""" + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('u1db') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-umap.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-umap.py new file mode 100644 index 0000000..7b81814 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-umap.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('umap-learn') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-unidecode.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-unidecode.py new file mode 100644 index 0000000..ad532c0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-unidecode.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the unidecode package: https://pypi.python.org/pypi/unidecode +# Tested with Unidecode 0.4.21 and Python 3.6.2, on Windows 10 x64. + +from PyInstaller.utils.hooks import collect_submodules + +# Unidecode dynamically imports modules with relevant character mappings. +# Non-ASCII characters are ignored if the mapping files are not found. +hiddenimports = collect_submodules('unidecode') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uniseg.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uniseg.py new file mode 100644 index 0000000..dbf6eca --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uniseg.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the uniseg module: https://pypi.python.org/pypi/uniseg + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('uniseg') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-usb.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-usb.py new file mode 100644 index 0000000..1bd9d25 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-usb.py @@ -0,0 +1,87 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import ctypes.util +import os + +from PyInstaller.depend.utils import _resolveCtypesImports +from PyInstaller.compat import is_cygwin, getenv +from PyInstaller.utils.hooks import logger + +# Include glob for library lookup in run-time hook. +hiddenimports = ['glob'] + +# https://github.com/walac/pyusb/blob/master/docs/faq.rst +# https://github.com/walac/pyusb/blob/master/docs/tutorial.rst + +binaries = [] + +# Running usb.core.find() in this script crashes Ubuntu 14.04LTS, +# let users circumvent pyusb discovery with an environment variable. +skip_pyusb_discovery = \ + bool(getenv('PYINSTALLER_USB_HOOK_SKIP_PYUSB_DISCOVERY')) + +# Try to use pyusb's library locator. +if not skip_pyusb_discovery: + import usb.core + import usb.backend + try: + # get the backend symbols before find + backend_contents_before_discovery = set(dir(usb.backend)) + # perform find, which will load a usb library if found + usb.core.find() + # get the backend symbols which have been added (loaded) + backends = set(dir(usb.backend)) - backend_contents_before_discovery + # gather the libraries from the loaded backends + backend_lib_basenames = [] + for usblib in [getattr(usb.backend, be)._lib for be in backends]: + if usblib is not None: + # OSX returns the full path, Linux only the filename. + # save the basename and reconstruct the path after gathering. + backend_lib_basenames.append(os.path.basename(usblib._name)) + # try to resolve the library names to absolute paths. + binaries = _resolveCtypesImports(backend_lib_basenames) + except (ValueError, usb.core.USBError) as exc: + logger.warning("%s", exc) + +# If pyusb didn't find a backend, manually search for usb libraries. +if not binaries: + # NOTE: Update these lists when adding further libs. + if is_cygwin: + libusb_candidates = ['cygusb-1.0-0.dll', 'cygusb0.dll'] + else: + libusb_candidates = [ + # libusb10 + 'usb-1.0', + 'usb', + 'libusb-1.0', + # libusb01 + 'usb-0.1', + 'libusb0', + # openusb + 'openusb', + ] + + backend_library_basenames = [] + for candidate in libusb_candidates: + libname = ctypes.util.find_library(candidate) + if libname is not None: + backend_library_basenames.append(os.path.basename(libname)) + if backend_library_basenames: + binaries = _resolveCtypesImports(backend_library_basenames) + +# Validate and normalize the first found usb library. +if binaries: + # `_resolveCtypesImports` returns a 3-tuple, but `binaries` are only + # 2-tuples, so remove the last element: + assert len(binaries[0]) == 3 + binaries = [(binaries[0][1], '.')] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvicorn.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvicorn.py new file mode 100644 index 0000000..2d1df7b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvicorn.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('uvicorn') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvloop.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvloop.py new file mode 100644 index 0000000..af32410 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-uvloop.py @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# +# Hook for the uvloop package: https://pypi.python.org/pypi/uvloop +# +# Tested with uvloop 0.8.1 and Python 3.6.2, on Ubuntu 16.04.1 64bit. + +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('uvloop') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vaderSentiment.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vaderSentiment.py new file mode 100644 index 0000000..0696a46 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vaderSentiment.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('vaderSentiment') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vtkpython.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vtkpython.py new file mode 100644 index 0000000..c39103f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-vtkpython.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +if os.name == 'posix': + hiddenimports = [ + 'libvtkCommonPython', 'libvtkFilteringPython', 'libvtkIOPython', + 'libvtkImagingPython', 'libvtkGraphicsPython', 'libvtkRenderingPython', + 'libvtkHybridPython', 'libvtkParallelPython', 'libvtkPatentedPython' + ] +else: + hiddenimports = [ + 'vtkCommonPython', 'vtkFilteringPython', 'vtkIOPython', + 'vtkImagingPython', 'vtkGraphicsPython', 'vtkRenderingPython', + 'vtkHybridPython', 'vtkParallelPython', 'vtkPatentedPython' + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wavefile.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wavefile.py new file mode 100644 index 0000000..0a526f2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wavefile.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +python-wavefile: https://github.com/vokimon/python-wavefile +""" + +from PyInstaller.utils.hooks import collect_dynamic_libs + +binaries = collect_dynamic_libs('wavefile') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-weasyprint.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-weasyprint.py new file mode 100644 index 0000000..8122fa1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-weasyprint.py @@ -0,0 +1,85 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for weasyprint: https://pypi.python.org/pypi/WeasyPrint +# Tested on version weasyprint 54.0 using Windows 10 and python 3.8 +# Note that weasyprint < 54.0 does not work on python 3.8 due to https://github.com/Kozea/WeasyPrint/issues/1435 +# For weasyprint < 53.0 the required libs are +# libs = [ +# 'gobject-2.0', 'libgobject-2.0-0', 'libgobject-2.0.so.0', 'libgobject-2.0.dylib', +# 'pango-1.0', 'libpango-1.0-0', 'libpango-1.0.so.0', 'libpango-1.0.dylib', +# 'pangocairo-1.0', 'libpangocairo-1.0-0', 'libpangocairo-1.0.so.0', 'libpangocairo-1.0.dylib', +# 'fontconfig', 'libfontconfig', 'libfontconfig-1.dll', 'libfontconfig.so.1', 'libfontconfig-1.dylib', +# 'pangoft2-1.0', 'libpangoft2-1.0-0', 'libpangoft2-1.0.so.0', 'libpangoft2-1.0.dylib' +# ] + +import ctypes.util +import os +from pathlib import Path + +from PyInstaller.compat import is_win +from PyInstaller.depend.utils import _resolveCtypesImports +from PyInstaller.utils.hooks import collect_data_files, logger + +datas = collect_data_files('weasyprint') +binaries = [] +fontconfig_config_dir_found = False + +# On Windows, a GTK3-installation provides fontconfig and the corresponding fontconfig conf files. We have to add these +# for weasyprint to correctly use fonts. +# NOTE: Update these lists if weasyprint requires more libraries +fontconfig_libs = [ + 'fontconfig-1', 'fontconfig', 'libfontconfig', 'libfontconfig-1.dll', 'libfontconfig.so.1', 'libfontconfig-1.dylib' +] +libs = [ + 'gobject-2.0-0', 'gobject-2.0', 'libgobject-2.0-0', 'libgobject-2.0.so.0', 'libgobject-2.0.dylib', + 'pango-1.0-0', 'pango-1.0', 'libpango-1.0-0', 'libpango-1.0.so.0', 'libpango-1.0.dylib', + 'harfbuzz', 'harfbuzz-0.0', 'libharfbuzz-0', 'libharfbuzz.so.0', 'libharfbuzz.so.0', 'libharfbuzz.0.dylib', + 'pangoft2-1.0-0', 'pangoft2-1.0', 'libpangoft2-1.0-0', 'libpangoft2-1.0.so.0', 'libpangoft2-1.0.dylib' +] + +try: + lib_basenames = [] + for lib in libs: + libname = ctypes.util.find_library(lib) + if libname is not None: + lib_basenames += [os.path.basename(libname)] + for lib in fontconfig_libs: + libname = ctypes.util.find_library(lib) + if libname is not None: + lib_basenames += [os.path.basename(libname)] + # Try to load fontconfig config files on Windows from a GTK-installation + if is_win: + fontconfig_config_dir = Path(libname).parent.parent / 'etc/fonts' + if fontconfig_config_dir.exists() and fontconfig_config_dir.is_dir(): + datas += [(str(fontconfig_config_dir), 'etc/fonts')] + fontconfig_config_dir_found = True + if lib_basenames: + resolved_libs = _resolveCtypesImports(lib_basenames) + for resolved_lib in resolved_libs: + binaries.append((resolved_lib[1], '.')) + # Try to load fontconfig config files on other OS + fontconfig_config_dir = Path('/etc/fonts') + if fontconfig_config_dir.exists() and fontconfig_config_dir.is_dir(): + datas += [(str(fontconfig_config_dir), 'etc/fonts')] + fontconfig_config_dir_found = True + +except Exception as e: + logger.warning('Error while trying to find system-installed depending libraries: %s', e) + +if not binaries: + logger.warning('Depending libraries not found - weasyprint will likely fail to work!') + +if not fontconfig_config_dir_found: + logger.warning( + 'Fontconfig configuration files not found - weasyprint will likely throw warnings and use default fonts!' + ) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-web3.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-web3.py new file mode 100644 index 0000000..392d972 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-web3.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata("web3") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webassets.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webassets.py new file mode 100644 index 0000000..abc4ad2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webassets.py @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('webassets', include_py_files=True) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webrtcvad.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webrtcvad.py new file mode 100644 index 0000000..8010feb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webrtcvad.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('webrtcvad') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-websockets.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-websockets.py new file mode 100644 index 0000000..a6962b3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-websockets.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_submodules + +# Websockets lazily loads its submodules. +hiddenimports = collect_submodules("websockets") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webview.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webview.py new file mode 100644 index 0000000..b8effbb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-webview.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# hook for https://github.com/r0x0r/pywebview + +from PyInstaller.utils.hooks import collect_data_files, collect_dynamic_libs +from PyInstaller.compat import is_win + +if is_win: + datas = collect_data_files('webview', subdir='lib') + binaries = collect_dynamic_libs('webview') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-win32com.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-win32com.py new file mode 100644 index 0000000..a54b0fc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-win32com.py @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = [ + # win32com client and server util + # modules could be hidden imports + # of some modules using win32com. + # Included for completeness. + 'win32com.client.util', + 'win32com.server.util', +] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wordcloud.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wordcloud.py new file mode 100644 index 0000000..a4e7339 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wordcloud.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('wordcloud') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-workflow.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-workflow.py new file mode 100644 index 0000000..6895aa1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-workflow.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('workflow') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.activex.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.activex.py new file mode 100644 index 0000000..86e4096 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.activex.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import exec_statement + +# This needed because comtypes wx.lib.activex generates some stuff. +exec_statement("import wx.lib.activex") diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.pubsub.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.pubsub.py new file mode 100644 index 0000000..637ec9d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.lib.pubsub.py @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('wx.lib.pubsub', include_py_files=True, excludes=['*.txt', '**/__pycache__']) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.xrc.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.xrc.py new file mode 100644 index 0000000..1d8b7a2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-wx.xrc.py @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +hiddenimports = ['wx._xml', 'wx'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.dom.html.HTMLDocument.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.dom.html.HTMLDocument.py new file mode 100644 index 0000000..70400a9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.dom.html.HTMLDocument.py @@ -0,0 +1,67 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# xml.dom.html.HTMLDocument +hiddenimports = ['xml.dom.html.HTMLAnchorElement', + 'xml.dom.html.HTMLAppletElement', + 'xml.dom.html.HTMLAreaElement', + 'xml.dom.html.HTMLBaseElement', + 'xml.dom.html.HTMLBaseFontElement', + 'xml.dom.html.HTMLBodyElement', + 'xml.dom.html.HTMLBRElement', + 'xml.dom.html.HTMLButtonElement', + 'xml.dom.html.HTMLDirectoryElement', + 'xml.dom.html.HTMLDivElement', + 'xml.dom.html.HTMLDListElement', + 'xml.dom.html.HTMLElement', + 'xml.dom.html.HTMLFieldSetElement', + 'xml.dom.html.HTMLFontElement', + 'xml.dom.html.HTMLFormElement', + 'xml.dom.html.HTMLFrameElement', + 'xml.dom.html.HTMLFrameSetElement', + 'xml.dom.html.HTMLHeadElement', + 'xml.dom.html.HTMLHeadingElement', + 'xml.dom.html.HTMLHRElement', + 'xml.dom.html.HTMLHtmlElement', + 'xml.dom.html.HTMLIFrameElement', + 'xml.dom.html.HTMLImageElement', + 'xml.dom.html.HTMLInputElement', + 'xml.dom.html.HTMLIsIndexElement', + 'xml.dom.html.HTMLLabelElement', + 'xml.dom.html.HTMLLegendElement', + 'xml.dom.html.HTMLLIElement', + 'xml.dom.html.HTMLLinkElement', + 'xml.dom.html.HTMLMapElement', + 'xml.dom.html.HTMLMenuElement', + 'xml.dom.html.HTMLMetaElement', + 'xml.dom.html.HTMLModElement', + 'xml.dom.html.HTMLObjectElement', + 'xml.dom.html.HTMLOListElement', + 'xml.dom.html.HTMLOptGroupElement', + 'xml.dom.html.HTMLOptionElement', + 'xml.dom.html.HTMLParagraphElement', + 'xml.dom.html.HTMLParamElement', + 'xml.dom.html.HTMLPreElement', + 'xml.dom.html.HTMLQuoteElement', + 'xml.dom.html.HTMLScriptElement', + 'xml.dom.html.HTMLSelectElement', + 'xml.dom.html.HTMLStyleElement', + 'xml.dom.html.HTMLTableCaptionElement', + 'xml.dom.html.HTMLTableCellElement', + 'xml.dom.html.HTMLTableColElement', + 'xml.dom.html.HTMLTableElement', + 'xml.dom.html.HTMLTableRowElement', + 'xml.dom.html.HTMLTableSectionElement', + 'xml.dom.html.HTMLTextAreaElement', + 'xml.dom.html.HTMLTitleElement', + 'xml.dom.html.HTMLUListElement', + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.sax.saxexts.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.sax.saxexts.py new file mode 100644 index 0000000..80b9bb0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xml.sax.saxexts.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# xml.sax.saxexts +hiddenimports = ["xml.sax.drivers2.drv_pyexpat", + "xml.sax.drivers.drv_xmltok", + 'xml.sax.drivers2.drv_xmlproc', + "xml.sax.drivers.drv_xmltoolkit", + "xml.sax.drivers.drv_xmllib", + "xml.sax.drivers.drv_xmldc", + 'xml.sax.drivers.drv_pyexpat', + 'xml.sax.drivers.drv_xmlproc_val', + 'xml.sax.drivers.drv_htmllib', + 'xml.sax.drivers.drv_sgmlop', + "xml.sax.drivers.drv_sgmllib", + ] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xmldiff.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xmldiff.py new file mode 100644 index 0000000..d85ea88 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xmldiff.py @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +# Hook for https://github.com/Shoobx/xmldiff + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('xmldiff') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xsge_gui.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xsge_gui.py new file mode 100644 index 0000000..306d3d0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xsge_gui.py @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the xsge_gui module: https://pypi.python.org/pypi/xsge_gui + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('xsge_gui') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xyzservices.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xyzservices.py new file mode 100644 index 0000000..bf79bc7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-xyzservices.py @@ -0,0 +1,15 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +datas = collect_data_files('xyzservices') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-z3c.rml.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-z3c.rml.py new file mode 100644 index 0000000..3eac8c8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-z3c.rml.py @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.utils.hooks import collect_data_files + +# `z3c.rml` uses Bitstream Vera TTF fonts from the `reportlab` package. As that package can be used without the bundled +# fonts and as some of the bundled fonts have restrictive license (e.g., DarkGarden), we collect the required subset +# of fonts here, instead of collecting them all in a hook for `reportlab`. +datas = collect_data_files( + "reportlab", + includes=[ + "fonts/00readme.txt", + "fonts/bitstream-vera-license.txt", + "fonts/Vera*.ttf", + ], +) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zeep.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zeep.py new file mode 100644 index 0000000..ac2e486 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zeep.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +# Hook for the zeep module: https://pypi.python.org/pypi/zeep +# Tested with zeep 0.13.0, Python 2.7, Windows + +from PyInstaller.utils.hooks import copy_metadata + +datas = copy_metadata('zeep') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zmq.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zmq.py new file mode 100644 index 0000000..90b4110 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zmq.py @@ -0,0 +1,63 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +""" +Hook for PyZMQ. Cython based Python bindings for messaging library ZeroMQ. +http://www.zeromq.org/ +""" +import os +import glob +from PyInstaller.utils.hooks import collect_submodules +from PyInstaller.utils.hooks import is_module_satisfies, get_module_file_attribute +from PyInstaller.compat import is_win + +binaries = [] +datas = [] +hiddenimports = ['zmq.utils.garbage'] + +# PyZMQ comes with two backends, cython and cffi. Calling collect_submodules() +# on zmq.backend seems to trigger attempt at compilation of C extension +# module for cffi backend, which will fail if ZeroMQ development files +# are not installed on the system. On non-English locales, the resulting +# localized error messages may cause UnicodeDecodeError. Collecting each +# backend individually, however, does not seem to cause any problems. +hiddenimports += ['zmq.backend'] + +# cython backend +hiddenimports += collect_submodules('zmq.backend.cython') + +# cffi backend: contains extra data that needs to be collected +# (e.g., _cdefs.h) +# +# NOTE: the cffi backend requires compilation of C extension at runtime, +# which appears to be broken in frozen program. So avoid collecting +# it altogether... +if False: + from PyInstaller.utils.hooks import collect_data_files + + hiddenimports += collect_submodules('zmq.backend.cffi') + datas += collect_data_files('zmq.backend.cffi', excludes=['**/__pycache__', ]) + +# Starting with pyzmq 22.0.0, the DLLs in Windows wheel are located in +# site-packages/pyzmq.libs directory along with a .load_order file. This +# file is required on python 3.7 and earlier. On later versions of python, +# the pyzmq.libs is required to exist. +if is_win and is_module_satisfies('pyzmq >= 22.0.0'): + zmq_root = os.path.dirname(get_module_file_attribute('zmq')) + libs_dir = os.path.join(zmq_root, os.path.pardir, 'pyzmq.libs') + # .load_order file (22.0.3 replaced underscore with dash and added + # version suffix on this file, hence the glob) + load_order_file = glob.glob(os.path.join(libs_dir, '.load*')) + datas += [(filename, 'pyzmq.libs') for filename in load_order_file] + # We need to collect DLLs into _MEIPASS, to avoid duplication due to + # subsequent binary analysis + dll_files = glob.glob(os.path.join(libs_dir, "*.dll")) + binaries += [(dll_file, '.') for dll_file in dll_files] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zoneinfo.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zoneinfo.py new file mode 100644 index 0000000..93730f4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-zoneinfo.py @@ -0,0 +1,18 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2021 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +from PyInstaller.compat import is_win + +# On Windows, timezone data is provided by the tzdata package that is +# not directly loaded. +if is_win: + hiddenimports = ['tzdata'] diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__init__.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__init__.py new file mode 100644 index 0000000..792d600 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__init__.py @@ -0,0 +1 @@ +# diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..482629295cd9ed11dce34405c1fdf27b650861c5 GIT binary patch literal 223 zcmZ9GO$x#=5QQ6mKnfnjMLVcl@dV;VT!+|>Z8Rn!8I^9lhG%f+Jv@dd5O=Pey7a*? z?+xFBc?^eX!b;OSc6dMA@UM4|FW00=Mq+tOLd(5d=5vAC9T4If6+xxR2e-q5BCNbB zaG|%Dt$nEo1Dw#Fz~~M5hH7W0`FH|R6J|{ARfQ3xZ?ui1jKLsl=k`$+&QjpcFTs(t hVN7bPNy^+epTX?l%A>(~=<_>*C${F*6+(nAyDwe>KY{=N literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/nvidia_cuda.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/__pycache__/nvidia_cuda.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d41b021c91be27f11fd1c836d7dd27007baa994c GIT binary patch literal 1844 zcmah~O>7fK6rR~1+wpD^nph2r1Gs|7aU$D53smK&0;O%zq7V^Ul@z+#cqjG-dv}>x z6Jo6;x9TC0kl;poDm@hhQaN($5viA0NfmdB)JQ#XiwJ6^oI11iCLxW~k><_J+i%`` z^ZxeN_Vy@XBN}~*{%!-{FMbGy(AsPqWt;oJ00u0A$>s_tAv+62p(IXT(8k&PC`6a(TmJ(>FXy@|?({7V!CEF+$kw$daB-17$IoMLd7nx0w&5d!!y$@W@ z^T$kJO2A<23`g%8|8pa}3(k%nc-*oeSg$c%Rag}~VTL(m_b_09Bf_WPTj;?(QNnJN zAsV0;RK+}~O0E(}HKYKC_ZzYiDuznos$7axLl6kSlReQ38R0yvunSKjk6T`-N}eKUMwPEmFz)+WN@{3AbR91V1G(x>+_cB8mTMe#!55REc(u}fx6w}2&PD(%@JB~y0IBFS(q1oLp?2q!$LXn0n~mTBcvVcNz4+O%0j zt*tLP;&Zt+rIn^l_LOPqnC0rWK*B{Qnq%`D_QVp(l3Ap?*}UmG*q&j2BiRW@&!LOv zG)jN&7&>!D_7<{kWtqFO&YWAYt#>oWj%NvbV45Ls=y^o4nlonx0nz+tXgS+*F}vfR zvi<|J)-BU8buCvmbQV(D7sP4@U)wUfhZ)N!dB8{wybgi*fgh6JCs%t1>%D_dj{kh> z(W%v;)Aga#&qkMrK3?wqq%QT;M(1xgl3>r#J1iLEM!>dK)9;T2_| zE)6ug;)~}OFWgJlK3flgeO9U+OyV|ej0z;Uhg~mIxNMa z^O5y^K#kQdy_P{+=iQElj-{TF=R+%zFV>Xq+NBLCp@@a3A}P@@J^p0c+y_|!w`ddoY|vS7?L3eHN`8kD(~GRJUNg8 z!JW$z@B~(Up|Q&0ubbgX4}3U&hLopTK|hxnN~Lq~Bd5sHjD~c_L6(sUQMFZGC1kmTMuI}6u~u>vOv6ByS#oSv zMpR^I3QJUNS)=isC*0@F^u}+qE$uh0X@s>mu4>cRE@?ZJ;Q@v{#wIZtsR5o6Cu<{( z_<<#9|5|7K6_DkV^WqD&Z4lTJ=} z&iEYy^W^t!djx!}|EA5znP!!r!-MQQ&mq#s$hrt2+~@@``UhzHM-rj%sv`zt8}GHl Hgn#>Ae9FqU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/nvidia_cuda.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/nvidia_cuda.py new file mode 100644 index 0000000..3b697c9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/hooks/utils/nvidia_cuda.py @@ -0,0 +1,62 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +import re + +from PyInstaller.utils.hooks import ( + logger, + is_module_satisfies, +) + + +# Helper for collecting shared libraries from NVIDIA CUDA packages on linux. +def collect_nvidia_cuda_binaries(hook_file): + # Find the module underlying this nvidia.something hook; i.e., change ``/path/to/hook-nvidia.something.py`` to + # ``nvidia.something``. + hook_name, hook_ext = os.path.splitext(os.path.basename(hook_file)) + assert hook_ext.startswith('.py') + assert hook_name.startswith('hook-') + module_name = hook_name[5:] + + # `search_patterns` was added to `collect_dynamic_libs` in PyInstaller 5.8, so that is the minimum required version. + binaries = [] + if is_module_satisfies('PyInstaller >= 5.8'): + from PyInstaller.utils.hooks import collect_dynamic_libs, PY_DYLIB_PATTERNS + binaries = collect_dynamic_libs( + module_name, + # Collect fully-versioned .so files (not included in default search patterns). + search_patterns=PY_DYLIB_PATTERNS + ["lib*.so.*"], + ) + else: + logger.warning("hook-%s: this hook requires PyInstaller >= 5.8!", module_name) + + return binaries + + +# Helper to turn list of requirements (e.g., ['nvidia-cublas-cu12', 'nvidia-nccl-cu12', 'nvidia-cudnn-cu12']) into +# list of corresponding nvidia.* module names (e.g., ['nvidia.cublas', 'nvidia.nccl', 'nvidia-cudnn']), while ignoring +# unrecognized requirements. Intended for use in hooks for frameworks, such as `torch` and `tensorflow`. +def infer_hiddenimports_from_requirements(requirements): + # All nvidia-* packages install to nvidia top-level package, so we cannot query top-level module via + # metadata. Instead, we manually translate them from dist name to package name. + _PATTERN = r'^nvidia-(?P.+)-cu[\d]+$' + nvidia_hiddenimports = [] + + for req in requirements: + m = re.match(_PATTERN, req) + if m is not None: + # Convert + package_name = "nvidia." + m.group('subpackage').replace('-', '_') + nvidia_hiddenimports.append(package_name) + + return nvidia_hiddenimports diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__init__.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__init__.py new file mode 100644 index 0000000..8a0a93b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__init__.py @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ +import os + +DIR = os.path.dirname(__file__) +""" +This directory and every sub directory contains tests +""" + + +def get_test_dirs(): + + dirs = [] + # For every directory and sub directory (including cwd) + for path, _, _ in os.walk(DIR): + # Add the norm'd path to dirs + dirs.append(os.path.normpath(path)) + + return dirs diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9cc355f424e15d31824486b697f205d0413e845 GIT binary patch literal 734 zcmZva&ubGw6vyA}Znokfp8>RHYy!pJxd+$5L%ooS8L7HuUCVw=5 zA1WwJKZ5+8gc11QqZpb%Ad;2GEh-()01*8XI?OhWQ{Zbap;_voy8cTgms|fgm@-g$ z`A6wS5WoP$Q7@dRCyb)K&}hKZ>i|#WlmQxO1Fa9yOi}Z17gLO^DNZ3OPjL!;R45cX zf>$>T=)(%s(Q@6)G|Dq$-HSV!-njcPGrcq=iJuv%C)$~nP}Wsc*E7Qp8D~m2Lzt`k z)@rr=7jBz&iObiCC)^+uDWef-3GS|>UW+^kSINTT)b|8o?ixwf+&FyZrajT7$+g8R zS6v2u(_WZx;l(jwxJ_w?;}%T>lRbiPITYhC2?fTBX)kjEBCty1gM&Hp zKvlW;9qEQJE<3}<&vSF5U^jTzdK3Q!t#oW`dOFk!)T#54h1J5$0zLOaw{$Kl3DX*$gjdtoi)2h#k(NAg>`b(eR zNuJ*KHyyEY4r94x>!_@Kw_qfGQ~NY}c!Ab$5a<~V!_snyeuXs?JOoqYtzF>kF*JrT z!VbF~IQs;l=hkBfewAO!9rHgnX_6SeuP2>Oo literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_deep_learning.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_deep_learning.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3308fe64a50d537bb9a7fc3cd5858ff879e1631 GIT binary patch literal 12083 zcmcIq&u`q;ou82y&ez*zJpcBAr$6mLRZP;?#wP6s{@XZV@ z4msiDNE&w+TP${g_O!=b_ORC=1)4+uf}R%GO9L&?R@Y(=dy`=7rKkOT-{T`6XK1BG zwF7HBVg6Fb_vv+gnGw-x>y2rRzkgN zKwT<MgJZ6o;y4~}8Jn%zqEw=n1SR$as zI_pLr4;qVGJWiIjT)~(6VH5v(i?s}4)K7Z-1n4woYyNL}5Jc?mVwbt>>BfymKYXST z+4K3fUhId7HUC(#J`h6dTx`i`z^loxaYYEkC%6NxU(GiTg$yc(uuq+4ynq~ z%8cj0>UsRVq_3Y<4yP&;ul;WP;#cDr4=WRwrvA4wF){rTOO=ywfX_0UwBo2+FfU78 z;ua_V+?!F@^4oQmUT%<;XR_Up9IO4`rKLKsI4{*dXk)^^EZaZ?Ryzr5&r{UEWixL6-qZ4gND_P`0< zE*Fh?;X=B>d~vnuCTbmgJT0Ijf{VLRyxk03A%5bDD!@z^%36WzmUtotO)Fp-7`b`ANSZPr5o? zj^>1pPJ9k$dKG^n4UdyXc)UX4@yf)sI{4#>-|e2nvHurjkIcVyq6F^zFfOolUnI=k zas9yE3b@K$BHPr9p*I()(sN`4B>NI~c7Sc^Eh`6VY{q?_>rRJ+2Qgnt(WC?r7y=#| zJ5yXW3KirQ^uZBC0B7ZZ>|?fK%5gJBZsbV9DpFfv6lOGc5MFTP>MV&MYUF#&i*~~R zaR*+g{Ua>j-&-f z;|uVUpWsiYQqxyXldqiCzA_yU^OU1eK2UYFBaNZT9?k&#xsG*pfFo6<=^&*r)wryud_FK%65zBE{qrny(rwe~`oW+ka z5b}l8dxz*0K!(QF5c7M4yCB zR2Q+80ov=@IvWu(7_SwD@;C|ahlo9nC3w&pS|`E5J}}no3@-OmTBZ-}w7H^9=aa;; z!_a=jKkf4{@!g=9Qq?Y&1FqwMyRo(QA-l%bKCH9VwGV5>h&!_7Azy!NeH~DW7wGEj zdI|6=MDe&(<6k4n_5U9sQVo@gl6ed1iY$w+XV;BAY1lg3E3qx_ZgEe>phm%n*50UQ z5QzJ6$g(ZD3u<~Y!XgkjBH_K1>Xw@{J9Q@ib9}FiiM=`-K-ChYAOqpu!^)n$ z&lX6;)=I6;mR3jkdjUw(5zA!Qb2^9vDO_r0>%}OpAQCdsXh&|L6Qi2R4eYMq4lP>} z7pZlG=TuV!HL4_CvU4ZuA@V|^SiI`!We{Ll9V&UpzTvsu@)IQ$&~sxHpXkL8%_Fm8T=z zZZF{E6{{;NnZVNJ>ukpjw9Ixt@dF`cwlR9}&{BwA;3q|~QxZ8t63b z<<;i`+oVD%W6ecA$Yb(Qg2-i)637Wfo-`yP1pThN=kQ+C?1;u{odr?5&Ev*Usgdrd z`n4#cLBA-b@?=9zx3V70lGsM4sDi8f4>3s9=1mc;Chs1_Coi#e1_# zWz5a0u487m{6xTBTLTo(CsDn8TvGd*H1g1}!0ysGgc7AuK!O*RpE~jn`gneK6|T1S z{s)<%acgbp7R{DinmU;TDI=?d_#tkuCl=v?pJ6)!wC@UaxLC&(POG>2fs@vy%HpV9 zJ19OoQQ$Q`uvc;iauJM%Ddk~`NTD1dc5u**xWo{HR_v7(aInP@H5%56{k=NF*Z1D9 zDeUEDe_b{>reHCHd4ElIF6nHh$jnpP%4ZcTh`k&W7le0n*hgbP`uod9f$ohGLrWje zEF=dWLzHdJg3zVqE#GY```k~ttF!fJ_n{kZKa8TJxRiU3hi&8%EA}e;PMRht@K}gb zxs?ctyrdi|qHAAVIR=^^h0Qq-Nu_tRa1bnwm3H8`! z_DyN)AUYga4!w|uW|T%5 z+WeLb^voBOS5$Wbj|kb*mHO&4{AdP!;qP!3^EM62f&mjWa`iGyGGsbbC#k>+ZAl1g z1tlo{kr!mZM7GbFu4jlW1|QbiwVr=%uf}$L%-im`ee_Un$im1MJlm@1P^G5m&^}H3 z8nf0=y2G*^%(iQ_f+J>Ns(!<23MoECSA-bw-2#I@=3oQUKy+;gIUM}S#G6n#+htLU z-Fcu|>^kFnZZm<7T0BOk%UM-D(I>Qe=K&fY9$4Bcwrq-poh}a5#3TI>q8=qx2Q_Lc zKk}fzjp04!*51%=iq9k6(y{w9<iUtjEB|s z6hSlE!Mt=71D-^L9L33_rW^1d%8Ohvdhy}k+)kGeh6@b-c|C>Xp4@R*ma>9eahgG! zjF*9@m35{P4;dei4Nyx!EA|G>03bP~Q8l=;6f<>}(lG?0r0Y{_N_AguQbuW4`bZ|a zv1nK$zbkBgV%9UyFf1dHK^+BmJl-oZ(hHbQ>M{T&rb5*jAU)){Gy|46sr|yk7Rvo= zx%K2ms)=!C^BA6skS%4%7TDwT{K@=2T8LzKKuHCJJn37CUd|&*ZABxXH?BuW zxcV@oO3^>lM{$O?qz}+GNrOSL?yEXcbK`9fvJExWj0zmor;HDd8Gy3Hr6v1H~*@7V#3GO~~X_qPV6Mym*&f z_o}yi)q{=6<{z=E_VpIHLSxoWI)Wlsc26cKb+yQ@vSR;1lK4nO$bp5EL5&RffP%Yb zM@ZoGQLbwSBCw2}Uxi28VB>30e512Q8vvhCn$#hp@g_QlI9lJ9rW55 zXGV;p1MN$HVKmeBe2gnlH1r}Miv1|ANx3rGN=VvdxR1ebx{|@8Y{2tFU7fh`XgR{% zAi}wjRg1B0!`%iKDMN_SY-_+;9Q*-RGC^HM)Ngmn&abRSRBQ>gv)A){h(SXFJa}%0 z$CM5caS;5ip>rlH$X8ZJ?;9m8Ss~iO#D52v2pxh)t`im0EQQX@j5;)sf__2|)fI@1 zhP^ki3=5}#50o~5{_o@?c$1<{`Kq|Hya}3@M06g+@PcY2r`^LNqBaU{n!v~OLc@RI zPj|oO4F9(5es5>p?__JI8R3PAzrG!MaXB-8S|uyg=sx8_xjgF40|gn^!1NVxQugp+ zjM}*|-OkN;7;`m~I11NJfOXe5J2@FZbNsqXlV0n*h@wo)AwXMA_%wW*Cr-1K7yiT0 z2y5t$HS{gsa#6*|Jj3HW0|Eo3GKI@Hv#C#^D8x$yZl~$I#x^{ih46T$scBI;AaP0wT7Hb6hc1kw5Ai|$nohQ;|8sSvd=NJBF7as}Xtg|r z5=t&!Tq5C4H@#?`i8n-I0Ue>ZpatGTQH-u<%k<&*#T)^F#o?$6!-+3BOH%Glh` z!~N=|KUB~ByuDw2>-W{!qp`{A^vhF~u`~2_p1v+0PU7Ctn}0cUXTN%0;+!{dUN{`b z<+Sa=juXfB%_@mjiFGAQwqu*fV9Rpi#IIO#9&*BFwRY zna7>oy^`}-^hvJo-ZOLN%$YN1X3m^B^JmMKw@2{T-u_u{>sKO?@6iwa*P>otTz7RO z@A>yq_H$NGbC8k^65_wV;KDxRJ)@s4l zFs#kwYqwx)8Mf5GmRYcM3|nqsD=gR*3|nbnt1Q@hhOO2x{92V>^VC}XJH0MQYv{j{ zQ(Y0HVjSyDo-0H0YzWP>!Q{CrB+pfp$7@PojglH9^SGpqCf79~xvu6kn@pO`L7LHx z4BKL0js?4hVb>a1%z|xVScidKXTdfz?0N&c!GdjJSf_!-EttcwE(5#Kf?dn7n+$BL z1&cAP+rV54*1@nI1M9V5*D-9Hf%RFi>lxN>VB0O&4Gi01U^^{XC&O+wuw51`&amAE zw#R~XG3+%O<}EorqB@85&*{6YAL@01l=sx8Oy3ferzKbaJKD|V59spKdxNy2F2i1H zV6U@aJq+7tVEZjtFT(~6?0^N^#;_p+J7~fB7jUfy#&lvLl78SLQLWd~$y&M$eS4X{v6oLDb0Velf!1_DYuc+V zarCuZ(zwo%o(R&6z7DXJ=}802Sg?JZ@3euPv0(cdmNl>`3pU8GoQCnQy#AFg1St(K z4lKaqw}>h@_&%l1!g5AroUoo)vTd+}veZaszXu(b~>{ku!*DTn5fUQh_ zNW&J8<`AvMy5_@H|NTgS)%1@08T&^y_VmYsG^4NgT18WvoZlu!6HMdBbxQvA3H>Ym z$snJ>o#ZsXZqj@zNHaRdu>WRYPg<}P!=5s*->_h5hJD(=K4ZZ=hJDt+e$#@DGwi<` z*yk+R1jByIz<%3;O)~8B2KGA^EW@xb7})Pxu+t3tJp=oF3wDNKUo@~kuwYq+eaXQ7 z(1J}d?8_SVG9;m8S;UOROVeM`7@*(3YRShR1!b8w%yF4t(>Y#7nXOidhGvxbb*sex z5mI8FOZ-M1OZ;Q2#6JlsvA`w%sV*`7XF;0L2O0L~2KE;gOfc*(4eWnfFrQ&&Wa3|y zqt=YccQMGP`L6#RExsI%r@tB0luMj7WjtM5#%SqP;eN*8{;Lq&XSw`mO`7L|G^6Jj z_ALXOvtZ||V1I4FrWy7(Cf~O$Sh))Jw-)RnhW(w%_Z>my6|Fd9kV%YySuz#{(Z)Vs(8`!^Cu%BVrzZ%#j z3-%U<%^TPY7VKvk_M(CP(1QIO!+vC7|7OA7%CP@qU_Z8Ck237v4eTct>@kM@hk^ZH z3-&gK{ilKbKMVGDhW(d@JswR*Ea=a_94SWLXk{P4mj(;-k^r;mgYTg7k*?87*A%21 z{RIU#wi~2vvEc7i@K&9l>tn`Fq;3mRn^GUI&V_WgZRcIp@EWX3L$Lm$%C*d*Wfi`) z1G}*W;eAEGCHz_$g6Z7~(<+S#=~f5nM&G00Yb^L$3;s(AzRrSQVZq<4;KoV>{Fa?) z^a%ww79qebo6zX{6#Qxn|3(Y{FDv*p7JQQh{}lz_Y{9o!@b@dYW5KVr;2%)%m<8{! z;2%`*>n!;77W`Kg{00l&X~BO@!Q&RZ%YuJM!EdzSH(BrxEBICm-fh7@qTsFt@3G(? zRq$R5zRiMvECg;_kUp;9#)gFUv#m&`ae z(LYe|aSJ|S<^Pg`Pg?Md1^+_@KW)L!Snw|^c-DeXS@5qYxS8F8{=5bMs)84E{+Bae zFN*-%gB4?u2ypAR9Q`9zhOf&&u40gG^lJ)UvfyVe_}3NuoCQB`!T-l}v?Jm@a9u<+ zMkDt|9&h>ix1NifUvh8cTr@t74V!-?Thh_4=v?FRWO1^qajq@nC(=oAE|Z&U#cMW` zE1jQf!CPUvfA?H7UI6M^GPf3QQ~7i$>m~eTG2@SCJb!L=Dw#`UrV4pcRKU4)6P|ug zB#T9n87mb%`_Yodrsfv`h}3~~ z$uY3oFlt=nrzG#(qDbca@w}LF6idyA#Dtfh3d@obzD`Vt5?;ZdXg3MH%=oyMO%(Iz zJmCyD4;cWpTxW5*;C1eCI*;cwxnk$mN?Oa;bDq<`?PyS%VUU*w0`rU66%R<+>I4OCb!@J58Bz)YT!@dyMsy

    Charset Detection, for Everyone 👋

    + +

    + The Real First Universal Charset Detector
    +
    + + + + Download Count Total + + + + +

    +

    + Featured Packages
    + + Static Badge + + + Static Badge + +

    +

    + In other language (unofficial port - by the community)
    + + Static Badge + +

    + +> A library that helps you read text from an unknown charset encoding.
    Motivated by `chardet`, +> I'm trying to resolve the issue by taking a new approach. +> All IANA character set names for which the Python core library provides codecs are supported. + +

    + >>>>> 👉 Try Me Online Now, Then Adopt Me 👈 <<<<< +

    + +This project offers you an alternative to **Universal Charset Encoding Detector**, also known as **Chardet**. + +| Feature | [Chardet](https://github.com/chardet/chardet) | Charset Normalizer | [cChardet](https://github.com/PyYoshi/cChardet) | +|--------------------------------------------------|:---------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------:| +| `Fast` | ❌ | ✅ | ✅ | +| `Universal**` | ❌ | ✅ | ❌ | +| `Reliable` **without** distinguishable standards | ❌ | ✅ | ✅ | +| `Reliable` **with** distinguishable standards | ✅ | ✅ | ✅ | +| `License` | LGPL-2.1
    _restrictive_ | MIT | MPL-1.1
    _restrictive_ | +| `Native Python` | ✅ | ✅ | ❌ | +| `Detect spoken language` | ❌ | ✅ | N/A | +| `UnicodeDecodeError Safety` | ❌ | ✅ | ❌ | +| `Whl Size (min)` | 193.6 kB | 42 kB | ~200 kB | +| `Supported Encoding` | 33 | 🎉 [99](https://charset-normalizer.readthedocs.io/en/latest/user/support.html#supported-encodings) | 40 | + +

    +Reading Normalized TextCat Reading Text +

    + +*\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*
    +Did you got there because of the logs? See [https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html](https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html) + +## ⚡ Performance + +This package offer better performance than its counterpart Chardet. Here are some numbers. + +| Package | Accuracy | Mean per file (ms) | File per sec (est) | +|-----------------------------------------------|:--------:|:------------------:|:------------------:| +| [chardet](https://github.com/chardet/chardet) | 86 % | 200 ms | 5 file/sec | +| charset-normalizer | **98 %** | **10 ms** | 100 file/sec | + +| Package | 99th percentile | 95th percentile | 50th percentile | +|-----------------------------------------------|:---------------:|:---------------:|:---------------:| +| [chardet](https://github.com/chardet/chardet) | 1200 ms | 287 ms | 23 ms | +| charset-normalizer | 100 ms | 50 ms | 5 ms | + +Chardet's performance on larger file (1MB+) are very poor. Expect huge difference on large payload. + +> Stats are generated using 400+ files using default parameters. More details on used files, see GHA workflows. +> And yes, these results might change at any time. The dataset can be updated to include more files. +> The actual delays heavily depends on your CPU capabilities. The factors should remain the same. +> Keep in mind that the stats are generous and that Chardet accuracy vs our is measured using Chardet initial capability +> (eg. Supported Encoding) Challenge-them if you want. + +## ✨ Installation + +Using pip: + +```sh +pip install charset-normalizer -U +``` + +## 🚀 Basic Usage + +### CLI +This package comes with a CLI. + +``` +usage: normalizer [-h] [-v] [-a] [-n] [-m] [-r] [-f] [-t THRESHOLD] + file [file ...] + +The Real First Universal Charset Detector. Discover originating encoding used +on text file. Normalize text to unicode. + +positional arguments: + files File(s) to be analysed + +optional arguments: + -h, --help show this help message and exit + -v, --verbose Display complementary information about file if any. + Stdout will contain logs about the detection process. + -a, --with-alternative + Output complementary possibilities if any. Top-level + JSON WILL be a list. + -n, --normalize Permit to normalize input file. If not set, program + does not write anything. + -m, --minimal Only output the charset detected to STDOUT. Disabling + JSON output. + -r, --replace Replace file when trying to normalize it instead of + creating a new one. + -f, --force Replace file without asking if you are sure, use this + flag with caution. + -t THRESHOLD, --threshold THRESHOLD + Define a custom maximum amount of chaos allowed in + decoded content. 0. <= chaos <= 1. + --version Show version information and exit. +``` + +```bash +normalizer ./data/sample.1.fr.srt +``` + +or + +```bash +python -m charset_normalizer ./data/sample.1.fr.srt +``` + +🎉 Since version 1.4.0 the CLI produce easily usable stdout result in JSON format. + +```json +{ + "path": "/home/default/projects/charset_normalizer/data/sample.1.fr.srt", + "encoding": "cp1252", + "encoding_aliases": [ + "1252", + "windows_1252" + ], + "alternative_encodings": [ + "cp1254", + "cp1256", + "cp1258", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + "mbcs" + ], + "language": "French", + "alphabets": [ + "Basic Latin", + "Latin-1 Supplement" + ], + "has_sig_or_bom": false, + "chaos": 0.149, + "coherence": 97.152, + "unicode_path": null, + "is_preferred": true +} +``` + +### Python +*Just print out normalized text* +```python +from charset_normalizer import from_path + +results = from_path('./my_subtitle.srt') + +print(str(results.best())) +``` + +*Upgrade your code without effort* +```python +from charset_normalizer import detect +``` + +The above code will behave the same as **chardet**. We ensure that we offer the best (reasonable) BC result possible. + +See the docs for advanced usage : [readthedocs.io](https://charset-normalizer.readthedocs.io/en/latest/) + +## 😇 Why + +When I started using Chardet, I noticed that it was not suited to my expectations, and I wanted to propose a +reliable alternative using a completely different method. Also! I never back down on a good challenge! + +I **don't care** about the **originating charset** encoding, because **two different tables** can +produce **two identical rendered string.** +What I want is to get readable text, the best I can. + +In a way, **I'm brute forcing text decoding.** How cool is that ? 😎 + +Don't confuse package **ftfy** with charset-normalizer or chardet. ftfy goal is to repair unicode string whereas charset-normalizer to convert raw file in unknown encoding to unicode. + +## 🍰 How + + - Discard all charset encoding table that could not fit the binary content. + - Measure noise, or the mess once opened (by chunks) with a corresponding charset encoding. + - Extract matches with the lowest mess detected. + - Additionally, we measure coherence / probe for a language. + +**Wait a minute**, what is noise/mess and coherence according to **YOU ?** + +*Noise :* I opened hundred of text files, **written by humans**, with the wrong encoding table. **I observed**, then +**I established** some ground rules about **what is obvious** when **it seems like** a mess. + I know that my interpretation of what is noise is probably incomplete, feel free to contribute in order to + improve or rewrite it. + +*Coherence :* For each language there is on earth, we have computed ranked letter appearance occurrences (the best we can). So I thought +that intel is worth something here. So I use those records against decoded text to check if I can detect intelligent design. + +## ⚡ Known limitations + + - Language detection is unreliable when text contains two or more languages sharing identical letters. (eg. HTML (english tags) + Turkish content (Sharing Latin characters)) + - Every charset detector heavily depends on sufficient content. In common cases, do not bother run detection on very tiny content. + +## ⚠️ About Python EOLs + +**If you are running:** + +- Python >=2.7,<3.5: Unsupported +- Python 3.5: charset-normalizer < 2.1 +- Python 3.6: charset-normalizer < 3.1 +- Python 3.7: charset-normalizer < 4.0 + +Upgrade your Python interpreter as soon as possible. + +## 👤 Contributing + +Contributions, issues and feature requests are very much welcome.
    +Feel free to check [issues page](https://github.com/ousret/charset_normalizer/issues) if you want to contribute. + +## 📝 License + +Copyright © [Ahmed TAHRI @Ousret](https://github.com/Ousret).
    +This project is [MIT](https://github.com/Ousret/charset_normalizer/blob/master/LICENSE) licensed. + +Characters frequencies used in this project © 2012 [Denny Vrandečić](http://simia.net/letters/) + +## 💼 For Enterprise + +Professional support for charset-normalizer is available as part of the [Tidelift +Subscription][1]. Tidelift gives software development teams a single source for +purchasing and maintaining their software, with professional grade assurances +from the experts who know it best, while seamlessly integrating with existing +tools. + +[1]: https://tidelift.com/subscription/pkg/pypi-charset-normalizer?utm_source=pypi-charset-normalizer&utm_medium=readme + +# Changelog +All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [3.3.2](https://github.com/Ousret/charset_normalizer/compare/3.3.1...3.3.2) (2023-10-31) + +### Fixed +- Unintentional memory usage regression when using large payload that match several encoding (#376) +- Regression on some detection case showcased in the documentation (#371) + +### Added +- Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife) + +## [3.3.1](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.3.1) (2023-10-22) + +### Changed +- Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8 +- Improved the general detection reliability based on reports from the community + +## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) (2023-09-30) + +### Added +- Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer` +- Support for 9 forgotten encoding that are supported by Python but unlisted in `encoding.aliases` as they have no alias (#323) + +### Removed +- (internal) Redundant utils.is_ascii function and unused function is_private_use_only +- (internal) charset_normalizer.assets is moved inside charset_normalizer.constant + +### Changed +- (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection +- Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8 + +### Fixed +- Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in \_\_lt\_\_ (#350) + +## [3.2.0](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.2.0) (2023-06-07) + +### Changed +- Typehint for function `from_path` no longer enforce `PathLike` as its first argument +- Minor improvement over the global detection reliability + +### Added +- Introduce function `is_binary` that relies on main capabilities, and optimized to detect binaries +- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and `from_fp` that allow a deeper control over the detection (default True) +- Explicit support for Python 3.12 + +### Fixed +- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289) + +## [3.1.0](https://github.com/Ousret/charset_normalizer/compare/3.0.1...3.1.0) (2023-03-06) + +### Added +- Argument `should_rename_legacy` for legacy function `detect` and disregard any new arguments without errors (PR #262) + +### Removed +- Support for Python 3.6 (PR #260) + +### Changed +- Optional speedup provided by mypy/c 1.0.1 + +## [3.0.1](https://github.com/Ousret/charset_normalizer/compare/3.0.0...3.0.1) (2022-11-18) + +### Fixed +- Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) + +### Changed +- Speedup provided by mypy/c 0.990 on Python >= 3.7 + +## [3.0.0](https://github.com/Ousret/charset_normalizer/compare/2.1.1...3.0.0) (2022-10-20) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it +- Sphinx warnings when generating the documentation + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [3.0.0rc1](https://github.com/Ousret/charset_normalizer/compare/3.0.0b2...3.0.0rc1) (2022-10-18) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' + +## [3.0.0b2](https://github.com/Ousret/charset_normalizer/compare/3.0.0b1...3.0.0b2) (2022-08-21) + +### Added +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Removed +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) + +### Fixed +- Sphinx warnings when generating the documentation + +## [3.0.0b1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...3.0.0b1) (2022-08-15) + +### Changed +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Removed +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19) + +### Deprecated +- Function `normalize` scheduled for removal in 3.0 + +### Changed +- Removed useless call to decode in fn is_unprintable (#206) + +### Fixed +- Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204) + +## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19) + +### Added +- Output the Unicode table version when running the CLI with `--version` (PR #194) + +### Changed +- Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175) +- Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183) + +### Fixed +- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) +- CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181) + +### Removed +- Support for Python 3.5 (PR #192) + +### Deprecated +- Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) + +## [2.0.12](https://github.com/Ousret/charset_normalizer/compare/2.0.11...2.0.12) (2022-02-12) + +### Fixed +- ASCII miss-detection on rare cases (PR #170) + +## [2.0.11](https://github.com/Ousret/charset_normalizer/compare/2.0.10...2.0.11) (2022-01-30) + +### Added +- Explicit support for Python 3.11 (PR #164) + +### Changed +- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165) + +## [2.0.10](https://github.com/Ousret/charset_normalizer/compare/2.0.9...2.0.10) (2022-01-04) + +### Fixed +- Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #154) + +### Changed +- Skipping the language-detection (CD) on ASCII (PR #155) + +## [2.0.9](https://github.com/Ousret/charset_normalizer/compare/2.0.8...2.0.9) (2021-12-03) + +### Changed +- Moderating the logging impact (since 2.0.8) for specific environments (PR #147) + +### Fixed +- Wrong logging level applied when setting kwarg `explain` to True (PR #146) + +## [2.0.8](https://github.com/Ousret/charset_normalizer/compare/2.0.7...2.0.8) (2021-11-24) +### Changed +- Improvement over Vietnamese detection (PR #126) +- MD improvement on trailing data and long foreign (non-pure latin) data (PR #124) +- Efficiency improvements in cd/alphabet_languages from [@adbar](https://github.com/adbar) (PR #122) +- call sum() without an intermediary list following PEP 289 recommendations from [@adbar](https://github.com/adbar) (PR #129) +- Code style as refactored by Sourcery-AI (PR #131) +- Minor adjustment on the MD around european words (PR #133) +- Remove and replace SRTs from assets / tests (PR #139) +- Initialize the library logger with a `NullHandler` by default from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Setting kwarg `explain` to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #135) + +### Fixed +- Fix large (misleading) sequence giving UnicodeDecodeError (PR #137) +- Avoid using too insignificant chunk (PR #137) + +### Added +- Add and expose function `set_logging_handler` to configure a specific StreamHandler from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Add `CHANGELOG.md` entries, format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (PR #141) + +## [2.0.7](https://github.com/Ousret/charset_normalizer/compare/2.0.6...2.0.7) (2021-10-11) +### Added +- Add support for Kazakh (Cyrillic) language detection (PR #109) + +### Changed +- Further, improve inferring the language from a given single-byte code page (PR #112) +- Vainly trying to leverage PEP263 when PEP3120 is not supported (PR #116) +- Refactoring for potential performance improvements in loops from [@adbar](https://github.com/adbar) (PR #113) +- Various detection improvement (MD+CD) (PR #117) + +### Removed +- Remove redundant logging entry about detected language(s) (PR #115) + +### Fixed +- Fix a minor inconsistency between Python 3.5 and other versions regarding language detection (PR #117 #102) + +## [2.0.6](https://github.com/Ousret/charset_normalizer/compare/2.0.5...2.0.6) (2021-09-18) +### Fixed +- Unforeseen regression with the loss of the backward-compatibility with some older minor of Python 3.5.x (PR #100) +- Fix CLI crash when using --minimal output in certain cases (PR #103) + +### Changed +- Minor improvement to the detection efficiency (less than 1%) (PR #106 #101) + +## [2.0.5](https://github.com/Ousret/charset_normalizer/compare/2.0.4...2.0.5) (2021-09-14) +### Changed +- The project now comply with: flake8, mypy, isort and black to ensure a better overall quality (PR #81) +- The BC-support with v1.x was improved, the old staticmethods are restored (PR #82) +- The Unicode detection is slightly improved (PR #93) +- Add syntax sugar \_\_bool\_\_ for results CharsetMatches list-container (PR #91) + +### Removed +- The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead (PR #92) + +### Fixed +- In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection (PR #95) +- Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection (PR #96) +- The MANIFEST.in was not exhaustive (PR #78) + +## [2.0.4](https://github.com/Ousret/charset_normalizer/compare/2.0.3...2.0.4) (2021-07-30) +### Fixed +- The CLI no longer raise an unexpected exception when no encoding has been found (PR #70) +- Fix accessing the 'alphabets' property when the payload contains surrogate characters (PR #68) +- The logger could mislead (explain=True) on detected languages and the impact of one MBCS match (PR #72) +- Submatch factoring could be wrong in rare edge cases (PR #72) +- Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path) (PR #72) +- Fix line endings from CRLF to LF for certain project files (PR #67) + +### Changed +- Adjust the MD to lower the sensitivity, thus improving the global detection reliability (PR #69 #76) +- Allow fallback on specified encoding if any (PR #71) + +## [2.0.3](https://github.com/Ousret/charset_normalizer/compare/2.0.2...2.0.3) (2021-07-16) +### Changed +- Part of the detection mechanism has been improved to be less sensitive, resulting in more accurate detection results. Especially ASCII. (PR #63) +- According to the community wishes, the detection will fall back on ASCII or UTF-8 in a last-resort case. (PR #64) + +## [2.0.2](https://github.com/Ousret/charset_normalizer/compare/2.0.1...2.0.2) (2021-07-15) +### Fixed +- Empty/Too small JSON payload miss-detection fixed. Report from [@tseaver](https://github.com/tseaver) (PR #59) + +### Changed +- Don't inject unicodedata2 into sys.modules from [@akx](https://github.com/akx) (PR #57) + +## [2.0.1](https://github.com/Ousret/charset_normalizer/compare/2.0.0...2.0.1) (2021-07-13) +### Fixed +- Make it work where there isn't a filesystem available, dropping assets frequencies.json. Report from [@sethmlarson](https://github.com/sethmlarson). (PR #55) +- Using explain=False permanently disable the verbose output in the current runtime (PR #47) +- One log entry (language target preemptive) was not show in logs when using explain=True (PR #47) +- Fix undesired exception (ValueError) on getitem of instance CharsetMatches (PR #52) + +### Changed +- Public function normalize default args values were not aligned with from_bytes (PR #53) + +### Added +- You may now use charset aliases in cp_isolation and cp_exclusion arguments (PR #47) + +## [2.0.0](https://github.com/Ousret/charset_normalizer/compare/1.4.1...2.0.0) (2021-07-02) +### Changed +- 4x to 5 times faster than the previous 1.4.0 release. At least 2x faster than Chardet. +- Accent has been made on UTF-8 detection, should perform rather instantaneous. +- The backward compatibility with Chardet has been greatly improved. The legacy detect function returns an identical charset name whenever possible. +- The detection mechanism has been slightly improved, now Turkish content is detected correctly (most of the time) +- The program has been rewritten to ease the readability and maintainability. (+Using static typing)+ +- utf_7 detection has been reinstated. + +### Removed +- This package no longer require anything when used with Python 3.5 (Dropped cached_property) +- Removed support for these languages: Catalan, Esperanto, Kazakh, Baque, Volapük, Azeri, Galician, Nynorsk, Macedonian, and Serbocroatian. +- The exception hook on UnicodeDecodeError has been removed. + +### Deprecated +- Methods coherence_non_latin, w_counter, chaos_secondary_pass of the class CharsetMatch are now deprecated and scheduled for removal in v3.0 + +### Fixed +- The CLI output used the relative path of the file(s). Should be absolute. + +## [1.4.1](https://github.com/Ousret/charset_normalizer/compare/1.4.0...1.4.1) (2021-05-28) +### Fixed +- Logger configuration/usage no longer conflict with others (PR #44) + +## [1.4.0](https://github.com/Ousret/charset_normalizer/compare/1.3.9...1.4.0) (2021-05-21) +### Removed +- Using standard logging instead of using the package loguru. +- Dropping nose test framework in favor of the maintained pytest. +- Choose to not use dragonmapper package to help with gibberish Chinese/CJK text. +- Require cached_property only for Python 3.5 due to constraint. Dropping for every other interpreter version. +- Stop support for UTF-7 that does not contain a SIG. +- Dropping PrettyTable, replaced with pure JSON output in CLI. + +### Fixed +- BOM marker in a CharsetNormalizerMatch instance could be False in rare cases even if obviously present. Due to the sub-match factoring process. +- Not searching properly for the BOM when trying utf32/16 parent codec. + +### Changed +- Improving the package final size by compressing frequencies.json. +- Huge improvement over the larges payload. + +### Added +- CLI now produces JSON consumable output. +- Return ASCII if given sequences fit. Given reasonable confidence. + +## [1.3.9](https://github.com/Ousret/charset_normalizer/compare/1.3.8...1.3.9) (2021-05-13) + +### Fixed +- In some very rare cases, you may end up getting encode/decode errors due to a bad bytes payload (PR #40) + +## [1.3.8](https://github.com/Ousret/charset_normalizer/compare/1.3.7...1.3.8) (2021-05-12) + +### Fixed +- Empty given payload for detection may cause an exception if trying to access the `alphabets` property. (PR #39) + +## [1.3.7](https://github.com/Ousret/charset_normalizer/compare/1.3.6...1.3.7) (2021-05-12) + +### Fixed +- The legacy detect function should return UTF-8-SIG if sig is present in the payload. (PR #38) + +## [1.3.6](https://github.com/Ousret/charset_normalizer/compare/1.3.5...1.3.6) (2021-02-09) + +### Changed +- Amend the previous release to allow prettytable 2.0 (PR #35) + +## [1.3.5](https://github.com/Ousret/charset_normalizer/compare/1.3.4...1.3.5) (2021-02-08) + +### Fixed +- Fix error while using the package with a python pre-release interpreter (PR #33) + +### Changed +- Dependencies refactoring, constraints revised. + +### Added +- Add python 3.9 and 3.10 to the supported interpreters + +MIT License + +Copyright (c) 2019 TAHRI Ahmed R. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/RECORD b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/RECORD new file mode 100644 index 0000000..4bf4d67 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/RECORD @@ -0,0 +1,35 @@ +../../../bin/normalizer,sha256=k-uoHPznvx_bALpfFXWSIhbBtk_INjgYtseRbxAd0qc,275 +charset_normalizer-3.3.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +charset_normalizer-3.3.2.dist-info/LICENSE,sha256=6zGgxaT7Cbik4yBV0lweX5w1iidS_vPNcgIT0cz-4kE,1070 +charset_normalizer-3.3.2.dist-info/METADATA,sha256=cfLhl5A6SI-F0oclm8w8ux9wshL1nipdeCdVnYb4AaA,33550 +charset_normalizer-3.3.2.dist-info/RECORD,, +charset_normalizer-3.3.2.dist-info/WHEEL,sha256=4ZiCdXIWMxJyEClivrQv1QAHZpQh8kVYU92_ZAVwaok,152 +charset_normalizer-3.3.2.dist-info/entry_points.txt,sha256=ADSTKrkXZ3hhdOVFi6DcUEHQRS0xfxDIE_pEz4wLIXA,65 +charset_normalizer-3.3.2.dist-info/top_level.txt,sha256=7ASyzePr8_xuZWJsnqJjIBtyV8vhEo0wBCv1MPRRi3Q,19 +charset_normalizer/__init__.py,sha256=UzI3xC8PhmcLRMzSgPb6minTmRq0kWznnCBJ8ZCc2XI,1577 +charset_normalizer/__main__.py,sha256=JxY8bleaENOFlLRb9HfoeZCzAMnn2A1oGR5Xm2eyqg0,73 +charset_normalizer/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/__pycache__/api.cpython-312.pyc,, +charset_normalizer/__pycache__/cd.cpython-312.pyc,, +charset_normalizer/__pycache__/constant.cpython-312.pyc,, +charset_normalizer/__pycache__/legacy.cpython-312.pyc,, +charset_normalizer/__pycache__/md.cpython-312.pyc,, +charset_normalizer/__pycache__/models.cpython-312.pyc,, +charset_normalizer/__pycache__/utils.cpython-312.pyc,, +charset_normalizer/__pycache__/version.cpython-312.pyc,, +charset_normalizer/api.py,sha256=WOlWjy6wT8SeMYFpaGbXZFN1TMXa-s8vZYfkL4G29iQ,21097 +charset_normalizer/cd.py,sha256=xwZliZcTQFA3jU0c00PRiu9MNxXTFxQkFLWmMW24ZzI,12560 +charset_normalizer/cli/__init__.py,sha256=D5ERp8P62llm2FuoMzydZ7d9rs8cvvLXqE-1_6oViPc,100 +charset_normalizer/cli/__main__.py,sha256=2F-xURZJzo063Ye-2RLJ2wcmURpbKeAzKwpiws65dAs,9744 +charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/constant.py,sha256=p0IsOVcEbPWYPOdWhnhRbjK1YVBy6fs05C5vKC-zoxU,40481 +charset_normalizer/legacy.py,sha256=T-QuVMsMeDiQEk8WSszMrzVJg_14AMeSkmHdRYhdl1k,2071 +charset_normalizer/md.cpython-312-x86_64-linux-gnu.so,sha256=W654QTU3QZI6eWJ0fanScAr0_O6sL0I61fyRSdC-39Y,16064 +charset_normalizer/md.py,sha256=NkSuVLK13_a8c7BxZ4cGIQ5vOtGIWOdh22WZEvjp-7U,19624 +charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so,sha256=IlObIV4dmRhFV8V7H-zK4rTxPzTSi9JmrWZD26JQfxI,272640 +charset_normalizer/models.py,sha256=I5i0s4aKCCgLPY2tUY3pwkgFA-BUbbNxQ7hVkVTt62s,11624 +charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +charset_normalizer/utils.py,sha256=teiosMqzKjXyAHXnGdjSBOgnBZwx-SkBbCLrx0UXy8M,11894 +charset_normalizer/version.py,sha256=iHKUfHD3kDRSyrh_BN2ojh43TA5-UZQjvbVIEFfpHDs,79 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL new file mode 100644 index 0000000..d1b3f1d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.41.2) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_17_x86_64 +Tag: cp312-cp312-manylinux2014_x86_64 + diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt new file mode 100644 index 0000000..65619e7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +normalizer = charset_normalizer.cli:cli_detect diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt new file mode 100644 index 0000000..66958f0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt @@ -0,0 +1 @@ +charset_normalizer diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__init__.py b/venv/lib64/python3.12/site-packages/charset_normalizer/__init__.py new file mode 100644 index 0000000..55991fc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/__init__.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +""" +Charset-Normalizer +~~~~~~~~~~~~~~ +The Real First Universal Charset Detector. +A library that helps you read text from an unknown charset encoding. +Motivated by chardet, This package is trying to resolve the issue by taking a new approach. +All IANA character set names for which the Python core library provides codecs are supported. + +Basic usage: + >>> from charset_normalizer import from_bytes + >>> results = from_bytes('Bсеки човек има право на образование. Oбразованието!'.encode('utf_8')) + >>> best_guess = results.best() + >>> str(best_guess) + 'Bсеки човек има право на образование. Oбразованието!' + +Others methods and usages are available - see the full documentation +at . +:copyright: (c) 2021 by Ahmed TAHRI +:license: MIT, see LICENSE for more details. +""" +import logging + +from .api import from_bytes, from_fp, from_path, is_binary +from .legacy import detect +from .models import CharsetMatch, CharsetMatches +from .utils import set_logging_handler +from .version import VERSION, __version__ + +__all__ = ( + "from_fp", + "from_path", + "from_bytes", + "is_binary", + "detect", + "CharsetMatch", + "CharsetMatches", + "__version__", + "VERSION", + "set_logging_handler", +) + +# Attach a NullHandler to the top level logger by default +# https://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library + +logging.getLogger("charset_normalizer").addHandler(logging.NullHandler()) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__main__.py b/venv/lib64/python3.12/site-packages/charset_normalizer/__main__.py new file mode 100644 index 0000000..beae2ef --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/__main__.py @@ -0,0 +1,4 @@ +from .cli import cli_detect + +if __name__ == "__main__": + cli_detect() diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7953745f1b744bc8268bb5a03a37efe66326022 GIT binary patch literal 1738 zcmcIk&1)M+6rYu3$y(WQ?9fX~VG1RZAl4@Kp+%$yC$+J_mW%E5u$N`DJJPN_`@zht zT=h`gT>2;UZz#FAg-}yk_tIN0D@-vggdBP(xw+()Q{Sv4Dfp{GyLPC&gAZI!;E32qq(?E3k`LfDmLb>{A?s6c zsV+oJm7XL=>YCty9%B+kJS4UY02#xr_4ayZm)MeW48h}o_*CF-$nml3*=}a)i-B}Q zz!!3Q9Tk}Adk#DWtkf2mz@3PrDC7XQq3aKb@N66lz}VC=#%pV9qkzXzTETUevF9tb z?Aq!KBoz|{h$m)J;Ll#Wt5qKizfGPdza(dP_+4_I{G=G1oF%^|r#Sh2c#@og>>MY* zDgHe9F_Zk9y*vfsS@N`jci$x*K2FX*sy4Fx(^@r_UF*|oy*@$Hp+Z`{miRB}n+xnysFDMf2%J&gM@1oh;xW=;6fZ-8N4?RFq4-W{$36`t zkzN?+(4+TVDI?J|jGiamxYMvh-`I@>r_y-4Xlo6l150oZOm+-UD_WIg7qmV%}Rh@zptP{Y}Np~kviNOd(I zqkc$B8QqQ2az;c%x@p-HR>uoq#OhjF1S2qc^;|kPp2Zy^Z8yE~I!6V(yaiouv9Q;J zp|D&?7NZ>0N?&g5?YDN@X~nYCP(w~EtFH4I0K;JgBChrxFR5cz9c6W>Ey?HAF{h3S z9O=^A$*RAXmMjYrZdqw*>^seq$Qv1*`cUT6BBMQG4>C7t(TDkBV(KoPi6vxf zI&!aoC`W`ba8&M5xeakrp6bMLwnm|*l{OTA%=~~}f(m+dXt<$I4RK6~RMm&!K7?!v zV;|NG-S)b4`BCJ+BH~7$27Loon-OJ8VYP8@#SosP%j1P4-q9*TkW4Z2X5M?lFrWQ?4=DC}A9zLew`+D0ZNd74z$<9btN_dI7z2!SG&=@x zNd(B=w?YODZ+II2F&d<-?PZ0L8UtpbO{BESlu}-&yyZkVPNHsHDvMIS!MfYBnTou! zDEt$uASNc%u9}kHii<@xCJOn4J;NXnU-pch%L zoW~%`%2`#I1(|kdjOu2ST-ZuK7I^8pCv->q0i_jZjD5q=58r=TeDT9&eDFM8afk;l GA^IQc?^HPe literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5229015e503857093154538d7d3c766107792528 GIT binary patch literal 17341 zcmd6OTW}j!mRRFOyc$Fk1o(b59}o#XKv7RivaA;+nPZ8vMae32Y-5|~CIt}>y1QYC zbYoZcOzlcF+L(@$8qUU*;+9plO35Eet*hev=_8L#rD_Wh>0ztGsiiC0%qU-!#9e3Y zkK~-&Xf&vSZE50Er6qRXzJ2ex=Y7vT_u{|$d>#rex95(KI7?Cg9bb&AzF2sYw^GzE zDW2jjNooS0)}$q6ov>Q4Y)jfw_6d8+G2uv6O;n|v6V8-t!Uf;#yd&vOc_ut5?}Rr+ zPtYmfgpbr$C96~Z34e;2U{W;`HL1WvfYdvawW;7lkd$4?P^xaCE>%BKPu|_hhE(H3 zW2$MQDb+mDoNAe9NwrS2rrIXjQtcD%7RpKq)TP4)^5&EG+_va%6CI?@i22PZ-7Xd; zx`eJvqeiXyB>jG3z8fXpYrr<17Rvp5|M)hZ7F@zMp=Zk42wi!f(92iDpI?aZj8G*w zgg&e%-)f$E4+#ByE&K(cZ3v!qLj6=7U;lH*#6ZQ78U*`~0KXC74_1WV1eEjvE!HX9 zk3>r|j1{dgRy*GUV_9J|yRdD_{v(Xm51ea-(T3(M5%wVpaV%odT(5HS#Z!qHA>zQlt7`Qw?3f+(cpLQLeKnHGR@ zhEJrYV@WPOo#mzlNeiVWV->3FQi3=w#GZm60o3ZzBV$Kmx~5&YeAS>^M;4NePmq;}fxJ^s$SaC<*duPL5yH zs>|O5DdN=Xxb$31nib-Ssf56n5Y=kqSve*N?_>#e@r&8?jHI~}T$+oexs;&QCU_w& zC#IltVmg))W0RSb=1WMi_$<_<5=lfkk%P0ESbI*rafgdpD8Eikefn zGMnTQX)Ry~HfDnJ3u$gLDa59@WO9;=&uCSmAZNvNoVZrhGPr2?v%%k!e;q_;Di>W6 zMJbdF?p42JyHT35-Y(WkU9!`t-oM%jGIUZbo~h8ueN`GG}oibrL{f?SuXjgtAy zdCI=mnDs_U4j3f^x`it15i-7-Pr1%0m-Rq9CYOnA&Z~HN>r5|2iSLv_Y&Ke&Pu^xi z0*VfowQekYt_@DptiZ@1UreCeVnE zXXX{HSfHo(HuS^`!UkW?qIh!vjrYyKv@g~HY|A{@i(;Jt`x2|=LA@>16u%gB>FXp`whzGp)f)%*x&jqpsPu-iw*_u0LOB}t2oG;<6R2g0#IK= zO7%+3rGrL)^QknI;o{0QD-B8$df;4((sIQjdO?DRjMiq`T&vQ=*8FbHQ?>Q$AA~qeZgv*0iS*?TXi={%H?s zNHo`}w1LLJvQ25`U0Dm1t3i8APBt5wrg(|h>{7bK=4ZwoG|m_apqBh~8T?KIKHrAE z-FVA&%deGa?B?4IKIXc4Yc32N-v(Z#2mX3Nm&QviK{84w%p)yItJ0{nDb2TwF&9W@ z8l)3ZdMf(9h%qkkp|?^C`Fv@Nh+xY& z!?N4pNBM|6iwsw6Gcf0X9|-flc^_aKR>Dd*)=4g~Sj&w`h1daf?Jbw%~g|ix`-j5rg6u`+=$ecxPtH20p4=*(PIOk1Hgv|zol_RKopr!@Tl#^y}ZCeiX+ zCF)9EJvWf{%CSoI%7D1@nK9|F7&kPPdAk8a$|Y_VS1uL`Y-^D40%mpb1*Hcp2%?Hy zMCM9(MHCm{Q^OBbjB-n`G4e39J{MI6D{4p7z{En`*lnlecxjYD<4bNx8G4RrY_KBr zL!gI68jUCDetjjJp3WL>b|7%#)667JhgF8=?3JLro!W7Qi} z7gweKNeM}IB`8^yI3Lu1Wn8H|b=rqmg@f47_z;vfMVr8vYLS~C}FW|B52O#b; z+kXedV0jDi#UFsT8=xc%YR#vyR;a}1iqiMZLk`FAJHX%24~)B~49ow=)~M8v!#dvr ze>wVcS*eSXj~W!qu;$gTDQh<+LXx};|L@mbuyB*^H>icG8wV~^S8Q)kmn|^D%LZJz zloTf;yq0S(%WSoqUkxpm!q1FB6U>2T^xkf8){J76KqZe`9wWQ~v3{=okJ|zJztBsU zEtRMM-s}R*&Ft9s^QPkmG3$o-vN^Y{G`{`D=RYw1k>?mc{Db2^J7=6XdY;BCvX`5J z@WR8wbrSNRX_jL}?lOy6T!}T3tOKl`zg52v=ks@XU7WF)qy} zQowOw0**T?i10nd!A40D?Kd)6HpR`cm!SvpdnyAovU4C(mXl@NSpdYKUdp6^{1V?X z;t)y#C7l7lA}C50nN^m~*F`lOD`oTvYN#~?^VzHjYHFZy?jk7JR5o2?1gZwvlpt7- zkDdg*(+S|_k{OO4GNjES?Q<;dN`NlKg;~HS&7MDZVsLoR0D11*@w6HeK*_|U2-{06 zp8+dDGGJ>4)g(Q~UIfaLz)?aNGzK0b@5Zvp~u!n&%U=kCt~z1 zAyQd+D)s^hw5VNC%|U9WjhXC(Mvcw?(H2z#K~v%!8a8nry6xd~ z@D8XTC@%*arvp!cIy^%B8PE?vpapF0f%8dm;tblbVYgBCRo%bMvHinE502`Lf*CDA z01E)qhw7tePU|25`Kg2may6OqJ)krP>{uoeFQJZVRj6gdd-Uhd9rJINbT$l=Q6}9Z zqg}wnin_x|gFvQ1JxD=>9oPiS036~HWiOzIlEHrvzbIuV2Z@$}DW5t%bo6-iCEO*@ z6?^ae*=HZgoD5+2Y+4kO31aG(6EbYo$~gEC@FY6Fqa0?*iJ_-QRRbFzO~*wc1rD4` zj-WJQlN$}}>d)Jb;7&V17i2!a?^wyH10PC|Q1kSOb!)HzvjPj--BFO#x%msw1MuWw zpB8u~XTS~WJI<(x=41h_&;woOh=xmmpa`^~8$(Vf!N>7)Fjs-{C(>EKsbhY23sNuy z$CCYPqOqoK>uwNX1Ge1kEI23KO9GNfn9Ol9fJq7VvLVKRK@kI8PCU30)cEuuAusw6 zvp5e?PaghnxaPT2U<%-V*;6pvK*Rm)5fUk!9szJ*x2W8}w}GuxJ`eYFcX#P`hqWr4 z>Ebd-r3ySnMwI5?{*KY7Aihe1bI;6VXa6sTo{yu(BQJ2X9bJ{7=-?OM?BC&0tN5ozOf9< zvloP-FNCp-7Vxbo`1f+Z{fl4W_3sbOM@zO;GC!OmP_tbj#DZn(IMx_KAaIBKAoIf)Lu?T*FS(imOP;5~`7v+RO zb(GZ|`H}HsqoYF@2E8yeZk#D$jbjnf`Muvk0f|n)3xdl>9|&e=^a1w^=T_$TSL&!w z=zmyW;-K|V{rkp!tJ1h9GFdQv^e&)ONtmZ_&BOLif(svnFo#d@oGe60*jb!e(Q(Tc zaq=J`Sei^uFy$Pq1pYiZOk&KbBE&A}Si$8R@mFzi6^-oHJPB|ol8k}1<}QUvnuB;3 z&3z8SsN-ncT9qD>X?BdPv?@LR(;Vb1jpl){uNduV{$d~*D+X?w3nHLXc;rUJ6Cs){ zDWo+A3I8-7czOskjIK_E3hJUcFB~~LHad1vgp)3mSgUu-Ol$T_nM7KwC+`r4i41=B z;|-6FXjSM+)4XPb5yb|q#xp9K4X_h2Unau#2c^}X&hXi!0IEskpp)kvO<|Cszu3UB zX#qH>g|1Scgo>?B5f?^YM9lSR4p^~F3z{v(T@mr9iijs%v?|@p0wUQIG(mBTuvtNg zm>&@FP>%>ZE0j0{H_Z#)5n^drH>G9Gj!F>OE@J9c#1kZ9JKk8lb>OWNZ(Vrn#v2|P z5x2oj3&A1|j~YoaT{baYG*!UvY5AgNjn8T!I8FtVT}*V(|ksC43C>>eq9=T>3a~4n&F8v?8ChaC}OChF*u!V zIZcNADm#9rgAp~0pfwibg;+T;F{EA#mIg0<6L`%k#x$l3)?_A~m9!dAo0xvWY#QdN zSaw!pAQni%nK(H!3rG91pb{aBZtC?NE%c61~6gz;w3zwg4vztxxNvGF2ZVjNV+U=@(@g` z;QUD<2V6ZQ7)~Xogu(N(==;PW$Qivm1Z&-)**ORx(>tTXJBB2Py9S}<44#S{Dmt;U zlYT?oY$7^4r+IMcKu!!w;?Dq2v>WNq!0N72n=evy-9qAK<^<@WJ>+qq@` z`Mm4=y0bR#Y)81B>z*~bX2WXn?Ovyu4@a+$E+m)fu1&YY?b)EI7e*|nqFp#ewxkeZ2N7m~buhEsj?D<2$_!jyWvxPwSJ!jZNN~M!3U8B-G>z2a5YFiHVUh_QY3@;@Pd8-*=4^I!ECBD`!jjNT*im@d7=rGIc~~|KI@fL0+CR9;x(&Rr>7${kG9) z6B_|ey?p@hQ56+EY60Ob&aJp2cjXNm<*46qQLd)EGpxE=S6$r&S9dFP^^BQfN7-(!sCr<<^^pmVNND?rm5+ zQSf$RQP--4gDb9%^~m5gzZxFC^Hw2zH1BFrJ9a;&teu{f{jaHXBe42_C+}(iHqnjw zmhA=a_QJl?sLwyS{*yH(q%vuhX$9{1sy958FQmdCqXloc5ItJnh~Ls^!|rm2*7^?L zZC&m=lczg20uAoaeSdd8^3vUKA#!q!sa>z{xwX4cza3;0YFnJSXs_>e9+RKXNT_$FSqQ5Hk zpfaq=G^B8qdMxiWz2H3cIk~z+dl8QllbfCy^h2A@z+7C zy-kaWd)}UW|AG9WSMT+|s?uGnbYFq)yLE7d-nW&<+kwZx4$$d^%q?4?uK&(!E6mvH~upX9@@6oRkZZy0>g0W`HP=58gv2;H^bJp;zl8Ca;^sG@=$ z`R+aUYWJv-y@lX5HPpE@eJ?bqhIf86w%)mY;g$Pz@IlG5tMn^iY2e})hL(;M0zG$X zR_L9?2Ry2#nDAQPi(kC8-1ka>Zh6qY>&{!t?Z@(T%U9lJ6MvO?VU;;lU=9J2H+SZH z_AYn50LXw%I6!GY^FsBY0%*dEC+~T?)J9N5r*FrCW36*o4K}L5ZTEK^T{!m3mp^(r z-#WMwjQ))sgh&j9HWi`$OJ;b(5B)X+RLhP#k>%zWLDQZ>WXCGAufXgBSudrwpx|ac ztiE2oMmHEL*ly@w`x9jHrp*nmx`FaF<=eL3>G@)BzV%pvK8D89b&m-@0GD&>`YDw; ze0OjYCvEWNO#K>Dx5{)EnC_dg6=pZQ{nG!DKhN%7VfL)mb}a3^b+FL2FWTCJ!ivxZ{4q=g@KpK zrNeDHY-9+!tvI&IjH*oMD$`$J`pHL-jxYG(*!8h|^Wc|s^ebP(;@kPwonJA{_k*2k zuzfYyUkLW!`s3B1(ZbN^z2N9N)0}5|ifqX@o?oF~SLs@Wuz280y63)+=m(Iw_1jA; zbl+FbYMgo?UQy{8>;$cTF}6x~73ePXT+UydS{w#-`-kGB=l1Kd&AAoVdA;wdtEJ#- z`6LDt5JG~eDBm!+;)G3--Q69Ja)8jgP{IAWoZB$M7&7bD|!;h&d@cd=7 z$A~d8JjU5$!v~+g-HcK-T{mCJ`?o))+|azXb&w{>Y z(Bk;}W((fi{Zoe=e;++kHMQUIKlVG|<+oP%G~B(B>HUu1?sq`>cUE_TcKpt}C*gEF zbUL7{S*K+GSE>{zoWFA4#zie$dOx*fHV}e-8LP*P2>FqRbVJ_yN3XPJ;T>toUc}_K%P*m+%-n zEG<}ATBt71htBKHU$|A5Pjv-USB>fllK(BL%dfhcR9F3zke9C7puCQ%C(x17?6dIW zu`N=;+yHX_Ng8fjrNUc`a}c{J__a+*MvCXVWfF(8x%kiMiRY}ks9{R7T!zyhZ@{k{ zEYzG;KbaA+&Hu~imL4VpNyeJ&ij)1KD0>D{F(`Y?a-#sStS9DmNdeKgv7&FiL%x!S zEmh<-ZvBc}0`_i3&yYlmUJWbg$uamjnmq$>3GX9b@jCG5xg<(-K*CgvDOOgOtDDFb zWg-4Kd=ElSU3vuyM6#ahYy85-c%dwoDc-)bnG2XtBTmbLSgZ;MKj$KYIG&LK8Bm|DAKgka97DXuib@NnNAQO2N4$!Nau7G zGWzhpvYA0nO}BaRBLKY<&Fnuz0nDtEas~2%p3k~IyK<|2#kp@S(5%uOYM@@N?@;U7 z)y6RX@7S#do7MJVwWWVE|B zskvb10Q34X$${%ha*{45NqB3DFJ`LI@g^mbV<*{m-1|*H1t!$>j5em*^=vw3yh#q7 zWYaY_>|>oG=Rm~6@I~{Dmmm8Ok6|4RsrVD*FbB-&n!8ji)3#IC&H?9#IGLy<3*9zoYhkN$vgG z?yy*&P;mR2rYvVI%hYSXp_=}V+WxiG1$7kM9^nnv8J^~A^{eitg1af-JhbfIezi&s z^eptO26|u#wj79D^{bSBm1-$aEvh|q_2jBORIrEgbw`%%M_~a1Fsi9Qtye3aDH(#9|{-z+cs=iweGFna9{yei8a9uCn>rp$Thf0 z(L>cXFYa2h{c2w!5Z>^TI(kc;kJMFD&Fve0Qe>#=z(x%z2B^lijapI+Qguxm1PfTq zR|TKcliG9%>E=pEH(RPy7qel5CqWdRMLe;jqlu-bu*9mTki;q-M=a?mVoApkOFDvB z((%L6VT-}jis-diJgUdPU<0PY>c6|-32)e-j-U$9BC1%@QN_|zsAAPqsA83lDwcFq zv81DlB^^~P>8N7q==Y%7@hEi2Qm;0%OAWVn-f?{q&UYLtG#}ouK`lWRo<(G_q$7)^ jr;x>}r;x=e9a${t$YM!H7E3y^SOR1{oApp4mh^uBp%d&V literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e4816f8f80ab1f8c78fef36b7f98062a52247e7 GIT binary patch literal 13501 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1c362db01d33e69c91a7716b1635965deebb375 GIT binary patch literal 14376 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 b8n|z8iC*WDzQ`p#!}&6oLL++-2T&CNfTmj= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/api.py b/venv/lib64/python3.12/site-packages/charset_normalizer/api.py new file mode 100644 index 0000000..0ba08e3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/api.py @@ -0,0 +1,626 @@ +import logging +from os import PathLike +from typing import BinaryIO, List, Optional, Set, Union + +from .cd import ( + coherence_ratio, + encoding_languages, + mb_encoding_languages, + merge_coherence_ratios, +) +from .constant import IANA_SUPPORTED, TOO_BIG_SEQUENCE, TOO_SMALL_SEQUENCE, TRACE +from .md import mess_ratio +from .models import CharsetMatch, CharsetMatches +from .utils import ( + any_specified_encoding, + cut_sequence_chunks, + iana_name, + identify_sig_or_bom, + is_cp_similar, + is_multi_byte_encoding, + should_strip_sig_or_bom, +) + +# Will most likely be controversial +# logging.addLevelName(TRACE, "TRACE") +logger = logging.getLogger("charset_normalizer") +explain_handler = logging.StreamHandler() +explain_handler.setFormatter( + logging.Formatter("%(asctime)s | %(levelname)s | %(message)s") +) + + +def from_bytes( + sequences: Union[bytes, bytearray], + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.2, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Given a raw bytes sequence, return the best possibles charset usable to render str objects. + If there is no results, it is a strong indicator that the source is binary/not text. + By default, the process will extract 5 blocks of 512o each to assess the mess and coherence of a given sequence. + And will give up a particular code page after 20% of measured mess. Those criteria are customizable at will. + + The preemptive behavior DOES NOT replace the traditional detection workflow, it prioritize a particular code page + but never take it for granted. Can improve the performance. + + You may want to focus your attention to some code page or/and not others, use cp_isolation and cp_exclusion for that + purpose. + + This function will strip the SIG in the payload/sequence every time except on UTF-16, UTF-32. + By default the library does not setup any handler other than the NullHandler, if you choose to set the 'explain' + toggle to True it will alter the logger configuration to add a StreamHandler that is suitable for debugging. + Custom logging format and handler can be set manually. + """ + + if not isinstance(sequences, (bytearray, bytes)): + raise TypeError( + "Expected object of type bytes or bytearray, got: {0}".format( + type(sequences) + ) + ) + + if explain: + previous_logger_level: int = logger.level + logger.addHandler(explain_handler) + logger.setLevel(TRACE) + + length: int = len(sequences) + + if length == 0: + logger.debug("Encoding detection on empty bytes, assuming utf_8 intention.") + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level or logging.WARNING) + return CharsetMatches([CharsetMatch(sequences, "utf_8", 0.0, False, [], "")]) + + if cp_isolation is not None: + logger.log( + TRACE, + "cp_isolation is set. use this flag for debugging purpose. " + "limited list of encoding allowed : %s.", + ", ".join(cp_isolation), + ) + cp_isolation = [iana_name(cp, False) for cp in cp_isolation] + else: + cp_isolation = [] + + if cp_exclusion is not None: + logger.log( + TRACE, + "cp_exclusion is set. use this flag for debugging purpose. " + "limited list of encoding excluded : %s.", + ", ".join(cp_exclusion), + ) + cp_exclusion = [iana_name(cp, False) for cp in cp_exclusion] + else: + cp_exclusion = [] + + if length <= (chunk_size * steps): + logger.log( + TRACE, + "override steps (%i) and chunk_size (%i) as content does not fit (%i byte(s) given) parameters.", + steps, + chunk_size, + length, + ) + steps = 1 + chunk_size = length + + if steps > 1 and length / steps < chunk_size: + chunk_size = int(length / steps) + + is_too_small_sequence: bool = len(sequences) < TOO_SMALL_SEQUENCE + is_too_large_sequence: bool = len(sequences) >= TOO_BIG_SEQUENCE + + if is_too_small_sequence: + logger.log( + TRACE, + "Trying to detect encoding from a tiny portion of ({}) byte(s).".format( + length + ), + ) + elif is_too_large_sequence: + logger.log( + TRACE, + "Using lazy str decoding because the payload is quite large, ({}) byte(s).".format( + length + ), + ) + + prioritized_encodings: List[str] = [] + + specified_encoding: Optional[str] = ( + any_specified_encoding(sequences) if preemptive_behaviour else None + ) + + if specified_encoding is not None: + prioritized_encodings.append(specified_encoding) + logger.log( + TRACE, + "Detected declarative mark in sequence. Priority +1 given for %s.", + specified_encoding, + ) + + tested: Set[str] = set() + tested_but_hard_failure: List[str] = [] + tested_but_soft_failure: List[str] = [] + + fallback_ascii: Optional[CharsetMatch] = None + fallback_u8: Optional[CharsetMatch] = None + fallback_specified: Optional[CharsetMatch] = None + + results: CharsetMatches = CharsetMatches() + + sig_encoding, sig_payload = identify_sig_or_bom(sequences) + + if sig_encoding is not None: + prioritized_encodings.append(sig_encoding) + logger.log( + TRACE, + "Detected a SIG or BOM mark on first %i byte(s). Priority +1 given for %s.", + len(sig_payload), + sig_encoding, + ) + + prioritized_encodings.append("ascii") + + if "utf_8" not in prioritized_encodings: + prioritized_encodings.append("utf_8") + + for encoding_iana in prioritized_encodings + IANA_SUPPORTED: + if cp_isolation and encoding_iana not in cp_isolation: + continue + + if cp_exclusion and encoding_iana in cp_exclusion: + continue + + if encoding_iana in tested: + continue + + tested.add(encoding_iana) + + decoded_payload: Optional[str] = None + bom_or_sig_available: bool = sig_encoding == encoding_iana + strip_sig_or_bom: bool = bom_or_sig_available and should_strip_sig_or_bom( + encoding_iana + ) + + if encoding_iana in {"utf_16", "utf_32"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because it require a BOM. Will try some sub-encoder LE/BE.", + encoding_iana, + ) + continue + if encoding_iana in {"utf_7"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because detection is unreliable without BOM/SIG.", + encoding_iana, + ) + continue + + try: + is_multi_byte_decoder: bool = is_multi_byte_encoding(encoding_iana) + except (ModuleNotFoundError, ImportError): + logger.log( + TRACE, + "Encoding %s does not provide an IncrementalDecoder", + encoding_iana, + ) + continue + + try: + if is_too_large_sequence and is_multi_byte_decoder is False: + str( + sequences[: int(50e4)] + if strip_sig_or_bom is False + else sequences[len(sig_payload) : int(50e4)], + encoding=encoding_iana, + ) + else: + decoded_payload = str( + sequences + if strip_sig_or_bom is False + else sequences[len(sig_payload) :], + encoding=encoding_iana, + ) + except (UnicodeDecodeError, LookupError) as e: + if not isinstance(e, LookupError): + logger.log( + TRACE, + "Code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + similar_soft_failure_test: bool = False + + for encoding_soft_failed in tested_but_soft_failure: + if is_cp_similar(encoding_iana, encoding_soft_failed): + similar_soft_failure_test = True + break + + if similar_soft_failure_test: + logger.log( + TRACE, + "%s is deemed too similar to code page %s and was consider unsuited already. Continuing!", + encoding_iana, + encoding_soft_failed, + ) + continue + + r_ = range( + 0 if not bom_or_sig_available else len(sig_payload), + length, + int(length / steps), + ) + + multi_byte_bonus: bool = ( + is_multi_byte_decoder + and decoded_payload is not None + and len(decoded_payload) < length + ) + + if multi_byte_bonus: + logger.log( + TRACE, + "Code page %s is a multi byte encoding table and it appear that at least one character " + "was encoded using n-bytes.", + encoding_iana, + ) + + max_chunk_gave_up: int = int(len(r_) / 4) + + max_chunk_gave_up = max(max_chunk_gave_up, 2) + early_stop_count: int = 0 + lazy_str_hard_failure = False + + md_chunks: List[str] = [] + md_ratios = [] + + try: + for chunk in cut_sequence_chunks( + sequences, + encoding_iana, + r_, + chunk_size, + bom_or_sig_available, + strip_sig_or_bom, + sig_payload, + is_multi_byte_decoder, + decoded_payload, + ): + md_chunks.append(chunk) + + md_ratios.append( + mess_ratio( + chunk, + threshold, + explain is True and 1 <= len(cp_isolation) <= 2, + ) + ) + + if md_ratios[-1] >= threshold: + early_stop_count += 1 + + if (early_stop_count >= max_chunk_gave_up) or ( + bom_or_sig_available and strip_sig_or_bom is False + ): + break + except ( + UnicodeDecodeError + ) as e: # Lazy str loading may have missed something there + logger.log( + TRACE, + "LazyStr Loading: After MD chunk decode, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + early_stop_count = max_chunk_gave_up + lazy_str_hard_failure = True + + # We might want to check the sequence again with the whole content + # Only if initial MD tests passes + if ( + not lazy_str_hard_failure + and is_too_large_sequence + and not is_multi_byte_decoder + ): + try: + sequences[int(50e3) :].decode(encoding_iana, errors="strict") + except UnicodeDecodeError as e: + logger.log( + TRACE, + "LazyStr Loading: After final lookup, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + mean_mess_ratio: float = sum(md_ratios) / len(md_ratios) if md_ratios else 0.0 + if mean_mess_ratio >= threshold or early_stop_count >= max_chunk_gave_up: + tested_but_soft_failure.append(encoding_iana) + logger.log( + TRACE, + "%s was excluded because of initial chaos probing. Gave up %i time(s). " + "Computed mean chaos is %f %%.", + encoding_iana, + early_stop_count, + round(mean_mess_ratio * 100, ndigits=3), + ) + # Preparing those fallbacks in case we got nothing. + if ( + enable_fallback + and encoding_iana in ["ascii", "utf_8", specified_encoding] + and not lazy_str_hard_failure + ): + fallback_entry = CharsetMatch( + sequences, encoding_iana, threshold, False, [], decoded_payload + ) + if encoding_iana == specified_encoding: + fallback_specified = fallback_entry + elif encoding_iana == "ascii": + fallback_ascii = fallback_entry + else: + fallback_u8 = fallback_entry + continue + + logger.log( + TRACE, + "%s passed initial chaos probing. Mean measured chaos is %f %%", + encoding_iana, + round(mean_mess_ratio * 100, ndigits=3), + ) + + if not is_multi_byte_decoder: + target_languages: List[str] = encoding_languages(encoding_iana) + else: + target_languages = mb_encoding_languages(encoding_iana) + + if target_languages: + logger.log( + TRACE, + "{} should target any language(s) of {}".format( + encoding_iana, str(target_languages) + ), + ) + + cd_ratios = [] + + # We shall skip the CD when its about ASCII + # Most of the time its not relevant to run "language-detection" on it. + if encoding_iana != "ascii": + for chunk in md_chunks: + chunk_languages = coherence_ratio( + chunk, + language_threshold, + ",".join(target_languages) if target_languages else None, + ) + + cd_ratios.append(chunk_languages) + + cd_ratios_merged = merge_coherence_ratios(cd_ratios) + + if cd_ratios_merged: + logger.log( + TRACE, + "We detected language {} using {}".format( + cd_ratios_merged, encoding_iana + ), + ) + + results.append( + CharsetMatch( + sequences, + encoding_iana, + mean_mess_ratio, + bom_or_sig_available, + cd_ratios_merged, + decoded_payload, + ) + ) + + if ( + encoding_iana in [specified_encoding, "ascii", "utf_8"] + and mean_mess_ratio < 0.1 + ): + logger.debug( + "Encoding detection: %s is most likely the one.", encoding_iana + ) + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([results[encoding_iana]]) + + if encoding_iana == sig_encoding: + logger.debug( + "Encoding detection: %s is most likely the one as we detected a BOM or SIG within " + "the beginning of the sequence.", + encoding_iana, + ) + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([results[encoding_iana]]) + + if len(results) == 0: + if fallback_u8 or fallback_ascii or fallback_specified: + logger.log( + TRACE, + "Nothing got out of the detection process. Using ASCII/UTF-8/Specified fallback.", + ) + + if fallback_specified: + logger.debug( + "Encoding detection: %s will be used as a fallback match", + fallback_specified.encoding, + ) + results.append(fallback_specified) + elif ( + (fallback_u8 and fallback_ascii is None) + or ( + fallback_u8 + and fallback_ascii + and fallback_u8.fingerprint != fallback_ascii.fingerprint + ) + or (fallback_u8 is not None) + ): + logger.debug("Encoding detection: utf_8 will be used as a fallback match") + results.append(fallback_u8) + elif fallback_ascii: + logger.debug("Encoding detection: ascii will be used as a fallback match") + results.append(fallback_ascii) + + if results: + logger.debug( + "Encoding detection: Found %s as plausible (best-candidate) for content. With %i alternatives.", + results.best().encoding, # type: ignore + len(results) - 1, + ) + else: + logger.debug("Encoding detection: Unable to determine any suitable charset.") + + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + + return results + + +def from_fp( + fp: BinaryIO, + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but using a file pointer that is already ready. + Will not close the file pointer. + """ + return from_bytes( + fp.read(), + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def from_path( + path: Union[str, bytes, PathLike], # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but with one extra step. Opening and reading given file path in binary mode. + Can raise IOError. + """ + with open(path, "rb") as fp: + return from_fp( + fp, + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def is_binary( + fp_or_path_or_payload: Union[PathLike, str, BinaryIO, bytes], # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = False, +) -> bool: + """ + Detect if the given input (file, bytes, or path) points to a binary file. aka. not a string. + Based on the same main heuristic algorithms and default kwargs at the sole exception that fallbacks match + are disabled to be stricter around ASCII-compatible but unlikely to be a string. + """ + if isinstance(fp_or_path_or_payload, (str, PathLike)): + guesses = from_path( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + elif isinstance( + fp_or_path_or_payload, + ( + bytes, + bytearray, + ), + ): + guesses = from_bytes( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + else: + guesses = from_fp( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + + return not guesses diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/cd.py b/venv/lib64/python3.12/site-packages/charset_normalizer/cd.py new file mode 100644 index 0000000..4ea6760 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/cd.py @@ -0,0 +1,395 @@ +import importlib +from codecs import IncrementalDecoder +from collections import Counter +from functools import lru_cache +from typing import Counter as TypeCounter, Dict, List, Optional, Tuple + +from .constant import ( + FREQUENCIES, + KO_NAMES, + LANGUAGE_SUPPORTED_COUNT, + TOO_SMALL_SEQUENCE, + ZH_NAMES, +) +from .md import is_suspiciously_successive_range +from .models import CoherenceMatches +from .utils import ( + is_accentuated, + is_latin, + is_multi_byte_encoding, + is_unicode_range_secondary, + unicode_range, +) + + +def encoding_unicode_range(iana_name: str) -> List[str]: + """ + Return associated unicode ranges in a single byte code page. + """ + if is_multi_byte_encoding(iana_name): + raise IOError("Function not supported on multi-byte code page") + + decoder = importlib.import_module( + "encodings.{}".format(iana_name) + ).IncrementalDecoder + + p: IncrementalDecoder = decoder(errors="ignore") + seen_ranges: Dict[str, int] = {} + character_count: int = 0 + + for i in range(0x40, 0xFF): + chunk: str = p.decode(bytes([i])) + + if chunk: + character_range: Optional[str] = unicode_range(chunk) + + if character_range is None: + continue + + if is_unicode_range_secondary(character_range) is False: + if character_range not in seen_ranges: + seen_ranges[character_range] = 0 + seen_ranges[character_range] += 1 + character_count += 1 + + return sorted( + [ + character_range + for character_range in seen_ranges + if seen_ranges[character_range] / character_count >= 0.15 + ] + ) + + +def unicode_range_languages(primary_range: str) -> List[str]: + """ + Return inferred languages used with a unicode range. + """ + languages: List[str] = [] + + for language, characters in FREQUENCIES.items(): + for character in characters: + if unicode_range(character) == primary_range: + languages.append(language) + break + + return languages + + +@lru_cache() +def encoding_languages(iana_name: str) -> List[str]: + """ + Single-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + unicode_ranges: List[str] = encoding_unicode_range(iana_name) + primary_range: Optional[str] = None + + for specified_range in unicode_ranges: + if "Latin" not in specified_range: + primary_range = specified_range + break + + if primary_range is None: + return ["Latin Based"] + + return unicode_range_languages(primary_range) + + +@lru_cache() +def mb_encoding_languages(iana_name: str) -> List[str]: + """ + Multi-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + if ( + iana_name.startswith("shift_") + or iana_name.startswith("iso2022_jp") + or iana_name.startswith("euc_j") + or iana_name == "cp932" + ): + return ["Japanese"] + if iana_name.startswith("gb") or iana_name in ZH_NAMES: + return ["Chinese"] + if iana_name.startswith("iso2022_kr") or iana_name in KO_NAMES: + return ["Korean"] + + return [] + + +@lru_cache(maxsize=LANGUAGE_SUPPORTED_COUNT) +def get_target_features(language: str) -> Tuple[bool, bool]: + """ + Determine main aspects from a supported language if it contains accents and if is pure Latin. + """ + target_have_accents: bool = False + target_pure_latin: bool = True + + for character in FREQUENCIES[language]: + if not target_have_accents and is_accentuated(character): + target_have_accents = True + if target_pure_latin and is_latin(character) is False: + target_pure_latin = False + + return target_have_accents, target_pure_latin + + +def alphabet_languages( + characters: List[str], ignore_non_latin: bool = False +) -> List[str]: + """ + Return associated languages associated to given characters. + """ + languages: List[Tuple[str, float]] = [] + + source_have_accents = any(is_accentuated(character) for character in characters) + + for language, language_characters in FREQUENCIES.items(): + target_have_accents, target_pure_latin = get_target_features(language) + + if ignore_non_latin and target_pure_latin is False: + continue + + if target_have_accents is False and source_have_accents: + continue + + character_count: int = len(language_characters) + + character_match_count: int = len( + [c for c in language_characters if c in characters] + ) + + ratio: float = character_match_count / character_count + + if ratio >= 0.2: + languages.append((language, ratio)) + + languages = sorted(languages, key=lambda x: x[1], reverse=True) + + return [compatible_language[0] for compatible_language in languages] + + +def characters_popularity_compare( + language: str, ordered_characters: List[str] +) -> float: + """ + Determine if a ordered characters list (by occurrence from most appearance to rarest) match a particular language. + The result is a ratio between 0. (absolutely no correspondence) and 1. (near perfect fit). + Beware that is function is not strict on the match in order to ease the detection. (Meaning close match is 1.) + """ + if language not in FREQUENCIES: + raise ValueError("{} not available".format(language)) + + character_approved_count: int = 0 + FREQUENCIES_language_set = set(FREQUENCIES[language]) + + ordered_characters_count: int = len(ordered_characters) + target_language_characters_count: int = len(FREQUENCIES[language]) + + large_alphabet: bool = target_language_characters_count > 26 + + for character, character_rank in zip( + ordered_characters, range(0, ordered_characters_count) + ): + if character not in FREQUENCIES_language_set: + continue + + character_rank_in_language: int = FREQUENCIES[language].index(character) + expected_projection_ratio: float = ( + target_language_characters_count / ordered_characters_count + ) + character_rank_projection: int = int(character_rank * expected_projection_ratio) + + if ( + large_alphabet is False + and abs(character_rank_projection - character_rank_in_language) > 4 + ): + continue + + if ( + large_alphabet is True + and abs(character_rank_projection - character_rank_in_language) + < target_language_characters_count / 3 + ): + character_approved_count += 1 + continue + + characters_before_source: List[str] = FREQUENCIES[language][ + 0:character_rank_in_language + ] + characters_after_source: List[str] = FREQUENCIES[language][ + character_rank_in_language: + ] + characters_before: List[str] = ordered_characters[0:character_rank] + characters_after: List[str] = ordered_characters[character_rank:] + + before_match_count: int = len( + set(characters_before) & set(characters_before_source) + ) + + after_match_count: int = len( + set(characters_after) & set(characters_after_source) + ) + + if len(characters_before_source) == 0 and before_match_count <= 4: + character_approved_count += 1 + continue + + if len(characters_after_source) == 0 and after_match_count <= 4: + character_approved_count += 1 + continue + + if ( + before_match_count / len(characters_before_source) >= 0.4 + or after_match_count / len(characters_after_source) >= 0.4 + ): + character_approved_count += 1 + continue + + return character_approved_count / len(ordered_characters) + + +def alpha_unicode_split(decoded_sequence: str) -> List[str]: + """ + Given a decoded text sequence, return a list of str. Unicode range / alphabet separation. + Ex. a text containing English/Latin with a bit a Hebrew will return two items in the resulting list; + One containing the latin letters and the other hebrew. + """ + layers: Dict[str, str] = {} + + for character in decoded_sequence: + if character.isalpha() is False: + continue + + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + continue + + layer_target_range: Optional[str] = None + + for discovered_range in layers: + if ( + is_suspiciously_successive_range(discovered_range, character_range) + is False + ): + layer_target_range = discovered_range + break + + if layer_target_range is None: + layer_target_range = character_range + + if layer_target_range not in layers: + layers[layer_target_range] = character.lower() + continue + + layers[layer_target_range] += character.lower() + + return list(layers.values()) + + +def merge_coherence_ratios(results: List[CoherenceMatches]) -> CoherenceMatches: + """ + This function merge results previously given by the function coherence_ratio. + The return type is the same as coherence_ratio. + """ + per_language_ratios: Dict[str, List[float]] = {} + for result in results: + for sub_result in result: + language, ratio = sub_result + if language not in per_language_ratios: + per_language_ratios[language] = [ratio] + continue + per_language_ratios[language].append(ratio) + + merge = [ + ( + language, + round( + sum(per_language_ratios[language]) / len(per_language_ratios[language]), + 4, + ), + ) + for language in per_language_ratios + ] + + return sorted(merge, key=lambda x: x[1], reverse=True) + + +def filter_alt_coherence_matches(results: CoherenceMatches) -> CoherenceMatches: + """ + We shall NOT return "English—" in CoherenceMatches because it is an alternative + of "English". This function only keeps the best match and remove the em-dash in it. + """ + index_results: Dict[str, List[float]] = dict() + + for result in results: + language, ratio = result + no_em_name: str = language.replace("—", "") + + if no_em_name not in index_results: + index_results[no_em_name] = [] + + index_results[no_em_name].append(ratio) + + if any(len(index_results[e]) > 1 for e in index_results): + filtered_results: CoherenceMatches = [] + + for language in index_results: + filtered_results.append((language, max(index_results[language]))) + + return filtered_results + + return results + + +@lru_cache(maxsize=2048) +def coherence_ratio( + decoded_sequence: str, threshold: float = 0.1, lg_inclusion: Optional[str] = None +) -> CoherenceMatches: + """ + Detect ANY language that can be identified in given sequence. The sequence will be analysed by layers. + A layer = Character extraction by alphabets/ranges. + """ + + results: List[Tuple[str, float]] = [] + ignore_non_latin: bool = False + + sufficient_match_count: int = 0 + + lg_inclusion_list = lg_inclusion.split(",") if lg_inclusion is not None else [] + if "Latin Based" in lg_inclusion_list: + ignore_non_latin = True + lg_inclusion_list.remove("Latin Based") + + for layer in alpha_unicode_split(decoded_sequence): + sequence_frequencies: TypeCounter[str] = Counter(layer) + most_common = sequence_frequencies.most_common() + + character_count: int = sum(o for c, o in most_common) + + if character_count <= TOO_SMALL_SEQUENCE: + continue + + popular_character_ordered: List[str] = [c for c, o in most_common] + + for language in lg_inclusion_list or alphabet_languages( + popular_character_ordered, ignore_non_latin + ): + ratio: float = characters_popularity_compare( + language, popular_character_ordered + ) + + if ratio < threshold: + continue + elif ratio >= 0.8: + sufficient_match_count += 1 + + results.append((language, round(ratio, 4))) + + if sufficient_match_count >= 3: + break + + return sorted( + filter_alt_coherence_matches(results), key=lambda x: x[1], reverse=True + ) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__init__.py b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__init__.py new file mode 100644 index 0000000..d95fedf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__init__.py @@ -0,0 +1,6 @@ +from .__main__ import cli_detect, query_yes_no + +__all__ = ( + "cli_detect", + "query_yes_no", +) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__main__.py b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__main__.py new file mode 100644 index 0000000..f4bcbaa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__main__.py @@ -0,0 +1,296 @@ +import argparse +import sys +from json import dumps +from os.path import abspath, basename, dirname, join, realpath +from platform import python_version +from typing import List, Optional +from unicodedata import unidata_version + +import charset_normalizer.md as md_module +from charset_normalizer import from_fp +from charset_normalizer.models import CliDetectionResult +from charset_normalizer.version import __version__ + + +def query_yes_no(question: str, default: str = "yes") -> bool: + """Ask a yes/no question via input() and return their answer. + + "question" is a string that is presented to the user. + "default" is the presumed answer if the user just hits . + It must be "yes" (the default), "no" or None (meaning + an answer is required of the user). + + The "answer" return value is True for "yes" or False for "no". + + Credit goes to (c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input + """ + valid = {"yes": True, "y": True, "ye": True, "no": False, "n": False} + if default is None: + prompt = " [y/n] " + elif default == "yes": + prompt = " [Y/n] " + elif default == "no": + prompt = " [y/N] " + else: + raise ValueError("invalid default answer: '%s'" % default) + + while True: + sys.stdout.write(question + prompt) + choice = input().lower() + if default is not None and choice == "": + return valid[default] + elif choice in valid: + return valid[choice] + else: + sys.stdout.write("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n") + + +def cli_detect(argv: Optional[List[str]] = None) -> int: + """ + CLI assistant using ARGV and ArgumentParser + :param argv: + :return: 0 if everything is fine, anything else equal trouble + """ + parser = argparse.ArgumentParser( + description="The Real First Universal Charset Detector. " + "Discover originating encoding used on text file. " + "Normalize text to unicode." + ) + + parser.add_argument( + "files", type=argparse.FileType("rb"), nargs="+", help="File(s) to be analysed" + ) + parser.add_argument( + "-v", + "--verbose", + action="store_true", + default=False, + dest="verbose", + help="Display complementary information about file if any. " + "Stdout will contain logs about the detection process.", + ) + parser.add_argument( + "-a", + "--with-alternative", + action="store_true", + default=False, + dest="alternatives", + help="Output complementary possibilities if any. Top-level JSON WILL be a list.", + ) + parser.add_argument( + "-n", + "--normalize", + action="store_true", + default=False, + dest="normalize", + help="Permit to normalize input file. If not set, program does not write anything.", + ) + parser.add_argument( + "-m", + "--minimal", + action="store_true", + default=False, + dest="minimal", + help="Only output the charset detected to STDOUT. Disabling JSON output.", + ) + parser.add_argument( + "-r", + "--replace", + action="store_true", + default=False, + dest="replace", + help="Replace file when trying to normalize it instead of creating a new one.", + ) + parser.add_argument( + "-f", + "--force", + action="store_true", + default=False, + dest="force", + help="Replace file without asking if you are sure, use this flag with caution.", + ) + parser.add_argument( + "-t", + "--threshold", + action="store", + default=0.2, + type=float, + dest="threshold", + help="Define a custom maximum amount of chaos allowed in decoded content. 0. <= chaos <= 1.", + ) + parser.add_argument( + "--version", + action="version", + version="Charset-Normalizer {} - Python {} - Unicode {} - SpeedUp {}".format( + __version__, + python_version(), + unidata_version, + "OFF" if md_module.__file__.lower().endswith(".py") else "ON", + ), + help="Show version information and exit.", + ) + + args = parser.parse_args(argv) + + if args.replace is True and args.normalize is False: + print("Use --replace in addition of --normalize only.", file=sys.stderr) + return 1 + + if args.force is True and args.replace is False: + print("Use --force in addition of --replace only.", file=sys.stderr) + return 1 + + if args.threshold < 0.0 or args.threshold > 1.0: + print("--threshold VALUE should be between 0. AND 1.", file=sys.stderr) + return 1 + + x_ = [] + + for my_file in args.files: + matches = from_fp(my_file, threshold=args.threshold, explain=args.verbose) + + best_guess = matches.best() + + if best_guess is None: + print( + 'Unable to identify originating encoding for "{}". {}'.format( + my_file.name, + "Maybe try increasing maximum amount of chaos." + if args.threshold < 1.0 + else "", + ), + file=sys.stderr, + ) + x_.append( + CliDetectionResult( + abspath(my_file.name), + None, + [], + [], + "Unknown", + [], + False, + 1.0, + 0.0, + None, + True, + ) + ) + else: + x_.append( + CliDetectionResult( + abspath(my_file.name), + best_guess.encoding, + best_guess.encoding_aliases, + [ + cp + for cp in best_guess.could_be_from_charset + if cp != best_guess.encoding + ], + best_guess.language, + best_guess.alphabets, + best_guess.bom, + best_guess.percent_chaos, + best_guess.percent_coherence, + None, + True, + ) + ) + + if len(matches) > 1 and args.alternatives: + for el in matches: + if el != best_guess: + x_.append( + CliDetectionResult( + abspath(my_file.name), + el.encoding, + el.encoding_aliases, + [ + cp + for cp in el.could_be_from_charset + if cp != el.encoding + ], + el.language, + el.alphabets, + el.bom, + el.percent_chaos, + el.percent_coherence, + None, + False, + ) + ) + + if args.normalize is True: + if best_guess.encoding.startswith("utf") is True: + print( + '"{}" file does not need to be normalized, as it already came from unicode.'.format( + my_file.name + ), + file=sys.stderr, + ) + if my_file.closed is False: + my_file.close() + continue + + dir_path = dirname(realpath(my_file.name)) + file_name = basename(realpath(my_file.name)) + + o_: List[str] = file_name.split(".") + + if args.replace is False: + o_.insert(-1, best_guess.encoding) + if my_file.closed is False: + my_file.close() + elif ( + args.force is False + and query_yes_no( + 'Are you sure to normalize "{}" by replacing it ?'.format( + my_file.name + ), + "no", + ) + is False + ): + if my_file.closed is False: + my_file.close() + continue + + try: + x_[0].unicode_path = join(dir_path, ".".join(o_)) + + with open(x_[0].unicode_path, "w", encoding="utf-8") as fp: + fp.write(str(best_guess)) + except IOError as e: + print(str(e), file=sys.stderr) + if my_file.closed is False: + my_file.close() + return 2 + + if my_file.closed is False: + my_file.close() + + if args.minimal is False: + print( + dumps( + [el.__dict__ for el in x_] if len(x_) > 1 else x_[0].__dict__, + ensure_ascii=True, + indent=4, + ) + ) + else: + for my_file in args.files: + print( + ", ".join( + [ + el.encoding or "undefined" + for el in x_ + if el.path == abspath(my_file.name) + ] + ) + ) + + return 0 + + +if __name__ == "__main__": + cli_detect() diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b395618711919904dab237c1503c45290586300d GIT binary patch literal 296 zcmXv~y-ve05VoC24S|Z4SIE#>z>0VR#DZ9|oJ@Q)2HOd?TNE~)f@fgkJ$QpG3`}g5 zx^?0r!3}r!-F^4_IiHt|aOP4;^N|04dJ-3d8wOf$_bbG+tG)PfVLvq4nZ52th` z#tV*%il@c3X1&#f(}#4 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4889caf424bb5124e91b7b4f1372b64d61d5f47 GIT binary patch literal 10400 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/constant.py b/venv/lib64/python3.12/site-packages/charset_normalizer/constant.py new file mode 100644 index 0000000..8634904 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/constant.py @@ -0,0 +1,1995 @@ +# -*- coding: utf-8 -*- +from codecs import BOM_UTF8, BOM_UTF16_BE, BOM_UTF16_LE, BOM_UTF32_BE, BOM_UTF32_LE +from encodings.aliases import aliases +from re import IGNORECASE, compile as re_compile +from typing import Dict, List, Set, Union + +# Contain for each eligible encoding a list of/item bytes SIG/BOM +ENCODING_MARKS: Dict[str, Union[bytes, List[bytes]]] = { + "utf_8": BOM_UTF8, + "utf_7": [ + b"\x2b\x2f\x76\x38", + b"\x2b\x2f\x76\x39", + b"\x2b\x2f\x76\x2b", + b"\x2b\x2f\x76\x2f", + b"\x2b\x2f\x76\x38\x2d", + ], + "gb18030": b"\x84\x31\x95\x33", + "utf_32": [BOM_UTF32_BE, BOM_UTF32_LE], + "utf_16": [BOM_UTF16_BE, BOM_UTF16_LE], +} + +TOO_SMALL_SEQUENCE: int = 32 +TOO_BIG_SEQUENCE: int = int(10e6) + +UTF8_MAXIMAL_ALLOCATION: int = 1_112_064 + +# Up-to-date Unicode ucd/15.0.0 +UNICODE_RANGES_COMBINED: Dict[str, range] = { + "Control character": range(32), + "Basic Latin": range(32, 128), + "Latin-1 Supplement": range(128, 256), + "Latin Extended-A": range(256, 384), + "Latin Extended-B": range(384, 592), + "IPA Extensions": range(592, 688), + "Spacing Modifier Letters": range(688, 768), + "Combining Diacritical Marks": range(768, 880), + "Greek and Coptic": range(880, 1024), + "Cyrillic": range(1024, 1280), + "Cyrillic Supplement": range(1280, 1328), + "Armenian": range(1328, 1424), + "Hebrew": range(1424, 1536), + "Arabic": range(1536, 1792), + "Syriac": range(1792, 1872), + "Arabic Supplement": range(1872, 1920), + "Thaana": range(1920, 1984), + "NKo": range(1984, 2048), + "Samaritan": range(2048, 2112), + "Mandaic": range(2112, 2144), + "Syriac Supplement": range(2144, 2160), + "Arabic Extended-B": range(2160, 2208), + "Arabic Extended-A": range(2208, 2304), + "Devanagari": range(2304, 2432), + "Bengali": range(2432, 2560), + "Gurmukhi": range(2560, 2688), + "Gujarati": range(2688, 2816), + "Oriya": range(2816, 2944), + "Tamil": range(2944, 3072), + "Telugu": range(3072, 3200), + "Kannada": range(3200, 3328), + "Malayalam": range(3328, 3456), + "Sinhala": range(3456, 3584), + "Thai": range(3584, 3712), + "Lao": range(3712, 3840), + "Tibetan": range(3840, 4096), + "Myanmar": range(4096, 4256), + "Georgian": range(4256, 4352), + "Hangul Jamo": range(4352, 4608), + "Ethiopic": range(4608, 4992), + "Ethiopic Supplement": range(4992, 5024), + "Cherokee": range(5024, 5120), + "Unified Canadian Aboriginal Syllabics": range(5120, 5760), + "Ogham": range(5760, 5792), + "Runic": range(5792, 5888), + "Tagalog": range(5888, 5920), + "Hanunoo": range(5920, 5952), + "Buhid": range(5952, 5984), + "Tagbanwa": range(5984, 6016), + "Khmer": range(6016, 6144), + "Mongolian": range(6144, 6320), + "Unified Canadian Aboriginal Syllabics Extended": range(6320, 6400), + "Limbu": range(6400, 6480), + "Tai Le": range(6480, 6528), + "New Tai Lue": range(6528, 6624), + "Khmer Symbols": range(6624, 6656), + "Buginese": range(6656, 6688), + "Tai Tham": range(6688, 6832), + "Combining Diacritical Marks Extended": range(6832, 6912), + "Balinese": range(6912, 7040), + "Sundanese": range(7040, 7104), + "Batak": range(7104, 7168), + "Lepcha": range(7168, 7248), + "Ol Chiki": range(7248, 7296), + "Cyrillic Extended-C": range(7296, 7312), + "Georgian Extended": range(7312, 7360), + "Sundanese Supplement": range(7360, 7376), + "Vedic Extensions": range(7376, 7424), + "Phonetic Extensions": range(7424, 7552), + "Phonetic Extensions Supplement": range(7552, 7616), + "Combining Diacritical Marks Supplement": range(7616, 7680), + "Latin Extended Additional": range(7680, 7936), + "Greek Extended": range(7936, 8192), + "General Punctuation": range(8192, 8304), + "Superscripts and Subscripts": range(8304, 8352), + "Currency Symbols": range(8352, 8400), + "Combining Diacritical Marks for Symbols": range(8400, 8448), + "Letterlike Symbols": range(8448, 8528), + "Number Forms": range(8528, 8592), + "Arrows": range(8592, 8704), + "Mathematical Operators": range(8704, 8960), + "Miscellaneous Technical": range(8960, 9216), + "Control Pictures": range(9216, 9280), + "Optical Character Recognition": range(9280, 9312), + "Enclosed Alphanumerics": range(9312, 9472), + "Box Drawing": range(9472, 9600), + "Block Elements": range(9600, 9632), + "Geometric Shapes": range(9632, 9728), + "Miscellaneous Symbols": range(9728, 9984), + "Dingbats": range(9984, 10176), + "Miscellaneous Mathematical Symbols-A": range(10176, 10224), + "Supplemental Arrows-A": range(10224, 10240), + "Braille Patterns": range(10240, 10496), + "Supplemental Arrows-B": range(10496, 10624), + "Miscellaneous Mathematical Symbols-B": range(10624, 10752), + "Supplemental Mathematical Operators": range(10752, 11008), + "Miscellaneous Symbols and Arrows": range(11008, 11264), + "Glagolitic": range(11264, 11360), + "Latin Extended-C": range(11360, 11392), + "Coptic": range(11392, 11520), + "Georgian Supplement": range(11520, 11568), + "Tifinagh": range(11568, 11648), + "Ethiopic Extended": range(11648, 11744), + "Cyrillic Extended-A": range(11744, 11776), + "Supplemental Punctuation": range(11776, 11904), + "CJK Radicals Supplement": range(11904, 12032), + "Kangxi Radicals": range(12032, 12256), + "Ideographic Description Characters": range(12272, 12288), + "CJK Symbols and Punctuation": range(12288, 12352), + "Hiragana": range(12352, 12448), + "Katakana": range(12448, 12544), + "Bopomofo": range(12544, 12592), + "Hangul Compatibility Jamo": range(12592, 12688), + "Kanbun": range(12688, 12704), + "Bopomofo Extended": range(12704, 12736), + "CJK Strokes": range(12736, 12784), + "Katakana Phonetic Extensions": range(12784, 12800), + "Enclosed CJK Letters and Months": range(12800, 13056), + "CJK Compatibility": range(13056, 13312), + "CJK Unified Ideographs Extension A": range(13312, 19904), + "Yijing Hexagram Symbols": range(19904, 19968), + "CJK Unified Ideographs": range(19968, 40960), + "Yi Syllables": range(40960, 42128), + "Yi Radicals": range(42128, 42192), + "Lisu": range(42192, 42240), + "Vai": range(42240, 42560), + "Cyrillic Extended-B": range(42560, 42656), + "Bamum": range(42656, 42752), + "Modifier Tone Letters": range(42752, 42784), + "Latin Extended-D": range(42784, 43008), + "Syloti Nagri": range(43008, 43056), + "Common Indic Number Forms": range(43056, 43072), + "Phags-pa": range(43072, 43136), + "Saurashtra": range(43136, 43232), + "Devanagari Extended": range(43232, 43264), + "Kayah Li": range(43264, 43312), + "Rejang": range(43312, 43360), + "Hangul Jamo Extended-A": range(43360, 43392), + "Javanese": range(43392, 43488), + "Myanmar Extended-B": range(43488, 43520), + "Cham": range(43520, 43616), + "Myanmar Extended-A": range(43616, 43648), + "Tai Viet": range(43648, 43744), + "Meetei Mayek Extensions": range(43744, 43776), + "Ethiopic Extended-A": range(43776, 43824), + "Latin Extended-E": range(43824, 43888), + "Cherokee Supplement": range(43888, 43968), + "Meetei Mayek": range(43968, 44032), + "Hangul Syllables": range(44032, 55216), + "Hangul Jamo Extended-B": range(55216, 55296), + "High Surrogates": range(55296, 56192), + "High Private Use Surrogates": range(56192, 56320), + "Low Surrogates": range(56320, 57344), + "Private Use Area": range(57344, 63744), + "CJK Compatibility Ideographs": range(63744, 64256), + "Alphabetic Presentation Forms": range(64256, 64336), + "Arabic Presentation Forms-A": range(64336, 65024), + "Variation Selectors": range(65024, 65040), + "Vertical Forms": range(65040, 65056), + "Combining Half Marks": range(65056, 65072), + "CJK Compatibility Forms": range(65072, 65104), + "Small Form Variants": range(65104, 65136), + "Arabic Presentation Forms-B": range(65136, 65280), + "Halfwidth and Fullwidth Forms": range(65280, 65520), + "Specials": range(65520, 65536), + "Linear B Syllabary": range(65536, 65664), + "Linear B Ideograms": range(65664, 65792), + "Aegean Numbers": range(65792, 65856), + "Ancient Greek Numbers": range(65856, 65936), + "Ancient Symbols": range(65936, 66000), + "Phaistos Disc": range(66000, 66048), + "Lycian": range(66176, 66208), + "Carian": range(66208, 66272), + "Coptic Epact Numbers": range(66272, 66304), + "Old Italic": range(66304, 66352), + "Gothic": range(66352, 66384), + "Old Permic": range(66384, 66432), + "Ugaritic": range(66432, 66464), + "Old Persian": range(66464, 66528), + "Deseret": range(66560, 66640), + "Shavian": range(66640, 66688), + "Osmanya": range(66688, 66736), + "Osage": range(66736, 66816), + "Elbasan": range(66816, 66864), + "Caucasian Albanian": range(66864, 66928), + "Vithkuqi": range(66928, 67008), + "Linear A": range(67072, 67456), + "Latin Extended-F": range(67456, 67520), + "Cypriot Syllabary": range(67584, 67648), + "Imperial Aramaic": range(67648, 67680), + "Palmyrene": range(67680, 67712), + "Nabataean": range(67712, 67760), + "Hatran": range(67808, 67840), + "Phoenician": range(67840, 67872), + "Lydian": range(67872, 67904), + "Meroitic Hieroglyphs": range(67968, 68000), + "Meroitic Cursive": range(68000, 68096), + "Kharoshthi": range(68096, 68192), + "Old South Arabian": range(68192, 68224), + "Old North Arabian": range(68224, 68256), + "Manichaean": range(68288, 68352), + "Avestan": range(68352, 68416), + "Inscriptional Parthian": range(68416, 68448), + "Inscriptional Pahlavi": range(68448, 68480), + "Psalter Pahlavi": range(68480, 68528), + "Old Turkic": range(68608, 68688), + "Old Hungarian": range(68736, 68864), + "Hanifi Rohingya": range(68864, 68928), + "Rumi Numeral Symbols": range(69216, 69248), + "Yezidi": range(69248, 69312), + "Arabic Extended-C": range(69312, 69376), + "Old Sogdian": range(69376, 69424), + "Sogdian": range(69424, 69488), + "Old Uyghur": range(69488, 69552), + "Chorasmian": range(69552, 69600), + "Elymaic": range(69600, 69632), + "Brahmi": range(69632, 69760), + "Kaithi": range(69760, 69840), + "Sora Sompeng": range(69840, 69888), + "Chakma": range(69888, 69968), + "Mahajani": range(69968, 70016), + "Sharada": range(70016, 70112), + "Sinhala Archaic Numbers": range(70112, 70144), + "Khojki": range(70144, 70224), + "Multani": range(70272, 70320), + "Khudawadi": range(70320, 70400), + "Grantha": range(70400, 70528), + "Newa": range(70656, 70784), + "Tirhuta": range(70784, 70880), + "Siddham": range(71040, 71168), + "Modi": range(71168, 71264), + "Mongolian Supplement": range(71264, 71296), + "Takri": range(71296, 71376), + "Ahom": range(71424, 71504), + "Dogra": range(71680, 71760), + "Warang Citi": range(71840, 71936), + "Dives Akuru": range(71936, 72032), + "Nandinagari": range(72096, 72192), + "Zanabazar Square": range(72192, 72272), + "Soyombo": range(72272, 72368), + "Unified Canadian Aboriginal Syllabics Extended-A": range(72368, 72384), + "Pau Cin Hau": range(72384, 72448), + "Devanagari Extended-A": range(72448, 72544), + "Bhaiksuki": range(72704, 72816), + "Marchen": range(72816, 72896), + "Masaram Gondi": range(72960, 73056), + "Gunjala Gondi": range(73056, 73136), + "Makasar": range(73440, 73472), + "Kawi": range(73472, 73568), + "Lisu Supplement": range(73648, 73664), + "Tamil Supplement": range(73664, 73728), + "Cuneiform": range(73728, 74752), + "Cuneiform Numbers and Punctuation": range(74752, 74880), + "Early Dynastic Cuneiform": range(74880, 75088), + "Cypro-Minoan": range(77712, 77824), + "Egyptian Hieroglyphs": range(77824, 78896), + "Egyptian Hieroglyph Format Controls": range(78896, 78944), + "Anatolian Hieroglyphs": range(82944, 83584), + "Bamum Supplement": range(92160, 92736), + "Mro": range(92736, 92784), + "Tangsa": range(92784, 92880), + "Bassa Vah": range(92880, 92928), + "Pahawh Hmong": range(92928, 93072), + "Medefaidrin": range(93760, 93856), + "Miao": range(93952, 94112), + "Ideographic Symbols and Punctuation": range(94176, 94208), + "Tangut": range(94208, 100352), + "Tangut Components": range(100352, 101120), + "Khitan Small Script": range(101120, 101632), + "Tangut Supplement": range(101632, 101760), + "Kana Extended-B": range(110576, 110592), + "Kana Supplement": range(110592, 110848), + "Kana Extended-A": range(110848, 110896), + "Small Kana Extension": range(110896, 110960), + "Nushu": range(110960, 111360), + "Duployan": range(113664, 113824), + "Shorthand Format Controls": range(113824, 113840), + "Znamenny Musical Notation": range(118528, 118736), + "Byzantine Musical Symbols": range(118784, 119040), + "Musical Symbols": range(119040, 119296), + "Ancient Greek Musical Notation": range(119296, 119376), + "Kaktovik Numerals": range(119488, 119520), + "Mayan Numerals": range(119520, 119552), + "Tai Xuan Jing Symbols": range(119552, 119648), + "Counting Rod Numerals": range(119648, 119680), + "Mathematical Alphanumeric Symbols": range(119808, 120832), + "Sutton SignWriting": range(120832, 121520), + "Latin Extended-G": range(122624, 122880), + "Glagolitic Supplement": range(122880, 122928), + "Cyrillic Extended-D": range(122928, 123024), + "Nyiakeng Puachue Hmong": range(123136, 123216), + "Toto": range(123536, 123584), + "Wancho": range(123584, 123648), + "Nag Mundari": range(124112, 124160), + "Ethiopic Extended-B": range(124896, 124928), + "Mende Kikakui": range(124928, 125152), + "Adlam": range(125184, 125280), + "Indic Siyaq Numbers": range(126064, 126144), + "Ottoman Siyaq Numbers": range(126208, 126288), + "Arabic Mathematical Alphabetic Symbols": range(126464, 126720), + "Mahjong Tiles": range(126976, 127024), + "Domino Tiles": range(127024, 127136), + "Playing Cards": range(127136, 127232), + "Enclosed Alphanumeric Supplement": range(127232, 127488), + "Enclosed Ideographic Supplement": range(127488, 127744), + "Miscellaneous Symbols and Pictographs": range(127744, 128512), + "Emoticons range(Emoji)": range(128512, 128592), + "Ornamental Dingbats": range(128592, 128640), + "Transport and Map Symbols": range(128640, 128768), + "Alchemical Symbols": range(128768, 128896), + "Geometric Shapes Extended": range(128896, 129024), + "Supplemental Arrows-C": range(129024, 129280), + "Supplemental Symbols and Pictographs": range(129280, 129536), + "Chess Symbols": range(129536, 129648), + "Symbols and Pictographs Extended-A": range(129648, 129792), + "Symbols for Legacy Computing": range(129792, 130048), + "CJK Unified Ideographs Extension B": range(131072, 173792), + "CJK Unified Ideographs Extension C": range(173824, 177984), + "CJK Unified Ideographs Extension D": range(177984, 178208), + "CJK Unified Ideographs Extension E": range(178208, 183984), + "CJK Unified Ideographs Extension F": range(183984, 191472), + "CJK Compatibility Ideographs Supplement": range(194560, 195104), + "CJK Unified Ideographs Extension G": range(196608, 201552), + "CJK Unified Ideographs Extension H": range(201552, 205744), + "Tags": range(917504, 917632), + "Variation Selectors Supplement": range(917760, 918000), + "Supplementary Private Use Area-A": range(983040, 1048576), + "Supplementary Private Use Area-B": range(1048576, 1114112), +} + + +UNICODE_SECONDARY_RANGE_KEYWORD: List[str] = [ + "Supplement", + "Extended", + "Extensions", + "Modifier", + "Marks", + "Punctuation", + "Symbols", + "Forms", + "Operators", + "Miscellaneous", + "Drawing", + "Block", + "Shapes", + "Supplemental", + "Tags", +] + +RE_POSSIBLE_ENCODING_INDICATION = re_compile( + r"(?:(?:encoding)|(?:charset)|(?:coding))(?:[\:= ]{1,10})(?:[\"\']?)([a-zA-Z0-9\-_]+)(?:[\"\']?)", + IGNORECASE, +) + +IANA_NO_ALIASES = [ + "cp720", + "cp737", + "cp856", + "cp874", + "cp875", + "cp1006", + "koi8_r", + "koi8_t", + "koi8_u", +] + +IANA_SUPPORTED: List[str] = sorted( + filter( + lambda x: x.endswith("_codec") is False + and x not in {"rot_13", "tactis", "mbcs"}, + list(set(aliases.values())) + IANA_NO_ALIASES, + ) +) + +IANA_SUPPORTED_COUNT: int = len(IANA_SUPPORTED) + +# pre-computed code page that are similar using the function cp_similarity. +IANA_SUPPORTED_SIMILAR: Dict[str, List[str]] = { + "cp037": ["cp1026", "cp1140", "cp273", "cp500"], + "cp1026": ["cp037", "cp1140", "cp273", "cp500"], + "cp1125": ["cp866"], + "cp1140": ["cp037", "cp1026", "cp273", "cp500"], + "cp1250": ["iso8859_2"], + "cp1251": ["kz1048", "ptcp154"], + "cp1252": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1253": ["iso8859_7"], + "cp1254": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1257": ["iso8859_13"], + "cp273": ["cp037", "cp1026", "cp1140", "cp500"], + "cp437": ["cp850", "cp858", "cp860", "cp861", "cp862", "cp863", "cp865"], + "cp500": ["cp037", "cp1026", "cp1140", "cp273"], + "cp850": ["cp437", "cp857", "cp858", "cp865"], + "cp857": ["cp850", "cp858", "cp865"], + "cp858": ["cp437", "cp850", "cp857", "cp865"], + "cp860": ["cp437", "cp861", "cp862", "cp863", "cp865"], + "cp861": ["cp437", "cp860", "cp862", "cp863", "cp865"], + "cp862": ["cp437", "cp860", "cp861", "cp863", "cp865"], + "cp863": ["cp437", "cp860", "cp861", "cp862", "cp865"], + "cp865": ["cp437", "cp850", "cp857", "cp858", "cp860", "cp861", "cp862", "cp863"], + "cp866": ["cp1125"], + "iso8859_10": ["iso8859_14", "iso8859_15", "iso8859_4", "iso8859_9", "latin_1"], + "iso8859_11": ["tis_620"], + "iso8859_13": ["cp1257"], + "iso8859_14": [ + "iso8859_10", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_15": [ + "cp1252", + "cp1254", + "iso8859_10", + "iso8859_14", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_16": [ + "iso8859_14", + "iso8859_15", + "iso8859_2", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_2": ["cp1250", "iso8859_16", "iso8859_4"], + "iso8859_3": ["iso8859_14", "iso8859_15", "iso8859_16", "iso8859_9", "latin_1"], + "iso8859_4": ["iso8859_10", "iso8859_2", "iso8859_9", "latin_1"], + "iso8859_7": ["cp1253"], + "iso8859_9": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "latin_1", + ], + "kz1048": ["cp1251", "ptcp154"], + "latin_1": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "iso8859_9", + ], + "mac_iceland": ["mac_roman", "mac_turkish"], + "mac_roman": ["mac_iceland", "mac_turkish"], + "mac_turkish": ["mac_iceland", "mac_roman"], + "ptcp154": ["cp1251", "kz1048"], + "tis_620": ["iso8859_11"], +} + + +CHARDET_CORRESPONDENCE: Dict[str, str] = { + "iso2022_kr": "ISO-2022-KR", + "iso2022_jp": "ISO-2022-JP", + "euc_kr": "EUC-KR", + "tis_620": "TIS-620", + "utf_32": "UTF-32", + "euc_jp": "EUC-JP", + "koi8_r": "KOI8-R", + "iso8859_1": "ISO-8859-1", + "iso8859_2": "ISO-8859-2", + "iso8859_5": "ISO-8859-5", + "iso8859_6": "ISO-8859-6", + "iso8859_7": "ISO-8859-7", + "iso8859_8": "ISO-8859-8", + "utf_16": "UTF-16", + "cp855": "IBM855", + "mac_cyrillic": "MacCyrillic", + "gb2312": "GB2312", + "gb18030": "GB18030", + "cp932": "CP932", + "cp866": "IBM866", + "utf_8": "utf-8", + "utf_8_sig": "UTF-8-SIG", + "shift_jis": "SHIFT_JIS", + "big5": "Big5", + "cp1250": "windows-1250", + "cp1251": "windows-1251", + "cp1252": "Windows-1252", + "cp1253": "windows-1253", + "cp1255": "windows-1255", + "cp1256": "windows-1256", + "cp1254": "Windows-1254", + "cp949": "CP949", +} + + +COMMON_SAFE_ASCII_CHARACTERS: Set[str] = { + "<", + ">", + "=", + ":", + "/", + "&", + ";", + "{", + "}", + "[", + "]", + ",", + "|", + '"', + "-", +} + + +KO_NAMES: Set[str] = {"johab", "cp949", "euc_kr"} +ZH_NAMES: Set[str] = {"big5", "cp950", "big5hkscs", "hz"} + +# Logging LEVEL below DEBUG +TRACE: int = 5 + + +# Language label that contain the em dash "—" +# character are to be considered alternative seq to origin +FREQUENCIES: Dict[str, List[str]] = { + "English": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "u", + "m", + "f", + "p", + "g", + "w", + "y", + "b", + "v", + "k", + "x", + "j", + "z", + "q", + ], + "English—": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "m", + "u", + "f", + "p", + "g", + "w", + "b", + "y", + "v", + "k", + "j", + "x", + "z", + "q", + ], + "German": [ + "e", + "n", + "i", + "r", + "s", + "t", + "a", + "d", + "h", + "u", + "l", + "g", + "o", + "c", + "m", + "b", + "f", + "k", + "w", + "z", + "p", + "v", + "ü", + "ä", + "ö", + "j", + ], + "French": [ + "e", + "a", + "s", + "n", + "i", + "t", + "r", + "l", + "u", + "o", + "d", + "c", + "p", + "m", + "é", + "v", + "g", + "f", + "b", + "h", + "q", + "à", + "x", + "è", + "y", + "j", + ], + "Dutch": [ + "e", + "n", + "a", + "i", + "r", + "t", + "o", + "d", + "s", + "l", + "g", + "h", + "v", + "m", + "u", + "k", + "c", + "p", + "b", + "w", + "j", + "z", + "f", + "y", + "x", + "ë", + ], + "Italian": [ + "e", + "i", + "a", + "o", + "n", + "l", + "t", + "r", + "s", + "c", + "d", + "u", + "p", + "m", + "g", + "v", + "f", + "b", + "z", + "h", + "q", + "è", + "à", + "k", + "y", + "ò", + ], + "Polish": [ + "a", + "i", + "o", + "e", + "n", + "r", + "z", + "w", + "s", + "c", + "t", + "k", + "y", + "d", + "p", + "m", + "u", + "l", + "j", + "ł", + "g", + "b", + "h", + "ą", + "ę", + "ó", + ], + "Spanish": [ + "e", + "a", + "o", + "n", + "s", + "r", + "i", + "l", + "d", + "t", + "c", + "u", + "m", + "p", + "b", + "g", + "v", + "f", + "y", + "ó", + "h", + "q", + "í", + "j", + "z", + "á", + ], + "Russian": [ + "о", + "а", + "е", + "и", + "н", + "с", + "т", + "р", + "в", + "л", + "к", + "м", + "д", + "п", + "у", + "г", + "я", + "ы", + "з", + "б", + "й", + "ь", + "ч", + "х", + "ж", + "ц", + ], + # Jap-Kanji + "Japanese": [ + "人", + "一", + "大", + "亅", + "丁", + "丨", + "竹", + "笑", + "口", + "日", + "今", + "二", + "彳", + "行", + "十", + "土", + "丶", + "寸", + "寺", + "時", + "乙", + "丿", + "乂", + "气", + "気", + "冂", + "巾", + "亠", + "市", + "目", + "儿", + "見", + "八", + "小", + "凵", + "県", + "月", + "彐", + "門", + "間", + "木", + "東", + "山", + "出", + "本", + "中", + "刀", + "分", + "耳", + "又", + "取", + "最", + "言", + "田", + "心", + "思", + "刂", + "前", + "京", + "尹", + "事", + "生", + "厶", + "云", + "会", + "未", + "来", + "白", + "冫", + "楽", + "灬", + "馬", + "尸", + "尺", + "駅", + "明", + "耂", + "者", + "了", + "阝", + "都", + "高", + "卜", + "占", + "厂", + "广", + "店", + "子", + "申", + "奄", + "亻", + "俺", + "上", + "方", + "冖", + "学", + "衣", + "艮", + "食", + "自", + ], + # Jap-Katakana + "Japanese—": [ + "ー", + "ン", + "ス", + "・", + "ル", + "ト", + "リ", + "イ", + "ア", + "ラ", + "ッ", + "ク", + "ド", + "シ", + "レ", + "ジ", + "タ", + "フ", + "ロ", + "カ", + "テ", + "マ", + "ィ", + "グ", + "バ", + "ム", + "プ", + "オ", + "コ", + "デ", + "ニ", + "ウ", + "メ", + "サ", + "ビ", + "ナ", + "ブ", + "ャ", + "エ", + "ュ", + "チ", + "キ", + "ズ", + "ダ", + "パ", + "ミ", + "ェ", + "ョ", + "ハ", + "セ", + "ベ", + "ガ", + "モ", + "ツ", + "ネ", + "ボ", + "ソ", + "ノ", + "ァ", + "ヴ", + "ワ", + "ポ", + "ペ", + "ピ", + "ケ", + "ゴ", + "ギ", + "ザ", + "ホ", + "ゲ", + "ォ", + "ヤ", + "ヒ", + "ユ", + "ヨ", + "ヘ", + "ゼ", + "ヌ", + "ゥ", + "ゾ", + "ヶ", + "ヂ", + "ヲ", + "ヅ", + "ヵ", + "ヱ", + "ヰ", + "ヮ", + "ヽ", + "゠", + "ヾ", + "ヷ", + "ヿ", + "ヸ", + "ヹ", + "ヺ", + ], + # Jap-Hiragana + "Japanese——": [ + "の", + "に", + "る", + "た", + "と", + "は", + "し", + "い", + "を", + "で", + "て", + "が", + "な", + "れ", + "か", + "ら", + "さ", + "っ", + "り", + "す", + "あ", + "も", + "こ", + "ま", + "う", + "く", + "よ", + "き", + "ん", + "め", + "お", + "け", + "そ", + "つ", + "だ", + "や", + "え", + "ど", + "わ", + "ち", + "み", + "せ", + "じ", + "ば", + "へ", + "び", + "ず", + "ろ", + "ほ", + "げ", + "む", + "べ", + "ひ", + "ょ", + "ゆ", + "ぶ", + "ご", + "ゃ", + "ね", + "ふ", + "ぐ", + "ぎ", + "ぼ", + "ゅ", + "づ", + "ざ", + "ぞ", + "ぬ", + "ぜ", + "ぱ", + "ぽ", + "ぷ", + "ぴ", + "ぃ", + "ぁ", + "ぇ", + "ぺ", + "ゞ", + "ぢ", + "ぉ", + "ぅ", + "ゐ", + "ゝ", + "ゑ", + "゛", + "゜", + "ゎ", + "ゔ", + "゚", + "ゟ", + "゙", + "ゕ", + "ゖ", + ], + "Portuguese": [ + "a", + "e", + "o", + "s", + "i", + "r", + "d", + "n", + "t", + "m", + "u", + "c", + "l", + "p", + "g", + "v", + "b", + "f", + "h", + "ã", + "q", + "é", + "ç", + "á", + "z", + "í", + ], + "Swedish": [ + "e", + "a", + "n", + "r", + "t", + "s", + "i", + "l", + "d", + "o", + "m", + "k", + "g", + "v", + "h", + "f", + "u", + "p", + "ä", + "c", + "b", + "ö", + "å", + "y", + "j", + "x", + ], + "Chinese": [ + "的", + "一", + "是", + "不", + "了", + "在", + "人", + "有", + "我", + "他", + "这", + "个", + "们", + "中", + "来", + "上", + "大", + "为", + "和", + "国", + "地", + "到", + "以", + "说", + "时", + "要", + "就", + "出", + "会", + "可", + "也", + "你", + "对", + "生", + "能", + "而", + "子", + "那", + "得", + "于", + "着", + "下", + "自", + "之", + "年", + "过", + "发", + "后", + "作", + "里", + "用", + "道", + "行", + "所", + "然", + "家", + "种", + "事", + "成", + "方", + "多", + "经", + "么", + "去", + "法", + "学", + "如", + "都", + "同", + "现", + "当", + "没", + "动", + "面", + "起", + "看", + "定", + "天", + "分", + "还", + "进", + "好", + "小", + "部", + "其", + "些", + "主", + "样", + "理", + "心", + "她", + "本", + "前", + "开", + "但", + "因", + "只", + "从", + "想", + "实", + ], + "Ukrainian": [ + "о", + "а", + "н", + "і", + "и", + "р", + "в", + "т", + "е", + "с", + "к", + "л", + "у", + "д", + "м", + "п", + "з", + "я", + "ь", + "б", + "г", + "й", + "ч", + "х", + "ц", + "ї", + ], + "Norwegian": [ + "e", + "r", + "n", + "t", + "a", + "s", + "i", + "o", + "l", + "d", + "g", + "k", + "m", + "v", + "f", + "p", + "u", + "b", + "h", + "å", + "y", + "j", + "ø", + "c", + "æ", + "w", + ], + "Finnish": [ + "a", + "i", + "n", + "t", + "e", + "s", + "l", + "o", + "u", + "k", + "ä", + "m", + "r", + "v", + "j", + "h", + "p", + "y", + "d", + "ö", + "g", + "c", + "b", + "f", + "w", + "z", + ], + "Vietnamese": [ + "n", + "h", + "t", + "i", + "c", + "g", + "a", + "o", + "u", + "m", + "l", + "r", + "à", + "đ", + "s", + "e", + "v", + "p", + "b", + "y", + "ư", + "d", + "á", + "k", + "ộ", + "ế", + ], + "Czech": [ + "o", + "e", + "a", + "n", + "t", + "s", + "i", + "l", + "v", + "r", + "k", + "d", + "u", + "m", + "p", + "í", + "c", + "h", + "z", + "á", + "y", + "j", + "b", + "ě", + "é", + "ř", + ], + "Hungarian": [ + "e", + "a", + "t", + "l", + "s", + "n", + "k", + "r", + "i", + "o", + "z", + "á", + "é", + "g", + "m", + "b", + "y", + "v", + "d", + "h", + "u", + "p", + "j", + "ö", + "f", + "c", + ], + "Korean": [ + "이", + "다", + "에", + "의", + "는", + "로", + "하", + "을", + "가", + "고", + "지", + "서", + "한", + "은", + "기", + "으", + "년", + "대", + "사", + "시", + "를", + "리", + "도", + "인", + "스", + "일", + ], + "Indonesian": [ + "a", + "n", + "e", + "i", + "r", + "t", + "u", + "s", + "d", + "k", + "m", + "l", + "g", + "p", + "b", + "o", + "h", + "y", + "j", + "c", + "w", + "f", + "v", + "z", + "x", + "q", + ], + "Turkish": [ + "a", + "e", + "i", + "n", + "r", + "l", + "ı", + "k", + "d", + "t", + "s", + "m", + "y", + "u", + "o", + "b", + "ü", + "ş", + "v", + "g", + "z", + "h", + "c", + "p", + "ç", + "ğ", + ], + "Romanian": [ + "e", + "i", + "a", + "r", + "n", + "t", + "u", + "l", + "o", + "c", + "s", + "d", + "p", + "m", + "ă", + "f", + "v", + "î", + "g", + "b", + "ș", + "ț", + "z", + "h", + "â", + "j", + ], + "Farsi": [ + "ا", + "ی", + "ر", + "د", + "ن", + "ه", + "و", + "م", + "ت", + "ب", + "س", + "ل", + "ک", + "ش", + "ز", + "ف", + "گ", + "ع", + "خ", + "ق", + "ج", + "آ", + "پ", + "ح", + "ط", + "ص", + ], + "Arabic": [ + "ا", + "ل", + "ي", + "م", + "و", + "ن", + "ر", + "ت", + "ب", + "ة", + "ع", + "د", + "س", + "ف", + "ه", + "ك", + "ق", + "أ", + "ح", + "ج", + "ش", + "ط", + "ص", + "ى", + "خ", + "إ", + ], + "Danish": [ + "e", + "r", + "n", + "t", + "a", + "i", + "s", + "d", + "l", + "o", + "g", + "m", + "k", + "f", + "v", + "u", + "b", + "h", + "p", + "å", + "y", + "ø", + "æ", + "c", + "j", + "w", + ], + "Serbian": [ + "а", + "и", + "о", + "е", + "н", + "р", + "с", + "у", + "т", + "к", + "ј", + "в", + "д", + "м", + "п", + "л", + "г", + "з", + "б", + "a", + "i", + "e", + "o", + "n", + "ц", + "ш", + ], + "Lithuanian": [ + "i", + "a", + "s", + "o", + "r", + "e", + "t", + "n", + "u", + "k", + "m", + "l", + "p", + "v", + "d", + "j", + "g", + "ė", + "b", + "y", + "ų", + "š", + "ž", + "c", + "ą", + "į", + ], + "Slovene": [ + "e", + "a", + "i", + "o", + "n", + "r", + "s", + "l", + "t", + "j", + "v", + "k", + "d", + "p", + "m", + "u", + "z", + "b", + "g", + "h", + "č", + "c", + "š", + "ž", + "f", + "y", + ], + "Slovak": [ + "o", + "a", + "e", + "n", + "i", + "r", + "v", + "t", + "s", + "l", + "k", + "d", + "m", + "p", + "u", + "c", + "h", + "j", + "b", + "z", + "á", + "y", + "ý", + "í", + "č", + "é", + ], + "Hebrew": [ + "י", + "ו", + "ה", + "ל", + "ר", + "ב", + "ת", + "מ", + "א", + "ש", + "נ", + "ע", + "ם", + "ד", + "ק", + "ח", + "פ", + "ס", + "כ", + "ג", + "ט", + "צ", + "ן", + "ז", + "ך", + ], + "Bulgarian": [ + "а", + "и", + "о", + "е", + "н", + "т", + "р", + "с", + "в", + "л", + "к", + "д", + "п", + "м", + "з", + "г", + "я", + "ъ", + "у", + "б", + "ч", + "ц", + "й", + "ж", + "щ", + "х", + ], + "Croatian": [ + "a", + "i", + "o", + "e", + "n", + "r", + "j", + "s", + "t", + "u", + "k", + "l", + "v", + "d", + "m", + "p", + "g", + "z", + "b", + "c", + "č", + "h", + "š", + "ž", + "ć", + "f", + ], + "Hindi": [ + "क", + "र", + "स", + "न", + "त", + "म", + "ह", + "प", + "य", + "ल", + "व", + "ज", + "द", + "ग", + "ब", + "श", + "ट", + "अ", + "ए", + "थ", + "भ", + "ड", + "च", + "ध", + "ष", + "इ", + ], + "Estonian": [ + "a", + "i", + "e", + "s", + "t", + "l", + "u", + "n", + "o", + "k", + "r", + "d", + "m", + "v", + "g", + "p", + "j", + "h", + "ä", + "b", + "õ", + "ü", + "f", + "c", + "ö", + "y", + ], + "Thai": [ + "า", + "น", + "ร", + "อ", + "ก", + "เ", + "ง", + "ม", + "ย", + "ล", + "ว", + "ด", + "ท", + "ส", + "ต", + "ะ", + "ป", + "บ", + "ค", + "ห", + "แ", + "จ", + "พ", + "ช", + "ข", + "ใ", + ], + "Greek": [ + "α", + "τ", + "ο", + "ι", + "ε", + "ν", + "ρ", + "σ", + "κ", + "η", + "π", + "ς", + "υ", + "μ", + "λ", + "ί", + "ό", + "ά", + "γ", + "έ", + "δ", + "ή", + "ω", + "χ", + "θ", + "ύ", + ], + "Tamil": [ + "க", + "த", + "ப", + "ட", + "ர", + "ம", + "ல", + "ன", + "வ", + "ற", + "ய", + "ள", + "ச", + "ந", + "இ", + "ண", + "அ", + "ஆ", + "ழ", + "ங", + "எ", + "உ", + "ஒ", + "ஸ", + ], + "Kazakh": [ + "а", + "ы", + "е", + "н", + "т", + "р", + "л", + "і", + "д", + "с", + "м", + "қ", + "к", + "о", + "б", + "и", + "у", + "ғ", + "ж", + "ң", + "з", + "ш", + "й", + "п", + "г", + "ө", + ], +} + +LANGUAGE_SUPPORTED_COUNT: int = len(FREQUENCIES) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/legacy.py b/venv/lib64/python3.12/site-packages/charset_normalizer/legacy.py new file mode 100644 index 0000000..43aad21 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/legacy.py @@ -0,0 +1,54 @@ +from typing import Any, Dict, Optional, Union +from warnings import warn + +from .api import from_bytes +from .constant import CHARDET_CORRESPONDENCE + + +def detect( + byte_str: bytes, should_rename_legacy: bool = False, **kwargs: Any +) -> Dict[str, Optional[Union[str, float]]]: + """ + chardet legacy method + Detect the encoding of the given byte string. It should be mostly backward-compatible. + Encoding name will match Chardet own writing whenever possible. (Not on encoding name unsupported by it) + This function is deprecated and should be used to migrate your project easily, consult the documentation for + further information. Not planned for removal. + + :param byte_str: The byte sequence to examine. + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + """ + if len(kwargs): + warn( + f"charset-normalizer disregard arguments '{','.join(list(kwargs.keys()))}' in legacy function detect()" + ) + + if not isinstance(byte_str, (bytearray, bytes)): + raise TypeError( # pragma: nocover + "Expected object of type bytes or bytearray, got: " + "{0}".format(type(byte_str)) + ) + + if isinstance(byte_str, bytearray): + byte_str = bytes(byte_str) + + r = from_bytes(byte_str).best() + + encoding = r.encoding if r is not None else None + language = r.language if r is not None and r.language != "Unknown" else "" + confidence = 1.0 - r.chaos if r is not None else None + + # Note: CharsetNormalizer does not return 'UTF-8-SIG' as the sig get stripped in the detection/normalization process + # but chardet does return 'utf-8-sig' and it is a valid codec name. + if r is not None and encoding == "utf_8" and r.bom: + encoding += "_sig" + + if should_rename_legacy is False and encoding in CHARDET_CORRESPONDENCE: + encoding = CHARDET_CORRESPONDENCE[encoding] + + return { + "encoding": encoding, + "language": language, + "confidence": confidence, + } diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so b/venv/lib64/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..3d0b46ae77baa966a03418d61fbd1da9d141366e GIT binary patch literal 16064 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/md.py b/venv/lib64/python3.12/site-packages/charset_normalizer/md.py new file mode 100644 index 0000000..77897aa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/md.py @@ -0,0 +1,615 @@ +from functools import lru_cache +from logging import getLogger +from typing import List, Optional + +from .constant import ( + COMMON_SAFE_ASCII_CHARACTERS, + TRACE, + UNICODE_SECONDARY_RANGE_KEYWORD, +) +from .utils import ( + is_accentuated, + is_arabic, + is_arabic_isolated_form, + is_case_variable, + is_cjk, + is_emoticon, + is_hangul, + is_hiragana, + is_katakana, + is_latin, + is_punctuation, + is_separator, + is_symbol, + is_thai, + is_unprintable, + remove_accent, + unicode_range, +) + + +class MessDetectorPlugin: + """ + Base abstract class used for mess detection plugins. + All detectors MUST extend and implement given methods. + """ + + def eligible(self, character: str) -> bool: + """ + Determine if given character should be fed in. + """ + raise NotImplementedError # pragma: nocover + + def feed(self, character: str) -> None: + """ + The main routine to be executed upon character. + Insert the logic in witch the text would be considered chaotic. + """ + raise NotImplementedError # pragma: nocover + + def reset(self) -> None: # pragma: no cover + """ + Permit to reset the plugin to the initial state. + """ + raise NotImplementedError + + @property + def ratio(self) -> float: + """ + Compute the chaos ratio based on what your feed() has seen. + Must NOT be lower than 0.; No restriction gt 0. + """ + raise NotImplementedError # pragma: nocover + + +class TooManySymbolOrPunctuationPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._punctuation_count: int = 0 + self._symbol_count: int = 0 + self._character_count: int = 0 + + self._last_printable_char: Optional[str] = None + self._frenzy_symbol_in_word: bool = False + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character != self._last_printable_char + and character not in COMMON_SAFE_ASCII_CHARACTERS + ): + if is_punctuation(character): + self._punctuation_count += 1 + elif ( + character.isdigit() is False + and is_symbol(character) + and is_emoticon(character) is False + ): + self._symbol_count += 2 + + self._last_printable_char = character + + def reset(self) -> None: # pragma: no cover + self._punctuation_count = 0 + self._character_count = 0 + self._symbol_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + ratio_of_punctuation: float = ( + self._punctuation_count + self._symbol_count + ) / self._character_count + + return ratio_of_punctuation if ratio_of_punctuation >= 0.3 else 0.0 + + +class TooManyAccentuatedPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._accentuated_count: int = 0 + + def eligible(self, character: str) -> bool: + return character.isalpha() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_accentuated(character): + self._accentuated_count += 1 + + def reset(self) -> None: # pragma: no cover + self._character_count = 0 + self._accentuated_count = 0 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + ratio_of_accentuation: float = self._accentuated_count / self._character_count + return ratio_of_accentuation if ratio_of_accentuation >= 0.35 else 0.0 + + +class UnprintablePlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._unprintable_count: int = 0 + self._character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if is_unprintable(character): + self._unprintable_count += 1 + self._character_count += 1 + + def reset(self) -> None: # pragma: no cover + self._unprintable_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._unprintable_count * 8) / self._character_count + + +class SuspiciousDuplicateAccentPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._successive_count: int = 0 + self._character_count: int = 0 + + self._last_latin_character: Optional[str] = None + + def eligible(self, character: str) -> bool: + return character.isalpha() and is_latin(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + if ( + self._last_latin_character is not None + and is_accentuated(character) + and is_accentuated(self._last_latin_character) + ): + if character.isupper() and self._last_latin_character.isupper(): + self._successive_count += 1 + # Worse if its the same char duplicated with different accent. + if remove_accent(character) == remove_accent(self._last_latin_character): + self._successive_count += 1 + self._last_latin_character = character + + def reset(self) -> None: # pragma: no cover + self._successive_count = 0 + self._character_count = 0 + self._last_latin_character = None + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._successive_count * 2) / self._character_count + + +class SuspiciousRange(MessDetectorPlugin): + def __init__(self) -> None: + self._suspicious_successive_range_count: int = 0 + self._character_count: int = 0 + self._last_printable_seen: Optional[str] = None + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character.isspace() + or is_punctuation(character) + or character in COMMON_SAFE_ASCII_CHARACTERS + ): + self._last_printable_seen = None + return + + if self._last_printable_seen is None: + self._last_printable_seen = character + return + + unicode_range_a: Optional[str] = unicode_range(self._last_printable_seen) + unicode_range_b: Optional[str] = unicode_range(character) + + if is_suspiciously_successive_range(unicode_range_a, unicode_range_b): + self._suspicious_successive_range_count += 1 + + self._last_printable_seen = character + + def reset(self) -> None: # pragma: no cover + self._character_count = 0 + self._suspicious_successive_range_count = 0 + self._last_printable_seen = None + + @property + def ratio(self) -> float: + if self._character_count <= 24: + return 0.0 + + ratio_of_suspicious_range_usage: float = ( + self._suspicious_successive_range_count * 2 + ) / self._character_count + + return ratio_of_suspicious_range_usage + + +class SuperWeirdWordPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._word_count: int = 0 + self._bad_word_count: int = 0 + self._foreign_long_count: int = 0 + + self._is_current_word_bad: bool = False + self._foreign_long_watch: bool = False + + self._character_count: int = 0 + self._bad_character_count: int = 0 + + self._buffer: str = "" + self._buffer_accent_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character.isalpha(): + self._buffer += character + if is_accentuated(character): + self._buffer_accent_count += 1 + if ( + self._foreign_long_watch is False + and (is_latin(character) is False or is_accentuated(character)) + and is_cjk(character) is False + and is_hangul(character) is False + and is_katakana(character) is False + and is_hiragana(character) is False + and is_thai(character) is False + ): + self._foreign_long_watch = True + return + if not self._buffer: + return + if ( + character.isspace() or is_punctuation(character) or is_separator(character) + ) and self._buffer: + self._word_count += 1 + buffer_length: int = len(self._buffer) + + self._character_count += buffer_length + + if buffer_length >= 4: + if self._buffer_accent_count / buffer_length > 0.34: + self._is_current_word_bad = True + # Word/Buffer ending with an upper case accentuated letter are so rare, + # that we will consider them all as suspicious. Same weight as foreign_long suspicious. + if ( + is_accentuated(self._buffer[-1]) + and self._buffer[-1].isupper() + and all(_.isupper() for _ in self._buffer) is False + ): + self._foreign_long_count += 1 + self._is_current_word_bad = True + if buffer_length >= 24 and self._foreign_long_watch: + camel_case_dst = [ + i + for c, i in zip(self._buffer, range(0, buffer_length)) + if c.isupper() + ] + probable_camel_cased: bool = False + + if camel_case_dst and (len(camel_case_dst) / buffer_length <= 0.3): + probable_camel_cased = True + + if not probable_camel_cased: + self._foreign_long_count += 1 + self._is_current_word_bad = True + + if self._is_current_word_bad: + self._bad_word_count += 1 + self._bad_character_count += len(self._buffer) + self._is_current_word_bad = False + + self._foreign_long_watch = False + self._buffer = "" + self._buffer_accent_count = 0 + elif ( + character not in {"<", ">", "-", "=", "~", "|", "_"} + and character.isdigit() is False + and is_symbol(character) + ): + self._is_current_word_bad = True + self._buffer += character + + def reset(self) -> None: # pragma: no cover + self._buffer = "" + self._is_current_word_bad = False + self._foreign_long_watch = False + self._bad_word_count = 0 + self._word_count = 0 + self._character_count = 0 + self._bad_character_count = 0 + self._foreign_long_count = 0 + + @property + def ratio(self) -> float: + if self._word_count <= 10 and self._foreign_long_count == 0: + return 0.0 + + return self._bad_character_count / self._character_count + + +class CjkInvalidStopPlugin(MessDetectorPlugin): + """ + GB(Chinese) based encoding often render the stop incorrectly when the content does not fit and + can be easily detected. Searching for the overuse of '丅' and '丄'. + """ + + def __init__(self) -> None: + self._wrong_stop_count: int = 0 + self._cjk_character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character in {"丅", "丄"}: + self._wrong_stop_count += 1 + return + if is_cjk(character): + self._cjk_character_count += 1 + + def reset(self) -> None: # pragma: no cover + self._wrong_stop_count = 0 + self._cjk_character_count = 0 + + @property + def ratio(self) -> float: + if self._cjk_character_count < 16: + return 0.0 + return self._wrong_stop_count / self._cjk_character_count + + +class ArchaicUpperLowerPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._buf: bool = False + + self._character_count_since_last_sep: int = 0 + + self._successive_upper_lower_count: int = 0 + self._successive_upper_lower_count_final: int = 0 + + self._character_count: int = 0 + + self._last_alpha_seen: Optional[str] = None + self._current_ascii_only: bool = True + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + is_concerned = character.isalpha() and is_case_variable(character) + chunk_sep = is_concerned is False + + if chunk_sep and self._character_count_since_last_sep > 0: + if ( + self._character_count_since_last_sep <= 64 + and character.isdigit() is False + and self._current_ascii_only is False + ): + self._successive_upper_lower_count_final += ( + self._successive_upper_lower_count + ) + + self._successive_upper_lower_count = 0 + self._character_count_since_last_sep = 0 + self._last_alpha_seen = None + self._buf = False + self._character_count += 1 + self._current_ascii_only = True + + return + + if self._current_ascii_only is True and character.isascii() is False: + self._current_ascii_only = False + + if self._last_alpha_seen is not None: + if (character.isupper() and self._last_alpha_seen.islower()) or ( + character.islower() and self._last_alpha_seen.isupper() + ): + if self._buf is True: + self._successive_upper_lower_count += 2 + self._buf = False + else: + self._buf = True + else: + self._buf = False + + self._character_count += 1 + self._character_count_since_last_sep += 1 + self._last_alpha_seen = character + + def reset(self) -> None: # pragma: no cover + self._character_count = 0 + self._character_count_since_last_sep = 0 + self._successive_upper_lower_count = 0 + self._successive_upper_lower_count_final = 0 + self._last_alpha_seen = None + self._buf = False + self._current_ascii_only = True + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return self._successive_upper_lower_count_final / self._character_count + + +class ArabicIsolatedFormPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._isolated_form_count: int = 0 + + def reset(self) -> None: # pragma: no cover + self._character_count = 0 + self._isolated_form_count = 0 + + def eligible(self, character: str) -> bool: + return is_arabic(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_arabic_isolated_form(character): + self._isolated_form_count += 1 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + isolated_form_usage: float = self._isolated_form_count / self._character_count + + return isolated_form_usage + + +@lru_cache(maxsize=1024) +def is_suspiciously_successive_range( + unicode_range_a: Optional[str], unicode_range_b: Optional[str] +) -> bool: + """ + Determine if two Unicode range seen next to each other can be considered as suspicious. + """ + if unicode_range_a is None or unicode_range_b is None: + return True + + if unicode_range_a == unicode_range_b: + return False + + if "Latin" in unicode_range_a and "Latin" in unicode_range_b: + return False + + if "Emoticons" in unicode_range_a or "Emoticons" in unicode_range_b: + return False + + # Latin characters can be accompanied with a combining diacritical mark + # eg. Vietnamese. + if ("Latin" in unicode_range_a or "Latin" in unicode_range_b) and ( + "Combining" in unicode_range_a or "Combining" in unicode_range_b + ): + return False + + keywords_range_a, keywords_range_b = unicode_range_a.split( + " " + ), unicode_range_b.split(" ") + + for el in keywords_range_a: + if el in UNICODE_SECONDARY_RANGE_KEYWORD: + continue + if el in keywords_range_b: + return False + + # Japanese Exception + range_a_jp_chars, range_b_jp_chars = ( + unicode_range_a + in ( + "Hiragana", + "Katakana", + ), + unicode_range_b in ("Hiragana", "Katakana"), + ) + if (range_a_jp_chars or range_b_jp_chars) and ( + "CJK" in unicode_range_a or "CJK" in unicode_range_b + ): + return False + if range_a_jp_chars and range_b_jp_chars: + return False + + if "Hangul" in unicode_range_a or "Hangul" in unicode_range_b: + if "CJK" in unicode_range_a or "CJK" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + # Chinese/Japanese use dedicated range for punctuation and/or separators. + if ("CJK" in unicode_range_a or "CJK" in unicode_range_b) or ( + unicode_range_a in ["Katakana", "Hiragana"] + and unicode_range_b in ["Katakana", "Hiragana"] + ): + if "Punctuation" in unicode_range_a or "Punctuation" in unicode_range_b: + return False + if "Forms" in unicode_range_a or "Forms" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + return True + + +@lru_cache(maxsize=2048) +def mess_ratio( + decoded_sequence: str, maximum_threshold: float = 0.2, debug: bool = False +) -> float: + """ + Compute a mess ratio given a decoded bytes sequence. The maximum threshold does stop the computation earlier. + """ + + detectors: List[MessDetectorPlugin] = [ + md_class() for md_class in MessDetectorPlugin.__subclasses__() + ] + + length: int = len(decoded_sequence) + 1 + + mean_mess_ratio: float = 0.0 + + if length < 512: + intermediary_mean_mess_ratio_calc: int = 32 + elif length <= 1024: + intermediary_mean_mess_ratio_calc = 64 + else: + intermediary_mean_mess_ratio_calc = 128 + + for character, index in zip(decoded_sequence + "\n", range(length)): + for detector in detectors: + if detector.eligible(character): + detector.feed(character) + + if ( + index > 0 and index % intermediary_mean_mess_ratio_calc == 0 + ) or index == length - 1: + mean_mess_ratio = sum(dt.ratio for dt in detectors) + + if mean_mess_ratio >= maximum_threshold: + break + + if debug: + logger = getLogger("charset_normalizer") + + logger.log( + TRACE, + "Mess-detector extended-analysis start. " + f"intermediary_mean_mess_ratio_calc={intermediary_mean_mess_ratio_calc} mean_mess_ratio={mean_mess_ratio} " + f"maximum_threshold={maximum_threshold}", + ) + + if len(decoded_sequence) > 16: + logger.log(TRACE, f"Starting with: {decoded_sequence[:16]}") + logger.log(TRACE, f"Ending with: {decoded_sequence[-16::]}") + + for dt in detectors: # pragma: nocover + logger.log(TRACE, f"{dt.__class__}: {dt.ratio}") + + return round(mean_mess_ratio, 3) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so b/venv/lib64/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..e3044d9abd70dd87a4a1262fa53e3fb0b434d993 GIT binary patch literal 272640 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

    Ude%8yZ^!Z|lc9jdo}U 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

                                              # pre-release
    +            [-_\.]?
    +            (?Palpha|a|beta|b|preview|pre|c|rc)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +        (?P                                         # post release
    +            (?:-(?P[0-9]+))
    +            |
    +            (?:
    +                [-_\.]?
    +                (?Ppost|rev|r)
    +                [-_\.]?
    +                (?P[0-9]+)?
    +            )
    +        )?
    +        (?P                                          # dev release
    +            [-_\.]?
    +            (?Pdev)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +    )
    +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
    +"""
    +
    +VERSION_PATTERN = _VERSION_PATTERN
    +"""
    +A string containing the regular expression used to match a valid version.
    +
    +The pattern is not anchored at either end, and is intended for embedding in larger
    +expressions (for example, matching a version number as part of a file name). The
    +regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
    +flags set.
    +
    +:meta hide-value:
    +"""
    +
    +
    +class Version(_BaseVersion):
    +    """This class abstracts handling of a project's versions.
    +
    +    A :class:`Version` instance is comparison aware and can be compared and
    +    sorted using the standard Python interfaces.
    +
    +    >>> v1 = Version("1.0a5")
    +    >>> v2 = Version("1.0")
    +    >>> v1
    +    
    +    >>> v2
    +    
    +    >>> v1 < v2
    +    True
    +    >>> v1 == v2
    +    False
    +    >>> v1 > v2
    +    False
    +    >>> v1 >= v2
    +    False
    +    >>> v1 <= v2
    +    True
    +    """
    +
    +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
    +    _key: CmpKey
    +
    +    def __init__(self, version: str) -> None:
    +        """Initialize a Version object.
    +
    +        :param version:
    +            The string representation of a version which will be parsed and normalized
    +            before use.
    +        :raises InvalidVersion:
    +            If the ``version`` does not conform to PEP 440 in any way then this
    +            exception will be raised.
    +        """
    +
    +        # Validate the version and parse it into pieces
    +        match = self._regex.search(version)
    +        if not match:
    +            raise InvalidVersion(f"Invalid version: '{version}'")
    +
    +        # Store the parsed out pieces of the version
    +        self._version = _Version(
    +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
    +            release=tuple(int(i) for i in match.group("release").split(".")),
    +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
    +            post=_parse_letter_version(
    +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
    +            ),
    +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
    +            local=_parse_local_version(match.group("local")),
    +        )
    +
    +        # Generate a key which will be used for sorting
    +        self._key = _cmpkey(
    +            self._version.epoch,
    +            self._version.release,
    +            self._version.pre,
    +            self._version.post,
    +            self._version.dev,
    +            self._version.local,
    +        )
    +
    +    def __repr__(self) -> str:
    +        """A representation of the Version that shows all internal state.
    +
    +        >>> Version('1.0.0')
    +        
    +        """
    +        return f""
    +
    +    def __str__(self) -> str:
    +        """A string representation of the version that can be rounded-tripped.
    +
    +        >>> str(Version("1.0a5"))
    +        '1.0a5'
    +        """
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        # Pre-release
    +        if self.pre is not None:
    +            parts.append("".join(str(x) for x in self.pre))
    +
    +        # Post-release
    +        if self.post is not None:
    +            parts.append(f".post{self.post}")
    +
    +        # Development release
    +        if self.dev is not None:
    +            parts.append(f".dev{self.dev}")
    +
    +        # Local version segment
    +        if self.local is not None:
    +            parts.append(f"+{self.local}")
    +
    +        return "".join(parts)
    +
    +    @property
    +    def epoch(self) -> int:
    +        """The epoch of the version.
    +
    +        >>> Version("2.0.0").epoch
    +        0
    +        >>> Version("1!2.0.0").epoch
    +        1
    +        """
    +        return self._version.epoch
    +
    +    @property
    +    def release(self) -> Tuple[int, ...]:
    +        """The components of the "release" segment of the version.
    +
    +        >>> Version("1.2.3").release
    +        (1, 2, 3)
    +        >>> Version("2.0.0").release
    +        (2, 0, 0)
    +        >>> Version("1!2.0.0.post0").release
    +        (2, 0, 0)
    +
    +        Includes trailing zeroes but not the epoch or any pre-release / development /
    +        post-release suffixes.
    +        """
    +        return self._version.release
    +
    +    @property
    +    def pre(self) -> Optional[Tuple[str, int]]:
    +        """The pre-release segment of the version.
    +
    +        >>> print(Version("1.2.3").pre)
    +        None
    +        >>> Version("1.2.3a1").pre
    +        ('a', 1)
    +        >>> Version("1.2.3b1").pre
    +        ('b', 1)
    +        >>> Version("1.2.3rc1").pre
    +        ('rc', 1)
    +        """
    +        return self._version.pre
    +
    +    @property
    +    def post(self) -> Optional[int]:
    +        """The post-release number of the version.
    +
    +        >>> print(Version("1.2.3").post)
    +        None
    +        >>> Version("1.2.3.post1").post
    +        1
    +        """
    +        return self._version.post[1] if self._version.post else None
    +
    +    @property
    +    def dev(self) -> Optional[int]:
    +        """The development number of the version.
    +
    +        >>> print(Version("1.2.3").dev)
    +        None
    +        >>> Version("1.2.3.dev1").dev
    +        1
    +        """
    +        return self._version.dev[1] if self._version.dev else None
    +
    +    @property
    +    def local(self) -> Optional[str]:
    +        """The local version segment of the version.
    +
    +        >>> print(Version("1.2.3").local)
    +        None
    +        >>> Version("1.2.3+abc").local
    +        'abc'
    +        """
    +        if self._version.local:
    +            return ".".join(str(x) for x in self._version.local)
    +        else:
    +            return None
    +
    +    @property
    +    def public(self) -> str:
    +        """The public portion of the version.
    +
    +        >>> Version("1.2.3").public
    +        '1.2.3'
    +        >>> Version("1.2.3+abc").public
    +        '1.2.3'
    +        >>> Version("1.2.3+abc.dev1").public
    +        '1.2.3'
    +        """
    +        return str(self).split("+", 1)[0]
    +
    +    @property
    +    def base_version(self) -> str:
    +        """The "base version" of the version.
    +
    +        >>> Version("1.2.3").base_version
    +        '1.2.3'
    +        >>> Version("1.2.3+abc").base_version
    +        '1.2.3'
    +        >>> Version("1!1.2.3+abc.dev1").base_version
    +        '1!1.2.3'
    +
    +        The "base version" is the public version of the project without any pre or post
    +        release markers.
    +        """
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        return "".join(parts)
    +
    +    @property
    +    def is_prerelease(self) -> bool:
    +        """Whether this version is a pre-release.
    +
    +        >>> Version("1.2.3").is_prerelease
    +        False
    +        >>> Version("1.2.3a1").is_prerelease
    +        True
    +        >>> Version("1.2.3b1").is_prerelease
    +        True
    +        >>> Version("1.2.3rc1").is_prerelease
    +        True
    +        >>> Version("1.2.3dev1").is_prerelease
    +        True
    +        """
    +        return self.dev is not None or self.pre is not None
    +
    +    @property
    +    def is_postrelease(self) -> bool:
    +        """Whether this version is a post-release.
    +
    +        >>> Version("1.2.3").is_postrelease
    +        False
    +        >>> Version("1.2.3.post1").is_postrelease
    +        True
    +        """
    +        return self.post is not None
    +
    +    @property
    +    def is_devrelease(self) -> bool:
    +        """Whether this version is a development release.
    +
    +        >>> Version("1.2.3").is_devrelease
    +        False
    +        >>> Version("1.2.3.dev1").is_devrelease
    +        True
    +        """
    +        return self.dev is not None
    +
    +    @property
    +    def major(self) -> int:
    +        """The first item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").major
    +        1
    +        """
    +        return self.release[0] if len(self.release) >= 1 else 0
    +
    +    @property
    +    def minor(self) -> int:
    +        """The second item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").minor
    +        2
    +        >>> Version("1").minor
    +        0
    +        """
    +        return self.release[1] if len(self.release) >= 2 else 0
    +
    +    @property
    +    def micro(self) -> int:
    +        """The third item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").micro
    +        3
    +        >>> Version("1").micro
    +        0
    +        """
    +        return self.release[2] if len(self.release) >= 3 else 0
    +
    +
    +def _parse_letter_version(
    +    letter: Optional[str], number: Union[str, bytes, SupportsInt, None]
    +) -> Optional[Tuple[str, int]]:
    +
    +    if letter:
    +        # We consider there to be an implicit 0 in a pre-release if there is
    +        # not a numeral associated with it.
    +        if number is None:
    +            number = 0
    +
    +        # We normalize any letters to their lower case form
    +        letter = letter.lower()
    +
    +        # We consider some words to be alternate spellings of other words and
    +        # in those cases we want to normalize the spellings to our preferred
    +        # spelling.
    +        if letter == "alpha":
    +            letter = "a"
    +        elif letter == "beta":
    +            letter = "b"
    +        elif letter in ["c", "pre", "preview"]:
    +            letter = "rc"
    +        elif letter in ["rev", "r"]:
    +            letter = "post"
    +
    +        return letter, int(number)
    +    if not letter and number:
    +        # We assume if we are given a number, but we are not given a letter
    +        # then this is using the implicit post release syntax (e.g. 1.0-1)
    +        letter = "post"
    +
    +        return letter, int(number)
    +
    +    return None
    +
    +
    +_local_version_separators = re.compile(r"[\._-]")
    +
    +
    +def _parse_local_version(local: Optional[str]) -> Optional[LocalType]:
    +    """
    +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
    +    """
    +    if local is not None:
    +        return tuple(
    +            part.lower() if not part.isdigit() else int(part)
    +            for part in _local_version_separators.split(local)
    +        )
    +    return None
    +
    +
    +def _cmpkey(
    +    epoch: int,
    +    release: Tuple[int, ...],
    +    pre: Optional[Tuple[str, int]],
    +    post: Optional[Tuple[str, int]],
    +    dev: Optional[Tuple[str, int]],
    +    local: Optional[LocalType],
    +) -> CmpKey:
    +
    +    # When we compare a release version, we want to compare it with all of the
    +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
    +    # leading zeros until we come to something non zero, then take the rest
    +    # re-reverse it back into the correct order and make it a tuple and use
    +    # that for our sorting key.
    +    _release = tuple(
    +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
    +    )
    +
    +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
    +    # We'll do this by abusing the pre segment, but we _only_ want to do this
    +    # if there is not a pre or a post segment. If we have one of those then
    +    # the normal sorting rules will handle this case correctly.
    +    if pre is None and post is None and dev is not None:
    +        _pre: CmpPrePostDevType = NegativeInfinity
    +    # Versions without a pre-release (except as noted above) should sort after
    +    # those with one.
    +    elif pre is None:
    +        _pre = Infinity
    +    else:
    +        _pre = pre
    +
    +    # Versions without a post segment should sort before those with one.
    +    if post is None:
    +        _post: CmpPrePostDevType = NegativeInfinity
    +
    +    else:
    +        _post = post
    +
    +    # Versions without a development segment should sort after those with one.
    +    if dev is None:
    +        _dev: CmpPrePostDevType = Infinity
    +
    +    else:
    +        _dev = dev
    +
    +    if local is None:
    +        # Versions without a local segment should sort before those with one.
    +        _local: CmpLocalType = NegativeInfinity
    +    else:
    +        # Versions with a local segment need that segment parsed to implement
    +        # the sorting rules in PEP440.
    +        # - Alpha numeric segments sort before numeric segments
    +        # - Alpha numeric segments sort lexicographically
    +        # - Numeric segments sort numerically
    +        # - Shorter versions sort before longer versions when the prefixes
    +        #   match exactly
    +        _local = tuple(
    +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
    +        )
    +
    +    return epoch, _release, _pre, _post, _dev, _local
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt
    new file mode 100644
    index 0000000..77eb39a
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt
    @@ -0,0 +1,738 @@
    +@Switch01
    +A_Rog
    +Aakanksha Agrawal
    +Abhinav Sagar
    +ABHYUDAY PRATAP SINGH
    +abs51295
    +AceGentile
    +Adam Chainz
    +Adam Tse
    +Adam Wentz
    +admin
    +Adrien Morison
    +ahayrapetyan
    +Ahilya
    +AinsworthK
    +Akash Srivastava
    +Alan Yee
    +Albert Tugushev
    +Albert-Guan
    +albertg
    +Alberto Sottile
    +Aleks Bunin
    +Alethea Flowers
    +Alex Gaynor
    +Alex Grönholm
    +Alex Hedges
    +Alex Loosley
    +Alex Morega
    +Alex Stachowiak
    +Alexander Shtyrov
    +Alexandre Conrad
    +Alexey Popravka
    +Alli
    +Ami Fischman
    +Ananya Maiti
    +Anatoly Techtonik
    +Anders Kaseorg
    +Andre Aguiar
    +Andreas Lutro
    +Andrei Geacar
    +Andrew Gaul
    +Andrew Shymanel
    +Andrey Bienkowski
    +Andrey Bulgakov
    +Andrés Delfino
    +Andy Freeland
    +Andy Kluger
    +Ani Hayrapetyan
    +Aniruddha Basak
    +Anish Tambe
    +Anrs Hu
    +Anthony Sottile
    +Antoine Musso
    +Anton Ovchinnikov
    +Anton Patrushev
    +Antonio Alvarado Hernandez
    +Antony Lee
    +Antti Kaihola
    +Anubhav Patel
    +Anudit Nagar
    +Anuj Godase
    +AQNOUCH Mohammed
    +AraHaan
    +Arindam Choudhury
    +Armin Ronacher
    +Artem
    +Arun Babu Neelicattu
    +Ashley Manton
    +Ashwin Ramaswami
    +atse
    +Atsushi Odagiri
    +Avinash Karhana
    +Avner Cohen
    +Awit (Ah-Wit) Ghirmai
    +Baptiste Mispelon
    +Barney Gale
    +barneygale
    +Bartek Ogryczak
    +Bastian Venthur
    +Ben Bodenmiller
    +Ben Darnell
    +Ben Hoyt
    +Ben Mares
    +Ben Rosser
    +Bence Nagy
    +Benjamin Peterson
    +Benjamin VanEvery
    +Benoit Pierre
    +Berker Peksag
    +Bernard
    +Bernard Tyers
    +Bernardo B. Marques
    +Bernhard M. Wiedemann
    +Bertil Hatt
    +Bhavam Vidyarthi
    +Blazej Michalik
    +Bogdan Opanchuk
    +BorisZZZ
    +Brad Erickson
    +Bradley Ayers
    +Brandon L. Reiss
    +Brandt Bucher
    +Brett Randall
    +Brett Rosen
    +Brian Cristante
    +Brian Rosner
    +briantracy
    +BrownTruck
    +Bruno Oliveira
    +Bruno Renié
    +Bruno S
    +Bstrdsmkr
    +Buck Golemon
    +burrows
    +Bussonnier Matthias
    +bwoodsend
    +c22
    +Caleb Martinez
    +Calvin Smith
    +Carl Meyer
    +Carlos Liam
    +Carol Willing
    +Carter Thayer
    +Cass
    +Chandrasekhar Atina
    +Chih-Hsuan Yen
    +Chris Brinker
    +Chris Hunt
    +Chris Jerdonek
    +Chris Kuehl
    +Chris McDonough
    +Chris Pawley
    +Chris Pryer
    +Chris Wolfe
    +Christian Clauss
    +Christian Heimes
    +Christian Oudard
    +Christoph Reiter
    +Christopher Hunt
    +Christopher Snyder
    +cjc7373
    +Clark Boylan
    +Claudio Jolowicz
    +Clay McClure
    +Cody
    +Cody Soyland
    +Colin Watson
    +Collin Anderson
    +Connor Osborn
    +Cooper Lees
    +Cooper Ry Lees
    +Cory Benfield
    +Cory Wright
    +Craig Kerstiens
    +Cristian Sorinel
    +Cristina
    +Cristina Muñoz
    +Curtis Doty
    +cytolentino
    +Daan De Meyer
    +Damian
    +Damian Quiroga
    +Damian Shaw
    +Dan Black
    +Dan Savilonis
    +Dan Sully
    +Dane Hillard
    +daniel
    +Daniel Collins
    +Daniel Hahler
    +Daniel Holth
    +Daniel Jost
    +Daniel Katz
    +Daniel Shaulov
    +Daniele Esposti
    +Daniele Nicolodi
    +Daniele Procida
    +Daniil Konovalenko
    +Danny Hermes
    +Danny McClanahan
    +Darren Kavanagh
    +Dav Clark
    +Dave Abrahams
    +Dave Jones
    +David Aguilar
    +David Black
    +David Bordeynik
    +David Caro
    +David D Lowe
    +David Evans
    +David Hewitt
    +David Linke
    +David Poggi
    +David Pursehouse
    +David Runge
    +David Tucker
    +David Wales
    +Davidovich
    +Deepak Sharma
    +Deepyaman Datta
    +Denise Yu
    +derwolfe
    +Desetude
    +Devesh Kumar Singh
    +Diego Caraballo
    +Diego Ramirez
    +DiegoCaraballo
    +Dimitri Merejkowsky
    +Dimitri Papadopoulos
    +Dirk Stolle
    +Dmitry Gladkov
    +Dmitry Volodin
    +Domen Kožar
    +Dominic Davis-Foster
    +Donald Stufft
    +Dongweiming
    +doron zarhi
    +Dos Moonen
    +Douglas Thor
    +DrFeathers
    +Dustin Ingram
    +Dwayne Bailey
    +Ed Morley
    +Edgar Ramírez
    +Ee Durbin
    +Eitan Adler
    +ekristina
    +elainechan
    +Eli Schwartz
    +Elisha Hollander
    +Ellen Marie Dash
    +Emil Burzo
    +Emil Styrke
    +Emmanuel Arias
    +Endoh Takanao
    +enoch
    +Erdinc Mutlu
    +Eric Cousineau
    +Eric Gillingham
    +Eric Hanchrow
    +Eric Hopper
    +Erik M. Bray
    +Erik Rose
    +Erwin Janssen
    +Eugene Vereshchagin
    +everdimension
    +Federico
    +Felipe Peter
    +Felix Yan
    +fiber-space
    +Filip Kokosiński
    +Filipe Laíns
    +Finn Womack
    +finnagin
    +Florian Briand
    +Florian Rathgeber
    +Francesco
    +Francesco Montesano
    +Frost Ming
    +Gabriel Curio
    +Gabriel de Perthuis
    +Garry Polley
    +gavin
    +gdanielson
    +Geoffrey Sneddon
    +George Song
    +Georgi Valkov
    +Georgy Pchelkin
    +ghost
    +Giftlin Rajaiah
    +gizmoguy1
    +gkdoc
    +Godefroid Chapelle
    +Gopinath M
    +GOTO Hayato
    +gousaiyang
    +gpiks
    +Greg Roodt
    +Greg Ward
    +Guilherme Espada
    +Guillaume Seguin
    +gutsytechster
    +Guy Rozendorn
    +Guy Tuval
    +gzpan123
    +Hanjun Kim
    +Hari Charan
    +Harsh Vardhan
    +harupy
    +Harutaka Kawamura
    +hauntsaninja
    +Henrich Hartzer
    +Henry Schreiner
    +Herbert Pfennig
    +Holly Stotelmyer
    +Honnix
    +Hsiaoming Yang
    +Hugo Lopes Tavares
    +Hugo van Kemenade
    +Hugues Bruant
    +Hynek Schlawack
    +Ian Bicking
    +Ian Cordasco
    +Ian Lee
    +Ian Stapleton Cordasco
    +Ian Wienand
    +Igor Kuzmitshov
    +Igor Sobreira
    +Ilan Schnell
    +Illia Volochii
    +Ilya Baryshev
    +Inada Naoki
    +Ionel Cristian Mărieș
    +Ionel Maries Cristian
    +Ivan Pozdeev
    +Jacob Kim
    +Jacob Walls
    +Jaime Sanz
    +jakirkham
    +Jakub Kuczys
    +Jakub Stasiak
    +Jakub Vysoky
    +Jakub Wilk
    +James Cleveland
    +James Curtin
    +James Firth
    +James Gerity
    +James Polley
    +Jan Pokorný
    +Jannis Leidel
    +Jarek Potiuk
    +jarondl
    +Jason Curtis
    +Jason R. Coombs
    +JasonMo
    +JasonMo1
    +Jay Graves
    +Jean-Christophe Fillion-Robin
    +Jeff Barber
    +Jeff Dairiki
    +Jelmer Vernooij
    +jenix21
    +Jeremy Stanley
    +Jeremy Zafran
    +Jesse Rittner
    +Jiashuo Li
    +Jim Fisher
    +Jim Garrison
    +Jiun Bae
    +Jivan Amara
    +Joe Bylund
    +Joe Michelini
    +John Paton
    +John T. Wodder II
    +John-Scott Atlakson
    +johnthagen
    +Jon Banafato
    +Jon Dufresne
    +Jon Parise
    +Jonas Nockert
    +Jonathan Herbert
    +Joonatan Partanen
    +Joost Molenaar
    +Jorge Niedbalski
    +Joseph Bylund
    +Joseph Long
    +Josh Bronson
    +Josh Hansen
    +Josh Schneier
    +Juan Luis Cano Rodríguez
    +Juanjo Bazán
    +Judah Rand
    +Julian Berman
    +Julian Gethmann
    +Julien Demoor
    +Jussi Kukkonen
    +jwg4
    +Jyrki Pulliainen
    +Kai Chen
    +Kai Mueller
    +Kamal Bin Mustafa
    +kasium
    +kaustav haldar
    +keanemind
    +Keith Maxwell
    +Kelsey Hightower
    +Kenneth Belitzky
    +Kenneth Reitz
    +Kevin Burke
    +Kevin Carter
    +Kevin Frommelt
    +Kevin R Patterson
    +Kexuan Sun
    +Kit Randel
    +Klaas van Schelven
    +KOLANICH
    +kpinc
    +Krishna Oza
    +Kumar McMillan
    +Kyle Persohn
    +lakshmanaram
    +Laszlo Kiss-Kollar
    +Laurent Bristiel
    +Laurent LAPORTE
    +Laurie O
    +Laurie Opperman
    +layday
    +Leon Sasson
    +Lev Givon
    +Lincoln de Sousa
    +Lipis
    +lorddavidiii
    +Loren Carvalho
    +Lucas Cimon
    +Ludovic Gasc
    +Lukas Juhrich
    +Luke Macken
    +Luo Jiebin
    +luojiebin
    +luz.paz
    +László Kiss Kollár
    +M00nL1ght
    +Marc Abramowitz
    +Marc Tamlyn
    +Marcus Smith
    +Mariatta
    +Mark Kohler
    +Mark Williams
    +Markus Hametner
    +Martey Dodoo
    +Martin Fischer
    +Martin Häcker
    +Martin Pavlasek
    +Masaki
    +Masklinn
    +Matej Stuchlik
    +Mathew Jennings
    +Mathieu Bridon
    +Mathieu Kniewallner
    +Matt Bacchi
    +Matt Good
    +Matt Maker
    +Matt Robenolt
    +matthew
    +Matthew Einhorn
    +Matthew Feickert
    +Matthew Gilliard
    +Matthew Iversen
    +Matthew Treinish
    +Matthew Trumbell
    +Matthew Willson
    +Matthias Bussonnier
    +mattip
    +Maurits van Rees
    +Max W Chase
    +Maxim Kurnikov
    +Maxime Rouyrre
    +mayeut
    +mbaluna
    +mdebi
    +memoselyk
    +meowmeowcat
    +Michael
    +Michael Aquilina
    +Michael E. Karpeles
    +Michael Klich
    +Michael Mintz
    +Michael Williamson
    +michaelpacer
    +Michał Górny
    +Mickaël Schoentgen
    +Miguel Araujo Perez
    +Mihir Singh
    +Mike
    +Mike Hendricks
    +Min RK
    +MinRK
    +Miro Hrončok
    +Monica Baluna
    +montefra
    +Monty Taylor
    +Muha Ajjan‮
    +Nadav Wexler
    +Nahuel Ambrosini
    +Nate Coraor
    +Nate Prewitt
    +Nathan Houghton
    +Nathaniel J. Smith
    +Nehal J Wani
    +Neil Botelho
    +Nguyễn Gia Phong
    +Nicholas Serra
    +Nick Coghlan
    +Nick Stenning
    +Nick Timkovich
    +Nicolas Bock
    +Nicole Harris
    +Nikhil Benesch
    +Nikhil Ladha
    +Nikita Chepanov
    +Nikolay Korolev
    +Nipunn Koorapati
    +Nitesh Sharma
    +Niyas Sait
    +Noah
    +Noah Gorny
    +Nowell Strite
    +NtaleGrey
    +nvdv
    +OBITORASU
    +Ofek Lev
    +ofrinevo
    +Oliver Freund
    +Oliver Jeeves
    +Oliver Mannion
    +Oliver Tonnhofer
    +Olivier Girardot
    +Olivier Grisel
    +Ollie Rutherfurd
    +OMOTO Kenji
    +Omry Yadan
    +onlinejudge95
    +Oren Held
    +Oscar Benjamin
    +Oz N Tiram
    +Pachwenko
    +Patrick Dubroy
    +Patrick Jenkins
    +Patrick Lawson
    +patricktokeeffe
    +Patrik Kopkan
    +Paul Kehrer
    +Paul Moore
    +Paul Nasrat
    +Paul Oswald
    +Paul van der Linden
    +Paulus Schoutsen
    +Pavel Safronov
    +Pavithra Eswaramoorthy
    +Pawel Jasinski
    +Paweł Szramowski
    +Pekka Klärck
    +Peter Gessler
    +Peter Lisák
    +Peter Waller
    +petr-tik
    +Phaneendra Chiruvella
    +Phil Elson
    +Phil Freo
    +Phil Pennock
    +Phil Whelan
    +Philip Jägenstedt
    +Philip Molloy
    +Philippe Ombredanne
    +Pi Delport
    +Pierre-Yves Rofes
    +Pieter Degroote
    +pip
    +Prabakaran Kumaresshan
    +Prabhjyotsing Surjit Singh Sodhi
    +Prabhu Marappan
    +Pradyun Gedam
    +Prashant Sharma
    +Pratik Mallya
    +pre-commit-ci[bot]
    +Preet Thakkar
    +Preston Holmes
    +Przemek Wrzos
    +Pulkit Goyal
    +q0w
    +Qiangning Hong
    +Quentin Lee
    +Quentin Pradet
    +R. David Murray
    +Rafael Caricio
    +Ralf Schmitt
    +Razzi Abuissa
    +rdb
    +Reece Dunham
    +Remi Rampin
    +Rene Dudfield
    +Riccardo Magliocchetti
    +Riccardo Schirone
    +Richard Jones
    +Richard Si
    +Ricky Ng-Adam
    +Rishi
    +RobberPhex
    +Robert Collins
    +Robert McGibbon
    +Robert Pollak
    +Robert T. McGibbon
    +robin elisha robinson
    +Roey Berman
    +Rohan Jain
    +Roman Bogorodskiy
    +Roman Donchenko
    +Romuald Brunet
    +ronaudinho
    +Ronny Pfannschmidt
    +Rory McCann
    +Ross Brattain
    +Roy Wellington Ⅳ
    +Ruairidh MacLeod
    +Russell Keith-Magee
    +Ryan Shepherd
    +Ryan Wooden
    +ryneeverett
    +Sachi King
    +Salvatore Rinchiera
    +sandeepkiran-js
    +Savio Jomton
    +schlamar
    +Scott Kitterman
    +Sean
    +seanj
    +Sebastian Jordan
    +Sebastian Schaetz
    +Segev Finer
    +SeongSoo Cho
    +Sergey Vasilyev
    +Seth Michael Larson
    +Seth Woodworth
    +Shantanu
    +shireenrao
    +Shivansh-007
    +Shlomi Fish
    +Shovan Maity
    +Simeon Visser
    +Simon Cross
    +Simon Pichugin
    +sinoroc
    +sinscary
    +snook92
    +socketubs
    +Sorin Sbarnea
    +Srinivas Nyayapati
    +Stavros Korokithakis
    +Stefan Scherfke
    +Stefano Rivera
    +Stephan Erb
    +Stephen Rosen
    +stepshal
    +Steve (Gadget) Barnes
    +Steve Barnes
    +Steve Dower
    +Steve Kowalik
    +Steven Myint
    +Steven Silvester
    +stonebig
    +Stéphane Bidoul
    +Stéphane Bidoul (ACSONE)
    +Stéphane Klein
    +Sumana Harihareswara
    +Surbhi Sharma
    +Sviatoslav Sydorenko
    +Swat009
    +Sylvain
    +Takayuki SHIMIZUKAWA
    +Taneli Hukkinen
    +tbeswick
    +Thiago
    +Thijs Triemstra
    +Thomas Fenzl
    +Thomas Grainger
    +Thomas Guettler
    +Thomas Johansson
    +Thomas Kluyver
    +Thomas Smith
    +Thomas VINCENT
    +Tim D. Smith
    +Tim Gates
    +Tim Harder
    +Tim Heap
    +tim smith
    +tinruufu
    +Tobias Hermann
    +Tom Forbes
    +Tom Freudenheim
    +Tom V
    +Tomas Hrnciar
    +Tomas Orsava
    +Tomer Chachamu
    +Tommi Enenkel | AnB
    +Tomáš Hrnčiar
    +Tony Beswick
    +Tony Narlock
    +Tony Zhaocheng Tan
    +TonyBeswick
    +toonarmycaptain
    +Toshio Kuratomi
    +toxinu
    +Travis Swicegood
    +Tushar Sadhwani
    +Tzu-ping Chung
    +Valentin Haenel
    +Victor Stinner
    +victorvpaulo
    +Vikram - Google
    +Viktor Szépe
    +Ville Skyttä
    +Vinay Sajip
    +Vincent Philippon
    +Vinicyus Macedo
    +Vipul Kumar
    +Vitaly Babiy
    +Vladimir Rutsky
    +W. Trevor King
    +Wil Tan
    +Wilfred Hughes
    +William Edwards
    +William ML Leslie
    +William T Olson
    +William Woodruff
    +Wilson Mo
    +wim glenn
    +Winson Luk
    +Wolfgang Maier
    +Wu Zhenyu
    +XAMES3
    +Xavier Fernandez
    +xoviat
    +xtreak
    +YAMAMOTO Takashi
    +Yen Chi Hsuan
    +Yeray Diaz Diaz
    +Yoval P
    +Yu Jian
    +Yuan Jing Vincent Yan
    +Yusuke Hayashi
    +Zearin
    +Zhiping Deng
    +ziebam
    +Zvezdan Petkovic
    +Łukasz Langa
    +Роман Донченко
    +Семён Марьясин
    +‮rekcäH nitraM‮
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER
    new file mode 100644
    index 0000000..a1b589e
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER
    @@ -0,0 +1 @@
    +pip
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt
    new file mode 100644
    index 0000000..8e7b65e
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt
    @@ -0,0 +1,20 @@
    +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file)
    +
    +Permission is hereby granted, free of charge, to any person obtaining
    +a copy of this software and associated documentation files (the
    +"Software"), to deal in the Software without restriction, including
    +without limitation the rights to use, copy, modify, merge, publish,
    +distribute, sublicense, and/or sell copies of the Software, and to
    +permit persons to whom the Software is furnished to do so, subject to
    +the following conditions:
    +
    +The above copyright notice and this permission notice shall be
    +included in all copies or substantial portions of the Software.
    +
    +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/METADATA b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/METADATA
    new file mode 100644
    index 0000000..c503b33
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/METADATA
    @@ -0,0 +1,90 @@
    +Metadata-Version: 2.1
    +Name: pip
    +Version: 23.2.1
    +Summary: The PyPA recommended tool for installing Python packages.
    +Home-page: https://pip.pypa.io/
    +Author: The pip developers
    +Author-email: distutils-sig@python.org
    +License: MIT
    +Project-URL: Documentation, https://pip.pypa.io
    +Project-URL: Source, https://github.com/pypa/pip
    +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
    +Classifier: Development Status :: 5 - Production/Stable
    +Classifier: Intended Audience :: Developers
    +Classifier: License :: OSI Approved :: MIT License
    +Classifier: Topic :: Software Development :: Build Tools
    +Classifier: Programming Language :: Python
    +Classifier: Programming Language :: Python :: 3
    +Classifier: Programming Language :: Python :: 3 :: Only
    +Classifier: Programming Language :: Python :: 3.7
    +Classifier: Programming Language :: Python :: 3.8
    +Classifier: Programming Language :: Python :: 3.9
    +Classifier: Programming Language :: Python :: 3.10
    +Classifier: Programming Language :: Python :: 3.11
    +Classifier: Programming Language :: Python :: 3.12
    +Classifier: Programming Language :: Python :: Implementation :: CPython
    +Classifier: Programming Language :: Python :: Implementation :: PyPy
    +Requires-Python: >=3.7
    +License-File: LICENSE.txt
    +License-File: AUTHORS.txt
    +
    +pip - The Python Package Installer
    +==================================
    +
    +.. image:: https://img.shields.io/pypi/v/pip.svg
    +   :target: https://pypi.org/project/pip/
    +
    +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
    +   :target: https://pip.pypa.io/en/latest
    +
    +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
    +
    +Please take a look at our documentation for how to install and use pip:
    +
    +* `Installation`_
    +* `Usage`_
    +
    +We release updates regularly, with a new version every 3 months. Find more details in our documentation:
    +
    +* `Release notes`_
    +* `Release process`_
    +
    +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.
    +
    +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
    +
    +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
    +
    +* `Issue tracking`_
    +* `Discourse channel`_
    +* `User IRC`_
    +
    +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
    +
    +* `GitHub page`_
    +* `Development documentation`_
    +* `Development IRC`_
    +
    +Code of Conduct
    +---------------
    +
    +Everyone interacting in the pip project's codebases, issue trackers, chat
    +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
    +
    +.. _package installer: https://packaging.python.org/guides/tool-recommendations/
    +.. _Python Package Index: https://pypi.org
    +.. _Installation: https://pip.pypa.io/en/stable/installation/
    +.. _Usage: https://pip.pypa.io/en/stable/
    +.. _Release notes: https://pip.pypa.io/en/stable/news.html
    +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
    +.. _GitHub page: https://github.com/pypa/pip
    +.. _Development documentation: https://pip.pypa.io/en/latest/development
    +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
    +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
    +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
    +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support
    +.. _Issue tracking: https://github.com/pypa/pip/issues
    +.. _Discourse channel: https://discuss.python.org/c/packaging
    +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
    +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
    +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/RECORD b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/RECORD
    new file mode 100644
    index 0000000..77dd7e4
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/RECORD
    @@ -0,0 +1,1003 @@
    +../../../bin/pip,sha256=zhMtB03Q2XNb2WsexxjHQn2oGoIX1ErFt3qKr6FBzts,263
    +../../../bin/pip3,sha256=zhMtB03Q2XNb2WsexxjHQn2oGoIX1ErFt3qKr6FBzts,263
    +../../../bin/pip3.12,sha256=zhMtB03Q2XNb2WsexxjHQn2oGoIX1ErFt3qKr6FBzts,263
    +pip-23.2.1.dist-info/AUTHORS.txt,sha256=Pd_qYtjluu4WDft2A179dPtIvwYVBNtDfccCitVRMQM,10082
    +pip-23.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
    +pip-23.2.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
    +pip-23.2.1.dist-info/METADATA,sha256=yHPLQvsD1b6f-zdCQWMibZXbsAjs886JMSh3C0oxRhQ,4239
    +pip-23.2.1.dist-info/RECORD,,
    +pip-23.2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip-23.2.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
    +pip-23.2.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125
    +pip-23.2.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
    +pip/__init__.py,sha256=hELWH3UN2ilBntczbn1BJOIzJEoiE8w9H-gsR5TeuEk,357
    +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854
    +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444
    +pip/__pycache__/__init__.cpython-312.pyc,,
    +pip/__pycache__/__main__.cpython-312.pyc,,
    +pip/__pycache__/__pip-runner__.cpython-312.pyc,,
    +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573
    +pip/_internal/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/__pycache__/build_env.cpython-312.pyc,,
    +pip/_internal/__pycache__/cache.cpython-312.pyc,,
    +pip/_internal/__pycache__/configuration.cpython-312.pyc,,
    +pip/_internal/__pycache__/exceptions.cpython-312.pyc,,
    +pip/_internal/__pycache__/main.cpython-312.pyc,,
    +pip/_internal/__pycache__/pyproject.cpython-312.pyc,,
    +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,,
    +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,,
    +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243
    +pip/_internal/cache.py,sha256=pMyi1n2nfdo7xzLVhmdOvIy1INt27HbqhJNj7vMcWlI,10429
    +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132
    +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/main.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,,
    +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,,
    +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676
    +pip/_internal/cli/base_command.py,sha256=ACUUqWkZMU2O1pmUSpfBV3fwb36JzzTHGrbKXyb5f74,8726
    +pip/_internal/cli/cmdoptions.py,sha256=0bXhKutppZLBgAL54iK3tTrj-JRVbUB5M_2pHv_wnKk,30030
    +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774
    +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816
    +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338
    +pip/_internal/cli/parser.py,sha256=tWP-K1uSxnJyXu3WE0kkH3niAYRBeuUaxeydhzOdhL4,10817
    +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968
    +pip/_internal/cli/req_command.py,sha256=GqS9jkeHktOy6zRzC6uhcRY7SelnAV1LZ6OfS_gNcEk,18440
    +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118
    +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116
    +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882
    +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/check.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/download.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/help.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/index.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/install.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/list.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/search.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/show.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,,
    +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/commands/cache.py,sha256=aDR3pKRRX9dHobQ2HzKryf02jgOZnGcnfEmX_288Vcg,7581
    +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782
    +pip/_internal/commands/completion.py,sha256=2frgchce-GE5Gh9SjEJV-MTcpxy3G9-Es8mpe66nHts,3986
    +pip/_internal/commands/configuration.py,sha256=NB5uf8HIX8-li95YLoZO09nALIWlLCHDF5aifSKcBn8,9815
    +pip/_internal/commands/debug.py,sha256=AesEID-4gPFDWTwPiPaGZuD4twdT-imaGuMR5ZfSn8s,6591
    +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335
    +pip/_internal/commands/freeze.py,sha256=2qjQrH9KWi5Roav0CuR7vc7hWm4uOi_0l6tp3ESKDHM,3172
    +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703
    +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132
    +pip/_internal/commands/index.py,sha256=cGQVSA5dAs7caQ9sz4kllYvaI4ZpGiq1WhCgaImXNSA,4793
    +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188
    +pip/_internal/commands/install.py,sha256=sdi44xeJlENfU-ziPl1TbUC3no2-ZGDpwBigmX1JuM0,28934
    +pip/_internal/commands/list.py,sha256=LNL6016BPvFpAZVzNoo_DWDzvRFpfw__m9Rp5kw-yUM,12457
    +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697
    +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419
    +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886
    +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476
    +pip/_internal/configuration.py,sha256=i_dePJKndPAy7hf48Sl6ZuPyl3tFPCE67z0SNatwuwE,13839
    +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858
    +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,,
    +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,,
    +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,,
    +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/distributions/base.py,sha256=jrF1Vi7eGyqFqMHrieh1PIOrGU7KeCxhYPZnbvtmvGY,1221
    +pip/_internal/distributions/installed.py,sha256=NI2OgsgH9iBq9l5vB-56vOg5YsybOy-AU4VE5CSCO2I,729
    +pip/_internal/distributions/sdist.py,sha256=SQBdkatXSigKGG_SaD0U0p1Jwdfrg26UCNcHgkXZfdA,6494
    +pip/_internal/distributions/wheel.py,sha256=m-J4XO-gvFerlYsFzzSXYDvrx8tLZlJFTCgDxctn8ig,1164
    +pip/_internal/exceptions.py,sha256=LyTVY2dANx-i_TEk5Yr9YcwUtiy0HOEFCAQq1F_46co,23737
    +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30
    +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/index/__pycache__/collector.cpython-312.pyc,,
    +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,,
    +pip/_internal/index/__pycache__/sources.cpython-312.pyc,,
    +pip/_internal/index/collector.py,sha256=3OmYZ3tCoRPGOrELSgQWG-03M-bQHa2-VCA3R_nJAaU,16504
    +pip/_internal/index/package_finder.py,sha256=rrUw4vj7QE_eMt022jw--wQiKznMaUgVBkJ1UCrVUxo,37873
    +pip/_internal/index/sources.py,sha256=7jw9XSeeQA5K-H4I5a5034Ks2gkQqm4zPXjrhwnP1S4,6556
    +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365
    +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,,
    +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,,
    +pip/_internal/locations/__pycache__/base.cpython-312.pyc,,
    +pip/_internal/locations/_distutils.py,sha256=cmi6h63xYNXhQe7KEWEMaANjHFy5yQOPt_1_RCWyXMY,6100
    +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680
    +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556
    +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340
    +pip/_internal/metadata/__init__.py,sha256=84j1dPJaIoz5Q2ZTPi0uB1iaDAHiUNfKtYSGQCfFKpo,4280
    +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,,
    +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,,
    +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,,
    +pip/_internal/metadata/_json.py,sha256=BTkWfFDrWFwuSodImjtbAh8wCL3isecbnjTb5E6UUDI,2595
    +pip/_internal/metadata/base.py,sha256=vIwIo1BtoqegehWMAXhNrpLGYBq245rcaCNkBMPnTU8,25277
    +pip/_internal/metadata/importlib/__init__.py,sha256=9ZVO8BoE7NEZPmoHp5Ap_NJo0HgNIezXXg-TFTtt3Z4,107
    +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,,
    +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,,
    +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,,
    +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882
    +pip/_internal/metadata/importlib/_dists.py,sha256=BUV8y6D0PePZrEN3vfJL-m1FDqZ6YPRgAiBeBinHhNg,8181
    +pip/_internal/metadata/importlib/_envs.py,sha256=I1DHMyAgZb8jT8CYndWl2aw2dN675p-BKPCuJhvdhrY,7435
    +pip/_internal/metadata/pkg_resources.py,sha256=WjwiNdRsvxqxL4MA5Tb5a_q3Q3sUhdpbZF8wGLtPMI0,9773
    +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63
    +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/index.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/link.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,,
    +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990
    +pip/_internal/models/direct_url.py,sha256=EepBxI97j7wSZ3AmRETYyVTmR9NoTas15vc8popxVTg,6931
    +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520
    +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030
    +pip/_internal/models/installation_report.py,sha256=ueXv1RiMLAucaTuEvXACXX5R64_Wcm8b1Ztqx4Rd5xI,2609
    +pip/_internal/models/link.py,sha256=6OEk3bt41WU7QZoiyuoVPGsKOU-J_BbDDhouKbIXm0Y,20819
    +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738
    +pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643
    +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907
    +pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858
    +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600
    +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50
    +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/auth.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/cache.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/download.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/session.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/utils.cpython-312.pyc,,
    +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,,
    +pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541
    +pip/_internal/network/cache.py,sha256=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145
    +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096
    +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638
    +pip/_internal/network/session.py,sha256=uhovd4J7abd0Yr2g426yC4aC6Uw1VKrQfpzalsEBEMw,18607
    +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073
    +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791
    +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/operations/__pycache__/check.cpython-312.pyc,,
    +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,,
    +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,,
    +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,,
    +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,,
    +pip/_internal/operations/build/build_tracker.py,sha256=vf81EwomN3xe9G8qRJED0VGqNikmRQRQoobNsxi5Xrs,4133
    +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422
    +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474
    +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198
    +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075
    +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417
    +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064
    +pip/_internal/operations/check.py,sha256=LD5BisEdT9vgzS7rLYUuk01z0l4oMj2Q7SsAxVu-pEk,6806
    +pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816
    +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51
    +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,,
    +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282
    +pip/_internal/operations/install/wheel.py,sha256=8lsVMt_FAuiGNsf_e7C7_cCSOEO7pHyjgVmRNx-WXrw,27475
    +pip/_internal/operations/prepare.py,sha256=nxjIiGRSiUUSRFpwN-Qro7N6BE9jqV4mudJ7CIv9qwY,28868
    +pip/_internal/pyproject.py,sha256=ltmrXWaMXjiJHbYyzWplTdBvPYPdKk99GjKuQVypGZU,7161
    +pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738
    +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,,
    +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,,
    +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,,
    +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,,
    +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,,
    +pip/_internal/req/constructors.py,sha256=8YE-eNXMSZ1lgsJZg-HnIo8EdaGfiOM2t3EaLlLD5Og,16610
    +pip/_internal/req/req_file.py,sha256=5PCO4GnDEnUENiFj4vD_1QmAMjHNtvN6HXbETZ9UGok,17872
    +pip/_internal/req/req_install.py,sha256=hpG29Bm2PAq7G-ogTatZcNUgjwt0zpdTXtxGw4M_MtU,33084
    +pip/_internal/req/req_set.py,sha256=pSCcIKURDkGb6JAKsc-cdvnvnAJlYPk-p3vvON9M3DY,4704
    +pip/_internal/req/req_uninstall.py,sha256=sGwa_yZ6X2NcRSUJWzUlYkf8bDEjRySAE3aQ5OewIWA,24678
    +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,,
    +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583
    +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,,
    +pip/_internal/resolution/legacy/resolver.py,sha256=th-eTPIvbecfJaUsdrbH1aHQvDV2yCE-RhrrpsJhKbE,24128
    +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,,
    +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220
    +pip/_internal/resolution/resolvelib/candidates.py,sha256=u5mU96o2lnUy-ODRJv7Wevee0xCYI6IKIXNamSBQnso,18969
    +pip/_internal/resolution/resolvelib/factory.py,sha256=y1Q2fsV1GKDKPitoapOLLEs75WNzEpd4l_RezCt927c,27845
    +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705
    +pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824
    +pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100
    +pip/_internal/resolution/resolvelib/requirements.py,sha256=zHnERhfubmvKyM3kgdAOs0dYFiqUfzKR-DAt4y0NWOI,5454
    +pip/_internal/resolution/resolvelib/resolver.py,sha256=n2Vn9EC5-7JmcRY5erIPQ4hUWnEUngG0oYS3JW3xXZo,11642
    +pip/_internal/self_outdated_check.py,sha256=pnqBuKKZQ8OxKP0MaUUiDHl3AtyoMJHHG4rMQ7YcYXY,8167
    +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/models.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,,
    +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,,
    +pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351
    +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015
    +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665
    +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884
    +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377
    +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242
    +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627
    +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206
    +pip/_internal/utils/egg_link.py,sha256=ZryCchR_yQSCsdsMkCpxQjjLbQxObA5GDtLG0RR5mGc,2118
    +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169
    +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064
    +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122
    +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716
    +pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113
    +pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118
    +pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795
    +pip/_internal/utils/logging.py,sha256=U2q0i1n8hPS2gQh8qcocAg5dovGAa_bR24akmXMzrk4,11632
    +pip/_internal/utils/misc.py,sha256=Ds3rSQU7HbdAywwmEBcPnVoLB1Tp_2gL6IbaWcpe8i0,22343
    +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193
    +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108
    +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435
    +pip/_internal/utils/subprocess.py,sha256=0EMhgfPGFk8FZn6Qq7Hp9PN6YHuQNWiVby4DXcTCON4,9200
    +pip/_internal/utils/temp_dir.py,sha256=aCX489gRa4Nu0dMKRFyGhV6maJr60uEynu5uCbKR4Qg,7702
    +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821
    +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759
    +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456
    +pip/_internal/utils/wheel.py,sha256=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549
    +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596
    +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,,
    +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,,
    +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,,
    +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,,
    +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,,
    +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,,
    +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519
    +pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116
    +pip/_internal/vcs/mercurial.py,sha256=1FG5Zh2ltJZKryO40d2l2Q91FYNazuS16kkpoAVOh0Y,5244
    +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729
    +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811
    +pip/_internal/wheel_builder.py,sha256=3UlHfxQi7_AAXI7ur8aPpPbmqHhecCsubmkHEl-00KU,11842
    +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966
    +pip/_vendor/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/__pycache__/six.cpython-312.pyc,,
    +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__init__.py,sha256=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465
    +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379
    +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033
    +pip/_vendor/cachecontrol/cache.py,sha256=Tty45fOjH40fColTGkqKQvQQmbYsMpk-nCyfLcv2vG4,1535
    +pip/_vendor/cachecontrol/caches/__init__.py,sha256=h-1cUmOz6mhLsjTjOrJ8iPejpGdLCyG4lzTftfGZvLg,242
    +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,,
    +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=GpexcE29LoY4MaZwPUTcUBZaDdcsjqyLxZFznk8Hbr4,5271
    +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=mp-QWonP40I3xJGK3XVO-Gs9a3UjzlqqEmp9iLJH9F4,1033
    +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778
    +pip/_vendor/cachecontrol/controller.py,sha256=bAYrt7x_VH4toNpI066LQxbHpYGpY1MxxmZAhspplvw,16416
    +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946
    +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154
    +pip/_vendor/cachecontrol/serialize.py,sha256=_U1NU_C-SDgFzkbAxAsPDgMTHeTWZZaHCQnZN_jh0U8,7105
    +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774
    +pip/_vendor/certifi/__init__.py,sha256=q5ePznlfOw-XYIOV6RTnh45yS9haN-Nb1d__4QXc3g0,94
    +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255
    +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,,
    +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,,
    +pip/_vendor/certifi/cacert.pem,sha256=swFTXcpJHZgU6ij6oyCsehnQ9dlCN5lvoKO1qTZDJRQ,278952
    +pip/_vendor/certifi/core.py,sha256=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279
    +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797
    +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,,
    +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,,
    +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274
    +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763
    +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032
    +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915
    +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420
    +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,,
    +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242
    +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732
    +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542
    +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860
    +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683
    +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006
    +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176
    +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934
    +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566
    +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753
    +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913
    +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753
    +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735
    +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759
    +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537
    +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796
    +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498
    +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752
    +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055
    +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562
    +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484
    +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196
    +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363
    +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035
    +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774
    +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372
    +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380
    +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077
    +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715
    +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131
    +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391
    +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,,
    +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560
    +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402
    +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400
    +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137
    +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007
    +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848
    +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505
    +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812
    +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244
    +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266
    +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,,
    +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,,
    +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,,
    +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,,
    +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,,
    +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522
    +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128
    +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325
    +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75
    +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,,
    +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839
    +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678
    +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741
    +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866
    +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079
    +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709
    +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181
    +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134
    +pip/_vendor/distlib/__init__.py,sha256=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581
    +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,,
    +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,,
    +pip/_vendor/distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259
    +pip/_vendor/distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697
    +pip/_vendor/distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834
    +pip/_vendor/distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991
    +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811
    +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058
    +pip/_vendor/distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801
    +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820
    +pip/_vendor/distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102
    +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792
    +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784
    +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032
    +pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262
    +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513
    +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648
    +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448
    +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888
    +pip/_vendor/distlib/wheel.py,sha256=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898
    +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981
    +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64
    +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,,
    +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,,
    +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330
    +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849
    +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,,
    +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,,
    +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374
    +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321
    +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950
    +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375
    +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881
    +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21
    +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539
    +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132
    +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,,
    +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,,
    +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,,
    +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081
    +pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079
    +pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544
    +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661
    +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497
    +pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,,
    +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,,
    +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488
    +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378
    +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
    +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487
    +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676
    +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110
    +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699
    +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200
    +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665
    +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364
    +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155
    +pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476
    +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,,
    +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,,
    +pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211
    +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132
    +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678
    +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809
    +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160
    +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573
    +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983
    +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353
    +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,,
    +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,,
    +pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685
    +pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697
    +pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938
    +pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386
    +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178
    +pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424
    +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,,
    +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176
    +pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314
    +pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094
    +pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610
    +pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938
    +pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981
    +pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351
    +pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073
    +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212
    +pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014
    +pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335
    +pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674
    +pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753
    +pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618
    +pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130
    +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,,
    +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,,
    +pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281
    +pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424
    +pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986
    +pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591
    +pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072
    +pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092
    +pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882
    +pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257
    +pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700
    +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184
    +pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223
    +pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230
    +pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116
    +pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,,
    +pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,,
    +pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567
    +pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387
    +pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445
    +pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215
    +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523
    +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646
    +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692
    +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488
    +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646
    +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670
    +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491
    +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,,
    +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,,
    +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138
    +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920
    +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546
    +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,,
    +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927
    +pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169
    +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,,
    +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,,
    +pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435
    +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495
    +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697
    +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449
    +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187
    +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575
    +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286
    +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560
    +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823
    +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879
    +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733
    +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288
    +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695
    +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373
    +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235
    +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912
    +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460
    +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537
    +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,,
    +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,,
    +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,,
    +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,,
    +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,,
    +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156
    +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871
    +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601
    +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511
    +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963
    +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090
    +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478
    +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,,
    +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,,
    +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096
    +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235
    +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064
    +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100
    +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265
    +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799
    +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695
    +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225
    +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236
    +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387
    +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063
    +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423
    +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472
    +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919
    +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351
    +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417
    +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820
    +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926
    +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783
    +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840
    +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890
    +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368
    +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906
    +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264
    +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842
    +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509
    +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224
    +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054
    +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131
    +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218
    +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288
    +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497
    +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630
    +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082
    +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972
    +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501
    +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642
    +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683
    +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508
    +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584
    +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032
    +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252
    +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007
    +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273
    +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667
    +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903
    +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198
    +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305
    +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970
    +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828
    +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396
    +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574
    +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852
    +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706
    +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165
    +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303
    +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391
    +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166
    +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431
    +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602
    +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843
    +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591
    +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247
    +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339
    +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425
    +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073
    +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258
    +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173
    +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684
    +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370
    +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525
    +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777
    +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102
    +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604
    +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169
    +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
    +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493
    +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,,
    +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,,
    +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551
    +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179
    +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682
    +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562
    +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372
    +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383
    +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746
    +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086
    +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142
    +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024
    +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396
    +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,,
    +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,,
    +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,,
    +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633
    +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943
    +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254
    +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130
    +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
    +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,,
    +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,,
    +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811
    +pip/_vendor/urllib3/_version.py,sha256=6zoYnDykPLfe92fHqXalH8SxhWVl31yYLCP0lDri_SA,64
    +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300
    +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990
    +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957
    +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,,
    +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632
    +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922
    +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036
    +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528
    +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081
    +pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448
    +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097
    +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217
    +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579
    +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440
    +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,,
    +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
    +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,,
    +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,,
    +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417
    +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343
    +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665
    +pip/_vendor/urllib3/poolmanager.py,sha256=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752
    +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985
    +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641
    +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155
    +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,,
    +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901
    +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605
    +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498
    +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997
    +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510
    +pip/_vendor/urllib3/util/retry.py,sha256=4laWh0HpwGijLiBmdBIYtbhYekQnNzzhx2W9uys0RHA,22003
    +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177
    +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758
    +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895
    +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168
    +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296
    +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403
    +pip/_vendor/vendor.txt,sha256=EyWEHCgXKFKiE8Mku6LONUDLF6UwDwjX1NP2ccKLrLo,475
    +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579
    +pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,,
    +pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,,
    +pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,,
    +pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,,
    +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,,
    +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979
    +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305
    +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563
    +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307
    +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED
    new file mode 100644
    index 0000000..e69de29
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL
    new file mode 100644
    index 0000000..1f37c02
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL
    @@ -0,0 +1,5 @@
    +Wheel-Version: 1.0
    +Generator: bdist_wheel (0.40.0)
    +Root-Is-Purelib: true
    +Tag: py3-none-any
    +
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt
    new file mode 100644
    index 0000000..bcf704d
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt
    @@ -0,0 +1,4 @@
    +[console_scripts]
    +pip = pip._internal.cli.main:main
    +pip3 = pip._internal.cli.main:main
    +pip3.11 = pip._internal.cli.main:main
    diff --git a/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt
    new file mode 100644
    index 0000000..a1b589e
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt
    @@ -0,0 +1 @@
    +pip
    diff --git a/venv/lib64/python3.12/site-packages/pip/__init__.py b/venv/lib64/python3.12/site-packages/pip/__init__.py
    new file mode 100644
    index 0000000..6633ef7
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/__init__.py
    @@ -0,0 +1,13 @@
    +from typing import List, Optional
    +
    +__version__ = "23.2.1"
    +
    +
    +def main(args: Optional[List[str]] = None) -> int:
    +    """This is an internal API only meant for use by pip's own console scripts.
    +
    +    For additional details, see https://github.com/pypa/pip/issues/7498.
    +    """
    +    from pip._internal.utils.entrypoints import _wrapper
    +
    +    return _wrapper(args)
    diff --git a/venv/lib64/python3.12/site-packages/pip/__main__.py b/venv/lib64/python3.12/site-packages/pip/__main__.py
    new file mode 100644
    index 0000000..5991326
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/__main__.py
    @@ -0,0 +1,24 @@
    +import os
    +import sys
    +
    +# Remove '' and current working directory from the first entry
    +# of sys.path, if present to avoid using current directory
    +# in pip commands check, freeze, install, list and show,
    +# when invoked as python -m pip 
    +if sys.path[0] in ("", os.getcwd()):
    +    sys.path.pop(0)
    +
    +# If we are running from a wheel, add the wheel to sys.path
    +# This allows the usage python pip-*.whl/pip install pip-*.whl
    +if __package__ == "":
    +    # __file__ is pip-*.whl/pip/__main__.py
    +    # first dirname call strips of '/__main__.py', second strips off '/pip'
    +    # Resulting path is the name of the wheel itself
    +    # Add that to sys.path so we can import pip
    +    path = os.path.dirname(os.path.dirname(__file__))
    +    sys.path.insert(0, path)
    +
    +if __name__ == "__main__":
    +    from pip._internal.cli.main import main as _main
    +
    +    sys.exit(_main())
    diff --git a/venv/lib64/python3.12/site-packages/pip/__pip-runner__.py b/venv/lib64/python3.12/site-packages/pip/__pip-runner__.py
    new file mode 100644
    index 0000000..49a148a
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/__pip-runner__.py
    @@ -0,0 +1,50 @@
    +"""Execute exactly this copy of pip, within a different environment.
    +
    +This file is named as it is, to ensure that this module can't be imported via
    +an import statement.
    +"""
    +
    +# /!\ This version compatibility check section must be Python 2 compatible. /!\
    +
    +import sys
    +
    +# Copied from setup.py
    +PYTHON_REQUIRES = (3, 7)
    +
    +
    +def version_str(version):  # type: ignore
    +    return ".".join(str(v) for v in version)
    +
    +
    +if sys.version_info[:2] < PYTHON_REQUIRES:
    +    raise SystemExit(
    +        "This version of pip does not support python {} (requires >={}).".format(
    +            version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES)
    +        )
    +    )
    +
    +# From here on, we can use Python 3 features, but the syntax must remain
    +# Python 2 compatible.
    +
    +import runpy  # noqa: E402
    +from importlib.machinery import PathFinder  # noqa: E402
    +from os.path import dirname  # noqa: E402
    +
    +PIP_SOURCES_ROOT = dirname(dirname(__file__))
    +
    +
    +class PipImportRedirectingFinder:
    +    @classmethod
    +    def find_spec(self, fullname, path=None, target=None):  # type: ignore
    +        if fullname != "pip":
    +            return None
    +
    +        spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target)
    +        assert spec, (PIP_SOURCES_ROOT, fullname)
    +        return spec
    +
    +
    +sys.meta_path.insert(0, PipImportRedirectingFinder())
    +
    +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"
    +runpy.run_module("pip", run_name="__main__", alter_sys=True)
    diff --git a/venv/lib64/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..449d00f417e7f805ada3ca6b49286188b1e2c3ce
    GIT binary patch
    literal 699
    zcmX|9L2J}N6rM@4>2}vzR1oSxM=!Eq6WWSek%AzCP^wV9tcNhoyzY)BlVN7IHKjri
    z9t1DmTK|FK#sA?&ueqpr@>Z!H?8!H4>m%>wz2VFEzLz&2r=~gt?a$-~07}SrUmRQO
    zC^@)>$u1E@(1Mh-Ps^YmP$GhUC?-S%0Z@o$5aV66ptT-}_(iK9*I}>y!;|!aCR&!(
    zHSPP_$x88JE1q9S=99UVCgNsbo7jLG8I_}k{}y8A{op(X>`z7D`#-0Y1Z10TllMpH
    zRniN$b{`IKOiO*)vT9SYyi&F*fZ5zg
    z?QGKNFtob}r4Nx0tA=glv8&+x|nVV0obTEs^r+k1Kz1$2{
    zNS9@auA8XjQkgDxiqY*U3_Ij^hqM;Ib>dX#^QprtO>0%O^DNs8Q&3e!sGmHJ8a)7D={iy$(+X0FVXfe?1z-nFXZCalV^9j
    eKjR5{?&Y(+Xm9n+4guR&n
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..926e7b5205348b536701b16c147d7323df1d3973
    GIT binary patch
    literal 853
    zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!$di?Nb`Vkmm(As9ib5D&|mnIya2WS8AFbrqxm
    zp$#6oB3OIsRmsKw!;7{GGDRqO@)qdHo}6j2q+mVx4)eZw^UeFddCaFwCJ8)#CqB{#
    zGQdx<2_rHBM=ub-HV`1lgz7M(Dx%21A$6Py%U5G$HBSc!g0^r=^8fSPgGDGI+^*@-gP$|q+=^s8PPb&;D0V?&SA?8jKL_TqP
    ziBAuk$yTbGM!;u-jM=~M@_IU)PpFN+M?T6%ehKebc=lWogpDOI(#+N#!|s>)(SciLKuiY|5C6s4%%cB$iuia6nwX2J=?JiTJv1xK3Aq?
    zy-pWaY@+dgN{6;Pim5+VY~O2I?Q6NKdBxQ|x-jzSDqLI%pO~}#%MV^@SmNU(@
    z#2;|q@?{_+gbpBa0LeibaBQR4Ep9G#Zv^?k51eiPwg2Y%=kxPlO-vg{6n?Y2{>RvfArR6w8zoI~W$coqO4L$PH6;m21;mg;EmfmuCu!)
    zm>7v7q^44(a;OTuaj2?9v{H^e_Fh%80Tr@Rq*U#p+(>+A!>Mn)-hh<0Pue&0_Rag|
    z&6{uD&*5+oP@V@K(r-Ngzca&?Kyy;J2*5HZkO74#T%Kfz!e=-|ScD8u$)w*6*dG;6
    z@pJ*@rZ@njmjmiiyp!R5zdJ+E|01m6&P*EXIM-T3R3@&yKpJ`ZGCmxAd4D002@sa6
    zKOZcFG9kj^L+qn1Zj3u-!W>)yC9nue(8bNP;;CM9_Bf~~PaL$Ixk3=Pb*<@e5eU#j
    zN@%JZ!1P@MrN#9xu+_fFQ~!b!Rzgba_mMT;@ewF<@#yS#12Z&RvZzRBQ>t!ayo2G`T>Y9Y9B>VDuR?eIK$rt`8
    z=47^^`V;=1hxJ%u<@Q&XR><<@S}gJ0WMy4w@4(a8!lbThIQp7+CM$wygiza|1A7=)
    zB4D4{fodMML#S?MA9wMEEO3u
    zMCbhC-8r$_ptnn^f&TvY?#{)Nm{M>=wk9sCnnDehprRU#gITtRD~uaV>g>@i0|o3b
    zkl`q=@W=|{G9n|CNnEhIM%3b9gOX{AXm~lQHtuXNlw~z>1sj?}y9t~iL9k6soyUem
    z%CJw8$!0TggV`lI)-)Ib8zhEs}J*
    zBsbDWE0oR4rdgo)B9um|51;|zw|GpS)2$JyE-
    z%e#4&lWaA+i$)>${C&>!NcN@|^tKMJ;O`v@lG>-y&W>V=JCiH%rK6{3H6{iN+FpxQkG
    zMEETHX?P3TYS6ZHqtl>_9uM+
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/__init__.py
    new file mode 100644
    index 0000000..6afb5c6
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/__init__.py
    @@ -0,0 +1,19 @@
    +from typing import List, Optional
    +
    +import pip._internal.utils.inject_securetransport  # noqa
    +from pip._internal.utils import _log
    +
    +# init_logging() must be called before any call to logging.getLogger()
    +# which happens at import of most modules.
    +_log.init_logging()
    +
    +
    +def main(args: (Optional[List[str]]) = None) -> int:
    +    """This is preserved for old console scripts that may still be referencing
    +    it.
    +
    +    For additional details, see https://github.com/pypa/pip/issues/7498.
    +    """
    +    from pip._internal.utils.entrypoints import _wrapper
    +
    +    return _wrapper(args)
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..3ea7eff41ec429d60a7d28d041e586e25bda7d6d
    GIT binary patch
    literal 859
    zcmZvay=xRf6u@V8_two_BF2bt7CNHMNwP~+&;(5-Rv{MA=9*=)`|ft)ehf2n2`3R!
    z*x95rHujPx|A&nML0AxxRCbYQVJhF87j5#GdGF2e=Dpv%nGaJ_O@i`!VjmtlgdEz%
    zsWisUafZ$tl9H6>q@Z0|I9-R@wUfJD53QRw3cu@9;t=rH&z~mvZ}-M7o;sI$-~ff7
    zjeB;c4VdV8ssF0cZ4RAI@ZH9CoZ4F!+SI`lX+%}>e5FHcFV3re?QzxDwXeVoRGCm4
    zJ{A|PoyS*EAu&ZlBz{RP*%sX*d*kR;(s5tBdzuN&a7YCj)CQ!iS1DHIDNCwSS2-}9
    zC?SnzCgX+`e8{vBdCt~=Dd>TMG7)9J$xws|nER{!+6P3>UecWg38G#z?&w
    zMSWqi!CIJ9MI?ukM^ea0XgvTO-MhPRKO7}e_#Ol=9mJc8O9={lat$NHSd<17wj>-N
    zjSitSYA7q*)oQ|?ag>i{sS
    zP;NxISVJ_ERpp&<{&u8=fjNwP&ilw{asNR?F}lLUaVUqiS8!3PNvzqzsi#qGlV6jh
    zvGA=mv-9Zn(nqg-jGK6`l}@Yn%}`D)>uO_z(-fS)Ur~hb}_b|
    zIpct`KewJ7Vd01AV~N_;M%6C%Xhip(s3}|1Ql114iYguCu%s^I(*6*=i0a6tlzt`G
    x56S!&a`Px4^y0SnnM@y$=}%zV)n
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..0a3e75292585e18f7e4c36c1531bc59fd30226a0
    GIT binary patch
    literal 14303
    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
    H4*LHAIrXyR
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..3093836a7a3273aab7e5ceee902e91b82cdd2b82
    GIT binary patch
    literal 12699
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..830cbb529cb39c62a1a8cc6eab0002ad47190f34
    GIT binary patch
    literal 17411
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..e5e1fa2d519d3494a0fa58a3764bbe7a08749e81
    GIT binary patch
    literal 33412
    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
    MuW>Y+$dTOt2dEB&lmGw#
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..4c5ba64b6d61f053e539f283fe7242e9ab5ae661
    GIT binary patch
    literal 682
    zcmX|9J#Q2-5Vd#rj>{zxLR6sugJ@17Ymp#95K4upqEK9D(nP-X+?`=Rtg-LHq99RF
    zAkokf8fp*?|APkFZ4jcO3pyxB#rOyrt!JO@@tZeee_CGdGO|AlA7O_x_B~AgTk8bO
    z)(E_2nrWW1g75Mo+Ko8VZ5=}d9O4z)4?`!A3=`dY-r8-|QSZ!;K+ubtWXm|;bnaVk
    zs#4|KO`>q*nl^%;V3|?gQ;P|OF}p~Pa&jGooKHDt5j)@q?88ZPpY`G=Z+FJV3HmI8
    z1Dt{u!wN-}Ymrr@t8x%7Lu0)YeyqGGR4tr0c`gPZ5QczIW~Ll<1)1?_cMk3mh0@ym
    zQ!6xhWpZ~-H~=yB-n!dTj*K5q25D9m($-cUH#Tmib0UnWh#qe`d;6%Y
    z1*BeFqR4d5lpc^;kxodBOQG~w+lp2lcEXtmL-Xg@1ri~Sl^jSe
    z2@Q9S+%xujiM2MqEuMdM_vPm2WMxK+RMU2^-L!pesd*Ug3&V*fb{?CU%9xY9XSfu$
    z!V5d@+$kzO$zc-%ZMZ~tmE2LxIseKo|7>^og%^(xlf(X-g)e8X95I@|%YKF5oaHZ)
    Cleq8z
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6848f3d6f1cd87885929e7c175a1fff57211c8e3
    GIT binary patch
    literal 4981
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..abec42d41a4f974236eb2fb819a4db88209e22b2
    GIT binary patch
    literal 10108
    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
    dhZ5ZbNR^dfuDB8`6<2~K7_ahP1?1?-`# Union[Tuple[str], Tuple[str, str]]:
    +    return (a, b) if a != b else (a,)
    +
    +
    +class _Prefix:
    +    def __init__(self, path: str) -> None:
    +        self.path = path
    +        self.setup = False
    +        scheme = get_scheme("", prefix=path)
    +        self.bin_dir = scheme.scripts
    +        self.lib_dirs = _dedup(scheme.purelib, scheme.platlib)
    +
    +
    +def get_runnable_pip() -> str:
    +    """Get a file to pass to a Python executable, to run the currently-running pip.
    +
    +    This is used to run a pip subprocess, for installing requirements into the build
    +    environment.
    +    """
    +    source = pathlib.Path(pip_location).resolve().parent
    +
    +    if not source.is_dir():
    +        # This would happen if someone is using pip from inside a zip file. In that
    +        # case, we can use that directly.
    +        return str(source)
    +
    +    return os.fsdecode(source / "__pip-runner__.py")
    +
    +
    +def _get_system_sitepackages() -> Set[str]:
    +    """Get system site packages
    +
    +    Usually from site.getsitepackages,
    +    but fallback on `get_purelib()/get_platlib()` if unavailable
    +    (e.g. in a virtualenv created by virtualenv<20)
    +
    +    Returns normalized set of strings.
    +    """
    +    if hasattr(site, "getsitepackages"):
    +        system_sites = site.getsitepackages()
    +    else:
    +        # virtualenv < 20 overwrites site.py without getsitepackages
    +        # fallback on get_purelib/get_platlib.
    +        # this is known to miss things, but shouldn't in the cases
    +        # where getsitepackages() has been removed (inside a virtualenv)
    +        system_sites = [get_purelib(), get_platlib()]
    +    return {os.path.normcase(path) for path in system_sites}
    +
    +
    +class BuildEnvironment:
    +    """Creates and manages an isolated environment to install build deps"""
    +
    +    def __init__(self) -> None:
    +        temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True)
    +
    +        self._prefixes = OrderedDict(
    +            (name, _Prefix(os.path.join(temp_dir.path, name)))
    +            for name in ("normal", "overlay")
    +        )
    +
    +        self._bin_dirs: List[str] = []
    +        self._lib_dirs: List[str] = []
    +        for prefix in reversed(list(self._prefixes.values())):
    +            self._bin_dirs.append(prefix.bin_dir)
    +            self._lib_dirs.extend(prefix.lib_dirs)
    +
    +        # Customize site to:
    +        # - ensure .pth files are honored
    +        # - prevent access to system site packages
    +        system_sites = _get_system_sitepackages()
    +
    +        self._site_dir = os.path.join(temp_dir.path, "site")
    +        if not os.path.exists(self._site_dir):
    +            os.mkdir(self._site_dir)
    +        with open(
    +            os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8"
    +        ) as fp:
    +            fp.write(
    +                textwrap.dedent(
    +                    """
    +                import os, site, sys
    +
    +                # First, drop system-sites related paths.
    +                original_sys_path = sys.path[:]
    +                known_paths = set()
    +                for path in {system_sites!r}:
    +                    site.addsitedir(path, known_paths=known_paths)
    +                system_paths = set(
    +                    os.path.normcase(path)
    +                    for path in sys.path[len(original_sys_path):]
    +                )
    +                original_sys_path = [
    +                    path for path in original_sys_path
    +                    if os.path.normcase(path) not in system_paths
    +                ]
    +                sys.path = original_sys_path
    +
    +                # Second, add lib directories.
    +                # ensuring .pth file are processed.
    +                for path in {lib_dirs!r}:
    +                    assert not path in sys.path
    +                    site.addsitedir(path)
    +                """
    +                ).format(system_sites=system_sites, lib_dirs=self._lib_dirs)
    +            )
    +
    +    def __enter__(self) -> None:
    +        self._save_env = {
    +            name: os.environ.get(name, None)
    +            for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH")
    +        }
    +
    +        path = self._bin_dirs[:]
    +        old_path = self._save_env["PATH"]
    +        if old_path:
    +            path.extend(old_path.split(os.pathsep))
    +
    +        pythonpath = [self._site_dir]
    +
    +        os.environ.update(
    +            {
    +                "PATH": os.pathsep.join(path),
    +                "PYTHONNOUSERSITE": "1",
    +                "PYTHONPATH": os.pathsep.join(pythonpath),
    +            }
    +        )
    +
    +    def __exit__(
    +        self,
    +        exc_type: Optional[Type[BaseException]],
    +        exc_val: Optional[BaseException],
    +        exc_tb: Optional[TracebackType],
    +    ) -> None:
    +        for varname, old_value in self._save_env.items():
    +            if old_value is None:
    +                os.environ.pop(varname, None)
    +            else:
    +                os.environ[varname] = old_value
    +
    +    def check_requirements(
    +        self, reqs: Iterable[str]
    +    ) -> Tuple[Set[Tuple[str, str]], Set[str]]:
    +        """Return 2 sets:
    +        - conflicting requirements: set of (installed, wanted) reqs tuples
    +        - missing requirements: set of reqs
    +        """
    +        missing = set()
    +        conflicting = set()
    +        if reqs:
    +            env = (
    +                get_environment(self._lib_dirs)
    +                if hasattr(self, "_lib_dirs")
    +                else get_default_environment()
    +            )
    +            for req_str in reqs:
    +                req = Requirement(req_str)
    +                # We're explicitly evaluating with an empty extra value, since build
    +                # environments are not provided any mechanism to select specific extras.
    +                if req.marker is not None and not req.marker.evaluate({"extra": ""}):
    +                    continue
    +                dist = env.get_distribution(req.name)
    +                if not dist:
    +                    missing.add(req_str)
    +                    continue
    +                if isinstance(dist.version, Version):
    +                    installed_req_str = f"{req.name}=={dist.version}"
    +                else:
    +                    installed_req_str = f"{req.name}==={dist.version}"
    +                if not req.specifier.contains(dist.version, prereleases=True):
    +                    conflicting.add((installed_req_str, req_str))
    +                # FIXME: Consider direct URL?
    +        return conflicting, missing
    +
    +    def install_requirements(
    +        self,
    +        finder: "PackageFinder",
    +        requirements: Iterable[str],
    +        prefix_as_string: str,
    +        *,
    +        kind: str,
    +    ) -> None:
    +        prefix = self._prefixes[prefix_as_string]
    +        assert not prefix.setup
    +        prefix.setup = True
    +        if not requirements:
    +            return
    +        self._install_requirements(
    +            get_runnable_pip(),
    +            finder,
    +            requirements,
    +            prefix,
    +            kind=kind,
    +        )
    +
    +    @staticmethod
    +    def _install_requirements(
    +        pip_runnable: str,
    +        finder: "PackageFinder",
    +        requirements: Iterable[str],
    +        prefix: _Prefix,
    +        *,
    +        kind: str,
    +    ) -> None:
    +        args: List[str] = [
    +            sys.executable,
    +            pip_runnable,
    +            "install",
    +            "--ignore-installed",
    +            "--no-user",
    +            "--prefix",
    +            prefix.path,
    +            "--no-warn-script-location",
    +        ]
    +        if logger.getEffectiveLevel() <= logging.DEBUG:
    +            args.append("-v")
    +        for format_control in ("no_binary", "only_binary"):
    +            formats = getattr(finder.format_control, format_control)
    +            args.extend(
    +                (
    +                    "--" + format_control.replace("_", "-"),
    +                    ",".join(sorted(formats or {":none:"})),
    +                )
    +            )
    +
    +        index_urls = finder.index_urls
    +        if index_urls:
    +            args.extend(["-i", index_urls[0]])
    +            for extra_index in index_urls[1:]:
    +                args.extend(["--extra-index-url", extra_index])
    +        else:
    +            args.append("--no-index")
    +        for link in finder.find_links:
    +            args.extend(["--find-links", link])
    +
    +        for host in finder.trusted_hosts:
    +            args.extend(["--trusted-host", host])
    +        if finder.allow_all_prereleases:
    +            args.append("--pre")
    +        if finder.prefer_binary:
    +            args.append("--prefer-binary")
    +        args.append("--")
    +        args.extend(requirements)
    +        extra_environ = {"_PIP_STANDALONE_CERT": where()}
    +        with open_spinner(f"Installing {kind}") as spinner:
    +            call_subprocess(
    +                args,
    +                command_desc=f"pip subprocess to install {kind}",
    +                spinner=spinner,
    +                extra_environ=extra_environ,
    +            )
    +
    +
    +class NoOpBuildEnvironment(BuildEnvironment):
    +    """A no-op drop-in replacement for BuildEnvironment"""
    +
    +    def __init__(self) -> None:
    +        pass
    +
    +    def __enter__(self) -> None:
    +        pass
    +
    +    def __exit__(
    +        self,
    +        exc_type: Optional[Type[BaseException]],
    +        exc_val: Optional[BaseException],
    +        exc_tb: Optional[TracebackType],
    +    ) -> None:
    +        pass
    +
    +    def cleanup(self) -> None:
    +        pass
    +
    +    def install_requirements(
    +        self,
    +        finder: "PackageFinder",
    +        requirements: Iterable[str],
    +        prefix_as_string: str,
    +        *,
    +        kind: str,
    +    ) -> None:
    +        raise NotImplementedError()
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cache.py b/venv/lib64/python3.12/site-packages/pip/_internal/cache.py
    new file mode 100644
    index 0000000..8d3a664
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cache.py
    @@ -0,0 +1,292 @@
    +"""Cache Management
    +"""
    +
    +import hashlib
    +import json
    +import logging
    +import os
    +from pathlib import Path
    +from typing import Any, Dict, List, Optional
    +
    +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version
    +from pip._vendor.packaging.utils import canonicalize_name
    +
    +from pip._internal.exceptions import InvalidWheelFilename
    +from pip._internal.models.direct_url import DirectUrl
    +from pip._internal.models.link import Link
    +from pip._internal.models.wheel import Wheel
    +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
    +from pip._internal.utils.urls import path_to_url
    +
    +logger = logging.getLogger(__name__)
    +
    +ORIGIN_JSON_NAME = "origin.json"
    +
    +
    +def _hash_dict(d: Dict[str, str]) -> str:
    +    """Return a stable sha224 of a dictionary."""
    +    s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True)
    +    return hashlib.sha224(s.encode("ascii")).hexdigest()
    +
    +
    +class Cache:
    +    """An abstract class - provides cache directories for data from links
    +
    +    :param cache_dir: The root of the cache.
    +    """
    +
    +    def __init__(self, cache_dir: str) -> None:
    +        super().__init__()
    +        assert not cache_dir or os.path.isabs(cache_dir)
    +        self.cache_dir = cache_dir or None
    +
    +    def _get_cache_path_parts(self, link: Link) -> List[str]:
    +        """Get parts of part that must be os.path.joined with cache_dir"""
    +
    +        # We want to generate an url to use as our cache key, we don't want to
    +        # just re-use the URL because it might have other items in the fragment
    +        # and we don't care about those.
    +        key_parts = {"url": link.url_without_fragment}
    +        if link.hash_name is not None and link.hash is not None:
    +            key_parts[link.hash_name] = link.hash
    +        if link.subdirectory_fragment:
    +            key_parts["subdirectory"] = link.subdirectory_fragment
    +
    +        # Include interpreter name, major and minor version in cache key
    +        # to cope with ill-behaved sdists that build a different wheel
    +        # depending on the python version their setup.py is being run on,
    +        # and don't encode the difference in compatibility tags.
    +        # https://github.com/pypa/pip/issues/7296
    +        key_parts["interpreter_name"] = interpreter_name()
    +        key_parts["interpreter_version"] = interpreter_version()
    +
    +        # Encode our key url with sha224, we'll use this because it has similar
    +        # security properties to sha256, but with a shorter total output (and
    +        # thus less secure). However the differences don't make a lot of
    +        # difference for our use case here.
    +        hashed = _hash_dict(key_parts)
    +
    +        # We want to nest the directories some to prevent having a ton of top
    +        # level directories where we might run out of sub directories on some
    +        # FS.
    +        parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]]
    +
    +        return parts
    +
    +    def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]:
    +        can_not_cache = not self.cache_dir or not canonical_package_name or not link
    +        if can_not_cache:
    +            return []
    +
    +        candidates = []
    +        path = self.get_path_for_link(link)
    +        if os.path.isdir(path):
    +            for candidate in os.listdir(path):
    +                candidates.append((candidate, path))
    +        return candidates
    +
    +    def get_path_for_link(self, link: Link) -> str:
    +        """Return a directory to store cached items in for link."""
    +        raise NotImplementedError()
    +
    +    def get(
    +        self,
    +        link: Link,
    +        package_name: Optional[str],
    +        supported_tags: List[Tag],
    +    ) -> Link:
    +        """Returns a link to a cached item if it exists, otherwise returns the
    +        passed link.
    +        """
    +        raise NotImplementedError()
    +
    +
    +class SimpleWheelCache(Cache):
    +    """A cache of wheels for future installs."""
    +
    +    def __init__(self, cache_dir: str) -> None:
    +        super().__init__(cache_dir)
    +
    +    def get_path_for_link(self, link: Link) -> str:
    +        """Return a directory to store cached wheels for link
    +
    +        Because there are M wheels for any one sdist, we provide a directory
    +        to cache them in, and then consult that directory when looking up
    +        cache hits.
    +
    +        We only insert things into the cache if they have plausible version
    +        numbers, so that we don't contaminate the cache with things that were
    +        not unique. E.g. ./package might have dozens of installs done for it
    +        and build a version of 0.0...and if we built and cached a wheel, we'd
    +        end up using the same wheel even if the source has been edited.
    +
    +        :param link: The link of the sdist for which this will cache wheels.
    +        """
    +        parts = self._get_cache_path_parts(link)
    +        assert self.cache_dir
    +        # Store wheels within the root cache_dir
    +        return os.path.join(self.cache_dir, "wheels", *parts)
    +
    +    def get(
    +        self,
    +        link: Link,
    +        package_name: Optional[str],
    +        supported_tags: List[Tag],
    +    ) -> Link:
    +        candidates = []
    +
    +        if not package_name:
    +            return link
    +
    +        canonical_package_name = canonicalize_name(package_name)
    +        for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name):
    +            try:
    +                wheel = Wheel(wheel_name)
    +            except InvalidWheelFilename:
    +                continue
    +            if canonicalize_name(wheel.name) != canonical_package_name:
    +                logger.debug(
    +                    "Ignoring cached wheel %s for %s as it "
    +                    "does not match the expected distribution name %s.",
    +                    wheel_name,
    +                    link,
    +                    package_name,
    +                )
    +                continue
    +            if not wheel.supported(supported_tags):
    +                # Built for a different python/arch/etc
    +                continue
    +            candidates.append(
    +                (
    +                    wheel.support_index_min(supported_tags),
    +                    wheel_name,
    +                    wheel_dir,
    +                )
    +            )
    +
    +        if not candidates:
    +            return link
    +
    +        _, wheel_name, wheel_dir = min(candidates)
    +        return Link(path_to_url(os.path.join(wheel_dir, wheel_name)))
    +
    +
    +class EphemWheelCache(SimpleWheelCache):
    +    """A SimpleWheelCache that creates it's own temporary cache directory"""
    +
    +    def __init__(self) -> None:
    +        self._temp_dir = TempDirectory(
    +            kind=tempdir_kinds.EPHEM_WHEEL_CACHE,
    +            globally_managed=True,
    +        )
    +
    +        super().__init__(self._temp_dir.path)
    +
    +
    +class CacheEntry:
    +    def __init__(
    +        self,
    +        link: Link,
    +        persistent: bool,
    +    ):
    +        self.link = link
    +        self.persistent = persistent
    +        self.origin: Optional[DirectUrl] = None
    +        origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME
    +        if origin_direct_url_path.exists():
    +            try:
    +                self.origin = DirectUrl.from_json(
    +                    origin_direct_url_path.read_text(encoding="utf-8")
    +                )
    +            except Exception as e:
    +                logger.warning(
    +                    "Ignoring invalid cache entry origin file %s for %s (%s)",
    +                    origin_direct_url_path,
    +                    link.filename,
    +                    e,
    +                )
    +
    +
    +class WheelCache(Cache):
    +    """Wraps EphemWheelCache and SimpleWheelCache into a single Cache
    +
    +    This Cache allows for gracefully degradation, using the ephem wheel cache
    +    when a certain link is not found in the simple wheel cache first.
    +    """
    +
    +    def __init__(self, cache_dir: str) -> None:
    +        super().__init__(cache_dir)
    +        self._wheel_cache = SimpleWheelCache(cache_dir)
    +        self._ephem_cache = EphemWheelCache()
    +
    +    def get_path_for_link(self, link: Link) -> str:
    +        return self._wheel_cache.get_path_for_link(link)
    +
    +    def get_ephem_path_for_link(self, link: Link) -> str:
    +        return self._ephem_cache.get_path_for_link(link)
    +
    +    def get(
    +        self,
    +        link: Link,
    +        package_name: Optional[str],
    +        supported_tags: List[Tag],
    +    ) -> Link:
    +        cache_entry = self.get_cache_entry(link, package_name, supported_tags)
    +        if cache_entry is None:
    +            return link
    +        return cache_entry.link
    +
    +    def get_cache_entry(
    +        self,
    +        link: Link,
    +        package_name: Optional[str],
    +        supported_tags: List[Tag],
    +    ) -> Optional[CacheEntry]:
    +        """Returns a CacheEntry with a link to a cached item if it exists or
    +        None. The cache entry indicates if the item was found in the persistent
    +        or ephemeral cache.
    +        """
    +        retval = self._wheel_cache.get(
    +            link=link,
    +            package_name=package_name,
    +            supported_tags=supported_tags,
    +        )
    +        if retval is not link:
    +            return CacheEntry(retval, persistent=True)
    +
    +        retval = self._ephem_cache.get(
    +            link=link,
    +            package_name=package_name,
    +            supported_tags=supported_tags,
    +        )
    +        if retval is not link:
    +            return CacheEntry(retval, persistent=False)
    +
    +        return None
    +
    +    @staticmethod
    +    def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None:
    +        origin_path = Path(cache_dir) / ORIGIN_JSON_NAME
    +        if origin_path.exists():
    +            try:
    +                origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8"))
    +            except Exception as e:
    +                logger.warning(
    +                    "Could not read origin file %s in cache entry (%s). "
    +                    "Will attempt to overwrite it.",
    +                    origin_path,
    +                    e,
    +                )
    +            else:
    +                # TODO: use DirectUrl.equivalent when
    +                # https://github.com/pypa/pip/pull/10564 is merged.
    +                if origin.url != download_info.url:
    +                    logger.warning(
    +                        "Origin URL %s in cache entry %s does not match download URL "
    +                        "%s. This is likely a pip bug or a cache corruption issue. "
    +                        "Will overwrite it with the new value.",
    +                        origin.url,
    +                        cache_dir,
    +                        download_info.url,
    +                    )
    +        origin_path.write_text(download_info.to_json(), encoding="utf-8")
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__init__.py
    new file mode 100644
    index 0000000..e589bb9
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__init__.py
    @@ -0,0 +1,4 @@
    +"""Subpackage containing all of pip's command line interface related code
    +"""
    +
    +# This file intentionally does not import submodules
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..f93d8327dc9db44a62b27a91bcd59734e25f648c
    GIT binary patch
    literal 290
    zcmXv~F-`+95IlznLZtk`9ZHd`fELlxAexAV#&Ybv%Yx6gY$xcb`2%mD;~)HhmJc9O
    zk%~POrrDWYX=irdCzEl-_&I*VXRe>U_=nh&?TE=sWvjcY6Vt)d)ndJj+C1n6r3t=h
    z^5h$-os*%Kk>W|_e%oqqr6Z4$e8E&}gEFDh1uc&)j&G*o<47qRj8d=Fws+eRtU`;B
    zA5j-*sKgZR(Uc4ecEoF{adsOm??|vgzX3-}h+SC)e?C7wgG>cy`)nCF3aCGGuN@di
    lpjc8-Y971Y=%NjF?eH=kvU7iI?tk%hAcXiH2r*1UmcQ+;SDF9-
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..96a9471b088c677ec486ca50f6364c924bc2c754
    GIT binary patch
    literal 8464
    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
    ZmPN-Jg2yr^J?>6@sr(}Pl(b0d{V!u`mKgv5
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..dab88d145b832da39d3dfb8bd4d7f1d8aa08cc65
    GIT binary patch
    literal 10450
    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
    YuGpKdSRPpZ#=vzgmo|J#FvBMLKPMJX+5i9m
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..efd9f38b3cbb4d29fcc34af57e098f0c7d4213fb
    GIT binary patch
    literal 30353
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6b04b0930f6d1446a2e93538aa062b6bb979a99b
    GIT binary patch
    literal 1787
    zcmZ`(O>7%g5T3VxUZ-}Q)Ja<+ikv2`vXPo?L6HC<6t|@ne-=s%QkTPO*?mbjwb$nD
    z=EqSEQ56YSf+M7eGg6@-Ax?-3^voqLsS+)f8pH)|rV&ah9GJIjyGazDwDV@>&6_v#
    z&CLFkPIm#WzmwlkMFjYb3+*MfnC-WaSp^3iQi3uuNLerh!eyZ(mL)?f%Z6N5426II
    zRB=Q{`bxen#J7!v0GGj0R=`PgbZSl2l7DamO$d{(EV#jBVAk4847CGapR8IoeZ!riXWp(lRzR6PN4+_{
    zl5Uq=-HwrK2RB-+u?#-E`1Apg
    zj<%Ch(ZbImd9)1o)%1--Lp{E(_HX7+)unay#QhVeKYO<>-BbIw(FQcJP$=vvgM!*Y
    z{I+i)c^wG$#1hOPzke~|HMmZqLUfLj+_qDejvB_$j{~2Gt0bBX~FSJ%f#&!9RhdkN(o#
    zw?%`9<+d6`5~URDCb!#l#N@
    z6z?d>d`7&J5m6gh>^M%!iB%w#t*Lw7Sn4RvUX^8<~{
    zz(z)IWc0PO<3DHeYigeLp((zZ!mXek;v?-@Wr`!+Wt!!RGh5<($~51fwMy|xG&+p`
    z6c}%Dc8n9AGvgBz#fgI-PqCDX(n%HmPfL*r2ou|wRH6aK^TFCuxg0)GjjtTnqp
    z>1_(CJaW@r8-Bj=%nJ_zg>A8|ZuW}ud2-A9ZlW{mHeFWxM!%O{tG9i^9?Cl7(s$j^V%f|nft
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..33e7258633c0d8fb934613f1657305b3a45fd6fc
    GIT binary patch
    literal 2310
    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
    ZUlCV_)|%E5pNCe*O8Z}aWFQS0{|hrFYr_Bl
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..3677037dd22bf24d2cbfe3ba5e9555014fd754b1
    GIT binary patch
    literal 15085
    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øzS-Yo`}R78?#u`XE?t
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/autocompletion.py
    new file mode 100644
    index 0000000..226fe84
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/autocompletion.py
    @@ -0,0 +1,171 @@
    +"""Logic that powers autocompletion installed by ``pip completion``.
    +"""
    +
    +import optparse
    +import os
    +import sys
    +from itertools import chain
    +from typing import Any, Iterable, List, Optional
    +
    +from pip._internal.cli.main_parser import create_main_parser
    +from pip._internal.commands import commands_dict, create_command
    +from pip._internal.metadata import get_default_environment
    +
    +
    +def autocomplete() -> None:
    +    """Entry Point for completion of main and subcommand options."""
    +    # Don't complete if user hasn't sourced bash_completion file.
    +    if "PIP_AUTO_COMPLETE" not in os.environ:
    +        return
    +    cwords = os.environ["COMP_WORDS"].split()[1:]
    +    cword = int(os.environ["COMP_CWORD"])
    +    try:
    +        current = cwords[cword - 1]
    +    except IndexError:
    +        current = ""
    +
    +    parser = create_main_parser()
    +    subcommands = list(commands_dict)
    +    options = []
    +
    +    # subcommand
    +    subcommand_name: Optional[str] = None
    +    for word in cwords:
    +        if word in subcommands:
    +            subcommand_name = word
    +            break
    +    # subcommand options
    +    if subcommand_name is not None:
    +        # special case: 'help' subcommand has no options
    +        if subcommand_name == "help":
    +            sys.exit(1)
    +        # special case: list locally installed dists for show and uninstall
    +        should_list_installed = not current.startswith("-") and subcommand_name in [
    +            "show",
    +            "uninstall",
    +        ]
    +        if should_list_installed:
    +            env = get_default_environment()
    +            lc = current.lower()
    +            installed = [
    +                dist.canonical_name
    +                for dist in env.iter_installed_distributions(local_only=True)
    +                if dist.canonical_name.startswith(lc)
    +                and dist.canonical_name not in cwords[1:]
    +            ]
    +            # if there are no dists installed, fall back to option completion
    +            if installed:
    +                for dist in installed:
    +                    print(dist)
    +                sys.exit(1)
    +
    +        should_list_installables = (
    +            not current.startswith("-") and subcommand_name == "install"
    +        )
    +        if should_list_installables:
    +            for path in auto_complete_paths(current, "path"):
    +                print(path)
    +            sys.exit(1)
    +
    +        subcommand = create_command(subcommand_name)
    +
    +        for opt in subcommand.parser.option_list_all:
    +            if opt.help != optparse.SUPPRESS_HELP:
    +                for opt_str in opt._long_opts + opt._short_opts:
    +                    options.append((opt_str, opt.nargs))
    +
    +        # filter out previously specified options from available options
    +        prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]]
    +        options = [(x, v) for (x, v) in options if x not in prev_opts]
    +        # filter options by current input
    +        options = [(k, v) for k, v in options if k.startswith(current)]
    +        # get completion type given cwords and available subcommand options
    +        completion_type = get_path_completion_type(
    +            cwords,
    +            cword,
    +            subcommand.parser.option_list_all,
    +        )
    +        # get completion files and directories if ``completion_type`` is
    +        # ````, ```` or ````
    +        if completion_type:
    +            paths = auto_complete_paths(current, completion_type)
    +            options = [(path, 0) for path in paths]
    +        for option in options:
    +            opt_label = option[0]
    +            # append '=' to options which require args
    +            if option[1] and option[0][:2] == "--":
    +                opt_label += "="
    +            print(opt_label)
    +    else:
    +        # show main parser options only when necessary
    +
    +        opts = [i.option_list for i in parser.option_groups]
    +        opts.append(parser.option_list)
    +        flattened_opts = chain.from_iterable(opts)
    +        if current.startswith("-"):
    +            for opt in flattened_opts:
    +                if opt.help != optparse.SUPPRESS_HELP:
    +                    subcommands += opt._long_opts + opt._short_opts
    +        else:
    +            # get completion type given cwords and all available options
    +            completion_type = get_path_completion_type(cwords, cword, flattened_opts)
    +            if completion_type:
    +                subcommands = list(auto_complete_paths(current, completion_type))
    +
    +        print(" ".join([x for x in subcommands if x.startswith(current)]))
    +    sys.exit(1)
    +
    +
    +def get_path_completion_type(
    +    cwords: List[str], cword: int, opts: Iterable[Any]
    +) -> Optional[str]:
    +    """Get the type of path completion (``file``, ``dir``, ``path`` or None)
    +
    +    :param cwords: same as the environmental variable ``COMP_WORDS``
    +    :param cword: same as the environmental variable ``COMP_CWORD``
    +    :param opts: The available options to check
    +    :return: path completion type (``file``, ``dir``, ``path`` or None)
    +    """
    +    if cword < 2 or not cwords[cword - 2].startswith("-"):
    +        return None
    +    for opt in opts:
    +        if opt.help == optparse.SUPPRESS_HELP:
    +            continue
    +        for o in str(opt).split("/"):
    +            if cwords[cword - 2].split("=")[0] == o:
    +                if not opt.metavar or any(
    +                    x in ("path", "file", "dir") for x in opt.metavar.split("/")
    +                ):
    +                    return opt.metavar
    +    return None
    +
    +
    +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]:
    +    """If ``completion_type`` is ``file`` or ``path``, list all regular files
    +    and directories starting with ``current``; otherwise only list directories
    +    starting with ``current``.
    +
    +    :param current: The word to be completed
    +    :param completion_type: path completion type(``file``, ``path`` or ``dir``)
    +    :return: A generator of regular files and/or directories
    +    """
    +    directory, filename = os.path.split(current)
    +    current_path = os.path.abspath(directory)
    +    # Don't complete paths if they can't be accessed
    +    if not os.access(current_path, os.R_OK):
    +        return
    +    filename = os.path.normcase(filename)
    +    # list all files that start with ``filename``
    +    file_list = (
    +        x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename)
    +    )
    +    for f in file_list:
    +        opt = os.path.join(current_path, f)
    +        comp_file = os.path.normcase(os.path.join(directory, f))
    +        # complete regular files when there is not ```` after option
    +        # complete directories when there is ````, ```` or
    +        # ````after option
    +        if completion_type != "dir" and os.path.isfile(opt):
    +            yield comp_file
    +        elif os.path.isdir(opt):
    +            yield os.path.join(comp_file, "")
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/base_command.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/base_command.py
    new file mode 100644
    index 0000000..6a3b8e6
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/base_command.py
    @@ -0,0 +1,236 @@
    +"""Base Command class, and related routines"""
    +
    +import functools
    +import logging
    +import logging.config
    +import optparse
    +import os
    +import sys
    +import traceback
    +from optparse import Values
    +from typing import Any, Callable, List, Optional, Tuple
    +
    +from pip._vendor.rich import traceback as rich_traceback
    +
    +from pip._internal.cli import cmdoptions
    +from pip._internal.cli.command_context import CommandContextMixIn
    +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter
    +from pip._internal.cli.status_codes import (
    +    ERROR,
    +    PREVIOUS_BUILD_DIR_ERROR,
    +    UNKNOWN_ERROR,
    +    VIRTUALENV_NOT_FOUND,
    +)
    +from pip._internal.exceptions import (
    +    BadCommand,
    +    CommandError,
    +    DiagnosticPipError,
    +    InstallationError,
    +    NetworkConnectionError,
    +    PreviousBuildDirError,
    +    UninstallationError,
    +)
    +from pip._internal.utils.filesystem import check_path_owner
    +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging
    +from pip._internal.utils.misc import get_prog, normalize_path
    +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry
    +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry
    +from pip._internal.utils.virtualenv import running_under_virtualenv
    +
    +__all__ = ["Command"]
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +class Command(CommandContextMixIn):
    +    usage: str = ""
    +    ignore_require_venv: bool = False
    +
    +    def __init__(self, name: str, summary: str, isolated: bool = False) -> None:
    +        super().__init__()
    +
    +        self.name = name
    +        self.summary = summary
    +        self.parser = ConfigOptionParser(
    +            usage=self.usage,
    +            prog=f"{get_prog()} {name}",
    +            formatter=UpdatingDefaultsHelpFormatter(),
    +            add_help_option=False,
    +            name=name,
    +            description=self.__doc__,
    +            isolated=isolated,
    +        )
    +
    +        self.tempdir_registry: Optional[TempDirRegistry] = None
    +
    +        # Commands should add options to this option group
    +        optgroup_name = f"{self.name.capitalize()} Options"
    +        self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name)
    +
    +        # Add the general options
    +        gen_opts = cmdoptions.make_option_group(
    +            cmdoptions.general_group,
    +            self.parser,
    +        )
    +        self.parser.add_option_group(gen_opts)
    +
    +        self.add_options()
    +
    +    def add_options(self) -> None:
    +        pass
    +
    +    def handle_pip_version_check(self, options: Values) -> None:
    +        """
    +        This is a no-op so that commands by default do not do the pip version
    +        check.
    +        """
    +        # Make sure we do the pip version check if the index_group options
    +        # are present.
    +        assert not hasattr(options, "no_index")
    +
    +    def run(self, options: Values, args: List[str]) -> int:
    +        raise NotImplementedError
    +
    +    def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]:
    +        # factored out for testability
    +        return self.parser.parse_args(args)
    +
    +    def main(self, args: List[str]) -> int:
    +        try:
    +            with self.main_context():
    +                return self._main(args)
    +        finally:
    +            logging.shutdown()
    +
    +    def _main(self, args: List[str]) -> int:
    +        # We must initialize this before the tempdir manager, otherwise the
    +        # configuration would not be accessible by the time we clean up the
    +        # tempdir manager.
    +        self.tempdir_registry = self.enter_context(tempdir_registry())
    +        # Intentionally set as early as possible so globally-managed temporary
    +        # directories are available to the rest of the code.
    +        self.enter_context(global_tempdir_manager())
    +
    +        options, args = self.parse_args(args)
    +
    +        # Set verbosity so that it can be used elsewhere.
    +        self.verbosity = options.verbose - options.quiet
    +
    +        level_number = setup_logging(
    +            verbosity=self.verbosity,
    +            no_color=options.no_color,
    +            user_log_file=options.log,
    +        )
    +
    +        always_enabled_features = set(options.features_enabled) & set(
    +            cmdoptions.ALWAYS_ENABLED_FEATURES
    +        )
    +        if always_enabled_features:
    +            logger.warning(
    +                "The following features are always enabled: %s. ",
    +                ", ".join(sorted(always_enabled_features)),
    +            )
    +
    +        # Make sure that the --python argument isn't specified after the
    +        # subcommand. We can tell, because if --python was specified,
    +        # we should only reach this point if we're running in the created
    +        # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment
    +        # variable set.
    +        if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ:
    +            logger.critical(
    +                "The --python option must be placed before the pip subcommand name"
    +            )
    +            sys.exit(ERROR)
    +
    +        # TODO: Try to get these passing down from the command?
    +        #       without resorting to os.environ to hold these.
    +        #       This also affects isolated builds and it should.
    +
    +        if options.no_input:
    +            os.environ["PIP_NO_INPUT"] = "1"
    +
    +        if options.exists_action:
    +            os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action)
    +
    +        if options.require_venv and not self.ignore_require_venv:
    +            # If a venv is required check if it can really be found
    +            if not running_under_virtualenv():
    +                logger.critical("Could not find an activated virtualenv (required).")
    +                sys.exit(VIRTUALENV_NOT_FOUND)
    +
    +        if options.cache_dir:
    +            options.cache_dir = normalize_path(options.cache_dir)
    +            if not check_path_owner(options.cache_dir):
    +                logger.warning(
    +                    "The directory '%s' or its parent directory is not owned "
    +                    "or is not writable by the current user. The cache "
    +                    "has been disabled. Check the permissions and owner of "
    +                    "that directory. If executing pip with sudo, you should "
    +                    "use sudo's -H flag.",
    +                    options.cache_dir,
    +                )
    +                options.cache_dir = None
    +
    +        def intercepts_unhandled_exc(
    +            run_func: Callable[..., int]
    +        ) -> Callable[..., int]:
    +            @functools.wraps(run_func)
    +            def exc_logging_wrapper(*args: Any) -> int:
    +                try:
    +                    status = run_func(*args)
    +                    assert isinstance(status, int)
    +                    return status
    +                except DiagnosticPipError as exc:
    +                    logger.error("[present-rich] %s", exc)
    +                    logger.debug("Exception information:", exc_info=True)
    +
    +                    return ERROR
    +                except PreviousBuildDirError as exc:
    +                    logger.critical(str(exc))
    +                    logger.debug("Exception information:", exc_info=True)
    +
    +                    return PREVIOUS_BUILD_DIR_ERROR
    +                except (
    +                    InstallationError,
    +                    UninstallationError,
    +                    BadCommand,
    +                    NetworkConnectionError,
    +                ) as exc:
    +                    logger.critical(str(exc))
    +                    logger.debug("Exception information:", exc_info=True)
    +
    +                    return ERROR
    +                except CommandError as exc:
    +                    logger.critical("%s", exc)
    +                    logger.debug("Exception information:", exc_info=True)
    +
    +                    return ERROR
    +                except BrokenStdoutLoggingError:
    +                    # Bypass our logger and write any remaining messages to
    +                    # stderr because stdout no longer works.
    +                    print("ERROR: Pipe to stdout was broken", file=sys.stderr)
    +                    if level_number <= logging.DEBUG:
    +                        traceback.print_exc(file=sys.stderr)
    +
    +                    return ERROR
    +                except KeyboardInterrupt:
    +                    logger.critical("Operation cancelled by user")
    +                    logger.debug("Exception information:", exc_info=True)
    +
    +                    return ERROR
    +                except BaseException:
    +                    logger.critical("Exception:", exc_info=True)
    +
    +                    return UNKNOWN_ERROR
    +
    +            return exc_logging_wrapper
    +
    +        try:
    +            if not options.debug_mode:
    +                run = intercepts_unhandled_exc(self.run)
    +            else:
    +                run = self.run
    +                rich_traceback.install(show_locals=True)
    +            return run(options, args)
    +        finally:
    +            self.handle_pip_version_check(options)
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/cmdoptions.py
    new file mode 100644
    index 0000000..02ba608
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/cmdoptions.py
    @@ -0,0 +1,1074 @@
    +"""
    +shared options and groups
    +
    +The principle here is to define options once, but *not* instantiate them
    +globally. One reason being that options with action='append' can carry state
    +between parses. pip parses general options twice internally, and shouldn't
    +pass on state. To be consistent, all options will follow this design.
    +"""
    +
    +# The following comment should be removed at some point in the future.
    +# mypy: strict-optional=False
    +
    +import importlib.util
    +import logging
    +import os
    +import textwrap
    +from functools import partial
    +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values
    +from textwrap import dedent
    +from typing import Any, Callable, Dict, Optional, Tuple
    +
    +from pip._vendor.packaging.utils import canonicalize_name
    +
    +from pip._internal.cli.parser import ConfigOptionParser
    +from pip._internal.exceptions import CommandError
    +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix
    +from pip._internal.models.format_control import FormatControl
    +from pip._internal.models.index import PyPI
    +from pip._internal.models.target_python import TargetPython
    +from pip._internal.utils.hashes import STRONG_HASHES
    +from pip._internal.utils.misc import strtobool
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None:
    +    """
    +    Raise an option parsing error using parser.error().
    +
    +    Args:
    +      parser: an OptionParser instance.
    +      option: an Option instance.
    +      msg: the error text.
    +    """
    +    msg = f"{option} error: {msg}"
    +    msg = textwrap.fill(" ".join(msg.split()))
    +    parser.error(msg)
    +
    +
    +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup:
    +    """
    +    Return an OptionGroup object
    +    group  -- assumed to be dict with 'name' and 'options' keys
    +    parser -- an optparse Parser
    +    """
    +    option_group = OptionGroup(parser, group["name"])
    +    for option in group["options"]:
    +        option_group.add_option(option())
    +    return option_group
    +
    +
    +def check_dist_restriction(options: Values, check_target: bool = False) -> None:
    +    """Function for determining if custom platform options are allowed.
    +
    +    :param options: The OptionParser options.
    +    :param check_target: Whether or not to check if --target is being used.
    +    """
    +    dist_restriction_set = any(
    +        [
    +            options.python_version,
    +            options.platforms,
    +            options.abis,
    +            options.implementation,
    +        ]
    +    )
    +
    +    binary_only = FormatControl(set(), {":all:"})
    +    sdist_dependencies_allowed = (
    +        options.format_control != binary_only and not options.ignore_dependencies
    +    )
    +
    +    # Installations or downloads using dist restrictions must not combine
    +    # source distributions and dist-specific wheels, as they are not
    +    # guaranteed to be locally compatible.
    +    if dist_restriction_set and sdist_dependencies_allowed:
    +        raise CommandError(
    +            "When restricting platform and interpreter constraints using "
    +            "--python-version, --platform, --abi, or --implementation, "
    +            "either --no-deps must be set, or --only-binary=:all: must be "
    +            "set and --no-binary must not be set (or must be set to "
    +            ":none:)."
    +        )
    +
    +    if check_target:
    +        if dist_restriction_set and not options.target_dir:
    +            raise CommandError(
    +                "Can not use any platform or abi specific options unless "
    +                "installing via '--target'"
    +            )
    +
    +
    +def _path_option_check(option: Option, opt: str, value: str) -> str:
    +    return os.path.expanduser(value)
    +
    +
    +def _package_name_option_check(option: Option, opt: str, value: str) -> str:
    +    return canonicalize_name(value)
    +
    +
    +class PipOption(Option):
    +    TYPES = Option.TYPES + ("path", "package_name")
    +    TYPE_CHECKER = Option.TYPE_CHECKER.copy()
    +    TYPE_CHECKER["package_name"] = _package_name_option_check
    +    TYPE_CHECKER["path"] = _path_option_check
    +
    +
    +###########
    +# options #
    +###########
    +
    +help_: Callable[..., Option] = partial(
    +    Option,
    +    "-h",
    +    "--help",
    +    dest="help",
    +    action="help",
    +    help="Show help.",
    +)
    +
    +debug_mode: Callable[..., Option] = partial(
    +    Option,
    +    "--debug",
    +    dest="debug_mode",
    +    action="store_true",
    +    default=False,
    +    help=(
    +        "Let unhandled exceptions propagate outside the main subroutine, "
    +        "instead of logging them to stderr."
    +    ),
    +)
    +
    +isolated_mode: Callable[..., Option] = partial(
    +    Option,
    +    "--isolated",
    +    dest="isolated_mode",
    +    action="store_true",
    +    default=False,
    +    help=(
    +        "Run pip in an isolated mode, ignoring environment variables and user "
    +        "configuration."
    +    ),
    +)
    +
    +require_virtualenv: Callable[..., Option] = partial(
    +    Option,
    +    "--require-virtualenv",
    +    "--require-venv",
    +    dest="require_venv",
    +    action="store_true",
    +    default=False,
    +    help=(
    +        "Allow pip to only run in a virtual environment; "
    +        "exit with an error otherwise."
    +    ),
    +)
    +
    +override_externally_managed: Callable[..., Option] = partial(
    +    Option,
    +    "--break-system-packages",
    +    dest="override_externally_managed",
    +    action="store_true",
    +    help="Allow pip to modify an EXTERNALLY-MANAGED Python installation",
    +)
    +
    +python: Callable[..., Option] = partial(
    +    Option,
    +    "--python",
    +    dest="python",
    +    help="Run pip with the specified Python interpreter.",
    +)
    +
    +verbose: Callable[..., Option] = partial(
    +    Option,
    +    "-v",
    +    "--verbose",
    +    dest="verbose",
    +    action="count",
    +    default=0,
    +    help="Give more output. Option is additive, and can be used up to 3 times.",
    +)
    +
    +no_color: Callable[..., Option] = partial(
    +    Option,
    +    "--no-color",
    +    dest="no_color",
    +    action="store_true",
    +    default=False,
    +    help="Suppress colored output.",
    +)
    +
    +version: Callable[..., Option] = partial(
    +    Option,
    +    "-V",
    +    "--version",
    +    dest="version",
    +    action="store_true",
    +    help="Show version and exit.",
    +)
    +
    +quiet: Callable[..., Option] = partial(
    +    Option,
    +    "-q",
    +    "--quiet",
    +    dest="quiet",
    +    action="count",
    +    default=0,
    +    help=(
    +        "Give less output. Option is additive, and can be used up to 3"
    +        " times (corresponding to WARNING, ERROR, and CRITICAL logging"
    +        " levels)."
    +    ),
    +)
    +
    +progress_bar: Callable[..., Option] = partial(
    +    Option,
    +    "--progress-bar",
    +    dest="progress_bar",
    +    type="choice",
    +    choices=["on", "off"],
    +    default="on",
    +    help="Specify whether the progress bar should be used [on, off] (default: on)",
    +)
    +
    +log: Callable[..., Option] = partial(
    +    PipOption,
    +    "--log",
    +    "--log-file",
    +    "--local-log",
    +    dest="log",
    +    metavar="path",
    +    type="path",
    +    help="Path to a verbose appending log.",
    +)
    +
    +no_input: Callable[..., Option] = partial(
    +    Option,
    +    # Don't ask for input
    +    "--no-input",
    +    dest="no_input",
    +    action="store_true",
    +    default=False,
    +    help="Disable prompting for input.",
    +)
    +
    +keyring_provider: Callable[..., Option] = partial(
    +    Option,
    +    "--keyring-provider",
    +    dest="keyring_provider",
    +    choices=["auto", "disabled", "import", "subprocess"],
    +    default="auto",
    +    help=(
    +        "Enable the credential lookup via the keyring library if user input is allowed."
    +        " Specify which mechanism to use [disabled, import, subprocess]."
    +        " (default: disabled)"
    +    ),
    +)
    +
    +proxy: Callable[..., Option] = partial(
    +    Option,
    +    "--proxy",
    +    dest="proxy",
    +    type="str",
    +    default="",
    +    help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.",
    +)
    +
    +retries: Callable[..., Option] = partial(
    +    Option,
    +    "--retries",
    +    dest="retries",
    +    type="int",
    +    default=5,
    +    help="Maximum number of retries each connection should attempt "
    +    "(default %default times).",
    +)
    +
    +timeout: Callable[..., Option] = partial(
    +    Option,
    +    "--timeout",
    +    "--default-timeout",
    +    metavar="sec",
    +    dest="timeout",
    +    type="float",
    +    default=15,
    +    help="Set the socket timeout (default %default seconds).",
    +)
    +
    +
    +def exists_action() -> Option:
    +    return Option(
    +        # Option when path already exist
    +        "--exists-action",
    +        dest="exists_action",
    +        type="choice",
    +        choices=["s", "i", "w", "b", "a"],
    +        default=[],
    +        action="append",
    +        metavar="action",
    +        help="Default action when a path already exists: "
    +        "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.",
    +    )
    +
    +
    +cert: Callable[..., Option] = partial(
    +    PipOption,
    +    "--cert",
    +    dest="cert",
    +    type="path",
    +    metavar="path",
    +    help=(
    +        "Path to PEM-encoded CA certificate bundle. "
    +        "If provided, overrides the default. "
    +        "See 'SSL Certificate Verification' in pip documentation "
    +        "for more information."
    +    ),
    +)
    +
    +client_cert: Callable[..., Option] = partial(
    +    PipOption,
    +    "--client-cert",
    +    dest="client_cert",
    +    type="path",
    +    default=None,
    +    metavar="path",
    +    help="Path to SSL client certificate, a single file containing the "
    +    "private key and the certificate in PEM format.",
    +)
    +
    +index_url: Callable[..., Option] = partial(
    +    Option,
    +    "-i",
    +    "--index-url",
    +    "--pypi-url",
    +    dest="index_url",
    +    metavar="URL",
    +    default=PyPI.simple_url,
    +    help="Base URL of the Python Package Index (default %default). "
    +    "This should point to a repository compliant with PEP 503 "
    +    "(the simple repository API) or a local directory laid out "
    +    "in the same format.",
    +)
    +
    +
    +def extra_index_url() -> Option:
    +    return Option(
    +        "--extra-index-url",
    +        dest="extra_index_urls",
    +        metavar="URL",
    +        action="append",
    +        default=[],
    +        help="Extra URLs of package indexes to use in addition to "
    +        "--index-url. Should follow the same rules as "
    +        "--index-url.",
    +    )
    +
    +
    +no_index: Callable[..., Option] = partial(
    +    Option,
    +    "--no-index",
    +    dest="no_index",
    +    action="store_true",
    +    default=False,
    +    help="Ignore package index (only looking at --find-links URLs instead).",
    +)
    +
    +
    +def find_links() -> Option:
    +    return Option(
    +        "-f",
    +        "--find-links",
    +        dest="find_links",
    +        action="append",
    +        default=[],
    +        metavar="url",
    +        help="If a URL or path to an html file, then parse for links to "
    +        "archives such as sdist (.tar.gz) or wheel (.whl) files. "
    +        "If a local path or file:// URL that's a directory, "
    +        "then look for archives in the directory listing. "
    +        "Links to VCS project URLs are not supported.",
    +    )
    +
    +
    +def trusted_host() -> Option:
    +    return Option(
    +        "--trusted-host",
    +        dest="trusted_hosts",
    +        action="append",
    +        metavar="HOSTNAME",
    +        default=[],
    +        help="Mark this host or host:port pair as trusted, even though it "
    +        "does not have valid or any HTTPS.",
    +    )
    +
    +
    +def constraints() -> Option:
    +    return Option(
    +        "-c",
    +        "--constraint",
    +        dest="constraints",
    +        action="append",
    +        default=[],
    +        metavar="file",
    +        help="Constrain versions using the given constraints file. "
    +        "This option can be used multiple times.",
    +    )
    +
    +
    +def requirements() -> Option:
    +    return Option(
    +        "-r",
    +        "--requirement",
    +        dest="requirements",
    +        action="append",
    +        default=[],
    +        metavar="file",
    +        help="Install from the given requirements file. "
    +        "This option can be used multiple times.",
    +    )
    +
    +
    +def editable() -> Option:
    +    return Option(
    +        "-e",
    +        "--editable",
    +        dest="editables",
    +        action="append",
    +        default=[],
    +        metavar="path/url",
    +        help=(
    +            "Install a project in editable mode (i.e. setuptools "
    +            '"develop mode") from a local project path or a VCS url.'
    +        ),
    +    )
    +
    +
    +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None:
    +    value = os.path.abspath(value)
    +    setattr(parser.values, option.dest, value)
    +
    +
    +src: Callable[..., Option] = partial(
    +    PipOption,
    +    "--src",
    +    "--source",
    +    "--source-dir",
    +    "--source-directory",
    +    dest="src_dir",
    +    type="path",
    +    metavar="dir",
    +    default=get_src_prefix(),
    +    action="callback",
    +    callback=_handle_src,
    +    help="Directory to check out editable projects into. "
    +    'The default in a virtualenv is "/src". '
    +    'The default for global installs is "/src".',
    +)
    +
    +
    +def _get_format_control(values: Values, option: Option) -> Any:
    +    """Get a format_control object."""
    +    return getattr(values, option.dest)
    +
    +
    +def _handle_no_binary(
    +    option: Option, opt_str: str, value: str, parser: OptionParser
    +) -> None:
    +    existing = _get_format_control(parser.values, option)
    +    FormatControl.handle_mutual_excludes(
    +        value,
    +        existing.no_binary,
    +        existing.only_binary,
    +    )
    +
    +
    +def _handle_only_binary(
    +    option: Option, opt_str: str, value: str, parser: OptionParser
    +) -> None:
    +    existing = _get_format_control(parser.values, option)
    +    FormatControl.handle_mutual_excludes(
    +        value,
    +        existing.only_binary,
    +        existing.no_binary,
    +    )
    +
    +
    +def no_binary() -> Option:
    +    format_control = FormatControl(set(), set())
    +    return Option(
    +        "--no-binary",
    +        dest="format_control",
    +        action="callback",
    +        callback=_handle_no_binary,
    +        type="str",
    +        default=format_control,
    +        help="Do not use binary packages. Can be supplied multiple times, and "
    +        'each time adds to the existing value. Accepts either ":all:" to '
    +        'disable all binary packages, ":none:" to empty the set (notice '
    +        "the colons), or one or more package names with commas between "
    +        "them (no colons). Note that some packages are tricky to compile "
    +        "and may fail to install when this option is used on them.",
    +    )
    +
    +
    +def only_binary() -> Option:
    +    format_control = FormatControl(set(), set())
    +    return Option(
    +        "--only-binary",
    +        dest="format_control",
    +        action="callback",
    +        callback=_handle_only_binary,
    +        type="str",
    +        default=format_control,
    +        help="Do not use source packages. Can be supplied multiple times, and "
    +        'each time adds to the existing value. Accepts either ":all:" to '
    +        'disable all source packages, ":none:" to empty the set, or one '
    +        "or more package names with commas between them. Packages "
    +        "without binary distributions will fail to install when this "
    +        "option is used on them.",
    +    )
    +
    +
    +platforms: Callable[..., Option] = partial(
    +    Option,
    +    "--platform",
    +    dest="platforms",
    +    metavar="platform",
    +    action="append",
    +    default=None,
    +    help=(
    +        "Only use wheels compatible with . Defaults to the "
    +        "platform of the running system. Use this option multiple times to "
    +        "specify multiple platforms supported by the target interpreter."
    +    ),
    +)
    +
    +
    +# This was made a separate function for unit-testing purposes.
    +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]:
    +    """
    +    Convert a version string like "3", "37", or "3.7.3" into a tuple of ints.
    +
    +    :return: A 2-tuple (version_info, error_msg), where `error_msg` is
    +        non-None if and only if there was a parsing error.
    +    """
    +    if not value:
    +        # The empty string is the same as not providing a value.
    +        return (None, None)
    +
    +    parts = value.split(".")
    +    if len(parts) > 3:
    +        return ((), "at most three version parts are allowed")
    +
    +    if len(parts) == 1:
    +        # Then we are in the case of "3" or "37".
    +        value = parts[0]
    +        if len(value) > 1:
    +            parts = [value[0], value[1:]]
    +
    +    try:
    +        version_info = tuple(int(part) for part in parts)
    +    except ValueError:
    +        return ((), "each version part must be an integer")
    +
    +    return (version_info, None)
    +
    +
    +def _handle_python_version(
    +    option: Option, opt_str: str, value: str, parser: OptionParser
    +) -> None:
    +    """
    +    Handle a provided --python-version value.
    +    """
    +    version_info, error_msg = _convert_python_version(value)
    +    if error_msg is not None:
    +        msg = "invalid --python-version value: {!r}: {}".format(
    +            value,
    +            error_msg,
    +        )
    +        raise_option_error(parser, option=option, msg=msg)
    +
    +    parser.values.python_version = version_info
    +
    +
    +python_version: Callable[..., Option] = partial(
    +    Option,
    +    "--python-version",
    +    dest="python_version",
    +    metavar="python_version",
    +    action="callback",
    +    callback=_handle_python_version,
    +    type="str",
    +    default=None,
    +    help=dedent(
    +        """\
    +    The Python interpreter version to use for wheel and "Requires-Python"
    +    compatibility checks. Defaults to a version derived from the running
    +    interpreter. The version can be specified using up to three dot-separated
    +    integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor
    +    version can also be given as a string without dots (e.g. "37" for 3.7.0).
    +    """
    +    ),
    +)
    +
    +
    +implementation: Callable[..., Option] = partial(
    +    Option,
    +    "--implementation",
    +    dest="implementation",
    +    metavar="implementation",
    +    default=None,
    +    help=(
    +        "Only use wheels compatible with Python "
    +        "implementation , e.g. 'pp', 'jy', 'cp', "
    +        " or 'ip'. If not specified, then the current "
    +        "interpreter implementation is used.  Use 'py' to force "
    +        "implementation-agnostic wheels."
    +    ),
    +)
    +
    +
    +abis: Callable[..., Option] = partial(
    +    Option,
    +    "--abi",
    +    dest="abis",
    +    metavar="abi",
    +    action="append",
    +    default=None,
    +    help=(
    +        "Only use wheels compatible with Python abi , e.g. 'pypy_41'. "
    +        "If not specified, then the current interpreter abi tag is used. "
    +        "Use this option multiple times to specify multiple abis supported "
    +        "by the target interpreter. Generally you will need to specify "
    +        "--implementation, --platform, and --python-version when using this "
    +        "option."
    +    ),
    +)
    +
    +
    +def add_target_python_options(cmd_opts: OptionGroup) -> None:
    +    cmd_opts.add_option(platforms())
    +    cmd_opts.add_option(python_version())
    +    cmd_opts.add_option(implementation())
    +    cmd_opts.add_option(abis())
    +
    +
    +def make_target_python(options: Values) -> TargetPython:
    +    target_python = TargetPython(
    +        platforms=options.platforms,
    +        py_version_info=options.python_version,
    +        abis=options.abis,
    +        implementation=options.implementation,
    +    )
    +
    +    return target_python
    +
    +
    +def prefer_binary() -> Option:
    +    return Option(
    +        "--prefer-binary",
    +        dest="prefer_binary",
    +        action="store_true",
    +        default=False,
    +        help="Prefer older binary packages over newer source packages.",
    +    )
    +
    +
    +cache_dir: Callable[..., Option] = partial(
    +    PipOption,
    +    "--cache-dir",
    +    dest="cache_dir",
    +    default=USER_CACHE_DIR,
    +    metavar="dir",
    +    type="path",
    +    help="Store the cache data in .",
    +)
    +
    +
    +def _handle_no_cache_dir(
    +    option: Option, opt: str, value: str, parser: OptionParser
    +) -> None:
    +    """
    +    Process a value provided for the --no-cache-dir option.
    +
    +    This is an optparse.Option callback for the --no-cache-dir option.
    +    """
    +    # The value argument will be None if --no-cache-dir is passed via the
    +    # command-line, since the option doesn't accept arguments.  However,
    +    # the value can be non-None if the option is triggered e.g. by an
    +    # environment variable, like PIP_NO_CACHE_DIR=true.
    +    if value is not None:
    +        # Then parse the string value to get argument error-checking.
    +        try:
    +            strtobool(value)
    +        except ValueError as exc:
    +            raise_option_error(parser, option=option, msg=str(exc))
    +
    +    # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool()
    +    # converted to 0 (like "false" or "no") caused cache_dir to be disabled
    +    # rather than enabled (logic would say the latter).  Thus, we disable
    +    # the cache directory not just on values that parse to True, but (for
    +    # backwards compatibility reasons) also on values that parse to False.
    +    # In other words, always set it to False if the option is provided in
    +    # some (valid) form.
    +    parser.values.cache_dir = False
    +
    +
    +no_cache: Callable[..., Option] = partial(
    +    Option,
    +    "--no-cache-dir",
    +    dest="cache_dir",
    +    action="callback",
    +    callback=_handle_no_cache_dir,
    +    help="Disable the cache.",
    +)
    +
    +no_deps: Callable[..., Option] = partial(
    +    Option,
    +    "--no-deps",
    +    "--no-dependencies",
    +    dest="ignore_dependencies",
    +    action="store_true",
    +    default=False,
    +    help="Don't install package dependencies.",
    +)
    +
    +ignore_requires_python: Callable[..., Option] = partial(
    +    Option,
    +    "--ignore-requires-python",
    +    dest="ignore_requires_python",
    +    action="store_true",
    +    help="Ignore the Requires-Python information.",
    +)
    +
    +no_build_isolation: Callable[..., Option] = partial(
    +    Option,
    +    "--no-build-isolation",
    +    dest="build_isolation",
    +    action="store_false",
    +    default=True,
    +    help="Disable isolation when building a modern source distribution. "
    +    "Build dependencies specified by PEP 518 must be already installed "
    +    "if this option is used.",
    +)
    +
    +check_build_deps: Callable[..., Option] = partial(
    +    Option,
    +    "--check-build-dependencies",
    +    dest="check_build_deps",
    +    action="store_true",
    +    default=False,
    +    help="Check the build dependencies when PEP517 is used.",
    +)
    +
    +
    +def _handle_no_use_pep517(
    +    option: Option, opt: str, value: str, parser: OptionParser
    +) -> None:
    +    """
    +    Process a value provided for the --no-use-pep517 option.
    +
    +    This is an optparse.Option callback for the no_use_pep517 option.
    +    """
    +    # Since --no-use-pep517 doesn't accept arguments, the value argument
    +    # will be None if --no-use-pep517 is passed via the command-line.
    +    # However, the value can be non-None if the option is triggered e.g.
    +    # by an environment variable, for example "PIP_NO_USE_PEP517=true".
    +    if value is not None:
    +        msg = """A value was passed for --no-use-pep517,
    +        probably using either the PIP_NO_USE_PEP517 environment variable
    +        or the "no-use-pep517" config file option. Use an appropriate value
    +        of the PIP_USE_PEP517 environment variable or the "use-pep517"
    +        config file option instead.
    +        """
    +        raise_option_error(parser, option=option, msg=msg)
    +
    +    # If user doesn't wish to use pep517, we check if setuptools and wheel are installed
    +    # and raise error if it is not.
    +    packages = ("setuptools", "wheel")
    +    if not all(importlib.util.find_spec(package) for package in packages):
    +        msg = (
    +            f"It is not possible to use --no-use-pep517 "
    +            f"without {' and '.join(packages)} installed."
    +        )
    +        raise_option_error(parser, option=option, msg=msg)
    +
    +    # Otherwise, --no-use-pep517 was passed via the command-line.
    +    parser.values.use_pep517 = False
    +
    +
    +use_pep517: Any = partial(
    +    Option,
    +    "--use-pep517",
    +    dest="use_pep517",
    +    action="store_true",
    +    default=None,
    +    help="Use PEP 517 for building source distributions "
    +    "(use --no-use-pep517 to force legacy behaviour).",
    +)
    +
    +no_use_pep517: Any = partial(
    +    Option,
    +    "--no-use-pep517",
    +    dest="use_pep517",
    +    action="callback",
    +    callback=_handle_no_use_pep517,
    +    default=None,
    +    help=SUPPRESS_HELP,
    +)
    +
    +
    +def _handle_config_settings(
    +    option: Option, opt_str: str, value: str, parser: OptionParser
    +) -> None:
    +    key, sep, val = value.partition("=")
    +    if sep != "=":
    +        parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL")  # noqa
    +    dest = getattr(parser.values, option.dest)
    +    if dest is None:
    +        dest = {}
    +        setattr(parser.values, option.dest, dest)
    +    if key in dest:
    +        if isinstance(dest[key], list):
    +            dest[key].append(val)
    +        else:
    +            dest[key] = [dest[key], val]
    +    else:
    +        dest[key] = val
    +
    +
    +config_settings: Callable[..., Option] = partial(
    +    Option,
    +    "-C",
    +    "--config-settings",
    +    dest="config_settings",
    +    type=str,
    +    action="callback",
    +    callback=_handle_config_settings,
    +    metavar="settings",
    +    help="Configuration settings to be passed to the PEP 517 build backend. "
    +    "Settings take the form KEY=VALUE. Use multiple --config-settings options "
    +    "to pass multiple keys to the backend.",
    +)
    +
    +build_options: Callable[..., Option] = partial(
    +    Option,
    +    "--build-option",
    +    dest="build_options",
    +    metavar="options",
    +    action="append",
    +    help="Extra arguments to be supplied to 'setup.py bdist_wheel'.",
    +)
    +
    +global_options: Callable[..., Option] = partial(
    +    Option,
    +    "--global-option",
    +    dest="global_options",
    +    action="append",
    +    metavar="options",
    +    help="Extra global options to be supplied to the setup.py "
    +    "call before the install or bdist_wheel command.",
    +)
    +
    +no_clean: Callable[..., Option] = partial(
    +    Option,
    +    "--no-clean",
    +    action="store_true",
    +    default=False,
    +    help="Don't clean up build directories.",
    +)
    +
    +pre: Callable[..., Option] = partial(
    +    Option,
    +    "--pre",
    +    action="store_true",
    +    default=False,
    +    help="Include pre-release and development versions. By default, "
    +    "pip only finds stable versions.",
    +)
    +
    +disable_pip_version_check: Callable[..., Option] = partial(
    +    Option,
    +    "--disable-pip-version-check",
    +    dest="disable_pip_version_check",
    +    action="store_true",
    +    default=False,
    +    help="Don't periodically check PyPI to determine whether a new version "
    +    "of pip is available for download. Implied with --no-index.",
    +)
    +
    +root_user_action: Callable[..., Option] = partial(
    +    Option,
    +    "--root-user-action",
    +    dest="root_user_action",
    +    default="warn",
    +    choices=["warn", "ignore"],
    +    help="Action if pip is run as a root user. By default, a warning message is shown.",
    +)
    +
    +
    +def _handle_merge_hash(
    +    option: Option, opt_str: str, value: str, parser: OptionParser
    +) -> None:
    +    """Given a value spelled "algo:digest", append the digest to a list
    +    pointed to in a dict by the algo name."""
    +    if not parser.values.hashes:
    +        parser.values.hashes = {}
    +    try:
    +        algo, digest = value.split(":", 1)
    +    except ValueError:
    +        parser.error(
    +            "Arguments to {} must be a hash name "  # noqa
    +            "followed by a value, like --hash=sha256:"
    +            "abcde...".format(opt_str)
    +        )
    +    if algo not in STRONG_HASHES:
    +        parser.error(
    +            "Allowed hash algorithms for {} are {}.".format(  # noqa
    +                opt_str, ", ".join(STRONG_HASHES)
    +            )
    +        )
    +    parser.values.hashes.setdefault(algo, []).append(digest)
    +
    +
    +hash: Callable[..., Option] = partial(
    +    Option,
    +    "--hash",
    +    # Hash values eventually end up in InstallRequirement.hashes due to
    +    # __dict__ copying in process_line().
    +    dest="hashes",
    +    action="callback",
    +    callback=_handle_merge_hash,
    +    type="string",
    +    help="Verify that the package's archive matches this "
    +    "hash before installing. Example: --hash=sha256:abcdef...",
    +)
    +
    +
    +require_hashes: Callable[..., Option] = partial(
    +    Option,
    +    "--require-hashes",
    +    dest="require_hashes",
    +    action="store_true",
    +    default=False,
    +    help="Require a hash to check each requirement against, for "
    +    "repeatable installs. This option is implied when any package in a "
    +    "requirements file has a --hash option.",
    +)
    +
    +
    +list_path: Callable[..., Option] = partial(
    +    PipOption,
    +    "--path",
    +    dest="path",
    +    type="path",
    +    action="append",
    +    help="Restrict to the specified installation path for listing "
    +    "packages (can be used multiple times).",
    +)
    +
    +
    +def check_list_path_option(options: Values) -> None:
    +    if options.path and (options.user or options.local):
    +        raise CommandError("Cannot combine '--path' with '--user' or '--local'")
    +
    +
    +list_exclude: Callable[..., Option] = partial(
    +    PipOption,
    +    "--exclude",
    +    dest="excludes",
    +    action="append",
    +    metavar="package",
    +    type="package_name",
    +    help="Exclude specified package from the output",
    +)
    +
    +
    +no_python_version_warning: Callable[..., Option] = partial(
    +    Option,
    +    "--no-python-version-warning",
    +    dest="no_python_version_warning",
    +    action="store_true",
    +    default=False,
    +    help="Silence deprecation warnings for upcoming unsupported Pythons.",
    +)
    +
    +
    +# Features that are now always on. A warning is printed if they are used.
    +ALWAYS_ENABLED_FEATURES = [
    +    "no-binary-enable-wheel-cache",  # always on since 23.1
    +]
    +
    +use_new_feature: Callable[..., Option] = partial(
    +    Option,
    +    "--use-feature",
    +    dest="features_enabled",
    +    metavar="feature",
    +    action="append",
    +    default=[],
    +    choices=[
    +        "fast-deps",
    +        "truststore",
    +    ]
    +    + ALWAYS_ENABLED_FEATURES,
    +    help="Enable new functionality, that may be backward incompatible.",
    +)
    +
    +use_deprecated_feature: Callable[..., Option] = partial(
    +    Option,
    +    "--use-deprecated",
    +    dest="deprecated_features_enabled",
    +    metavar="feature",
    +    action="append",
    +    default=[],
    +    choices=[
    +        "legacy-resolver",
    +    ],
    +    help=("Enable deprecated functionality, that will be removed in the future."),
    +)
    +
    +
    +##########
    +# groups #
    +##########
    +
    +general_group: Dict[str, Any] = {
    +    "name": "General Options",
    +    "options": [
    +        help_,
    +        debug_mode,
    +        isolated_mode,
    +        require_virtualenv,
    +        python,
    +        verbose,
    +        version,
    +        quiet,
    +        log,
    +        no_input,
    +        keyring_provider,
    +        proxy,
    +        retries,
    +        timeout,
    +        exists_action,
    +        trusted_host,
    +        cert,
    +        client_cert,
    +        cache_dir,
    +        no_cache,
    +        disable_pip_version_check,
    +        no_color,
    +        no_python_version_warning,
    +        use_new_feature,
    +        use_deprecated_feature,
    +    ],
    +}
    +
    +index_group: Dict[str, Any] = {
    +    "name": "Package Index Options",
    +    "options": [
    +        index_url,
    +        extra_index_url,
    +        no_index,
    +        find_links,
    +    ],
    +}
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/command_context.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/command_context.py
    new file mode 100644
    index 0000000..139995a
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/command_context.py
    @@ -0,0 +1,27 @@
    +from contextlib import ExitStack, contextmanager
    +from typing import ContextManager, Generator, TypeVar
    +
    +_T = TypeVar("_T", covariant=True)
    +
    +
    +class CommandContextMixIn:
    +    def __init__(self) -> None:
    +        super().__init__()
    +        self._in_main_context = False
    +        self._main_context = ExitStack()
    +
    +    @contextmanager
    +    def main_context(self) -> Generator[None, None, None]:
    +        assert not self._in_main_context
    +
    +        self._in_main_context = True
    +        try:
    +            with self._main_context:
    +                yield
    +        finally:
    +            self._in_main_context = False
    +
    +    def enter_context(self, context_provider: ContextManager[_T]) -> _T:
    +        assert self._in_main_context
    +
    +        return self._main_context.enter_context(context_provider)
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/main.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/main.py
    new file mode 100644
    index 0000000..7e061f5
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/main.py
    @@ -0,0 +1,79 @@
    +"""Primary application entrypoint.
    +"""
    +import locale
    +import logging
    +import os
    +import sys
    +import warnings
    +from typing import List, Optional
    +
    +from pip._internal.cli.autocompletion import autocomplete
    +from pip._internal.cli.main_parser import parse_command
    +from pip._internal.commands import create_command
    +from pip._internal.exceptions import PipError
    +from pip._internal.utils import deprecation
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +# Do not import and use main() directly! Using it directly is actively
    +# discouraged by pip's maintainers. The name, location and behavior of
    +# this function is subject to change, so calling it directly is not
    +# portable across different pip versions.
    +
    +# In addition, running pip in-process is unsupported and unsafe. This is
    +# elaborated in detail at
    +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program.
    +# That document also provides suggestions that should work for nearly
    +# all users that are considering importing and using main() directly.
    +
    +# However, we know that certain users will still want to invoke pip
    +# in-process. If you understand and accept the implications of using pip
    +# in an unsupported manner, the best approach is to use runpy to avoid
    +# depending on the exact location of this entry point.
    +
    +# The following example shows how to use runpy to invoke pip in that
    +# case:
    +#
    +#     sys.argv = ["pip", your, args, here]
    +#     runpy.run_module("pip", run_name="__main__")
    +#
    +# Note that this will exit the process after running, unlike a direct
    +# call to main. As it is not safe to do any processing after calling
    +# main, this should not be an issue in practice.
    +
    +
    +def main(args: Optional[List[str]] = None) -> int:
    +    if args is None:
    +        args = sys.argv[1:]
    +
    +    # Suppress the pkg_resources deprecation warning
    +    # Note - we use a module of .*pkg_resources to cover
    +    # the normal case (pip._vendor.pkg_resources) and the
    +    # devendored case (a bare pkg_resources)
    +    warnings.filterwarnings(
    +        action="ignore", category=DeprecationWarning, module=".*pkg_resources"
    +    )
    +
    +    # Configure our deprecation warnings to be sent through loggers
    +    deprecation.install_warning_logger()
    +
    +    autocomplete()
    +
    +    try:
    +        cmd_name, cmd_args = parse_command(args)
    +    except PipError as exc:
    +        sys.stderr.write(f"ERROR: {exc}")
    +        sys.stderr.write(os.linesep)
    +        sys.exit(1)
    +
    +    # Needed for locale.getpreferredencoding(False) to work
    +    # in pip._internal.utils.encoding.auto_decode
    +    try:
    +        locale.setlocale(locale.LC_ALL, "")
    +    except locale.Error as e:
    +        # setlocale can apparently crash if locale are uninitialized
    +        logger.debug("Ignoring error %s when setting locale", e)
    +    command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
    +
    +    return command.main(cmd_args)
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/main_parser.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/main_parser.py
    new file mode 100644
    index 0000000..5ade356
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/main_parser.py
    @@ -0,0 +1,134 @@
    +"""A single place for constructing and exposing the main parser
    +"""
    +
    +import os
    +import subprocess
    +import sys
    +from typing import List, Optional, Tuple
    +
    +from pip._internal.build_env import get_runnable_pip
    +from pip._internal.cli import cmdoptions
    +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter
    +from pip._internal.commands import commands_dict, get_similar_commands
    +from pip._internal.exceptions import CommandError
    +from pip._internal.utils.misc import get_pip_version, get_prog
    +
    +__all__ = ["create_main_parser", "parse_command"]
    +
    +
    +def create_main_parser() -> ConfigOptionParser:
    +    """Creates and returns the main parser for pip's CLI"""
    +
    +    parser = ConfigOptionParser(
    +        usage="\n%prog  [options]",
    +        add_help_option=False,
    +        formatter=UpdatingDefaultsHelpFormatter(),
    +        name="global",
    +        prog=get_prog(),
    +    )
    +    parser.disable_interspersed_args()
    +
    +    parser.version = get_pip_version()
    +
    +    # add the general options
    +    gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser)
    +    parser.add_option_group(gen_opts)
    +
    +    # so the help formatter knows
    +    parser.main = True  # type: ignore
    +
    +    # create command listing for description
    +    description = [""] + [
    +        f"{name:27} {command_info.summary}"
    +        for name, command_info in commands_dict.items()
    +    ]
    +    parser.description = "\n".join(description)
    +
    +    return parser
    +
    +
    +def identify_python_interpreter(python: str) -> Optional[str]:
    +    # If the named file exists, use it.
    +    # If it's a directory, assume it's a virtual environment and
    +    # look for the environment's Python executable.
    +    if os.path.exists(python):
    +        if os.path.isdir(python):
    +            # bin/python for Unix, Scripts/python.exe for Windows
    +            # Try both in case of odd cases like cygwin.
    +            for exe in ("bin/python", "Scripts/python.exe"):
    +                py = os.path.join(python, exe)
    +                if os.path.exists(py):
    +                    return py
    +        else:
    +            return python
    +
    +    # Could not find the interpreter specified
    +    return None
    +
    +
    +def parse_command(args: List[str]) -> Tuple[str, List[str]]:
    +    parser = create_main_parser()
    +
    +    # Note: parser calls disable_interspersed_args(), so the result of this
    +    # call is to split the initial args into the general options before the
    +    # subcommand and everything else.
    +    # For example:
    +    #  args: ['--timeout=5', 'install', '--user', 'INITools']
    +    #  general_options: ['--timeout==5']
    +    #  args_else: ['install', '--user', 'INITools']
    +    general_options, args_else = parser.parse_args(args)
    +
    +    # --python
    +    if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ:
    +        # Re-invoke pip using the specified Python interpreter
    +        interpreter = identify_python_interpreter(general_options.python)
    +        if interpreter is None:
    +            raise CommandError(
    +                f"Could not locate Python interpreter {general_options.python}"
    +            )
    +
    +        pip_cmd = [
    +            interpreter,
    +            get_runnable_pip(),
    +        ]
    +        pip_cmd.extend(args)
    +
    +        # Set a flag so the child doesn't re-invoke itself, causing
    +        # an infinite loop.
    +        os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1"
    +        returncode = 0
    +        try:
    +            proc = subprocess.run(pip_cmd)
    +            returncode = proc.returncode
    +        except (subprocess.SubprocessError, OSError) as exc:
    +            raise CommandError(f"Failed to run pip under {interpreter}: {exc}")
    +        sys.exit(returncode)
    +
    +    # --version
    +    if general_options.version:
    +        sys.stdout.write(parser.version)
    +        sys.stdout.write(os.linesep)
    +        sys.exit()
    +
    +    # pip || pip help -> print_help()
    +    if not args_else or (args_else[0] == "help" and len(args_else) == 1):
    +        parser.print_help()
    +        sys.exit()
    +
    +    # the subcommand name
    +    cmd_name = args_else[0]
    +
    +    if cmd_name not in commands_dict:
    +        guess = get_similar_commands(cmd_name)
    +
    +        msg = [f'unknown command "{cmd_name}"']
    +        if guess:
    +            msg.append(f'maybe you meant "{guess}"')
    +
    +        raise CommandError(" - ".join(msg))
    +
    +    # all the args without the subcommand
    +    cmd_args = args[:]
    +    cmd_args.remove(cmd_name)
    +
    +    return cmd_name, cmd_args
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/parser.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/parser.py
    new file mode 100644
    index 0000000..c762cf2
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/parser.py
    @@ -0,0 +1,294 @@
    +"""Base option parser setup"""
    +
    +import logging
    +import optparse
    +import shutil
    +import sys
    +import textwrap
    +from contextlib import suppress
    +from typing import Any, Dict, Generator, List, Tuple
    +
    +from pip._internal.cli.status_codes import UNKNOWN_ERROR
    +from pip._internal.configuration import Configuration, ConfigurationError
    +from pip._internal.utils.misc import redact_auth_from_url, strtobool
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +class PrettyHelpFormatter(optparse.IndentedHelpFormatter):
    +    """A prettier/less verbose help formatter for optparse."""
    +
    +    def __init__(self, *args: Any, **kwargs: Any) -> None:
    +        # help position must be aligned with __init__.parseopts.description
    +        kwargs["max_help_position"] = 30
    +        kwargs["indent_increment"] = 1
    +        kwargs["width"] = shutil.get_terminal_size()[0] - 2
    +        super().__init__(*args, **kwargs)
    +
    +    def format_option_strings(self, option: optparse.Option) -> str:
    +        return self._format_option_strings(option)
    +
    +    def _format_option_strings(
    +        self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", "
    +    ) -> str:
    +        """
    +        Return a comma-separated list of option strings and metavars.
    +
    +        :param option:  tuple of (short opt, long opt), e.g: ('-f', '--format')
    +        :param mvarfmt: metavar format string
    +        :param optsep:  separator
    +        """
    +        opts = []
    +
    +        if option._short_opts:
    +            opts.append(option._short_opts[0])
    +        if option._long_opts:
    +            opts.append(option._long_opts[0])
    +        if len(opts) > 1:
    +            opts.insert(1, optsep)
    +
    +        if option.takes_value():
    +            assert option.dest is not None
    +            metavar = option.metavar or option.dest.lower()
    +            opts.append(mvarfmt.format(metavar.lower()))
    +
    +        return "".join(opts)
    +
    +    def format_heading(self, heading: str) -> str:
    +        if heading == "Options":
    +            return ""
    +        return heading + ":\n"
    +
    +    def format_usage(self, usage: str) -> str:
    +        """
    +        Ensure there is only one newline between usage and the first heading
    +        if there is no description.
    +        """
    +        msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), "  "))
    +        return msg
    +
    +    def format_description(self, description: str) -> str:
    +        # leave full control over description to us
    +        if description:
    +            if hasattr(self.parser, "main"):
    +                label = "Commands"
    +            else:
    +                label = "Description"
    +            # some doc strings have initial newlines, some don't
    +            description = description.lstrip("\n")
    +            # some doc strings have final newlines and spaces, some don't
    +            description = description.rstrip()
    +            # dedent, then reindent
    +            description = self.indent_lines(textwrap.dedent(description), "  ")
    +            description = f"{label}:\n{description}\n"
    +            return description
    +        else:
    +            return ""
    +
    +    def format_epilog(self, epilog: str) -> str:
    +        # leave full control over epilog to us
    +        if epilog:
    +            return epilog
    +        else:
    +            return ""
    +
    +    def indent_lines(self, text: str, indent: str) -> str:
    +        new_lines = [indent + line for line in text.split("\n")]
    +        return "\n".join(new_lines)
    +
    +
    +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter):
    +    """Custom help formatter for use in ConfigOptionParser.
    +
    +    This is updates the defaults before expanding them, allowing
    +    them to show up correctly in the help listing.
    +
    +    Also redact auth from url type options
    +    """
    +
    +    def expand_default(self, option: optparse.Option) -> str:
    +        default_values = None
    +        if self.parser is not None:
    +            assert isinstance(self.parser, ConfigOptionParser)
    +            self.parser._update_defaults(self.parser.defaults)
    +            assert option.dest is not None
    +            default_values = self.parser.defaults.get(option.dest)
    +        help_text = super().expand_default(option)
    +
    +        if default_values and option.metavar == "URL":
    +            if isinstance(default_values, str):
    +                default_values = [default_values]
    +
    +            # If its not a list, we should abort and just return the help text
    +            if not isinstance(default_values, list):
    +                default_values = []
    +
    +            for val in default_values:
    +                help_text = help_text.replace(val, redact_auth_from_url(val))
    +
    +        return help_text
    +
    +
    +class CustomOptionParser(optparse.OptionParser):
    +    def insert_option_group(
    +        self, idx: int, *args: Any, **kwargs: Any
    +    ) -> optparse.OptionGroup:
    +        """Insert an OptionGroup at a given position."""
    +        group = self.add_option_group(*args, **kwargs)
    +
    +        self.option_groups.pop()
    +        self.option_groups.insert(idx, group)
    +
    +        return group
    +
    +    @property
    +    def option_list_all(self) -> List[optparse.Option]:
    +        """Get a list of all options, including those in option groups."""
    +        res = self.option_list[:]
    +        for i in self.option_groups:
    +            res.extend(i.option_list)
    +
    +        return res
    +
    +
    +class ConfigOptionParser(CustomOptionParser):
    +    """Custom option parser which updates its defaults by checking the
    +    configuration files and environmental variables"""
    +
    +    def __init__(
    +        self,
    +        *args: Any,
    +        name: str,
    +        isolated: bool = False,
    +        **kwargs: Any,
    +    ) -> None:
    +        self.name = name
    +        self.config = Configuration(isolated)
    +
    +        assert self.name
    +        super().__init__(*args, **kwargs)
    +
    +    def check_default(self, option: optparse.Option, key: str, val: Any) -> Any:
    +        try:
    +            return option.check_value(key, val)
    +        except optparse.OptionValueError as exc:
    +            print(f"An error occurred during configuration: {exc}")
    +            sys.exit(3)
    +
    +    def _get_ordered_configuration_items(
    +        self,
    +    ) -> Generator[Tuple[str, Any], None, None]:
    +        # Configuration gives keys in an unordered manner. Order them.
    +        override_order = ["global", self.name, ":env:"]
    +
    +        # Pool the options into different groups
    +        section_items: Dict[str, List[Tuple[str, Any]]] = {
    +            name: [] for name in override_order
    +        }
    +        for section_key, val in self.config.items():
    +            # ignore empty values
    +            if not val:
    +                logger.debug(
    +                    "Ignoring configuration key '%s' as it's value is empty.",
    +                    section_key,
    +                )
    +                continue
    +
    +            section, key = section_key.split(".", 1)
    +            if section in override_order:
    +                section_items[section].append((key, val))
    +
    +        # Yield each group in their override order
    +        for section in override_order:
    +            for key, val in section_items[section]:
    +                yield key, val
    +
    +    def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]:
    +        """Updates the given defaults with values from the config files and
    +        the environ. Does a little special handling for certain types of
    +        options (lists)."""
    +
    +        # Accumulate complex default state.
    +        self.values = optparse.Values(self.defaults)
    +        late_eval = set()
    +        # Then set the options with those values
    +        for key, val in self._get_ordered_configuration_items():
    +            # '--' because configuration supports only long names
    +            option = self.get_option("--" + key)
    +
    +            # Ignore options not present in this parser. E.g. non-globals put
    +            # in [global] by users that want them to apply to all applicable
    +            # commands.
    +            if option is None:
    +                continue
    +
    +            assert option.dest is not None
    +
    +            if option.action in ("store_true", "store_false"):
    +                try:
    +                    val = strtobool(val)
    +                except ValueError:
    +                    self.error(
    +                        "{} is not a valid value for {} option, "  # noqa
    +                        "please specify a boolean value like yes/no, "
    +                        "true/false or 1/0 instead.".format(val, key)
    +                    )
    +            elif option.action == "count":
    +                with suppress(ValueError):
    +                    val = strtobool(val)
    +                with suppress(ValueError):
    +                    val = int(val)
    +                if not isinstance(val, int) or val < 0:
    +                    self.error(
    +                        "{} is not a valid value for {} option, "  # noqa
    +                        "please instead specify either a non-negative integer "
    +                        "or a boolean value like yes/no or false/true "
    +                        "which is equivalent to 1/0.".format(val, key)
    +                    )
    +            elif option.action == "append":
    +                val = val.split()
    +                val = [self.check_default(option, key, v) for v in val]
    +            elif option.action == "callback":
    +                assert option.callback is not None
    +                late_eval.add(option.dest)
    +                opt_str = option.get_opt_string()
    +                val = option.convert_value(opt_str, val)
    +                # From take_action
    +                args = option.callback_args or ()
    +                kwargs = option.callback_kwargs or {}
    +                option.callback(option, opt_str, val, self, *args, **kwargs)
    +            else:
    +                val = self.check_default(option, key, val)
    +
    +            defaults[option.dest] = val
    +
    +        for key in late_eval:
    +            defaults[key] = getattr(self.values, key)
    +        self.values = None
    +        return defaults
    +
    +    def get_default_values(self) -> optparse.Values:
    +        """Overriding to make updating the defaults after instantiation of
    +        the option parser possible, _update_defaults() does the dirty work."""
    +        if not self.process_default_values:
    +            # Old, pre-Optik 1.5 behaviour.
    +            return optparse.Values(self.defaults)
    +
    +        # Load the configuration, or error out in case of an error
    +        try:
    +            self.config.load()
    +        except ConfigurationError as err:
    +            self.exit(UNKNOWN_ERROR, str(err))
    +
    +        defaults = self._update_defaults(self.defaults.copy())  # ours
    +        for option in self._get_all_options():
    +            assert option.dest is not None
    +            default = defaults.get(option.dest)
    +            if isinstance(default, str):
    +                opt_str = option.get_opt_string()
    +                defaults[option.dest] = option.check_value(opt_str, default)
    +        return optparse.Values(defaults)
    +
    +    def error(self, msg: str) -> None:
    +        self.print_usage(sys.stderr)
    +        self.exit(UNKNOWN_ERROR, f"{msg}\n")
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/progress_bars.py
    new file mode 100644
    index 0000000..0ad1403
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/progress_bars.py
    @@ -0,0 +1,68 @@
    +import functools
    +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple
    +
    +from pip._vendor.rich.progress import (
    +    BarColumn,
    +    DownloadColumn,
    +    FileSizeColumn,
    +    Progress,
    +    ProgressColumn,
    +    SpinnerColumn,
    +    TextColumn,
    +    TimeElapsedColumn,
    +    TimeRemainingColumn,
    +    TransferSpeedColumn,
    +)
    +
    +from pip._internal.utils.logging import get_indentation
    +
    +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]]
    +
    +
    +def _rich_progress_bar(
    +    iterable: Iterable[bytes],
    +    *,
    +    bar_type: str,
    +    size: int,
    +) -> Generator[bytes, None, None]:
    +    assert bar_type == "on", "This should only be used in the default mode."
    +
    +    if not size:
    +        total = float("inf")
    +        columns: Tuple[ProgressColumn, ...] = (
    +            TextColumn("[progress.description]{task.description}"),
    +            SpinnerColumn("line", speed=1.5),
    +            FileSizeColumn(),
    +            TransferSpeedColumn(),
    +            TimeElapsedColumn(),
    +        )
    +    else:
    +        total = size
    +        columns = (
    +            TextColumn("[progress.description]{task.description}"),
    +            BarColumn(),
    +            DownloadColumn(),
    +            TransferSpeedColumn(),
    +            TextColumn("eta"),
    +            TimeRemainingColumn(),
    +        )
    +
    +    progress = Progress(*columns, refresh_per_second=30)
    +    task_id = progress.add_task(" " * (get_indentation() + 2), total=total)
    +    with progress:
    +        for chunk in iterable:
    +            yield chunk
    +            progress.update(task_id, advance=len(chunk))
    +
    +
    +def get_download_progress_renderer(
    +    *, bar_type: str, size: Optional[int] = None
    +) -> DownloadProgressRenderer:
    +    """Get an object that can be used to render the download progress.
    +
    +    Returns a callable, that takes an iterable to "wrap".
    +    """
    +    if bar_type == "on":
    +        return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size)
    +    else:
    +        return iter  # no-op, when passed an iterator
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/req_command.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/req_command.py
    new file mode 100644
    index 0000000..86070f1
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/req_command.py
    @@ -0,0 +1,508 @@
    +"""Contains the Command base classes that depend on PipSession.
    +
    +The classes in this module are in a separate module so the commands not
    +needing download / PackageFinder capability don't unnecessarily import the
    +PackageFinder machinery and all its vendored dependencies, etc.
    +"""
    +
    +import logging
    +import os
    +import sys
    +from functools import partial
    +from optparse import Values
    +from typing import TYPE_CHECKING, Any, List, Optional, Tuple
    +
    +from pip._internal.cache import WheelCache
    +from pip._internal.cli import cmdoptions
    +from pip._internal.cli.base_command import Command
    +from pip._internal.cli.command_context import CommandContextMixIn
    +from pip._internal.exceptions import CommandError, PreviousBuildDirError
    +from pip._internal.index.collector import LinkCollector
    +from pip._internal.index.package_finder import PackageFinder
    +from pip._internal.models.selection_prefs import SelectionPreferences
    +from pip._internal.models.target_python import TargetPython
    +from pip._internal.network.session import PipSession
    +from pip._internal.operations.build.build_tracker import BuildTracker
    +from pip._internal.operations.prepare import RequirementPreparer
    +from pip._internal.req.constructors import (
    +    install_req_from_editable,
    +    install_req_from_line,
    +    install_req_from_parsed_requirement,
    +    install_req_from_req_string,
    +)
    +from pip._internal.req.req_file import parse_requirements
    +from pip._internal.req.req_install import InstallRequirement
    +from pip._internal.resolution.base import BaseResolver
    +from pip._internal.self_outdated_check import pip_self_version_check
    +from pip._internal.utils.temp_dir import (
    +    TempDirectory,
    +    TempDirectoryTypeRegistry,
    +    tempdir_kinds,
    +)
    +from pip._internal.utils.virtualenv import running_under_virtualenv
    +
    +if TYPE_CHECKING:
    +    from ssl import SSLContext
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +def _create_truststore_ssl_context() -> Optional["SSLContext"]:
    +    if sys.version_info < (3, 10):
    +        raise CommandError("The truststore feature is only available for Python 3.10+")
    +
    +    try:
    +        import ssl
    +    except ImportError:
    +        logger.warning("Disabling truststore since ssl support is missing")
    +        return None
    +
    +    try:
    +        import truststore
    +    except ImportError:
    +        raise CommandError(
    +            "To use the truststore feature, 'truststore' must be installed into "
    +            "pip's current environment."
    +        )
    +
    +    return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
    +
    +
    +class SessionCommandMixin(CommandContextMixIn):
    +
    +    """
    +    A class mixin for command classes needing _build_session().
    +    """
    +
    +    def __init__(self) -> None:
    +        super().__init__()
    +        self._session: Optional[PipSession] = None
    +
    +    @classmethod
    +    def _get_index_urls(cls, options: Values) -> Optional[List[str]]:
    +        """Return a list of index urls from user-provided options."""
    +        index_urls = []
    +        if not getattr(options, "no_index", False):
    +            url = getattr(options, "index_url", None)
    +            if url:
    +                index_urls.append(url)
    +        urls = getattr(options, "extra_index_urls", None)
    +        if urls:
    +            index_urls.extend(urls)
    +        # Return None rather than an empty list
    +        return index_urls or None
    +
    +    def get_default_session(self, options: Values) -> PipSession:
    +        """Get a default-managed session."""
    +        if self._session is None:
    +            self._session = self.enter_context(self._build_session(options))
    +            # there's no type annotation on requests.Session, so it's
    +            # automatically ContextManager[Any] and self._session becomes Any,
    +            # then https://github.com/python/mypy/issues/7696 kicks in
    +            assert self._session is not None
    +        return self._session
    +
    +    def _build_session(
    +        self,
    +        options: Values,
    +        retries: Optional[int] = None,
    +        timeout: Optional[int] = None,
    +        fallback_to_certifi: bool = False,
    +    ) -> PipSession:
    +        cache_dir = options.cache_dir
    +        assert not cache_dir or os.path.isabs(cache_dir)
    +
    +        if "truststore" in options.features_enabled:
    +            try:
    +                ssl_context = _create_truststore_ssl_context()
    +            except Exception:
    +                if not fallback_to_certifi:
    +                    raise
    +                ssl_context = None
    +        else:
    +            ssl_context = None
    +
    +        session = PipSession(
    +            cache=os.path.join(cache_dir, "http") if cache_dir else None,
    +            retries=retries if retries is not None else options.retries,
    +            trusted_hosts=options.trusted_hosts,
    +            index_urls=self._get_index_urls(options),
    +            ssl_context=ssl_context,
    +        )
    +
    +        # Handle custom ca-bundles from the user
    +        if options.cert:
    +            session.verify = options.cert
    +
    +        # Handle SSL client certificate
    +        if options.client_cert:
    +            session.cert = options.client_cert
    +
    +        # Handle timeouts
    +        if options.timeout or timeout:
    +            session.timeout = timeout if timeout is not None else options.timeout
    +
    +        # Handle configured proxies
    +        if options.proxy:
    +            session.proxies = {
    +                "http": options.proxy,
    +                "https": options.proxy,
    +            }
    +
    +        # Determine if we can prompt the user for authentication or not
    +        session.auth.prompting = not options.no_input
    +        session.auth.keyring_provider = options.keyring_provider
    +
    +        return session
    +
    +
    +class IndexGroupCommand(Command, SessionCommandMixin):
    +
    +    """
    +    Abstract base class for commands with the index_group options.
    +
    +    This also corresponds to the commands that permit the pip version check.
    +    """
    +
    +    def handle_pip_version_check(self, options: Values) -> None:
    +        """
    +        Do the pip version check if not disabled.
    +
    +        This overrides the default behavior of not doing the check.
    +        """
    +        # Make sure the index_group options are present.
    +        assert hasattr(options, "no_index")
    +
    +        if options.disable_pip_version_check or options.no_index:
    +            return
    +
    +        # Otherwise, check if we're using the latest version of pip available.
    +        session = self._build_session(
    +            options,
    +            retries=0,
    +            timeout=min(5, options.timeout),
    +            # This is set to ensure the function does not fail when truststore is
    +            # specified in use-feature but cannot be loaded. This usually raises a
    +            # CommandError and shows a nice user-facing error, but this function is not
    +            # called in that try-except block.
    +            fallback_to_certifi=True,
    +        )
    +        with session:
    +            pip_self_version_check(session, options)
    +
    +
    +KEEPABLE_TEMPDIR_TYPES = [
    +    tempdir_kinds.BUILD_ENV,
    +    tempdir_kinds.EPHEM_WHEEL_CACHE,
    +    tempdir_kinds.REQ_BUILD,
    +]
    +
    +
    +def warn_if_run_as_root() -> None:
    +    """Output a warning for sudo users on Unix.
    +
    +    In a virtual environment, sudo pip still writes to virtualenv.
    +    On Windows, users may run pip as Administrator without issues.
    +    This warning only applies to Unix root users outside of virtualenv.
    +    """
    +    if running_under_virtualenv():
    +        return
    +    if not hasattr(os, "getuid"):
    +        return
    +    # On Windows, there are no "system managed" Python packages. Installing as
    +    # Administrator via pip is the correct way of updating system environments.
    +    #
    +    # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform
    +    # checks: https://mypy.readthedocs.io/en/stable/common_issues.html
    +    if sys.platform == "win32" or sys.platform == "cygwin":
    +        return
    +
    +    if os.getuid() != 0:
    +        return
    +
    +    logger.warning(
    +        "Running pip as the 'root' user can result in broken permissions and "
    +        "conflicting behaviour with the system package manager. "
    +        "It is recommended to use a virtual environment instead: "
    +        "https://pip.pypa.io/warnings/venv"
    +    )
    +
    +
    +def with_cleanup(func: Any) -> Any:
    +    """Decorator for common logic related to managing temporary
    +    directories.
    +    """
    +
    +    def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None:
    +        for t in KEEPABLE_TEMPDIR_TYPES:
    +            registry.set_delete(t, False)
    +
    +    def wrapper(
    +        self: RequirementCommand, options: Values, args: List[Any]
    +    ) -> Optional[int]:
    +        assert self.tempdir_registry is not None
    +        if options.no_clean:
    +            configure_tempdir_registry(self.tempdir_registry)
    +
    +        try:
    +            return func(self, options, args)
    +        except PreviousBuildDirError:
    +            # This kind of conflict can occur when the user passes an explicit
    +            # build directory with a pre-existing folder. In that case we do
    +            # not want to accidentally remove it.
    +            configure_tempdir_registry(self.tempdir_registry)
    +            raise
    +
    +    return wrapper
    +
    +
    +class RequirementCommand(IndexGroupCommand):
    +    def __init__(self, *args: Any, **kw: Any) -> None:
    +        super().__init__(*args, **kw)
    +
    +        self.cmd_opts.add_option(cmdoptions.no_clean())
    +
    +    @staticmethod
    +    def determine_resolver_variant(options: Values) -> str:
    +        """Determines which resolver should be used, based on the given options."""
    +        if "legacy-resolver" in options.deprecated_features_enabled:
    +            return "legacy"
    +
    +        return "2020-resolver"
    +
    +    @classmethod
    +    def make_requirement_preparer(
    +        cls,
    +        temp_build_dir: TempDirectory,
    +        options: Values,
    +        build_tracker: BuildTracker,
    +        session: PipSession,
    +        finder: PackageFinder,
    +        use_user_site: bool,
    +        download_dir: Optional[str] = None,
    +        verbosity: int = 0,
    +    ) -> RequirementPreparer:
    +        """
    +        Create a RequirementPreparer instance for the given parameters.
    +        """
    +        temp_build_dir_path = temp_build_dir.path
    +        assert temp_build_dir_path is not None
    +        legacy_resolver = False
    +
    +        resolver_variant = cls.determine_resolver_variant(options)
    +        if resolver_variant == "2020-resolver":
    +            lazy_wheel = "fast-deps" in options.features_enabled
    +            if lazy_wheel:
    +                logger.warning(
    +                    "pip is using lazily downloaded wheels using HTTP "
    +                    "range requests to obtain dependency information. "
    +                    "This experimental feature is enabled through "
    +                    "--use-feature=fast-deps and it is not ready for "
    +                    "production."
    +                )
    +        else:
    +            legacy_resolver = True
    +            lazy_wheel = False
    +            if "fast-deps" in options.features_enabled:
    +                logger.warning(
    +                    "fast-deps has no effect when used with the legacy resolver."
    +                )
    +
    +        return RequirementPreparer(
    +            build_dir=temp_build_dir_path,
    +            src_dir=options.src_dir,
    +            download_dir=download_dir,
    +            build_isolation=options.build_isolation,
    +            check_build_deps=options.check_build_deps,
    +            build_tracker=build_tracker,
    +            session=session,
    +            progress_bar=options.progress_bar,
    +            finder=finder,
    +            require_hashes=options.require_hashes,
    +            use_user_site=use_user_site,
    +            lazy_wheel=lazy_wheel,
    +            verbosity=verbosity,
    +            legacy_resolver=legacy_resolver,
    +        )
    +
    +    @classmethod
    +    def make_resolver(
    +        cls,
    +        preparer: RequirementPreparer,
    +        finder: PackageFinder,
    +        options: Values,
    +        wheel_cache: Optional[WheelCache] = None,
    +        use_user_site: bool = False,
    +        ignore_installed: bool = True,
    +        ignore_requires_python: bool = False,
    +        force_reinstall: bool = False,
    +        upgrade_strategy: str = "to-satisfy-only",
    +        use_pep517: Optional[bool] = None,
    +        py_version_info: Optional[Tuple[int, ...]] = None,
    +    ) -> BaseResolver:
    +        """
    +        Create a Resolver instance for the given parameters.
    +        """
    +        make_install_req = partial(
    +            install_req_from_req_string,
    +            isolated=options.isolated_mode,
    +            use_pep517=use_pep517,
    +        )
    +        resolver_variant = cls.determine_resolver_variant(options)
    +        # The long import name and duplicated invocation is needed to convince
    +        # Mypy into correctly typechecking. Otherwise it would complain the
    +        # "Resolver" class being redefined.
    +        if resolver_variant == "2020-resolver":
    +            import pip._internal.resolution.resolvelib.resolver
    +
    +            return pip._internal.resolution.resolvelib.resolver.Resolver(
    +                preparer=preparer,
    +                finder=finder,
    +                wheel_cache=wheel_cache,
    +                make_install_req=make_install_req,
    +                use_user_site=use_user_site,
    +                ignore_dependencies=options.ignore_dependencies,
    +                ignore_installed=ignore_installed,
    +                ignore_requires_python=ignore_requires_python,
    +                force_reinstall=force_reinstall,
    +                upgrade_strategy=upgrade_strategy,
    +                py_version_info=py_version_info,
    +            )
    +        import pip._internal.resolution.legacy.resolver
    +
    +        return pip._internal.resolution.legacy.resolver.Resolver(
    +            preparer=preparer,
    +            finder=finder,
    +            wheel_cache=wheel_cache,
    +            make_install_req=make_install_req,
    +            use_user_site=use_user_site,
    +            ignore_dependencies=options.ignore_dependencies,
    +            ignore_installed=ignore_installed,
    +            ignore_requires_python=ignore_requires_python,
    +            force_reinstall=force_reinstall,
    +            upgrade_strategy=upgrade_strategy,
    +            py_version_info=py_version_info,
    +        )
    +
    +    def get_requirements(
    +        self,
    +        args: List[str],
    +        options: Values,
    +        finder: PackageFinder,
    +        session: PipSession,
    +    ) -> List[InstallRequirement]:
    +        """
    +        Parse command-line arguments into the corresponding requirements.
    +        """
    +        requirements: List[InstallRequirement] = []
    +        for filename in options.constraints:
    +            for parsed_req in parse_requirements(
    +                filename,
    +                constraint=True,
    +                finder=finder,
    +                options=options,
    +                session=session,
    +            ):
    +                req_to_add = install_req_from_parsed_requirement(
    +                    parsed_req,
    +                    isolated=options.isolated_mode,
    +                    user_supplied=False,
    +                )
    +                requirements.append(req_to_add)
    +
    +        for req in args:
    +            req_to_add = install_req_from_line(
    +                req,
    +                comes_from=None,
    +                isolated=options.isolated_mode,
    +                use_pep517=options.use_pep517,
    +                user_supplied=True,
    +                config_settings=getattr(options, "config_settings", None),
    +            )
    +            requirements.append(req_to_add)
    +
    +        for req in options.editables:
    +            req_to_add = install_req_from_editable(
    +                req,
    +                user_supplied=True,
    +                isolated=options.isolated_mode,
    +                use_pep517=options.use_pep517,
    +                config_settings=getattr(options, "config_settings", None),
    +            )
    +            requirements.append(req_to_add)
    +
    +        # NOTE: options.require_hashes may be set if --require-hashes is True
    +        for filename in options.requirements:
    +            for parsed_req in parse_requirements(
    +                filename, finder=finder, options=options, session=session
    +            ):
    +                req_to_add = install_req_from_parsed_requirement(
    +                    parsed_req,
    +                    isolated=options.isolated_mode,
    +                    use_pep517=options.use_pep517,
    +                    user_supplied=True,
    +                    config_settings=parsed_req.options.get("config_settings")
    +                    if parsed_req.options
    +                    else None,
    +                )
    +                requirements.append(req_to_add)
    +
    +        # If any requirement has hash options, enable hash checking.
    +        if any(req.has_hash_options for req in requirements):
    +            options.require_hashes = True
    +
    +        if not (args or options.editables or options.requirements):
    +            opts = {"name": self.name}
    +            if options.find_links:
    +                raise CommandError(
    +                    "You must give at least one requirement to {name} "
    +                    '(maybe you meant "pip {name} {links}"?)'.format(
    +                        **dict(opts, links=" ".join(options.find_links))
    +                    )
    +                )
    +            else:
    +                raise CommandError(
    +                    "You must give at least one requirement to {name} "
    +                    '(see "pip help {name}")'.format(**opts)
    +                )
    +
    +        return requirements
    +
    +    @staticmethod
    +    def trace_basic_info(finder: PackageFinder) -> None:
    +        """
    +        Trace basic information about the provided objects.
    +        """
    +        # Display where finder is looking for packages
    +        search_scope = finder.search_scope
    +        locations = search_scope.get_formatted_locations()
    +        if locations:
    +            logger.info(locations)
    +
    +    def _build_package_finder(
    +        self,
    +        options: Values,
    +        session: PipSession,
    +        target_python: Optional[TargetPython] = None,
    +        ignore_requires_python: Optional[bool] = None,
    +    ) -> PackageFinder:
    +        """
    +        Create a package finder appropriate to this requirement command.
    +
    +        :param ignore_requires_python: Whether to ignore incompatible
    +            "Requires-Python" values in links. Defaults to False.
    +        """
    +        link_collector = LinkCollector.create(session, options=options)
    +        selection_prefs = SelectionPreferences(
    +            allow_yanked=True,
    +            format_control=options.format_control,
    +            allow_all_prereleases=options.pre,
    +            prefer_binary=options.prefer_binary,
    +            ignore_requires_python=ignore_requires_python,
    +        )
    +
    +        return PackageFinder.create(
    +            link_collector=link_collector,
    +            selection_prefs=selection_prefs,
    +            target_python=target_python,
    +        )
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/spinners.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/spinners.py
    new file mode 100644
    index 0000000..cf2b976
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/spinners.py
    @@ -0,0 +1,159 @@
    +import contextlib
    +import itertools
    +import logging
    +import sys
    +import time
    +from typing import IO, Generator, Optional
    +
    +from pip._internal.utils.compat import WINDOWS
    +from pip._internal.utils.logging import get_indentation
    +
    +logger = logging.getLogger(__name__)
    +
    +
    +class SpinnerInterface:
    +    def spin(self) -> None:
    +        raise NotImplementedError()
    +
    +    def finish(self, final_status: str) -> None:
    +        raise NotImplementedError()
    +
    +
    +class InteractiveSpinner(SpinnerInterface):
    +    def __init__(
    +        self,
    +        message: str,
    +        file: Optional[IO[str]] = None,
    +        spin_chars: str = "-\\|/",
    +        # Empirically, 8 updates/second looks nice
    +        min_update_interval_seconds: float = 0.125,
    +    ):
    +        self._message = message
    +        if file is None:
    +            file = sys.stdout
    +        self._file = file
    +        self._rate_limiter = RateLimiter(min_update_interval_seconds)
    +        self._finished = False
    +
    +        self._spin_cycle = itertools.cycle(spin_chars)
    +
    +        self._file.write(" " * get_indentation() + self._message + " ... ")
    +        self._width = 0
    +
    +    def _write(self, status: str) -> None:
    +        assert not self._finished
    +        # Erase what we wrote before by backspacing to the beginning, writing
    +        # spaces to overwrite the old text, and then backspacing again
    +        backup = "\b" * self._width
    +        self._file.write(backup + " " * self._width + backup)
    +        # Now we have a blank slate to add our status
    +        self._file.write(status)
    +        self._width = len(status)
    +        self._file.flush()
    +        self._rate_limiter.reset()
    +
    +    def spin(self) -> None:
    +        if self._finished:
    +            return
    +        if not self._rate_limiter.ready():
    +            return
    +        self._write(next(self._spin_cycle))
    +
    +    def finish(self, final_status: str) -> None:
    +        if self._finished:
    +            return
    +        self._write(final_status)
    +        self._file.write("\n")
    +        self._file.flush()
    +        self._finished = True
    +
    +
    +# Used for dumb terminals, non-interactive installs (no tty), etc.
    +# We still print updates occasionally (once every 60 seconds by default) to
    +# act as a keep-alive for systems like Travis-CI that take lack-of-output as
    +# an indication that a task has frozen.
    +class NonInteractiveSpinner(SpinnerInterface):
    +    def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None:
    +        self._message = message
    +        self._finished = False
    +        self._rate_limiter = RateLimiter(min_update_interval_seconds)
    +        self._update("started")
    +
    +    def _update(self, status: str) -> None:
    +        assert not self._finished
    +        self._rate_limiter.reset()
    +        logger.info("%s: %s", self._message, status)
    +
    +    def spin(self) -> None:
    +        if self._finished:
    +            return
    +        if not self._rate_limiter.ready():
    +            return
    +        self._update("still running...")
    +
    +    def finish(self, final_status: str) -> None:
    +        if self._finished:
    +            return
    +        self._update(f"finished with status '{final_status}'")
    +        self._finished = True
    +
    +
    +class RateLimiter:
    +    def __init__(self, min_update_interval_seconds: float) -> None:
    +        self._min_update_interval_seconds = min_update_interval_seconds
    +        self._last_update: float = 0
    +
    +    def ready(self) -> bool:
    +        now = time.time()
    +        delta = now - self._last_update
    +        return delta >= self._min_update_interval_seconds
    +
    +    def reset(self) -> None:
    +        self._last_update = time.time()
    +
    +
    +@contextlib.contextmanager
    +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]:
    +    # Interactive spinner goes directly to sys.stdout rather than being routed
    +    # through the logging system, but it acts like it has level INFO,
    +    # i.e. it's only displayed if we're at level INFO or better.
    +    # Non-interactive spinner goes through the logging system, so it is always
    +    # in sync with logging configuration.
    +    if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO:
    +        spinner: SpinnerInterface = InteractiveSpinner(message)
    +    else:
    +        spinner = NonInteractiveSpinner(message)
    +    try:
    +        with hidden_cursor(sys.stdout):
    +            yield spinner
    +    except KeyboardInterrupt:
    +        spinner.finish("canceled")
    +        raise
    +    except Exception:
    +        spinner.finish("error")
    +        raise
    +    else:
    +        spinner.finish("done")
    +
    +
    +HIDE_CURSOR = "\x1b[?25l"
    +SHOW_CURSOR = "\x1b[?25h"
    +
    +
    +@contextlib.contextmanager
    +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]:
    +    # The Windows terminal does not support the hide/show cursor ANSI codes,
    +    # even via colorama. So don't even try.
    +    if WINDOWS:
    +        yield
    +    # We don't want to clutter the output with control characters if we're
    +    # writing to a file, or if the user is running with --quiet.
    +    # See https://github.com/pypa/pip/issues/3418
    +    elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO:
    +        yield
    +    else:
    +        file.write(HIDE_CURSOR)
    +        try:
    +            yield
    +        finally:
    +            file.write(SHOW_CURSOR)
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/cli/status_codes.py b/venv/lib64/python3.12/site-packages/pip/_internal/cli/status_codes.py
    new file mode 100644
    index 0000000..5e29502
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/cli/status_codes.py
    @@ -0,0 +1,6 @@
    +SUCCESS = 0
    +ERROR = 1
    +UNKNOWN_ERROR = 2
    +VIRTUALENV_NOT_FOUND = 3
    +PREVIOUS_BUILD_DIR_ERROR = 4
    +NO_MATCHES_FOUND = 23
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__init__.py
    new file mode 100644
    index 0000000..858a410
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__init__.py
    @@ -0,0 +1,132 @@
    +"""
    +Package containing all pip commands
    +"""
    +
    +import importlib
    +from collections import namedtuple
    +from typing import Any, Dict, Optional
    +
    +from pip._internal.cli.base_command import Command
    +
    +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary")
    +
    +# This dictionary does a bunch of heavy lifting for help output:
    +# - Enables avoiding additional (costly) imports for presenting `--help`.
    +# - The ordering matters for help display.
    +#
    +# Even though the module path starts with the same "pip._internal.commands"
    +# prefix, the full path makes testing easier (specifically when modifying
    +# `commands_dict` in test setup / teardown).
    +commands_dict: Dict[str, CommandInfo] = {
    +    "install": CommandInfo(
    +        "pip._internal.commands.install",
    +        "InstallCommand",
    +        "Install packages.",
    +    ),
    +    "download": CommandInfo(
    +        "pip._internal.commands.download",
    +        "DownloadCommand",
    +        "Download packages.",
    +    ),
    +    "uninstall": CommandInfo(
    +        "pip._internal.commands.uninstall",
    +        "UninstallCommand",
    +        "Uninstall packages.",
    +    ),
    +    "freeze": CommandInfo(
    +        "pip._internal.commands.freeze",
    +        "FreezeCommand",
    +        "Output installed packages in requirements format.",
    +    ),
    +    "inspect": CommandInfo(
    +        "pip._internal.commands.inspect",
    +        "InspectCommand",
    +        "Inspect the python environment.",
    +    ),
    +    "list": CommandInfo(
    +        "pip._internal.commands.list",
    +        "ListCommand",
    +        "List installed packages.",
    +    ),
    +    "show": CommandInfo(
    +        "pip._internal.commands.show",
    +        "ShowCommand",
    +        "Show information about installed packages.",
    +    ),
    +    "check": CommandInfo(
    +        "pip._internal.commands.check",
    +        "CheckCommand",
    +        "Verify installed packages have compatible dependencies.",
    +    ),
    +    "config": CommandInfo(
    +        "pip._internal.commands.configuration",
    +        "ConfigurationCommand",
    +        "Manage local and global configuration.",
    +    ),
    +    "search": CommandInfo(
    +        "pip._internal.commands.search",
    +        "SearchCommand",
    +        "Search PyPI for packages.",
    +    ),
    +    "cache": CommandInfo(
    +        "pip._internal.commands.cache",
    +        "CacheCommand",
    +        "Inspect and manage pip's wheel cache.",
    +    ),
    +    "index": CommandInfo(
    +        "pip._internal.commands.index",
    +        "IndexCommand",
    +        "Inspect information available from package indexes.",
    +    ),
    +    "wheel": CommandInfo(
    +        "pip._internal.commands.wheel",
    +        "WheelCommand",
    +        "Build wheels from your requirements.",
    +    ),
    +    "hash": CommandInfo(
    +        "pip._internal.commands.hash",
    +        "HashCommand",
    +        "Compute hashes of package archives.",
    +    ),
    +    "completion": CommandInfo(
    +        "pip._internal.commands.completion",
    +        "CompletionCommand",
    +        "A helper command used for command completion.",
    +    ),
    +    "debug": CommandInfo(
    +        "pip._internal.commands.debug",
    +        "DebugCommand",
    +        "Show information useful for debugging.",
    +    ),
    +    "help": CommandInfo(
    +        "pip._internal.commands.help",
    +        "HelpCommand",
    +        "Show help for commands.",
    +    ),
    +}
    +
    +
    +def create_command(name: str, **kwargs: Any) -> Command:
    +    """
    +    Create an instance of the Command class with the given name.
    +    """
    +    module_path, class_name, summary = commands_dict[name]
    +    module = importlib.import_module(module_path)
    +    command_class = getattr(module, class_name)
    +    command = command_class(name=name, summary=summary, **kwargs)
    +
    +    return command
    +
    +
    +def get_similar_commands(name: str) -> Optional[str]:
    +    """Command name auto-correct."""
    +    from difflib import get_close_matches
    +
    +    name = name.lower()
    +
    +    close_commands = get_close_matches(name, commands_dict.keys())
    +
    +    if close_commands:
    +        return close_commands[0]
    +    else:
    +        return None
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..86c5a0f7be55a7206d7c4de88829a8c2a5e1ce3a
    GIT binary patch
    literal 4014
    zcmaJ^&2!tv6<>fP2#F%8Pg}Mu8@46clr7ToN8HMeU0I4^`9pG|+G&+!I1qP9!U6$i
    z0ZJxA&G67eHJNGS>A^bmpw8rwjC=60|3fd<=nxc>PVMRB&>N@9r8)KOf{>xqEJg%&
    zf4{fCef#$9hyEImcOrQH)A53gClUH5tN2f}RoIh7gr1>?2%}|$1uW{qvH;(ZE|x;e
    zA%S6GJzR<`M@rJNREjP~ITq37Qpa+KfJ8(>Si;fgpu?W!P7PrYC7rkfcjDOdkca<4
    zz+D`T;{;9y&~A?Q;9lGpK>Im5fDhrr0d$a~NAOWR6hM!0bQmAUCjzL#(UbTTJ{>?u
    zI68{Q@R=j?V?q^BkSPX`Bh57dSeJFXBr9^fE`U;CJxV0QxhI{v1!?YXS5+
    zN8iOa@XY}F3yx0XTX-gb&T{lUJcr*8ptm_XkMH2SZ_wo!kw_Qm%!@}Lq=QG15_%h2DUo?#pZM&CAgi2S|Zr4ly#B{xuI#J>V{{vobAesWm_{1RR^Q!jMvVM
    zwF>h_-mEDl6IXPSEvt6%ypq#Z%gQpf^NLl0ZfMnwYKCP)-?ih=c{-~ZHld)H_T5Og
    zcsDWc8MfqWJ*~P@_QqnRT^XC}hHk33cA|}#Z{Q|pTc*BTuMY(DIw}wu&pQ^Hw|Td3
    z;dVdtjeW_!eI%eMjVUr)fKx)lycQBnubD*HI14E>mluib#e8d6(rzSIB)Qevu{LgU
    z*6o^MM!x*jM}%tm>RVh@is~9$EhR`~ZAB*vCS_t^V&pUei6_B2%4>z%NW0EBU7^s}
    zG~E7~VAbz@?7nKSC8?V^RaamIDh1tKfug6~Y7Bi@M5Vc6+XV7xH@?KpeDxzBeru+gCje1z4s8(#0wgOEL5N&ayev)|j`QIWW=*ONH9Wwh7~#
    zxIIkMGxxihm{y8JFB9r-)=I^KErCrdXtUj$r>fTo!h^|5rO-A!oOQcqnUUYa*#9gv
    z=pkRxc^|w%0nQ8-An>DofPjPm!Q0n8%yn6#ptlf|c*}7si`mH%W`~3;t*)!IV7U?{
    zc7+-_ft^ULM}lt*etS>g^$gi97@<01=iMi8BiRr)LK|VbbvHriad_Wozfc#Sw^TPG
    zwtrtj^+-MB-*q-55!EFu)=@o-g+GdQ;Va>H!bY?nT|%i)ZLU*+XND3Lrd>6>y~D^6
    zHur1;ZH?SJ`;>LfE^@d4xnL-4lxZ%I66twx%8j8I^<$L4a&}%-Eki&s+5kxEa@lIdSJd`!c2=~;e>}B)>=qK
    z+$h%ac?dnd0ak8AH`fXEGAF!Bs#YrGB?o5{UTZ)478^9oG@W8i`b4E!`VjX844k&ig?F`#;+W}H)pP^A0mkRy*f@=-?~
    z2C7$T9_EySBJs^tM?T}ohaLGEP)VtIl2hX-l6ccs%IoVKr!J#NZ1b)ok2>;zBcB2)
    zE;X-k>c#=;vPa$I)NKJpx;8&{of}2Ug@M_g{lH(gy$l
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..2cb71000bba00a2904e8f6d52cb8aef7a0a7126c
    GIT binary patch
    literal 9391
    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
    O*@?9i|H)uYC;wlyE?hzY
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..42880def81d7206f1ed1b4fd26a8fe6be79bdf81
    GIT binary patch
    literal 2102
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..a0e418ca3ba860b36b2f32db4d41b1d573a6b7c7
    GIT binary patch
    literal 13266
    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
    L{+=QQGVA{WTJtct
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..d8a2aab8d436178817afa7b516c72bffe3027441
    GIT binary patch
    literal 10077
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..e0639958b4fb029c0ba48d1e62fa7421c572cb25
    GIT binary patch
    literal 7598
    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
    SJn!{%KIu60ABGZUcmD%F-k>Z1
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..bdf598dcd429959a5b023a7ad9be89b9f7457bdc
    GIT binary patch
    literal 4368
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..5246403230c4a9e33e0d70e99aef8ca0b23cf5a8
    GIT binary patch
    literal 3987
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..e7283f015cbeab3aad23308aee29e9490be003b7
    GIT binary patch
    literal 28978
    zcmb__Yj9jgcHW)$U>?8>o`d%tyq^QU!Iwx;BuG)BAX=nW7PRtchN*z^rYOwd)8<)+MS$*V1t%k;_$yQkA&;sKgio^2}aASvsNP?2jZ6$<5kw
    zQptDvz6Rh>+~sOS-P^Yxr@K#|K7IO}(~ZCI`#l_fe_wV(bbgKF{wsaxzj7^b_t&f(
    zcbOA7!II#{)VF2K!oICzR`#}y+1T4YW@m55m;-NX!kKi9xsvWNw}r~t5@kuxm?!BS
    z^RjPy!k6@q`B~VJC{I?5Rj{x#5l9Bdf-LMxR3@v&s#w^as7}_5)g)`jYLj(ibu6wd
    z5lYsN)h8Rq8rZid(U@!+Yf3hcHM4JTq9xfn*2==Z1fL9#g<062XiK(_wX<+}q9fTk
    z*2%&ZiLPY#Sa-5#tcQIE61~a3u|5_KCi;^DV*|;-u|f7-nTRBZ#)eq9DzPQGb!;mO
    zS0}b5w~uXS;hMybDdY72gh8QE
    z91)sCuXwZ`$wIRcYC(Lf@x_ZCHOGWc2*2qVJGLn&FOEz&g|;{CV^12eBSJgMk1)6$
    z2Bc0S)MbRaQ5Qk*2|a*)T<8^_68aF=&*G0xxP<{getOQ*JM-O{siN{Mu|>5|iR|`fw_lj7ECc>y3_U$*k{sI^6f1IrMt@bcNzED)}ueIg|lA(oNJxH{$3
    zr(65DyMVxDPUMI;f-hRY6RqHfm4X9Q?hu`VQ*;R~(Jhv-xnmPOm|N~Q?H_0W#=JtA
    zSSENxpWqe!f=#evhWJpnT=1h*g;pvc1}QXQ7s`=VDO89-A%Jp}-zfwUS2btvty0Q0
    zdeTTUb{y=(!{evL^D`hP42aAVn)iBG+8}>&?&NX42Xlc>rO%2I4{VDUFa!Bn8Mx#@
    zKl+^EX%%tQqqF#|Gs9lX=wNSCi^PK=Z$-kt{
    zlb8AZMQt!~bbx7bE65>a8^4{1=^08H)BqX2qoP(-`VjmyRuU~~@f53X4)
    zkk~M6GqLp9FDkQN8!a07AtSTml)y=(>Ctg*`C`;glZFG+AznMQ?meX-ivi
    zY}%oJO*!?D`PQe>2U=a0M}w?SX%jH_B|&E5RuNbPza+@MjZo?9OMMSo;o?--+_O9<6-Qoa-|2sfT_UycR+3
    z(czizF9~v=2~iJyNstG0c;@>{f*dg+>Y*rDSzsx3EXp
    z3ps6Hv6L~#_3j_dlno9F(%c}n=!!?ih8^k|X;xHRh$P+1(ac*%Qq$dOJ~mF9_QagN
    z0pnxS(BELcH^5KL%4zIppaa6LErthe+Ob!Q@Q1Oz!=7zc76p{!$5Y8O@oA<&;7OIk
    z4-UpBr%@+%Vr=_}Y}n;>OQM`goD;iwYlMyL4wNIMYWpP1t{Xs9?Yqlt+GKb=aW
    z2{VZpcEREWsJ_@1m-e$m6R8CB8MOD+Av`aO=+o@Xq!bfG>dJj3jlI5JNJYf7c%IiZ
    zFVsni2wZU`p;bB;lccTql8A;gPC%DMN%7+urBGCc?j`e~-Y-;1I6KKyYlL^w8!*)J
    z`euKQha!ca!@izJuhRHPM)=cnGtlhN@P2(L!giZO13a>I9y)pQ$f47RI=`xcOilAI
    zsCu6W-*ZYtC(Y`F)c7pv(9{8@TBvc6=TD717k%Q;sS#H3#4M01sOqvvZ?BDYRT?sS
    z2zs1Osh#wy^f&=cgGfDRI>0h|Mrl`@c}(xM2-K;>2!xZi?;Jxu8^lAj%Jpn@hA
    zB19)Mk~k5+pm^0cgBp7YTUHIQ+7UGoq%BG!pNO9s;6cP7e_b(?PR$G^(1Zl~rxHXA
    z85zY05q^}kC~2A&Dly9-Rw5y7Skx+#(0)Ky2p!@yFON&{8E90@3TQfz76uf_^e1RE
    znlcT7EJ8jAS(MOJJo(fF4-L%#13~o5sz>B2ujpNV<&_9eqsNpu1cfCrs(IxVUe$>3
    z@d;J|L7t{5$74=_z;uEtB4xzJP!XxAdS+6x96tj}LK6ljBvI@w*5X7kMV}|8qfHXU
    zr3EtId|sP2AVWi2BbdrDjkGaSFz2avH
    zv=5m_FQ~g(rGqkbxoL57jY~w3{H!p06nThg!WE~
    z9RuM&4=hT__%v!fn>uec0Tr;`QPWhVCh^8M*V{0g#8o^KuUYcUeQ>_i!y-I`2f5t)6@=|K=U)SbG16_XT1%%~bFMj$elki?ikgEN>;4GJIyqR-<*2b&ir
    zC7{OWDriy2+&In_FKv?O3z%LT_$Lrfx^WtG^q$x(Ei2=+D5Bn1RVFOY$!RgEPc~zT
    z(ZJB0!_daSxF*=FPaDGs{(3%UXkIbCY)LK7sl!ke{!*Cc9oFC(tX{yX8aSQlhGLqc
    z^i@Ms`7)g?Q@YN<4v-SWjE}Kqtz0H@L>*u4`(dTQ=^2x!l}#PVdIpZ{JcBCF8>EGY
    zt?kv!`lH51_1Mf7twu^z=}a4NHmfwY2{VKY3r>J2{~OG5Du!Hx_)Yz>gp0?-#x3m7yG{XL5x!0HFBKDZDQ_(YX5sb7PG
    z=#H4yR~TA1&ZW@(Wc&i5gs_o-;flhlJxMLf@TW#ZdYctDjEZCqlNC=)U?HqdQW=Iu
    z@f9OX@nY18ZDR?O6&EZ_7)x2PVVP9iqM+K$lzM`(!6vDj+9c9@D>hjgS8BD{uYs2}
    z>!nf&psIN)4w+S@UJnUpGvdt7t;32R=|!Ib)flIiV2x=cE+K(pqa`eK6-2f1NwNVF
    z7m<~6)kLN@P${G8AyP|oikH~0{^2K~1=69GR<1QWdNwAX6=AX?O9{jZIeI20DFG%@
    zk+2xmWa}Wa)2d=XbW%#q&M01HEYUukGck$8&??ZZ2+A+c3GXH!XWNIoyd(nFK+G@3ysDtYJ>Se1ApJ|PZ1KSOL-8Um|6Hw0;GNHr60k8IsG
    zMB?P2&R>T>EJNVN$PBaQ5J-&-$MTRijUqEZiAf!Drs23M2p?86MvBs&MC;`Lj1A%I
    zT*2*o+kerYck?+n|AU5ncy}(mdnLSg)xGb&q~Tn6cqP1N)xGz=r0u!z_LcC?Rrjt<
    zN$<71+p-egy6WC`YjaIIa^W2-;a#il;SFU9zPdtHYa!TBsIFhPTZ3EI{aji29_K0Z
    ztk-g7ezUm+U!dTtEd-m9vrrvcx7&i9>lG}sugr6=fh()Zy9aXaforFK`11QNqe~mw
    zQ1De3f;{R{3wj?|OC8I`uLWDy;f#Q$IM5W|rltT^liH3#@Fa{&l+THL<(u-My)Als
    zoxxVEbLGg%Z^-$Bh6kXI^%_lTU@f->dyDWB+5n>9;|sy|LUl)>rgQ21a`n)<-5ES)
    zd0>?VAJE>$kUv_~)6G2q(ivP8aXU0{Ui1JMFB%@ArYCaYCsx8oR^1~T#+Z^0M+Yx2@|i6Lu!PjmN3%_
    z+$^QHu=En`(9+9UdI@7JrO(^4HmMf1moTZyo^(*}lde>RCzy5Kj{JtXP|pEj)`$2K
    z#}ZwFtKBc2k{~HVigX&3ZZWEjZGx`j_6SqOxH<4QMq3GVAnMdK
    z;F_D-u9q<1S%+Sd&4v<+?h6*#YT+iic^4oIn@zCBizf_iOg4k$}6Isdd9cB
    zc51~l`nUPcf`4Saz?KL7F{6zTN{t#HM&P>t1DErnd&gI
    z8iCT|h1lneEJh$p{P48#X#}p9f1vS?`5;>Mf{|bZvK}2@pvvIXi$;PG$oc`h1aI0jnsXavlf
    z`^%f{PS5DMPr;uW^~?IV`4*aV%+J?mYp2p?iXLLCeO-D^|IXH3Z`R8IHd>`M}4+juuXDV
    z*Yy_N9p=zpbY~
    z00PxmswJh{QCg~M*QsMZoW5+-7dFPJEz3_`)#J@~`g?kK>ic@gd&
    z?nTP+)_G3NGmdiO*7?wR4!M6&l-ow|-ugt(ht%susn5*!00$+c6QSo-th@8Q=^yI3
    zvpv~fU_k#Ydg~aN?SBOyU?$xzyo_k&+e*VNDwje+9QRG&Cf;}paMnIdToR|2Zi
    z*gW~s>r%>LbDGgK*Jz0f-LLAUweu}ff(kn)NR2B=R#=1B)AL|X;vBp&Elt%_Rh3;__w3d^5c2C3Un1IHB0
    z`HW*WJu$c&F>aW0aRg<0@+UMak3!Gvq^3>dT#$BBcpCG9
    zT-;x718tIC0&$yv0#}cy2c%gjZNmCHmdh6KsSZ0gXZ?NKc?W~2j|&P|GGc-=(yGan53K*Y#)5zDzu+spsX
    z{oU)_9nLmbc`H=EZsTg}E{|OrTXN=Vx~~O)*zkVCjpMoA1FO{sKeHjv-^+x8Z}#+A
    zGJzMEUyep3d?ygimqr$il!2@oLYBZyY2pNujGxJLHI&o=B^HJft8@X`2od(FRD8PE
    zD!qws#SRUAvKSH4uOs^BM8P7VfHWx#1vmMVH;yb-y%%~nbgkpPmK=Xl>uY1P1ty;O
    z4C?l?GfQ)z89K&udA+
    z2^LIZ&7!iwayK)l88jm4R5CGm1|~3=&@~%J#yYSO-9*KVHfdXKpgZtj+SHI-2_$ob
    zdsUpnE1>y%;b>S)
    zipQqYnfg<+Ds^BBj{L9Nhb|%54ar5>UuV5qcb^
    z2XSYWS)Za%D?RqogYhC}HPkqf0QW8!b73*Wkv`(GPBKQq&P5X&d{30ZD5q2jIBo@l
    z9kZBe(@CPe6k~RZH3i)&v3)3fr)U9}%_eo!iGbl%c;&vn3>^*WgPS+k|&jnL_4wGe(4nolQ<)hxbq2YESJqy
    zr9u;WnCwC{T)ioRdGN8R#Do`#)DWt4B2i6cD5IWA1uw(-TXi|GAt=pKx?AtKQc*-Q
    zWPPW@bIjqxGJ&JX>`L^>$6c^SPnsm}zR3&ZR6+cx$bj}tM#S&G@RrzWn7Ej>Z
    zExZ@ZNr0KDpA}XbwPUZPhKZ4lQl?c7=QDpX&A_*Tj@3HUHlfYrZ76+*T2pQm!8C*8
    zZ1Fewr2IL{gqqK@^UdNJI8BiUDjQz8AE`L8`t$ynjHB2f$z=2c&brwhab@7)@=nb9
    z*STBX%Dk7q>E)MR$afCsI)|4#53g0WEVn+nQh9vYcYHm-Rn}i_z0`U$_!wn*EZ6zi
    zvhM)IAOAohP?rycbAj;E>E%H09UG!z
    z-Mu+?@3roa>>s;FZoA9hF27j5nEAoMmG&L0?wxD=_JXe}?+fRA;X<3cmUqg4Hy)WN>DA!J=-pYZyoTJjS;DnbzeRDq4
    zmkaf+_U~WmKd=%yxZuBC9cI|-&ee4WNN(&{_3ggh&_UF(E7!SerD1sCX&6vLO?Nnpf7_z1Ft~Nm
    z_Hm$Z-G)z4L#QcVw=-9_v(Vau!78-$)3dI*(9)T2*`90JUTA1}Cvr6c$BEFcyPP{z
    zzVPIFB`d{7vmR}2rXo$c_80>B-ec8o&!6LyPU1Nayiic
    znVYNbUaRH{p}s<>@g4V7H$?O0{m-uQCs#rzk+r7wo|_A`E|#y`UH-=k4ZZn>J-LQG
    zA9k)ZJih1xi2$4YjvT+^L;Etnf6>3@+wsw3ANzg<{YT#Vow@p*`TG62`u!{Q2mZIi
    z-dujGx@N6v`;9}ZRlDvuxM1bF4Ur4ataEtX1Guh2pqYlNuCdU<7g`5t{*~u^%?pPX
    zzW!N&3$(1&cCTA4HT!?O|A{|3T2OHU;rB*lHGF6#bO_VtvD&*12hAM^z?X9kZTb4$
    zx%%B7wyxA4Uw8`W!8AU8ix|pKu6k%WFmy9;^2V|Jj+40^CozWpp3i{F{z4OfG!z0Yg_@>(
    zO;@g_t5DO+=1X6$uCLI!$0Wms@H<0ShwcT->dP07->c=Ccd{~lxtcyIW0WV>#0t~=
    zj^yeizzAXNUO89Qwlug>xn<$-Enm&sqZdcNe<9zxE!Vp3#;%pty$hqOzI}!2+J%uq
    zL;D@h?QaL^)iqy!?b2(D_I0ZxSYPPu$#?F_b?*7FW2N)p;%K3+bGdG7p{;AFcIj)^
    zTJpUIbG-+bdmdkIJ#@uRR8@P~cgc6<^v8j=^&sG_S95{-<%$l>f_$Ja7w9WgHy1j4
    z^PNX>oku=;VWsn#b&PQTJI<(`
    z)Gn0&?695Y!)I*X{KLH-u9|U|t^(irT|Y6FuK#l<0BZZYdq=EXC=AXMtp5=lFl>1L
    z!#y6e=nnj~>cQ6D`L(ORcI|7q<}C}Ow`&Irff^cETD3ZJfzG=wdtLd$F)(L;)!Qd7
    zp14wX?ZCo`Ro~v*RiWQF@ek`YfbqHfHrC=l>l!Kls)zeeJ9=KKv;Ae$pJOMA+McF->?c^V)~RABTKsjZt^j1F@DheCn8F>U
    z%z`j*J4z|$Vb&(Gl>JK8I7QotO~0&DS0KaaVV|Py!KR;?18Uk|9KPWQ04Eh!*7+(7
    z^AD`a$ooh&xgXjSBL`H}_9NV)<>j+bQIw_qdY4P7wX=rH0xNL>B|LBka5H80?uTH6
    z_OqLQWFFT?{yRR?v1Y+H0XLdA-C4Ts%HF`;Zw8YrZykDs`rsI#*EjEdNcmC};x+Jk
    zHEWaW(zMZIzo|w&WWEJQ)~nYB#p2b6)K|hi2<5d|B|WSz=Z3oe@*#DRwq(<i%nXl1LkltLnXPHMUrO^8fJ5JbhX=f<=zvG>NN83Fj~BOuLD+7dnfIX(UZ9*Qf0O)}8H
    zR7r{rhh3%LW%0Brho%Cy2btO|{eWVf@>%Fy63`MP(>U=)+5&2qVy9=XU)6Xp-K4Qb
    zDn8n{qXsB_upM`*HJS=6tP7-c{eg+NRWN
    z`#$Wy*+25&Og*dKb~DvYTc^7AyIgbGQ)VS1dnlyqVcmMM11A$89Xk-qo$M?c8cu3Mk!c}Ll7#cB>PQ~qIT2I^zH^
    zU9F>;^Gs(53ksbfVzxd^9A-%|bX^htqoJdU@cI!pfE(eLeYeu
    z4F;2cgNRJ~=9yvYM2#lzqq#x$gV(urr>iWqR@HZH?@HCKW#6v9TdN4&!D)!lny)hN
    zYs&eWKpMeO%RT6(%4uI5TK6LLbD1QbxySr-{a1qVInA&05oa46}+cbVWUbsqs_S~!OatmJjK;Q-(%
    z-PU4v!M6tN+*=3WAmTs`(AJk|fx~FQPLBI3FgEX<_s#o-vIn-r5BE!-jsrLsd8RGJ
    zH(Eh*Es2p0?HWeAj@utLS^QIEZrb!S_X;M4A&r!e!u-UpfXw_roeb)ic^+{Niypfu
    zLBd&EoXb;P9H!~`BVu$j1Up&IE~%vR<2c`k!&y**(^S-tQfUWM&xmJZ=i+oR02WX>
    zt*4y?#raeE!s+%z3YR`kmV_P2__uA@wgm?x)h1=$QyX2>4n3);wZl3(SxyH6
    z$H!B%xJrUf?y{qh`srPEik(jF8k+1crQPb0&c|OP3;sO+nr2^`2X5KPOPPPI$QDp+
    z0VZ^tO_8o*SRu*1j+bhB@fMZKO#a;P$w}ljT+c9%+W+QPW!GlRQqGOkg;^@Nx9}%3sq$7uP){pf?MUV$g
    zP)%iX(to2WT?7|b6mwDzpE4Pfie(s{SB02AL42lTGpjCTEjdQK`YQlPyqX(2m~;0p
    zcyl%Vi<4Jg`%y*h)z=EX%3F=i3yy-f@ydmp-tK}gNQ#$rt2Owz<)=0~v_d|vx?|}Z
    zH>-B#e7iOz-($(;Tyw`A&Rf>CaH3EfUK+^N4&AWiYPT&MgI;ba0fq7%9Omg-^sGaL
    z6#3iA(50?IeP^Mmy}8o(~6dkz;o_pT7$#vqkrn{w0~JJ8IcbUwfgsv%vQkpyy3NHFUM+Pj}<6
    z8rAO7Yp>l>*sDTxgtV5%{)rvdHMmHK&
    zJW=w3nuQH8s`#SOui@$#qG5cwqEXxvf`DU|42RM<%1R`yN+f4U4m@z;HjN8gzzw9o
    zrMM1?v!6+&5)#R;5-l|nseYtddeF)(5ly_$sj?4AI1-j0^+Dbh@(n!R_D`z^yX>T?ZwtCoCRE2nK~^*k>BHt=sT*t1P%Ulq+ky>%hl)XosV(
    zzz(3R0}Z2C=FPl3gaNdXr{E82|DbNJsJZ8Nl{;TQig^Q_DHPUM
    zj=nQ`b#&R=zijVk7~CKQ)AGxNC~}1QaB5V*?e;rAgUOEyDtM@p&K-jnkx`Z;|5@C`w
    zN4o!5h4Yrrf6vC1HCzej-A(Wot8i-WJ~efg_pPeq4v`xC+iX~kF)hV38x=Zyw?TSV
    zYD>363M1np)!Yj>uXAhOa#)TkoVSD3t2Ki+c6`*cTJ!Wu@C5Yr6;2qCe9m>w=5VT%
    zzY9e+Iax9@7S#%U@4#&0LP+f>|{3>ge9@gF>9q*hq?a?bL<=Xzx
    zz8C3p0n5-`GQLozYat)nqM{=_fTA~uE2Rq;4Be!Kn{)R1Vq+MpBf3Wn$)phTBvK;b
    z#+Vr0JYim1rMl2*m-fV`alyEDb%cHs_3;TRU|xkqqU%w*FlqqeFpo3-5MSt;dUgM)
    zUY{eRrbYFp=TfClOS349+b#f!ZCc@XM&5tAkQGnB{Z+k|g57xJA;zWo5Iz{{DC!(w
    z@~nQvm?>?mVvun+QPG{(0}Qw!=|O~|i?eaJntGj%dgBsQcI?_M?GEou2kK%MXz9`^
    zWrwRN?x{zwNGOGe+tJKd9_AITdicRfnr#N)hL@ayGoE=5jVAjtA1K_~p<%H@XymAZ@A8Z-N!>B^|?4*A4O6=(1kHDuZWLi)N&e>Qr$Y8*?wQ|
    z1t=6iT!Y$eUv#aR?((gTTV}_7h0ciMF%XtYjT;*Z_Zhl)N?=?tv*m$BHu4v1b`{gRic7t2+>Dn5I%AXc|=Wwp!h
    z@cYlK!7avj(YIW~E+eR@{%cqDkG!>T<{=%(_PaJ)RXLcuzZ~jAAHV7iuT{2F%B~G5
    zkTMwzc38inicGTg%U(Wb=V3s1S6!MiYI$na{dA$C8rn&?tS}cMBkAc?_X$dJbMBU<
    zJvZh*c8wTm$5!1>BJH-_^X;eKcp42TYlL>j;e=Ms7f{!oKc{Z~4IWAbyK3KLE*tbQ
    zB(t!U=L)cKnY1oAR9;foVjQ8RLmu+L19BB2S#gijUH7xhdxq*=hY)LJ0CDwMQf$tn<6#lreD^;%M=acrk{>I!I41jt!2K_a>h>VJ!6e{;&y`cXHOm2~L4yE)m_g@F0_5?_+oX=Uh}QvVAgK`w_khXwcipiCoUy!y4nhj2g!M}5q^}R+ZElb
    z6}^8jq$z7|;l3Zb4y7Ys-IuHGTd5vcciDrLKeaib+`+D~k`zA6^}VaUKD|B9ueuw5
    ziaS_vvrmw&W%>S2vKrm=G4;^scShHI6^jn?yj+15tNo_0Q)}$H)$Tud&qmiA1vp%xPF|WL35aQnTwe<}rj%rgy-}2Eu~TUHu@I>PX+SDG{~f&*NxZ
    zicML#ag(dJR82JvY|O6u-(yE1N0=|S`qcj-lzI|lQ&)?Mui>9rsn0UdhIp;y&YO63McgTgc92sc!XPa@|xr
    ztXEi6X$q0vTGjr+cnK9DJ(xZzOd%%2{wZZ)oT{GU1o}LK$LH?-s@C#=^fVIikCT5B
    zPx$d!ET3?`PdM)n!z}q{
    zNIq%#>$1wl-795HuRHHKkCj>amTS82aTHkpN+nlW2fZTwt7(8+>1W;w%Rs?XzHY<&
    zmZx%Y`^CX^2f|>T-YWLxqAxcGp}LGh@G-1eJazGzbt(xZx6`xG{>F=U{q)sgw>XzV
    z*V^B0h7Ya9`C$ipeY68=YKs%j&~0#h>?pLh7aCeW^X|0-3RR6)j$AshZbSH1u>MN>
    zrRH@9!l)cyRhOXTrZ4y}hpyNz&aaozmxq}{DMXdu^;0Ng*=6a4AN;zF-W@&ad*4C!
    OzU6S=b0D6L*Z&6%3Ks7G
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..43ef4c5e06bef8f65e9bfab48b769cafe0e7d863
    GIT binary patch
    literal 15387
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..20bb2b77fa2370f24efa1f3718162a358a5945c9
    GIT binary patch
    literal 7630
    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
    T-h-=u7%LM%mj>6dVtVwy5CtW!
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6f1693d7310a6c7b828d20e3fe9bca3c3af62df2
    GIT binary patch
    literal 9740
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..0657a5a34394d89d8295d8acad30931f1c61db73
    GIT binary patch
    literal 4738
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..83403102356b2a6259f3bd2368cc6c8ea6aeb923
    GIT binary patch
    literal 8962
    zcmcIqOKcm-nQp$DFOd|fw=Fki$qFS)wB(0ujqLIGHDiy*!NxP|46{L_%`Qoln`};1
    zQ?j&FFbL+L2?m(;UhJa-ED#TDV0FkL*S!VF#cj$UQDY+p)_d5SGIln*vzPs=x?9vM
    z&So$opzgowe^vceUG@D{`h7GS65#hg!Bup%OA!8@6`Y^XCSLs)5O)PtP+gjkv)-

    ^U&4CO+c_G{r{Bo`@0b5ULnXf4H9 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 b*nRJ0E!h95|FvIsyE+~x2mT~5f_wfyUAoTO literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/cache.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..e96d2b4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,222 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +import pip._internal.utils.filesystem as filesystem +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/check.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..5efd0a3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,54 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, + warn_legacy_versions_and_specifiers, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + warn_legacy_versions_and_specifiers(package_set) + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/completion.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..30233fc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,121 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/configuration.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..84b134e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,282 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/debug.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..2a3e7d2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,199 @@ +import importlib.resources +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with importlib.resources.open_text("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> ModuleType: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/download.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..54247a7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,147 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into

    .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/freeze.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..fd9d88a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,108 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/hash.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/help.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/index.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..7267eff --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/inspect.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/install.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..f6a3008 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,778 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + # In non dry-run mode, the legacy versions and specifiers check + # will be done as part of conflict detection. + requirement_set.warn_legacy_versions_and_specifiers() + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/list.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..ac10353 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,368 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/search.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/show.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + project_urls=metadata.get_all("Project-URL", []), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/uninstall.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/commands/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..ed578aa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,183 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/configuration.py b/venv/lib64/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..96f8249 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,381 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a0e1b1ab4ef89743f9e11b10e2531056dcc23b7 GIT binary patch literal 953 zcmaJ;&ubGw6rO1|yIYeqwDuxF*&+zrl3l6?4;Ho1iy$6aM95{?WM7hL_E%>nEtMWT z_&?NRuj0l3!%Hy-WicRl@)k%h_T-y2(HNxdx$-0y(htL3IOsDD5yUbp zv0pil!$GEVkbNGv=%fwhu*H0hC4y6OLiSa5&Ui^GUT!Dk-Q@nBVo$$hdW;^~#x$H| z|G$P!U*6x%bqUM2W?Qn_3AbbytPVSb*!s6STgyxcnDm<=a3v%&nedL(*YF~SHswl) zP?ZL&XY;Nr zn1nhqdwvImo3hmPSd8S@58Ys9X2SLGfJx7D(&NmI{2q9-=N@*2gnUwJD$`N%3aZTI zK0xq_jLO8k{>i9)G-_X}YiApSs&j5SBYh@ooz(`_`ng%Z&`J5$o8F+bey**L@j7{C zFJ=~sbbgC;W}8x<&}L$W<2kB8*ZkZg_gCA#r>`Sz%Q{%i5ZMG<{o=O>LH B3Aq3O literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f9b92ad3f3c4b0b77e50f8a06a0854aa5573b69 GIT binary patch literal 2192 zcma)7&2QX96d!xPyqoMMCD4SlY1}pvT|w5Ra6nKYQod9PB1GV_MY3i+vst%Z+nt%s zmm(CQNTd=yqF&*IqH^dz!HG*NkcteIkbncXr3t9?#C!I7vkPg(NS=A~X5Po|eT=^? zmrDf3-^E+}n=B!};3gfp9v@gn z&tzKRt)sg7Q zg$7`ujvB;7%Q_(oW&@y_jz^_5n}IM})MuXSFPm-xmo_|ZQlZ=?h|5~3WWxBM#Z7S# zheVS4>#Fr%Nsz{K&kI)N%Za!-Z?1B)-I2;{z%g1-fyubyqV4*y8CGxlw9R9?VEPRB z2*M8apHZe02*DlYttW0Ll78UNcfw^s8D5jT+H)GLBET@owKP{<)iNblop1=tbA8{a zCxg_%)cn8wbj6TxtTgDTGl=--R>i5TccU5EM}v_!utH@#mEbEXG3) zHR(Gpm(|Aw&jDctu`~xWYzB?X5FV4Sg@Hs@z*Oo3Z3HWj1Fk5eiq>Lwl!2s1c>ysI z{-Oir(I412`0bsA>2vJ{QT?N9`X;#!ZJXAsMmDugV)v!j$*#6o%|tob3Au<2+jf0d z*|so11@NU4NMBA2V%rv(i239L*b4#uQK5N-kp$HI@w3Z->{2jN+=RXVq z0vFZ__g5^>ZCD``V&K0}d;XjyUB&0qcw3FwI2z8qfuV?lcN7Q+UH>c%*(aJ9 zfumh5nph0f#dhe$?+a&d3K77AB=9wpC}xUrn4_ncxw6yb*@HkfYKOZ1$ot1pGaBC_ zzgA9uS2=y#I4zE#jeIkH4x_O~$Mu-)%D|&o$I-ac;?5O2VMB#V2OjbM_`hJq1c+3# zF*JdJ5tBH@u|<8*>pieDq2M7EdXN0Y6s81pN{dy+!sbWbD)c>}mxo6kiOWoW~RDzx{~LULLG6Np4$sR%59DBB1E zPfR0O?$x@(JZKYgNGK*}J;X1hhC zN~Bb|KLS)Nzpn!oS4Hd){0)m(d~vT56o)w~EL?c~U9cNFu}cz%upb^8=aW3WDyp!>Mv*6B>Si=e`;nA> dBj@jtm+q0X`}tXI?u(_bE`53FF9Kw&;va|lSM>k@ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4693a9317129d61d3b035fe42932f8b821ac4aeb GIT binary patch literal 1452 zcma)6&5ImG6tC{-uN`MH8%+Wl6PvIehLG-<^=6191jR)bF?yLx(bM&2r#AhSs+zdH zcvxf)dh)n`gXEI`BbNyT)P@DYledwH2XpdO_v~gSM6sY>{px*G)$hGm{iNG%6C8i9 zJ%(RRLVnkalVLBw{1$>E!U!`Gk{ScU(AZ4Ov^8kexRqF`J+KX8l1~Y<4hgftc+_g* z2Ttkq-9PlAZ&c@Q52X@OtnPB0`Ea6mo}s?`MHJtUcHk49F%YO&zY|GVc8Z(r8tE+- z^A8am5g-GDk%7sKL5rDSjZD@$v<5b_z`?t?%)!rO?#N>v>b=tKuT|$i%cP2u1laO1 z``>>Fg#Zbel75u={KUyGni~e~wvXehF_%8eLHb#){0xAhcj;qj5s65%@+0Z1G57)= zOt?Th&qldO8`~I-Q6eB>Wxd@HAoJrqEhY+BP^&6OfSQObHkO!Uk%&(0d|VU%mh3JW zPvEZhdSx8ATUfwH3+;Et|Bt*!`sVij1x*v{Ho=UQFSF7&s}>ThIud!w5eG(xC6>>U zkc_0hx&K0i<2;2>eglyTcepA9hhb5wah`1k zAKVBfS8#2Sd>IzJ2r19dIg65zEp?F$PiqwvW%c$BD4K$baOa3FJMM?Ct$gsW0bQga zucA00zx3Yvaqow{pL-imdmGc<^{KZty|MMo+gdev8*`oM${E%DT=j+%o-oQ~p49cP z*5fh6_i3YMP{{4r(h*CeF0)o1krJQI_D`g5i4LyCx)x`(coT)xKDs4^zGro*X+c<_ ze42>;&DV4P&meu2bWt3TS%<83MGrB)Adk{4N`ca)ij@|uj z{nE_FdFGIJF3((zJaX~9*_uXe(mwP24Mfe}dfV;3Tlv^Q!D$Bt%Z(v}A^voPPJDG` z)lHXiFIaRTZK~Q3xv=VZ(s2#nn#(G`7v9Y#Rky@tJV-wgc@f2|Wf;aWxqVD-9+S=I Q&RL^7efRob1m~K-Kd;b?JOBUy literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3d874004fbae0f1b3e83e220e5c76d4b0ebebcd GIT binary patch literal 8039 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 None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/installed.py b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..edb38aa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,23 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/sdist.py b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..4c25647 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,150 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/distributions/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..03aac77 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/exceptions.py b/venv/lib64/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..d95fe44 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,733 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional[Response] = None, + request: Optional[Request] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13973bb2b3af9d32f6905c05377d30aaf871f9c0 GIT binary patch literal 244 zcmXv}F>V4e5VQdiK%!2EXeo{rNgL54MKmZ4jb-cwHXOEfb_mBuctg7UBR`K07Ef#TVeq$%r-z4tfH*#!5vS*r2S;>2q-Q&n;+;+(XETjr#O;=fs zt#OYZ9)!?V3Gu~_Y5Tl_rClTVPm}=`6kK87Q3VeZCl$WZ9J4p4WxNC%G#kii2CfWC zYo7aqC-4+7i<2w4Ko5=_h^wuUIZ#RgA~q-p(Rby!@v^r1BgbJ;kKQT1Pv8AjIp_Zs J&TB<2$_xLdMsxrG literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59de19738f01b11266f2992a130355c79c2691f9 GIT binary patch literal 21867 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14daded1a23cdea25885085f2cb13da24a1950ed GIT binary patch literal 40780 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/collector.py b/venv/lib64/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..b3e293e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,505 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/package_finder.py b/venv/lib64/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..b6f8d57 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound( + "No matching distribution found for {}".format(req) + ) + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/index/sources.py b/venv/lib64/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..cd9cb8d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,223 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..399e6a84beb98edcacf546740eadce8742c7ab05 GIT binary patch literal 16788 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 W;e9i`#LvE5Z4t#EVpeoFjsFK0Q*@31 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4976e5747384ed5292264f1c86571ca5efd1aa14 GIT binary patch literal 6884 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 Chnr6T literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..baace213961e5d371492f15b77acf38d8df551f4 GIT binary patch literal 8023 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f27f5d124de08c0cf4ca11510fda89cd16d3322 GIT binary patch literal 3793 zcmbUkT}&IvdDiQ{^*<0|NOH$sIAKg2`$BRhO*y!Pq=L2=u7Na-70F$^V_0K$-Ptt; zE-3VLYVoNmM5+YQwF*%qh3fi{_dYf1TVJ4#O0?mgnpV0#xknzZQ6Kuv*b5FpjdUaL zd^6w7e1G$O-+cay-|s=t{v$lZ{}mAWJDpg~SsU#9oI_{@T}3jIxg1JXA(!OX+?KR4 z$R~LQ?MXX>j-&&iE$5taC0!gn!{^*nLQ-I3d(JcEO?o+GLs-bRSSxTe~=AI66S%HNjl zs;62Ve_lf+4`W9*{^~jowE_}&1}IOUg0g2`-6eB>2wE}%-=iQ`=o9-c?PIfCJHjn* zBNF7O9Nn){NFKh9e)&!j&G6Szk&8BbNw-{%a%RJjsvA-+CmD*SULr&zfOJXuysQu% zhApI^s){R2QVHlix=Xe!4=lEzo z{?UAtH=P-cOi6~x>$AG)t1(C^YDW7#+M&|Dm`qG)Q#hd)v1BC16(diyEKVDGVg!tW zf1qUW$*Xx;GB8O@gZUC*v_zgs1Pr?q)O;r`^CiHv37`&}RVkOqX=!#ndSXn{aXde3 zhR3myVk)PY%Bh+}qya=}f=@pR-2$q3knhN1&r)Bh?>DEnj-J>&dSb&H+pxz-5Y|n% zii;_tX@=>}OU8sMP2u#e^*=!#gb z5fO`uF(F1Qr-_Jpg7X;if*kj-AR5Yub-NW^gxmn0JB?!yh%kj8{%Jv(rU}Fl4NcVa zIHexXYKq!v(T#}~$7nSShatd8QPF{nVgOAbL9h-XKM65h&(UHhN~%mlUll1~x(Oys zLZhg~#NvdKo}j`&5=c+ZijWj84v!?RDXOd$Av?g~52Um>JW^9@v?lwQ2KljwWidmv zsaiUT=#Wd`ghXT!LYhcq7ErRH8wEqjfsmS9$lEO*ic{ zmQ6b~r0Gy}X$(-*7N$qf=M+OGa4Cd_cGON90T7xrOh*+@bB9i2m*!X!qAT923@lj? z5io4epJA|oo;M=5=NHAF6_+D_b+v8>8S6bKtlZSI;p=%Oc$dPZ@bbk^+qPSd+;!b?ZMAf5wsftZEw`L0 z`4^j)?N7YHWv)~pKU-7Geb)YAg`2K1@KtYv-HXb)PF*YkM|59$>A+AU<|i4oL}jDWQa#YYQ= zjNPo1rEasY$u{dOhoBtk-z`V@%kZ$0^xS)+@RDb=98?uf<-)o(-2A!!|*6p zBQMS3LdM!-Lo-2DhHtZc=Klh_h_$y?CqtAT7rNPqRM)T<3d{-+Dih7~bxBida7kucE z@68J*`A0DhdQ&LqP^Zyyf);X9(u}Um;g@`y8j1OK9}HHIvFqE$p8rt)-`BuzYCA1R zE3wOF@Wbn)gTt4GX-&;2<0i9Sb)1@(2%&Dng07lf zLW-W!^qEwKK-Ma1WRjeM4a4y1^fDLFGjH(M!d9qrGt{{eJy#BWr|j+Bu=g?&(Kk#X zQ&7_e@YLDmn|7)`yLgg-^QP07&4UM-E#N}&-MT7{XVN%N>t3CuLbK`RWtPARwS@WR z0W0ynTA2Br8DN%AOX&%mg6i1}TphV|B{gth980jw!^|c)L&;Kwtm=@^{~4xxn29ds%)ogA95utxRm|6E3|Ao7^`bPDU3$TS=vHnl!Dm=$=+bHxD2~UytDe^p}WB)(Ux4uA; zFVH~6i5feX!&?oJ&4$RjqudZ*2mtPI=koQf=E!DqWL+pXcQ5!C^)l+NI33){wWb{e zpb~23Jge;$1Yo_1frqdHv&vaN7g^A`>ge0-=qq=;zc92oy>zQ| zYgOM2wwLYiLwRd!UTEFo4sCLWR!1Lm$166DdvEpauMmJ89@*OeO%Y#LyvTi+BHNyX j4y^=k2RErjOSo?(-dK7CIK>VYA4*LHAQ>AR- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/_distutils.py b/venv/lib64/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..92bd931 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,173 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib64/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/locations/base.py b/venv/lib64/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/main.py b/venv/lib64/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..9f73ca7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,127 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..965e3f5303be49c72f7947642c399de06d923a42 GIT binary patch literal 5812 zcmcgwO>7&-6`m!RT>eO+{w(?5lco+uMJ8({ZW6&wB3ZI6+fkHQX>DFsEAB{Kd6&!1 zF0C+d03TAI#{vxy7YLBF=pli7@X^=a0^}lA4kWCbHbq?&zOj*kpy{RW&F)f^ETt%n zb_C7L&d$!fdEa~Qd&AE=J5vP8Ka+RZ-EKnuiVtB)1f9)EiI5M7PISp6MZcAbl6a03 zBchEKqtHf7*@_ioR=gOul%irKiU})OOiK7o)J$3FVjB9g9y2?v&SIz4RqV1d#f;Tm z?6!J}JrZFtuE5+ltkYZUl}IJR`ii|vL|1+z75nuB+qW3elkdsJfe1NA^wfJqPqW_J zQD4&HV1zJf`3Kw>W^SoxryVG4`0LkHk3 z{)>0A-VN^#>pkocJa;b2dM`X5(fe4B-XDy`^?fjQR3Bi+^g$R4#}oQ~7^ih9ci(wiC(qTZ%#%x+A2jr7i`;n zh-ZM$yC*bz06s|WKP|2ne~%0W2TpWjafFY`wubE zz}ksfZo78LHgidirohu!bzs$rRTos=;1Y9Hoh@oL(^XmfCitR#U;qbJa6eUV7q81< zCM&t>f>yf5D!Lcv%&qZC307|v1$v0&=J$oYxdC2;EJs>%S{+voyKX$}-45oRA`)?v z;i!uz62--1iL#8x+EH`~(GIO7Y)cVc{Do^v}u zAipg4hP|y;k6r`$xKs!G2Tw`8+b-i^IPV5o-XHe2T3yoPp_PY{T_!n2`z0(1P`YKt zscX}k!zlFW{JddRZSI=JLf&GorfaS?KTmBAZ>rapRL&f`#!JkB!2ptcDn+48)M)_p z2(21bT+!KcxeA@FyJfpVpUa;-`RoYQD!N!?$0oRojUuiX4$ITIvf{``?;YGTl)txb4reQk0NZYK8Ue~yxEx^3_d3APrR(PE@cTsRWgs8HG-nt~7EyAy zxy`-Qk2SN#{JxCAkRw5P5!>;Uz&N}p1U#=J07f+`i?-MMxF>iDL@CX6xt9o?<5P&T zt%(js9{O#iP_`{ra8{V+7M2XR%I#%{VNT(4RV%Se#v(iMRuw#p@xpZwpa6mws=^<@ z9Yza|;j$Aj^P0BAoC2u700O~ei0_4P+ky&XhO4UiYTY}kI%T_N>MDSswuDi`xqJwu zIs*TW1JzCP=rBq3uO|;Tl7~OM^4oXTlB541QtX2C$4uY*(;qH;wEU~()!f;}(Q|A4 z=hrgR-$e1{H)6`yqW<=Ql3G^=8_M9V>>re;HZuM9onYUq@91wS7u9VFKY00{}TuvvlX1F}V5x8WHJAAm3(F(oVVE)o>dohWXY zXptKvq?yZ*Y(dH-S+RGeJ?2VVb93?xN5137p#u3jx4C#OE=bva5;gm+~>+YL2X>v#WAe zsA`*Pa9yFAv(VX1HM=qVattQ#D4{BW`y>tWN^&j;RRL!~xW=#nAxnTxA%KZUR;qCh zgYCg9;5$J^elp?!f6+FJqlO5&B}NyyZTahzZCJcTnLuSMq)QQOcm3M;YGk{Gnqj*B zYV-3Ds`5YuWuPhGO=@X%LEj~ z=*3V*r_@Tu;3I@mzs`VR#Zy0bC${3P}xYDNtB4AiPsQAXBjs(kr0p$1G~q99KY#guMvnSKh*_WsfaL z;X@xpIFv9j(}e9>Ndkr{OiplnNJ18Cl@f+8%w!O4rtboG3hh%BlI0{W{1w$2IC2kk zIaV|9?;M5danMH_>Cro<*3vJn$}jn_Cv}4Z*};Y3{{j6wpS2vh?bbj;>f31#h5)C{ z23o@IY5=sIRJO3$!>d~c;JYB;2O0N-uf8uRDS51$1+dtCyU z)(ij#8P88IM3nUo;(e(#VcVUFzXEfw;QRoyj?htu8tI|+^b3vj3wM)i>4{Z&B5+l4 z@$$MLx3((=n2TV`5=P&!$j}k4djUF6=DIi92}shq0_R0XZCSk^g#-89a#K>reSo)rBXk?=+;g7@cb_@jUPMxM>Wr)KF7Prc|{Odvss-5AB+aD`=nF29TM z9ujdZ+)+jOTBZg8ZxXDDPhllY8Z8Wt>j$_47~oo8;`-rFRvfbj6aJkXRAA{xw_EyT zBR#p1IIxlE-bf5=Dso4>N#s~un0)Rjj@i1G6#NKxL5E|IplPN^WZ%sL>r#J1>c2I2Px@XnqDVuxl&=Xin^6*ZS`0M% z6>0S2W1BEKiv6)$FMd4vN#C!h8;9~u7#zFv3ced__Q$0&(kD+h3AU@F6Pu#b>`h1) zrH_v{3AT6p{C0KxjZHDo9O#qc8-s_NQE0#F>S@NHZN|yI{Y?dX2@)T8l!TtZ{@;w| B|BwIx literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6659c50a2247951ea020e8a31d20d68c26c98e74 GIT binary patch literal 2887 zcmZt|TTC3+_0D@?_QA{G2<&Wvsk4Sn0z`#7VcV@v$ zXDdGPfon?!sgiM<)|<3aow`y}sZ#Un{`SXYotBKKYN=oS+kn;9d{jMmc84Wat~7Jc z>z;e&Jm)WwNHc=ERls3Y#Njz!mEPyG5jBJbz(Y8Ur8)K`xC1y% zz=;-{6Y{_4(zS@ifZE$4Xr zq-HywaMjc-Gx1V_U2U1dj-o1#lKegc{MPJ4Mo!_uX#$*Oa~t9 z^IIBdLq?j^a@e%}dz(jf#kRFM4HNoVk$3SA3mU<8atwS%DX~M!v$myUC%DlQz!Y8eM1q|HF>?%! ze|_<=bMWk6fY)8*qQ#@!y3oV=zDOlsSSq8k57`SM!ign534mxt!9q*;L+l z*6`raH&eFe&|v14Af9$AujNxS5F+1gDWjfrt0 zAmmV|`m0uZDtm;&tK9p1iP2Drb%HK{#?bX&BJ=~$P~u9w%eiQoA3IvDcyZltdP}j4K8@Hrd-@9+jk$XkPa@Xfe{z5k1>F;&z#*soNfCYwU;8AvZ(>H{`OaNKd$I27JT7QxaE>KnZE}9Q2W8Oq{q9 zueZLqHA{;y4k=~<_3g|%)5)A=fIv;#=l!H{ z>VX6!P$OxA8X{NcQHgQr8GpH`;mGSl^(0|SoXe?tIZSB55n5B8SesN{8_XR# zvc~+uHBN{{JW|pe*o`T|^ajaSw8PTnrqTA;OUyvGrqxLO$t)X4{*oN{!=My=;bF6Fq;%@KR zPg*Oz!+WSHGPD`n5H@b?w0Cd)__Ow8l@*T-JUxEme)wLveC^5c zHX~bw^1|bjsn1)^R@>q1vkuhJ_0u1fzg6ivQ)%yi9PZzZwQUUDT3(O*_nC}(2KNvP z>U#Ts7ODyW9oV$Ke%qcNVjm63>2C{<&NJ}#LQC~=c)$#JGR%-*kS3Z5{Zpy=IRTIt zn;O589!pW#Ih3Id&krbNaQ-Sef~}<<%-h*T=s^uzeXq$4-?; ze{<=>OAp3>HC^c#ULW6qP%M5Hi&sSm(pKN*$j;f<|0MrG{&ci*_B(&=Nk16c`riF( z_pbfoy~jQ2jq&ZC^wXYK?oZsC`1#bv_)cf{y0~utM6ULNjn!|USlb=zrd5f)ymsje zDY_Fs4eZi(=)_aGb#3bTULP3oe6J0ixWL$9aKWS2*l1k*b7$9RpE#X}d13#TWw7=i z*C-pm8oWr2Y1IDa2%SBi=oIr%350eJLW`Er5Y(~(dJQ7f+kWtU-+zqA%alOt?X{WI#;8o=qhWU?(n2~LC?(gW8f1pGKCHDC4c6KdR9buUMjZ786ww2kZ dTQ$_rv~66gBG}3u<=lhe^1_EFpHbAm?Ekpm)d~Or literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..996eaeb1ac0137e36e325ca4a02214bc94216db4 GIT binary patch literal 35129 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/_json.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..336b52f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) + ] + else: + value = sanitise_header(msg.get(field)) + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/base.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..cafb79f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return self._metadata_cached() + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + if entry.extra in known_extras: + continue + known_extras.add(entry.extra) + yield entry.extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + if entry.extra and entry.marker: + marker = f'({entry.marker}) and extra == "{safe_extra(entry.extra)}"' + elif entry.extra: + marker = f'extra == "{safe_extra(entry.extra)}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..5e7af9f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,4 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["Distribution", "Environment"] diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c867c756d6a6ede492d8ad65ce3e41e588d5baf0 GIT binary patch literal 342 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 E2T$ZYxBvhE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90c3aab60fcdd4f2fd21aaa06e2a4cfb2b33d242 GIT binary patch literal 13172 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 R%&>`R&3L>1ND!c-`X6AhhY$b& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..726c198eaef445d2110fbf06f3c9df544f4435b7 GIT binary patch literal 11175 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 None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..65c043c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,224 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import BasePath, get_dist_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return ( + safe_extra(extra) for extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": safe_extra(e)} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + req = Requirement(req_string) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..3850dda --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,188 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in="23.3", + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..f330ef1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,270 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e87c5d552eab1462a360cb68748acfe2b4776d92 GIT binary patch literal 278 zcmXv}F-`+95VS)CAyWR}Hbrg)G!zI#k7y7Ljpf`exdq3z>?P><2ydX{AN+up4)>f(8jLt-S Z@_3&2#k_y8^#6bFX{~<-S`YJ3=pSZTQ%wK> literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c5b4edcdd2ad53b0ba9192496adde5659ffe3a8 GIT binary patch literal 1935 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 Q|9@SlInMV2vEKgte-J#d&;S4c literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54debf80d1745f399e94b2f0c707ebc5371736d8 GIT binary patch literal 1706 zcmZ`(&2Jk;6rcUF*N!8%BylYh&`Lodr%e`;szC@4qDUlC6{40_$d}QwGfviQc9)q+ zs4X9Y6p2IvAr2@U3m1aIp-27)F0s-o>CzLNxETU!>4`VHwquYwlHZ&6we#lpe&e4< zNAn2QKe@X!qa*a2H2MqdWSuU8+Cu~p#YZ(oMeib_ZX=={sA)n?RS{K*PK+Nj1D}@o zvcw$n=}o1Y`&||-yJ=}EGd&|Y=`%Qs!Z`%hRHD?hRXFWCrKS^&8bpVmK{EBs4yr38 zyIrVdh$(&4sOu!Rt=FAG&d#d+U);vGkcyGxCz% zSlt637a@bQF$vclFJK1Tk>x+x zxoZC`$d&g`R$B!tp`J9GsH!c;nH0=emq1oWVuNo)l*J~-Uf>Cg6A0rBVC{P!#zy2Y zPGb{H9{HYNvgdeI4gl9fh9gI;u`KwQY%oE-s>eE~etl>bIgDN3;T&Tw>26up))UWO z3)iX5KcSAWS3Lo|Xi!&h`$pur^qNEiy?qteUArG-vu0b(O3mFJHumpYY8`yU)tu7Ia_Ql306 zPj|}G`&W+2bKn{6=Ftm~eBZQA;Rpnn16=NaQs9zsB!s*Ln_)UOhO;0hS3|P^z7#3$ts$J4@zMRoS?VltFM=Vp*&t9b+I`mH%QkJoE`! z@Ei!htvK;zd$)aDoaz*(?!5E;;kWtM^b_LEl#W>Dm4CC2=my6>9 z#vgAuelL>6@Q7V-16#Ns3SdjDalw-DCH(;JQXaX~_c5+2Ea^f%vbWN%C7etO`QxvG zc)X1s=+}NdcYSNAtLKe{Z?1L`sJm{Wejqd(2*omtJJR$lncn}mpv=(nWxkmaRC4Zn$IS0 zE}fXXN35?jSC(S)eJGZ@A5hwyoYNEY^%TxG*^6LGDEJ(RuBIr;FKFyh<{9PkA4rO6 kWR4$>zjXM<&3oBfTl#~M3n%*I;oN(FX=*|J)J(qlFRrASEC2ui literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16f4fa8fbc9b7e70a69ddf078261fe0b4d432141 GIT binary patch literal 2194 zcmZuyU2IfE6rTID|6O)zsr1Kfwor=e+P(5GwW3W)1Y;UQBO#lZo9o`$_LjSQmzh~= zo5c{rLt{+T2Ll8R#1}F6fKTEZk0!o!sbtASBZ>0h+tLyZJbC8+;8Huuo_qf0%$)O` zIs0=m8Aq@l$8O?1!2KbFV5vT{{thq~k%>&nMir?jRpg>vQHqKrbh52hLdB5FD|WaN zDMnmgwWF0-F(x4yy@|}w1!RVA$X>)^d@+)X{w0K*!j;MDB3F-ECB~yO_)HyFOE@R- z9ut?1y3KT4J!=uCTESHY>V&SJ#e`Z;Ro6l6K3=8FuG`a zFu2(XTyqHH+br*HI{EK%wB*;o4JvpAe(T*pE~19iK)P!XWD(`0X-KhG-z-i}<|@T@ znIyoKia^=ylLc+gsbGyRV1sG17ON3w9+w!^W@<(WzipNA*t<2;V3=rUp{$y1y|2|4 z*_>0|SJ<;xqZY$s;Cb4Z#Z;?VH4Tmi=c-|A701Lj)%>ftX+mBi&q8gHM|JSDn657k z`hav4q7WEGt5HGDqkFp!FROQ>JJvx$Tm|UP@G!xwPO8sTC4uG3niNp@h-SRFr@;vY&J_oIrz5D zC!zbtF74i|^*Y{8;FyFE^kX3B(fw3UD>Zy4HM|m?T-h~#YyYj$m7SBnL?_!_XlO?( zqct;HD|4usIkcKN+>WAwp{qlehg_!BpKtc(+hNq7xthG3ypn459ccC)csRT@6<=1` zBd9CgN@VUNGS^1F$$y>ybM(dU4&EI3A^&}THGgDv^!4SbmGq8g*Uo#X?&UZU*p_?% zfkh|^KezGE0|UcXV(|4=1I>315np>0eJYjYSyYnW>p|!ojFNfrcs8tt6tu_Z@+ZA2 zc%PG4FeFjXzM@rUz$Ur&1(?#)T-pPz67gp*Pr!5t1~HHLMdpdlS*;QgmxyYUoq~v0 zl#|I8!3$vhspUdS20*biunB@by1T`ODIfsa_JLmqNAFL((V95foH+TnBKK{%xBr#T z)K)szOy{nT+)Zn1Liwm0J+G|}zWlI1nU1$nG8TWl76v^Pul$R?SEJLpE-|{QMg{9S zkLx;2xw+?$D=B9}QL=(IDK8a3vl{`ZBgHH4{ j9Rku;BuV-mjW*Hf1N7PhH252u_$U056kkI?-2MLowe}Rt literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56071f6360c0d5db1b7d9502f7bc46b193b2c509 GIT binary patch literal 26044 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

    r@l@;a_xnEJ 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ae473065d85c3643907db70498e36d13ee665c5 GIT binary patch literal 4452 zcmcIn-ESMm5#RgZ*O3x!D{}OaP;1MPMMFNuavZ=PbsI!(VKk79+CdUF!R5qTQs*4+ zn7yNI3KHrDeqf3Om4Tv?krr`_Jh*TR_%Z)OU&Pvl*lUX#sEgJ`ALuAR8$WgCjvtb& z7U)Ay(BAIs?A+|mZ+<)cbzh%C;Q1ghzpunR&8=1{4)>Vh4_;>61x?Mg zi;m_wn(Y{l2kLumhnIEBTwvN}l|uN@uuZlH8$W=~3SlHK7$h$mLS8Dt9)B+6BM0itS}OWR8$P*dL*wH2^K4gM)JCxPeMP+ zQn(%@DUkHlq-?*Rx~Oy5==qvA@7N1h6$;N8yP#Lxs-=6(rQSTF74B3R_e>Z%MXJ+K zo0_)Ac!e`)sbe#0f_7ldv`c}ZqQgPEq8HxNOE7J_o^DxF)NroYmZKX}lz9a;(9FjC zy;{k<%xtYv+j5S+tk0RQ-*1*7I%Q^iI>yUSRKPv3Uv_<^x57{N`az)lq;?r%V`!dU za%VZksJsum{m}SP*g=)sg$N8fPaHZD{BQgNniaArE)uOX2cv7xcx_M-a;XE} z?mUD{FvJnEB-%+Y))6m?cZ9INBpTACL`U9xdmWe%FV&GQ0!R#bgmggMwGmmAz^9&d z8Aj-J@GJ^2>V9D{0;3@La5C6S_e%z9cE1J*646h=#)F_B7EV-ju9s=|v`^4is0E3G zKyW<{kp@g~It%ev>Dgk?nW8S!d0`&l0ukz(LUU~_Agpwc>YUMThS9lN0JcJva|kna zYp%!2Dm@1X&4O;zIY#HIrUg#gA$~hp0bSQ+20&4z7r{Ta z#ah=n{0^+OYG|p0R#=93HemDIoU0-VPoVYM({9<0*Ym-03V`}ri1W=yx)tYeur_tt zWJEpWB0OWrF_&@%S?0o_z;WXzw|L!7#y0oB0?djaNvP-0s>|pkQ%fp+7YHpV_*+J#bV#GM#fxj~(u$M6P01a=@sd40mO&>=?{)b0OOUW8>ukvGU^@ z=$M|SEevkHSJaMp6kV)AbB(m7$ibKE^8NVugXG9sa{nJP`_?mRBctBtcZIdg^oQpj zW?s6h-OHS*pL;MkwDRVSH-A$2Z2Z>u?()xtwSy<_Wlr83JXKd7JTp|6KT0$+Q)q0o zIlLc+{mqdB@JctwRFpo~ijpJ8>hf>nLmTjMQfLz~_6gE{K=prz4%8mP5>VnLoZ0q# zf4?DKLd|WDAzddsub3fs+PZf-)DL71x;tDMa4Sa^1!$u%k5SzAz)TEgx)k4=E{Y`? zu9WzWz9qmn@o7IUkgT#W)6Kqb29yzSWpD{kQQNT(BdJr}3+XN-bEH4G3pTOYEZ+;R zY&lWf-BI}8n1<%tM8FG_yaRXdlHheueo^S0$&ZB1Hy$o}6eTC)SeF&CI?}=WotG4&pX(Xno?9#>6XMV%#=}IM!c3*HTFT@aln2 z)tl;CD%?0q!?W=lXb|2z5yrLiAV=74dw^hsYZ4F* z)`#7yvzHJ{;^wMx=cET|x1#Hr2WhvK>q&np-f0ugk`z>p-6_!T_In*52WjE6E;)QB zD31ej=oM?{&zz?(O&^1T9|}OIGoaclyocohv#@?JOuSfJs+V*u`&FfD4a%-?5f*=8 z4v-w)urI>AFXN5^7J$?XbI*@s1%mQz*IGyX1}tC9SsqB)Ye5qmh2yPLi@@{Q%#!vWeH8UrC>wmCSA zFooCp;ACTP^2CB8d)?QCm^98#OdjyDfXHYcYZCnqAu9t@1G z&fFTfdA2by(TacoPH1HRtru=fw=dj||18%So^HiZ94F~#m%Y_jZ`2z7`&tPUDP(vb zEbVKdAvhDIf1?k3=Y>5HWwo$D;MJOZHbPeqthzU|UlQns-lC6ChYi8Yk9xHVl+ody zgWU&v9)SW!1s<~vhpS=L16nEuJvab=B2eg5Kq}P#ma9Hpv4$W+xcNgnttgvrAt?NU zgWGnZPvWP-(4FR|!2;fu?l?3pNf3nJ6Xj22vOy;QLJs|vyzxhJ@}E&d5a<_hw+P`z F{|%eQV*vmF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92ed3677eb158da9b9589ce8a6f9a9bb13153ac9 GIT binary patch literal 5792 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 k2%n0gAg$FAA@DcSSsB1^@s6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/candidate.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..a4963ae --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/direct_url.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..e219d73 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,237 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/format_control.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/index.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/installation_report.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..7f001f3 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,53 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = list(sorted(ireq.extras)) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/link.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..4453519 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,581 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/scheme.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/search_scope.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.no_index = no_index + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/target_python.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/models/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20de9467ea754f2a7f71fb9ad77f4fc28abbcd2b GIT binary patch literal 266 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 UhqWog1&iUx+`f-FiW%JgfAhwtO#lD@ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eeb6676e3fa7ced84bc66b9d8d756e1ffcdce371 GIT binary patch literal 4166 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e359edb8c25619c434dda1a94e60e3e735a47588 GIT binary patch literal 11672 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4947d195f152de96b78847f2ab23199575c4e2b GIT binary patch literal 18781 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

    *MG7 zdLC~?;H@6Ty4X_1{#5I;s~n=M0;Q{Vq`FRJ(*obiPq(ge6t0$&pK9EtCwqc%reHBjdKZ0 z*plGGyt(G$)`Tr=1KuL@3KJGEgGDTkv30Nqw#(KtKxG@|WkD9lEVBK&C0vFrV~kt| zG6#0Z0%mc!EP|FZe8#MD`E@?*%!oecGgu=Zt6K(@7}dpdSj8ktlLSPSflopggQ1I& z!1>Y8P-Nuea8MU6U@etYHSA+_PYBbQB$)~%RTamml2n6)BuUma5R2gy?Fy=~q^zjp zx}eBdr3%gHw)4S(!Qh1v-9lg=-AXV`6EzfLj8p6n9w-Ojjt_?bmRmb6ebF6FuP3Zy;oKcLOWvA*9BD~B`L44Ap z!bPf0hg;u9vNgxTYy-XHwQcs<+vr<u8X`1WWyhLlr) z>fXpPIds=v%H%aBgN`FAl(b$%8kzr-TkasYm(Z>6XV5Hn3C%FRvXG9le437R^=0jf zmh9^5JK5jWqb$HxD7!FaT~Z*f0CFS~SEr?{T^dUgDNW+1CFN7dG+2yaGL1>e0#GR! z$TATs=&-G#YBZ|Guz|IxmQ;2AYKCG>x5^mMiS^1+RWX=Bb7=Wxk@^$9~rKt!updLwR$FngLizl3q^wCz1*5*Jf~(`o|TTBFRap4b4B2ipKD; zGKRZGQ*xAI;-ALqv_Gy~^`|m)BB}Ov_q^xV6pFjRawrQ3#3KCT`9D$TX_6|&H;S|S=<2;3F9&Ng7=0i_xM;5$=&c)7e((AU?qMZ{@ zZMy3UmlrQ@xZ79V?aQ_`_q#XF76nx4DKsoLm3(9KM}jU>ZUUG#Rs5!0OF0Y251@Bge?h zUA9yngXl9WLUU}6{faFx47w#)P=27$;^n>eHQA(xmN%HasZf0 zLq3bnk?4$W)hJX-LU#^ON|dWi+NNOj`Ou!?qh{3i&r+>9joq+O^2u0jgB@KdyvPsgX%o?=crz+%?FF` zqpI33hqh0`>c#FU_p-4%&M zRW%6>#?VG0X3gpxcoGB3X1;zvJHR3{qc4Rs5G)ig$y`RaUZp*KHqqj3%O7p-;7AoF!!5gByZ0tp6MJdHX(+~(Su i+D)gYXi{&xNw;`sKD{7+J-FhMR{7>#9&CsYLjDUjo+9V~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2187ccc8d5f81c35dc85aa9696fa6096e3d4533 GIT binary patch literal 2912 zcmZuzU2NOd6}}YzW&K5tCI2RBVkcqSNNF2%MHj5=+%(CSIlhRp}e3ySor;`Ytf6JfY{|X5GjT-U8_msUqgR+GTq#}bc5*DK};h0d_aO6}T zM%EJQqAJ!URbr?gXUX-XnhbT`8mgz%RHzG9x}H%p48kIjz)!TedREQWb83!3351#2 zkvM_Di1T-t$Wn(B=o~Vn8_19`Upq1IiM87Eu{Id*u#v77))Pu{zKVeVYO&o{wOVS>UO_EsHo zZPu}ET%|E*32_LlBrltdE7)~m3alK_O&4p64$)lLyXnH7vUc8az4`S94$|5Wb>c4T zmZdLPxH`xgp;XV<`za_tha`Bu7mf#nk>QNEYzSvCy$)+AOSx>1#aR1+#>=pOdWIt~Pa zy(Y2es@zl6peIOwdmn@N1+#^`{^CvEM;`)OeKtl3gS>uh4RF2xsmc3iAexDzH#wiH zg?;f&FCS_Bz5E1NV!XbN6lPA50^V&lFbO10Gi}q;v_OE@1egVU0}dGn5}1)DxYcDq zTOevZMbdi3P=tVUv9(C(@sl(a84$rxR5u9sTmX<(wRG3jG?%7Ci(If zigmBDWO@za(89ZwD-FGhFPe+^401p~yQP||YJ{D>;wS7-*Xx{{wKHo=}0PP7}YBHN5 z{8!xQPleR7PZ>Sc7kt(i4fc23onCgEl6N5X^QCxq2KgMIvyXB3hmqK8F#1xhFtB1R z-s1{7iadIP;WLfM8=JB(*T&j6=pqy)Mld3epExSUtmfCF^vfD)`5n7DxexWRgTFmgu*b8`g4NiEGs+Tev9)|K3>h$CL*_nSL5q2LgY@PY| zOgnY>ek%XbrJI*Jxl^$9R_a!2H+Q0)I|0TckxOT~NtDk2r<;YCCoV1IANe=4-y1=n zkI1uA?B|DGpB-iYG|GdnFmEd3QXt)xQN61svH5G zW*MY=lnOq=70bS66O?~rp~ z($jG-f#|Xf!#qqd47VpBCi?{%{sJBR3LXDD`u3OT^q1(hzp}ZnxK|&@Ya jw_n?lr>_f-1ck|O7k)MM%c Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode("utf-8"), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/cache.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..a81a239 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Generator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/download.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..79b82a5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""Download files with progress indicators. +""" +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/session.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..887dc14 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,519 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/utils.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib64/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8e1058f10d679866b240f16b9b2111c7d63fdf8 GIT binary patch literal 209 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 E0G8<~N&o-= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c2b3a9321178670d863badcd4bf9574a97d0b36 GIT binary patch literal 25830 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..316845f3ab98832bb3d180d8c9a801630da9a8d5 GIT binary patch literal 215 zcmZ9GJr2S!422thBtYsx7>Wg~h!Y?d#9XD+P(w(fBrWPmI0GB^;24|$F~Nkh@+8~O ze&66nnvN3IXL!drpRxVx-Q&wOX_K*7-xAm1?H!qK1C===_zTJa2MX4iBkqESjg>oG z(H^s{EoDFl4eACI6=2&?89kp&XW%Jd#^gyJ(1RrlIcbKqRA4MR8OUf4MNO)NoHGh} cKC$h0usEBtR=9M1enW8iXkJ|*gzK{V0mzm-umAu6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de165d7c9bc5ca6fc6530e859ba3bcd2d84cc3bf GIT binary patch literal 7131 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 R)Sm1(%W+MQ3Fd6y{{xV@;5q;R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd9f31cd4fb40f6e49c4089ee3b07355b8bd0bdc GIT binary patch literal 1892 zcmZ`)O>7%Q6rR~1uh;P=&5zPZDP%=Tf|25-w51Yi3m8g@C~XzDhx)SGcqj2D`=^<8 z+(Zskhy#@n6(=}w=oPgGjzCY%sS=k|snlu(QYF*_x0D10!i6{MU57?xqRh;j_vY<4 z?|tw2XH6?07=NqZlP_h2e&a$m^66%)0h_OpjcUlow&3C#hE;S0PppZUpGmId$u&9I z%Wlq7YKoVyR(+B9 z_Sqm>sRGYIQ4eErkGn5829?5`AcX7OL zIWDom*(h!L0M2YVQNv`RlL#JMwdM(^wM)bc-*YIbM*&@q)maY8B>qyY%yyu~iVe?n zTo&gjiJH`}i)p<1qQF0wx8^X9eFSr7@C@7*ZwVb~Rcwn3={~dI>#Ed7#}P&m+Tienn zU4KS>$fR_`tjy%mOQyP0#XyQ1;6BMM^@8 zcCe(?@k+Q1bX@?7m7~COOF+B65Xc1=%#>T_ODg4M97~}UH7L(|+|Rl+H#;Pb^)T^H z%nXVNg=Tg*+iDQvQqCiqDP+9 zbRB;#F!`xWc&#yxlE;vb-6f+Dc*I~WVnxQh6Q$2&Mit&i&N*{r>T(Djf>2`#YRYh( zStDGI8i9YbeB^b5IT4vkBf*T&2@TWn!PvK4BM8%u!i?m7Mh3AQF30_8!`TZ2Jp{No zP1#Q{T|?Ww=-}b?(wp}#Js6(3cH!~hOAiMp?+;F1JNH-}c#2fHinsGS@D`2xWDOX-oN`0|nns!h(O*#bb;!y}~*@O((0fq3TSuz{YbQ$H{D?XT5WWg_Y zyC9XgcH~(txmqV-($4=ww-=wafp+h*@*aabls@!4qX;@MXIQ5IMEJExlKCClf^Q=_ z3e#@>B-CKjC8y~Gh`d3vvoJw8F@7pwEN$fwE<8b}pP*wqf{2Ab^9WDlU(p+zxnX?l cQQz36$k$ij?yMi4Pu9nBep`lf`Z75C7yQ8rQUCw| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60876bf6455d73e5b87e66124a53c1324643cc5b GIT binary patch literal 1926 zcmZ`)Uu+ab7@yg{ch}ptv{)L7b|ba*jJ*XxNJv3FMGz4P2Z`LvX76^|+p_;Mv)7}| zRfzFH5)&%{RaK zzTbTNi>4J2w14t9$cl{6?_9`QE}g73Ve$>KQ4QJH7F=AzFp93=i8T@PHOZAcxh5xb z*;PEXrh2(rE|C>C?-go=WUjh>Ua?k$d5*|-o``mVXm%gbW^;D&3#rz>D3r9Ny`PZC zvaQI{=ZH_J6*+;gyTP2(&}Rdxv!F#AM7JFlQK#PGT2?On!NHy=;drFda$LJ&HO>>? zJ{kn)-?v)N*rZk}OXa?j+566d= z;}RR3jnS45;LNrYHBA;eiQvIjYmR_gJ43wi1Ba4E6wt*uU+17q;xEK%y$dZ?ZMdf6 zvRI)cYEi!-rt#*33V$xI&0-$=2>Nd08MrQ96S~r}*b(Q`d1k@KWvPSSMi@nq({8h+ zYpIWAxr67q|L0mq&Mf%OJOZoyb0#2mp7>Gn$X56-Lj!qzPLBFB4=+MFza`T?89UO& zp1&&EiK2v`Tt9*6(6Sn7nQce7-b36`KNoCeS^Z3H<2Je=og4~dSG(&ab;(T=O>{4#V2e5a9EgpkpA@%2-OPwD&i?J5@vI<(VC z9+@6BNk&~T>$$QsI+PRZr2#Ln3H7HlgEPQK>Ad6H@!*^r)Pa?Yrf2y;D0}J6Q3gheHBJg$|xK@q=&n*G}20~yN>@-u7ohaogf6uWLT2Yho^v7FRkMCxe z&GF7KIfj@SCKFzqnUXg>mvT-~g?kVJ7EAMicU;E{1{33Dqa;tt%@IvPu?Ftc4z$9t(m*y zpMG83khyMSAaS!D75lI3zr6p-%;lMHi&x#deS2<8d;VTm(N^P6gkk%yBjq33_ePG~ zI(vKY^uMbjU)$VJ6aUF6n_X9{39e1{4qV~8mn&1^kGL`>|Fq@3gVIec2lCB>`O2ue zqG*+2b!AxQ^HC8@R>tJYM1DnA!DeMjuIy4v1F>qFcF-_Qx)t2TV-WDN33;&t3b9Oc zXEvcMGs^2*ye+ZFQc~{KNh)#e=(AdKp+Ul=;6FveSDv+j4}#0ePpIAH`i>VFMNp$T z@47ETgzrg`(C^V2oQ>!hbep*uc%?0u9HNsT@)F99LI>f*__2Vow5A|jc!Ul;LVGs^ r5et9i5I%x`L;F^hQM~uT!1$`j$2Z>Xjvt>$#)oolU50h~8aVq8Qot5_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..017c3c51af123f83cbe8c17518f77bd4b58584ac GIT binary patch literal 3077 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 Gpy6La+YO%p literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e48a45d84cd0147c07ffe93abbc65cd2c6a2d1b GIT binary patch literal 3941 zcmb_fU2Gf25#HnRj(5jjiKPA7Gv#>N7i`l+*fBqa+; z(T6T|do#DQv%9nN&5V8@4r>V7ztzY1%OFC3V@$h6Tf~bmfVhhcWC$jj^4`Lf4|ty` zmi<%yvNR&))zP~Grd z!R=WQBM!6T^Fk`|Ior-;%IEqgiqv+MYgM~wRdQxZa6?uVSF*HPtW+=oUN7fv;4H;< zt!i7ANwd=iOv%p8Vr*t}q(DJSG@mogEUisfiIvBcy73u{lyi1AZ_OTC-i5z!IdA_j#7$y$C&fUi<;NyU1=?5g`Y)ExO<{1jly|ZtP=mL39Kfa706_ zhY&o4(6_vamA+R^;d#c zPqe>#COofCS`}PBwD;?eY82~7kKV*&+5*b9bUJIzy+gO9#jHF7p4nVYzBGh-H~Gu3%})~bx9 zkDtiUqK%J&&WgOs@xzFJAg%)?*_Z%E*$x z8AGAi;??aa(qd24!3}kAQyuzc;aBDRV?Bs@Wa>@TZ7+t*j0``Mksgf&W>MAxaSF=WuxPJB_ zzuTV~&5`m$z{uAi1yDmz8$yZ6?P*TOZxJ1inOVncd2WKZc~onAVXqNy1kq02oQVm z2RugU_AJ(`IeV62iP7B60Kc4Jw`7qVnb)}w>TqG;-WHip*N;zdPizfXGp&gX>>mu0 z1wBsy6WGuzmOfK7F->cepR<@(pZXssmMsDRpUqWthy+|mTDt<8xC7~<`B}@N5K>@- zP&;*A|6oBQ%-ku}m8nHwZCCan!ZAUZx!k~9j#OZlD}o}|XHnPB4)6L)R?q-3LJ>>mf4B4b(~{OeGm+!tl_0&;by;Q8>PG>KET% zy!@wNtPy?tN#yEA=M#ndl@g?!861g2&j;zovWnUv2 z|16*_o%(rw<*lFnr0EyJnSW@p<&l-dN^Miy-wYr%)KsARFFHO8hHsx)K6CrR@`Y7p zZTNw3e{?f=c-?=P^uqq!FwctF>U@^lL!(xWb1XQk3i%{0A8VW;(LppMKHDL$fm)ez+=JonX(g<&g;XpzR%0AdRtiE zRpY_3akiqEpEKM*t1fgUOo&D5Z(PYibTPb>zrOe|olHqz8yiwV!knKlzwn}rWZ>yq zfiPEf)yuc?m?HXio8=2++oEr-^V z#~u%FDQBC0P3?P{JlKd0H1?lwB;IWFeFGHrM3$~>_n@x$UG0vxdTKK^xFkJI9&2>> zHj)F4u4JQssIhNwJ1F;POB$>g8+e%k_5WgPe7T)KvHmZRsP;8N@!ONjldEU8LPJkO z-M1%}C)WGV{3fv#y4Z;KzT5}Wd|S-~2)}xnZ1b-uGur*$@zdgOqi>z{eWHv2`N`R1 z<73jNqXN*Mo)8#4CNlc8H2&>CDnVi}$qiUE&0{>jMA@E)yC@JAy9f(Z?f{f>=}sw^ z&YQ(_%h@RR68GTi0yVp6()8~COBhzUSGjL~rD*5h6YgYQsjEUZn((S!C7WewGMn}M zQKUBUk|0Y;{FZ->c--f%@JhK*wv3vIFOqQ>hnS7%KcQ=if*|}EMd0rl8vHvN`wM#K z8M^jd9a!ppq7H1R1FL5@)q{(2Q|=OCjqaWmdMDKsfqtIoZA$QN%1BmU1Q<2iCmd-6 zqbuU_xuyv8^GH`yf;Wf+Bh3J#6cq2}Dpba4DB0HxGAe}R$Ws2N@4pB$?(|_{prM7E zBD|l+dzuowK}lDl8DNxxlKrdkJKt@pjDza8Z&kc=t{G$;l&;Zcm{F0I%Izp{+!Fr* DSv%^} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..6621549 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class BuildTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Generator[None, None, None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/check.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..2610459 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + warn_legacy_versions_and_specifiers(package_set) + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected + + +def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: + for project_name, package_details in package_set.items(): + if isinstance(package_details.version, LegacyVersion): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard version number." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming version number" + ), + issue=12063, + gone_in="23.3", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="23.3", + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/freeze.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + dist_version = dist.version + if isinstance(dist_version, Version): + return f"{dist.raw_name}=={dist_version}" + return f"{dist.raw_name}==={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..662b830be63cf74d9ddcff98f898bd04e73628f0 GIT binary patch literal 278 zcmXv}F-`+95VS)CAyWR}HWIlNq>WNiAsR$OW0~`ES#WI2UINEQcmo~(;0LsPAWAAy z;SEpm6dwPsz5huzU7D2ErLABQS*t&w3L#Js98i-Y5pn2pm^$`kFzpJIF&F^VC4lIo_EYn_^B5S7%Ag6f$>8KdGpDv=4V zOzK_*W)*Oa=w2Q0geR{wyva}1&g4LDO>MlfK)Q}Qu!!d;&T>F3KV*p$1Ww{dp%v4} zC5*jf`EAm+t}>GJ<90l-JhDcDD8AY*{w3nM+>*KRZY=)d1l(96ANEP;l9t5lZ}$Db zdplh7X%zNIn1HS5haMmtL|xF1^_=SjXD2676fitK8#}biV7=x-G??|5$FcBgH;9&< z07scW#`Tzz75@fTSEC-`l|CaFCdJH82v;-0Q@{Eb3F2V9%$-O(HtrI)!`F(9KhikO{zmsla^9LEJ$J$b4KA)#~Hdz*!Rda`J|91+7bm?E@{hxAct<-pLtZIhII}(-j;!;7c#^ zfEtStODw2ZU(}cZBCwgUxnz|_{qAbff{{elL7Cf`Y2(Cu{V?>yZocv#YFR50wa&1X zM#X)3HH`AAx>2~|cd2MgS`wlRVxt)kl2zdAVS)lL%Wl-`IiUx9b3pT>7zo_Wp%m)Qf+V zo*x<0qvn}W^Ten&J*rHMj-1-56w3O|w{|8`vGK*RZKP|}QRT=s(#+~_<=IiaF?#lu zQDg4!f?BCQQNa2{fi0=n_e2IY6+3qijJxbP@cykbe^U9bHb1RBPz`_&rnULw=7X7n zz$dl&7YnT^UclIkT#R`^6bneg^<)skmkPpD6$EcWYTEm$Y45i)6+Omh|G(N#{D8H` zhh_EVr=PatfTcJ)FyjY5{?x7e?@~q`ZgxqskWzoRpMq6=H-+!k8gLa#nFXFhNK zYR>#*&fLBDvw8Zap6ZrVeb_j5cj>FeR0Evqs4{(f>DFRe5SoEXQ@79GnoCWg6;b1v xv?Nd&m8xk)pekxK)0#kaRGUgC1e!#3E1eRkfvi*Mv_MCYUfgK{qAx&{{{lKr^br66 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69c138f9cbcfac5b5139ae14fc99fccef202be3a GIT binary patch literal 34025 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 PqY$<3UM@oHT;u-*>(dLd literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..bebe24e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,46 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + *, + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..a8cd133 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,740 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/operations/prepare.py b/venv/lib64/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..cb121bc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,743 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + is_installable_dir, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with build_tracker.track(req): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.info( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + req.local_file_path = filepath + # TODO: This needs fixing for sdists + # This is an emergency fix for #11847, which reports that + # distributions get downloaded twice when metadata is loaded + # from a PEP 658 standalone metadata file. Setting _downloaded + # fixes this for wheels, but breaks the sdist case (tests + # test_download_metadata). As PyPI is currently only serving + # metadata for wheels, this is not an immediate issue. + # Fixing the problem properly looks like it will require a + # complete refactoring of the `prepare_linked_requirements_more` + # logic, and I haven't a clue where to start on that, so for now + # I have fixed the issue *just* for wheels. + if req.is_wheel: + self._downloaded[req.link.url] = filepath + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/pyproject.py b/venv/lib64/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..eb8e12b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +import collections +import logging +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ce89d3909d1f8ff25c8a789d57463ff4aa3f867 GIT binary patch literal 3753 zcmahLTWk~A_0G%o_z^#1hmbg62-##367vwtyA%mnppcaa{a9j~e#*AmYcgBRI zjv668LLUOOQiHTwsgEBJTNU-IpL8Em)&AH76l<1MS+y&5)gOl-(WO5IvMg*Ey1kGOzWC9ND(SpTLCgjjwt*sc&gc&q}6yI-{ zOoT<4DQtHYSZi_Y9_TWeD@%;V5zV3i=|uoowAD9<`PqcC}n zQh8npUE?zy>tx%o2PYhp5%-7t19LON{MTbp`8|tQiwuQ~RJR zR>~3+%LHUqf{QR}(%v(=X=OF-!df@&l4n(&EH&){Hp`l2^Ln<3 zZ4bd#ndqar*3mc{P@02pCFX2XVJb*=1}K^at4HrLBm%U=+PsOiyu+AuS}OHYO-~v{ zoHnO$)=E#PR*4t|oU_dISSg#s=hQqN{$WYUT9~B4$jfO>9Z#30tw}@QJF;Sz?5zri}$2;fw zUx+Kfpj<0LDeai+n7kbrxI18S!5MfJeZVU0huj#FxY3!;Z*Mt3eR}jIBN2KRC5FVI zG3h=jk^oEA9b+h7VMI2goKEfkTD0=ytMf z`(?RkC}oY(L0NvUoYh(*oM{n4?I&G;?jmQdqY4SrUW({O<~BgrP=jTJ&9}!I2%2AA zT%k?F!w3g&_dW;uU~@K|V+Y|VRs)_yq3acQ(m?HnZzT`t2Z#ZeR?rFbBZ%8srow!e zYfb-I>UQP>^dWl>W>L8M8rceyXMf2oFbw+nAP*7wJ8p`R*wL9jRll6oR3&8@!{d0k zb(^q~TBq%yRP%6Hl7bytc(g z>6}q4sT$7tU~v~{VsV1{FJRyTvQ`7WKn>mimf&_&kej^ScGg$%k-e73l_=2Lv;h=G zVGDG}4N&nFLL0h(bx+vc!7UB6w9JYYjWGvYxqT2ruo4Zl4d6;Zbp0Bkcfqn*|7@TV zDA44!0mza6V*^)NEm916jTV6dy)hd=;Xe{wTV{ibhyK=V(pkkb8x#>}MKA9Lfc(l< zxC&npDxQk>Bkw(LQ-DD~36dU|)45>+uq0Xu7P`OP?|Oqlu$x$**Lnk3G>{ztTU!y~ zws4<*%frl#`d7p;xX!yFl})h>dI!z|Bqy(M@1QBB7gSs!Wfrv|m?JWt|ouVCXt-9g>_yX129N989ovE45Y&ejsm9)K3vD z?L?wz5ReqJ1FfB)beneIZK7a;l@n^ta#E7*fyc-MhUbf_=M9@L7^-gbm+-VnXezJ; z$PY!+j+m21SyLdTwbZf2Rn2U#+ZSySvRTgMFb0>{9!M-j)w0EtS8~|NQ?`$Q>Eqxe z+mkJou&y{|L<%_xmF%FZ|4*B2KRCeMQfv{hl@C&}Q_}3fx_oW7uPTZaxsCJo zrO*&qg=SHs-Gm~lfT=)u&!OjAP^@PuI#7!aJd%z*2rf$J7o($dXTS7DpZMBt1g;0_ z!E`+sxpC(DnVW?LwJ1=zA17{v@&W{dboU6CGpfgZq{S zkJSc`{rO^b@Yv$ug=)P21xH7q;8N^C{X^AAZ-bA9cGn}_OOf7Mq_-a5Uf)KPqRPi#>|5LaKj5i&&ojh_I=*awOFbitnjM5)BcCU%u#Hx5i8JD0ur%spH(qPVVF0_7f@Z$8QFJ{)Fv3v6KI#>oCxt zri2qx;L|=YrFTjv6W-4fRQ|J0;pBF&w3!UU8n%}PGh7?nV@;Q!CA54IS}+MMPlQ$= zLerz&4KKry)tBK&*-|xgq&2%4`A#_Hp(Zxp)-4i=bFA96vzpjh3lHD1?q95i57vZ3D*_BRBKw)d zx*5PdjVEu9-8$b8fQE1jwBOu&eYoMJoX_P%%K1?!adYhY`9^?pLDapq5u#KZigz}` bl!~B8yb+~T40-%jf3ha@JZ}fyamIfEe-48L literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92b88e64b07995546ccc7b5b634a6c9eca768f36 GIT binary patch literal 18861 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03472ef29c08fb0877d20e00625fd779c97b5e17 GIT binary patch literal 21248 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 I&RB*23*ufZ*8l(j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..112d56599638c859bd0aa0b1771a2424719d9991 GIT binary patch literal 35943 zcmd75d30M>nkV+K5i1Fh;J!X?B0+J{LM@a@$`YwvqFq|N&}G9A0ZE_$g7qFKi7;6u z*El_-#vO^(oe_1a>WJ$09LrNNKcexQzL& zk@9H8a0T<*B9+mq;VS00!(TmI!~Bj&ZM1H5O&_cQJoqWLtFm@OI`e zitLE)9Nx+N-bif;rgqhI#nqU~|Y8 z+!87Xy;OnpU`y!xNPXpkE!c`we@<#+&~PCy=tIh@lLlYg@2JWlpFzrdE)bari9VZT zIxsdVIR;{pNN6M;j*Us?!SG02vK@{IVVs6lRI`9 zzl9e=W0>!F$R7>G1HnK%fJii{M23RlIK7PQR8LqQo?lHwiF`GVbq2HLjl=>$|M=v% z5F16${qa~dB6*{M%b~2u@j(0%3VZN6=g#5xB!O%E{jE)77BkyQHyo6PgC-DQZ zu?yjg6GAAc|E45&K)mdyn*E_`m@83ooX6Xo7{?3=k_*!}9tljc43h0qI2iIz2ob3m z^##z)zy!)&5Moh^MZ*p;a3O?>;sVV}l`t`eiSb_zBbPWHW`Sr(6ayDS7<2yFP;^|L zWV|UUA9FvBM*Ww=V?hzc%c*#H?4o~SEQngLkm3`82;Mc)Ojkz45!xi`!z-S(|Heds zJH!#N2B0T5L^LY-R9xuogY4%9)C5li>uKzvTI6d$zPfdzYQ#wSU=!Y%3~VW<6(F_+@%6!z4AeH@mjG*HuuYjo zb8sudOl8;$A9C#u_M`NE{5_37c?J)l)E>;NvVz#^GY1bMcCWgdBTm3y* zZ*@Q`HK_RxX}-hg0lkSM)D!g76FiDO?3*aO8hGakLNVOHxb8($cr(+ z-b(-seEd=%&PM~2{P_^CfW%Oc$3YSj_}ExGOS%-eLWvh*LX;gathT`U*hHKM@D)OQ zJjP!L#YZlowh%9bBB3jRu{b>1`N#*xf_xw%#`uxgSUiA+_(<$xc!WottTv@-xkn*h z41|N(^n4Yx^F_78YYPfk9z67KpHioW11qkh71Rr^xArBjpL9_=GSvqGHWfMCRcS zAedX*W+p&9Wq7?TuHa1^LU9FO;y4v^60OG(uY#T*8>S3XoL|c|WkiVTW6zWmA=Imc zObA)DPys^JI(vc~LewAjOmU+O=U2n>ukg~8Su`H!(589Rvp$VN!ijj18arC7`ZB+x zWf{Nf`;HQ{>vA5nU6~Vw;JeD4slV$+W4_)vWf1D845QT>OA00NIyF{5hg#>fdCGi^ zW?LIO{Do>+HiO#uS;)ICO`8$SF0ZC!eueG&@wzizwMkx`nL!^jExQEUlnXH>YP)0m zFf%@kTjzKishsHLXd>YV(<_@>*89MkS~wYuY7YF>4vW~WbC zt{0$P7uwyX=F9v}Tc#|?t-X6Tm)gjJ^aiTb+$>Fdt1MKbrcK!dtS0<5+*TtP8cMA=ax_HN

  1. &;d*Z4$F>U^9M|d&f9**w-#O!XksIAYKH#DNg7kr=J`KhW3+>K_G`1 zn-E4q3|X~?0qB6nOU9TenF*zpY-0fX%x4Xp7n#RSS!8_H1f*4<*%h9KBjv}0@Wn7l zCqDy^n zIE6$|T0#H$Ny#H#icLgVru6x;xrB^ypg&|^qo zka+;j2(&{ayIcz}W~oReSEx>zG?I!kEI{Q0EC`! zkg6{oLw7`fG$vp^Sr^y=>+?uvF%-Fw_0rh;dYbx0bHGXqted~b8Do)8JpxgL2V_6r zM7l2Fc@Yj&tK6(n3Pl70g0cBz(SWd@_D1Hny{K z`;IO#91nFM=Vj0%V%KtxAJ_szZ=eV=&CW>2Ku-kVc5rdAr7-fp?ql4{tIY}oN( z-k$gOzqkK`?!WB+uzz{y>E(tqx6FU+UbS&9&rI)~frWv$kNnAz&%9;xrn}ZV)<5c- z8BF^+mTVoU-+pWGaq*T_2iMa_?KY#(&OPL-T+QRUc9O3;jV|=u=$S9RTXCl%RnhjS zqAlIn@^;U?o>b%RWaI9c!N)HCH_pOzB|kIxhbKPC_oVmr{i^MkZGT;PXtCsH`xZhU zSG7N?JVc3~Ro48pd1mm<6KQAB%>FxKy0qf<=-lYck#t!ty5mBta!)GYtKUNH*F4$F z=A`<`_FWXN{mr)iJ7XUlB!AT>?R)Q>e0ZMx73n(682bC9yarX}V<@#-DWdX;Jhv-b z_b+cffTV&|7q??KCDox7xpwkxXX9;v?||Wufzqq+9;%vA#Er<7_8IfXw#L8z;`%ak50+9yMyx@E)}#fUT2p4a?Bau@ScwaMJ44 zHEkNJ)KAgFDb}z={j-I_!u8C(v;& zpUDLBBs*gR(Glx23jvBThytyAmPe!oOt4!Rp(Lx{kA?tAD>wENkd&qUx5y~2!MV;6 z0NQ(F?~2EJYw-5bxubuSKXZU!;pC0Uw5RaaaH?cWvSiESmZu&L{_5B-kNxV@FHbGE z9A7Ruk@TFHGoVp8vZY=5x4P$Tw-QT* z4M|r6tLf(c8~az>74uDZyY6&7*!kGqm2Thmi)Y?>X3p`Xrv9$~jz3kiJ6W@Pxn}Pz z$0zOz>iyOE#C+s_{ZdJL($jv+kal}!Y&2|6AE;bG3Ir2|(QJ@I+3{dWX@rv;L#`h1 zh-+YDN+UH;S|#K%g}HYXFoh*%97@#mzBbLr&J&Mv9~K&~l9YX~)eF=8K8p}WQOWN2 zk3<5Z==am1N$g|4U$}%6fiQu03~YUfGyr8iAQun_S`hk2tDN`<1;kD`SP|~dlzUgw zy({hV+#H%6O1T=7uEw{{+%Nvq7Z=U%=f9V~W-@vltDMp95XMkMe=`39DgV%Po6Dk5 zwduHF%0TE@lLj*kGo}lGyKmSssi0n!modm`dle9FRHIGNjPhWTH5yfo!z^d;UPmFcML*QWt`AeY)*aF0%;KB1IUIGt1CLU^MQNhsp ziHksWFLrL2mYry5?I@i8%5Z`+u;c4x5H8c;rs}RZ!z{ojQ8sF4{;}bzyuT8V{0f7cvA3l?0?A#`q1M#>ZImjihKKR14)Oh|ngAw1@dx@=nZCvP2 z?9hP{GI)Xr07L2QWhl7V->H>ZK~-WSoWJ|`+}~a29(m3_4Bo0p71k#U>ld2tI~Kc> zt$S02JxR~mzh}VdAJjD%64kx0(Q3_F;;+5N=52aUs3*+Sc0FGoHjfKZlcxa)5qVO7}UW22;#HVGL=*k{ZqV79}oT3WO!NK4@ zD*?p$qv09Hil_8eV%gI$WBIM;>|b2?=-j`EKK7iQv83G{DR+0$-JLEhxm`O~n<{Kg z7Ph8~N^kq-eDjBviyBrfoM+b>XQC}*(%Uk$!0Gj{wXqpebKNkx3A&>Pm(BnZ4Ec;Q zosdA?f&eEAEC>{tDASnka^Ilhf>Pwl(yY;~7r)F^VXgS+a|&IC;aCzJY9sYQ1?^i+qI~BH`ciEMqID z-1SL!{gSPI<7TE;%{DW!!#3-2&@e$5vN5p-vR!cbLA_iGi`guC{%Qbn1*HdI_KSRg zml-Aexzi^*>EL=64djkSvV-L$=hGdNmiqT7EE4qqra&I&DV9fczj(<_WcbEm5#qpx zMG$baVNDzKP>`VEax2GOGYC9jk%oX|pi&0DsEC9v@?pHfVaiO2H%>DaKgmki%pKzc zQJ#r%gCsc#jPapskOcErWZi&HhXY7HdkzElKw5M>0<42%HY%&7uWx(j4jwN+uI8zA ziTz62SS&8fO{lKl(ZcMfcm0jAukRaEUtb?kO+zU9{bRO^vs>yeN8mRes}vc14wuH=!qSio|jlR+5T2#rR4%xH2X2{fyXIUePjk}Kyl{2V zvb1G)%CqNl6H*n#ucgg!R_&!JFgB?y9N{+VVk_oVg-Xd^*M$WCU7fU2k4Sg=$HN$EFWo!RzEZI%rXY ztK6Yf5sd{yPpS2(n~woiaH->b>;fOqfCQi`AB^#Aw`-AvWS@`4BC_-`2Pu?1XvUu{ zHBB_?yolUPUV0ZY1pd+k2z+ZWRot8`ZeDh8S+Z@BH)%m!m=NO%4;Uh0-7VUWiZ+AD zdb>o$%81Rx*g>?}a~`mRTJ#A+p#t$b#38H6ky8zVsEGgvF^UdMne^Cb!mcUfsC#2c zC~G}ut=FUS$_B>^rNxep*jPy9L(%i0 zAcQHz2$Kc>n!I1+Nkr66ixOG{AyI2e75ktRSQp!I?1!Nl zAxo+Fv5DZt5Jncmk&eUvYCs6`40Z$}7h@RD^P#Mot_CJW{+ZL5kBABj;xX_dfPS^} zA&6r#^TOUs)(hK*l>jVb{chaHYsgznPNHJ+V&GdFF|xkS&Q71wmevuPqulpK?^_o1 zgyQXl?46(F$7ACYr1!vNf33a@8Z+c`GB_leM`GiXj5jL0i8Ujxt`fUMw{GtWx<@{cRb>EAU@@7 zPI{YX2cLM$W(GfTy1`pL_LF02S6RwM49$h^xBKt)FYZ`&?M}J+lCHjo!C!@c8Gh_K zy5cUmb$Qv{uw-l4ctmNq%-^A7n*mBN3bK(`T`cEajE(v8qR0RA;)WULA%Gnpbg(I@KTO7%re@%+^7S0O7h_B0Jt$S6`ZK@UZZYHNZ=5ni zK4i+s#`I)R>MGXLY=SJzG;NNTs`cy5%P4VubDj)wDQ=Bds)?h-rOSCBaWklM0z^U6 zq#7kcKIh5Qik#oxr}~_t2tuDsk!BY$xQ0Yl1Enai%f!G8H0L3P%`)vB?AIDR>UXMlrZ>a@i0z>6X>UuCvOYk7YGQ8 zaD0UVQD`hx1_z{sBy58t*-sz(p8w#vVz15b*%8)~^tPnD?T@_eNmqMzOw!xFgcyx8{H2X++P+fKkb<18r2SzW1Xoi5(_CP* zR?4f?B$oq?P|Ii@wLM-W6BD%@eaH=IxJN4J%bO zclX@cbGP?S?|u8?-sP&^C0qIDd0cJl+}Zo*h__IkF04;`YgP(XR((zVmv)QC@wJ0< zx@VhKoff-$eO(2k+0+dR(xZV`J#fd$Wwy*Z1puA8f=q{A1xs;_ zR#7*-08M1c69hRBuDd?O)UccWO_v0WeH$tcf;QP^{wx z1}>2Puwv6eyH(Yl>Kqb0Xi>OH&Mk88z>&;DkVg1yY=>e~DRv>kQOdwXbxw)CfY1jN0s9R&6F1hQHwmK4ukU+%U znzWIa`{s{kf3)OoOWNAL%;Q|8e;i#HeEZbBQ;WW2Q}1$V-+y=YvGWLoMY9K=6qe2$ z{LEXM#`--nd*n%R`R!A4rxvy(i+$(g_HB(-G!J5fd?3gkCp>5+5 z)lT&<(8up)U<75+A_hed7K-9yqHdislM*~^QGW)*cboC`c8AHj(ckYnnSk~7E_ zLOhAUkgJnF9KOa+LJN{_3|+j~hjJH$z(raxVkclaI~+bllkx#VXsYlKj${S-M%Fb< z!BSy)N%?A14CJp{kL8r#9~<*W!y@B@p)AXl*s254H_QA7v_1o9|2nr)?gN1Bc&FoG zUb1cfa{1FU`76%q`LlOlxbwo@m+!p1?A&^P`jNBuiK_@})b74nFk7%{H0IZXj|Mr* zv00ER6(s(L@5_9v-2s?gTsJ?x?1f&Nvi6v+ykFLr2X}ZKM@L(V{{ema{RkC08|m3Z zurDXBbH8mtf+J*9Y#^$dwt&ZBZVB7YSKmyn4gz;a2QA$2`|F3A}2OkwxOWRgi^57H*v2h^`Hbi7HBmDqc34={& z*phJycwb^-==m_XD#V{s`cFh9aW!bA^Q6`aX4psoA)c5=lsN)5R~`nAour`!&=LY* zA>&XgDO|uS^m$|mQ4T-QSF*0mGM!}jr7Ur=VJesvjAT_$wCAXdGd#w28Z|FGj~HP) zs|wK+1=VO-(N>`4B-w<(RR%s}9Wl}iQn@34Md|qrXC)Xz-H?iuru>Xg7!Sk7GKXE_ zW}3?W@CC(=G0~s{mU8mkCTK)_3gDOyD9fr!1g@f$@~-9b?WyvE$?}8HtKIwI-oNbo zuy48ido%f;06TLPkvbOuRjQ^dS<{uO*_*7{3viTj)hAu`>GEpmQ`GiApQ6^WWUKrf z$YDd8Zz627hKhT68D)iX*sZ~ji+w949gj=87Eh(RPe1BDy;8Y#)o7^Nlio9!+H)$o z=hV{fA;@{3G1R7Ox29^lleOJTHM>?V#)>^_CUaHkDrYV!g=osxam)O%r+L-Q?K)#v zD(PA+0-yWl^o{9sYx^zpW2EG9%|6Og|DYl3N$93%1U&KdhZr&pMGhi4 zWs;T1N*N7)8a}B6+8i3;iz$?`lnt|7F)>D<0tONp+YZ@cA>gyEUlXMkqBc<04OHOKFF|Dxxep48Uk$*sp9)ja#r`ES!3G@~{~VEq9+ zn{E!raZJq=NBYF-f%)SsyEi>vlAac~{_B8Jk+Q|W7iFBrp>K+Yz*1y(FvM73SYpD4 zGiYKQW()6F|bDU5=&9d@I^9OSY$$8oC$H zE*@UupL%S2YQwqRx#JVH^1iX^m___#ke;kp9LgFICg z8=#kL_RwefnKT4#+2JX}_wk0Njnm-ag5znPHtbzHsCe)oG@UPibsx^~{cgpg> zuJ#-?X%sUMX-D7yI&l(LS1{~Tdrh76I++wTOR9H(u~lFx2OByv-6jnzSYe09AZjHc zA@l+Wh0Uk~gDJx-kqJe8_RzCD%#$6A!3amu3Z$B#HmlT@vBrWF5LVykLy$6JS9L;D zg9i^L9v*>=58_9(qt%qLea z>d+9B&Jx)W30(|~O!BQVuo$28fshD7h6*G+3&Bsc4luiK>MXPSW|GWW944y6rRZ_8tqB{E1}qF&Q}b`h_k^5FuGfTFp;V&1}(JE7mzxZF`!>sD&}(GUDjx!RJhwzSKeu4o2_w+?Kxk8M>OA(e&>)?zrDL2lu7 z>|q@QT!_i-iYYW}TYl-fRG)u;=g2ta~ z%-tUwCQa%;pEcSaep6K<8T8sQ@4)We2bfYpfKg)M!&q%3z&z3lY=j0o**#zcJ z60~mZ%w9+aI5Sv#8QMb1BO_|uH1&j{e@hM#R~t}_TJ<^$P4(O_24KWHDH}E?w(HeW4fqvzI%QPNcsAs(D^nO9y5TI?u9ZS_~~FKl6 z4@ZQ(h$q%{&Z9ysp)~^ykdw5LD)A}^| zxZEGPPkM||)S$!m#8}MlDo{OpEXb|%Ud2Mh*JoN%ed>(D{KJDBjcR=6Htd|$!wdF2QuVR@Qj50b+yT8O*J?yC?O6sw~ktLOXVqjxKn zYj?=0WAV$KmmwTOqgY#iK}9~IA~mqE3<PL~1C(8lio3EQ=4Wk#>Dq?7V|T{V)qJYDD_Px@u5SF&YTjBz zyvmj@UEJ2*@5<4#KV4aSxARUXGNx*`C2O~(tLjo!J;|z`bVbeGnmaY=^13gbc`Z!z z-zc+4iH}IA81ZgDb~QdBzc1;6*naC1n=54_G3m#)_Knb%AS6MPwQ)G>>BkInOsvDc zp^!vWJ-p;P3?iS58dY0ZFml>-VSO8#BP$kcrdq1E;e>5W z0YGQz=;gj*5X!$>%>Zfw%F;J*>(ml7MFPyX@<5$WLx`|6)#$8WbqP~H-&Oia^}+;5 z_#crk(L(pt$oApQVmnh3SCDo>%9V2iIt7WR&dA(kAo9>BAbKN{sOf|=y>+686xy9s z4v-y+Fh|iC12D2g@dgDSlJl>~`6W4RaMTlu`j&k{311^3v2Ej~>HO9M?Q& z0A`)3oKGEd9SinkQQM4F(FRL7YaTgk7FrgI-!Ff!JhgowiT@1)q_Kso1k#=!;PYuu z*;iI`egRIMd@m_-r9G!sJfxn0OB|Lx9Y{y6uk4om0tWXa2N+D40Wt?%r^l*M?$4rY zo58^AbQ_2U1(8vC@G6Z{CTNc;X*d_uB$(HO17~6!xNMXwpojvfBZO`N)yYD%7$wUD z!Xu=MNDzhYn~Dhm0kNoFi&YS|~>Q@9V4K|*=09c>_FrKagT!p~Ol|A47hWzrnrOeRN;=vh^D#70q( zG4$lyR2|pnjMB;_gFN6?wIqh#Kf8a)*}zbky~*0WX)vFvn$vvOs+FsQRM}hy?Bx%i z0SV}8+<53}3+}JK4K~(il;ibSLyQ2_K|9oAkKhWHtW8^unn#1WI;FKVEqBJF#|#e| zFSlaeNo7lehYfMh4{!inDD(#0~Dh z0J}CC5_V94U9+unjF!rmyJbrajLxuFahLON)uwTjqP2lH`r)ByK#*93Y@$ zdS-i4&Z?xdYW~V2XEXHCR!S>UrQ4FF+i-$ZyjPLhejvI1z;fxq87H)OJyno3E!FN= z?0&!Jy`J~`-s@ZJTB<(y*miKGq-H*NH+(02H+mJ)=Fi>zclIwj zJ_tZx@3Ja3`z~W$HF~6QPmpgM!X^3a{Zd{Y{S-dEaHwY>o6#*as-D zJ)7(Yopq_LX3{UK{|;=27)p9|&{D&LRc*|wLEG(eD!JIHnnoK`Ej3(7Z>J(BW`iEO z;#Aji5eI7qmQ9&KPMHJ$1ce;x*`{5x&Q8K?T_}EJLZHKo4kX!lPv)*-b7dWpS%)ro zx6yIp%!aTT=#JrN>}_BzRFao z^E#h(%|4Tm#l|9&S`G3@Fj)XUIt3J)KLxSK+~tlDX;skWnzF!6ww_>`Z0fB6IL@_< ziN-UR!{ac|zexBg&{Hs?F*8{TaiL)6P@?W|3|Gg)L=xBl<;@=5K0;L;8I?ET-(t1M zT5cMuiW>#!-smQzDA$`YT{MWz@B%~N1qG;#3#&#T<8#T(lD*nALWP9{eZas(+GuQL z$;J_OEsw6LmXNGRy#6muok!&AM0ITbA9eDR)oO-Se>NSFOKn{Z+>=JC@x? zXUw0ty$Tw;RQ2=+O@Hb85L}Ft;KHof3T`@QolC`#cs;iDepcI=swLdwVexWpKO|mh zTUE+NcbF{nE|xvE^`tZAeX@0mUB=je*hp3(7K_8P4$q~{%>dC`@X!Ti8I`4=G0Sht z_;LNX`3*Ddj1(ZCe^r^TZVV1kb^A^mj2vX#h75Rs%v%>V30jC0o?_B+4jc|~B3z>meQ1=Bg?a8M4aP#d5 z)LX~=iSW3rSKg;X0s4s@5fDZ$g|EopCCOX_kyHGi)7FWhC7k@Qf!#m1KkX^~S<&6H zJ7ssP?o=f`O|Srx84!mIuyVK+zjbM;w&&rNhm}k2!7nYw{6hvvc#F$_W|}|zQ|Ch9 zj(e%xx8!ZZ<*BF-I!tdF-?rYfzU{o{ynkldyPd_)oM0!nP>In2KwP4c9w+AnIX@(a zMz09N03gOZd-+?9kSN*9ABgPd z&v3sYLXe9q#!FC;n?JS?Uv}fB(@)&B^YMk}m)%gOCwvGxmh(Gjf3#4XbT=>Anq|U6 z+qr0hhyexxp2No3jM7y|00UV7;|@^Vzo|?2>hkFHQHY?K*k2knFlC_;4kY9}qdKU? zI@n?Uj`AAfk*OH=g?MrF2uoSqK#ShUvNUeAQfld7o;C{H7#_4T;>Q%U;hxgB5Vo`M zuDGV9qjy(m(4pIc@}7V=X^Q=$<#M01-ONZJ4;n?APS)m$IB^r%lgR=5$#3t8ORpzc zae3;vGo(#ivlP{pc$ufP8AAUm(Z77wzmj;p+P~2T)tC7V7N{*j$(5O0#GBRB(JiVk z^E+h@+T%@XcoZaP?gR4*x5{FhwoX~u#c#C!*`r5zj&4;`Gr!-l(mFCZRUdXhr|QrA zs-shXr)^npd0Qr*>YK8uIS09y?{eJtv1_O8(~fE9lmjtG5W=1Mqr{QOd2rXheaiO0 zqrS1}{H&Sm&dH46RDQ6K;F;RqbV0CasvvXQ{gidIN2gRl(5vnQTqSwT%uPAbucPP} zZsphQmpi9lp6{4jJt$zuR{)fKf_AK^mJpl8R;+?)5z^Z^#!2%3@jV3%cf zM&HI-g2h?8AOi)oJvwQ~y_)Y$pK{$^Nn-j8RNH{`%4eV~2n9JoSD9!`uq;&h9I3D| zo>+j<99ef^5V@a4urNd#NFKYP=T+j-sd-<`aMFg(ChV_Gcf2;;iDO#kD(@x69#Jps zK3HaH+{w3weN20;oo~JB3y(v^ul2kSTHO=l@CAJ5ae*HXk(D7V8Lmo(^O7MT)B}bd z7VwceF5w&`!(th|7aA$Xdk}>wVq%<7eh@p&qJWRsaliY&@IX_|0Wopx>Tq~`cQ-JM z%#lh5ahT)&qk*ZXCu}r(LBjp(WF{Zd6tw?C^5vY>?^7J@fBCj!jWQ4lQLRAIF>pRE zL5VRUnTaOA{mGN~_5di3xMal)(X>cb^y)BqT*Jqn^$#98eDc8ALxb|S2}WSgBb=fJ zNWv?buLdHQ1$?*<_!3GTqt6S#5(e6b^jQK~xOY{6H4Sb^mMqLCKwX0@#RF6cp^j34 z%-U7aB*~SHFJ(eRnvmk1I1c5UkYo>{Qu+G{4)oj)s&RZGE}0m@4@b@p4>5&B&_fuJ z?6oS9k`o?km7=9QRD!T%Q!`2~@~P<}NzE8Vl?z!1N+dtp_*x9mDwgtvGh0TA{y!GC54^BR;UT#0U+6e{g%0cbYaE(nV;0*BG%gla|QF$4_8eRB6y3JZ z+2`9K%2sn#Z&{dHuI|2NSMsM}3RKK5R4*5I(r?9b@m9#c3yZ#VaD`>Jopa9lllOfe zdvJ}b(u$X^>zFV4W7lsWKywv+R#JW2Kj%-o%F{0Qip!gF@ktk-E~|oSVX0%r0m*$q z`RAP1-nUXze7j|?B~{drENXab$J=}E?Rk6uz5R>bsh!_T?)=_zr4UDxsjXDjT!btK)eCDpJu*{~Oa^>l+T%{PKe-AG*O z#?o6S(DT}65}Dk8>EX^~NB?ro{#%FBTX)|&{J6L^U0j~PQRC?gF5nUcGbm?$n*B`$raESgz|w z8LG4?S=_Yn!u_d_i+ewJqpHtK(D|<|82FcMWJ(H3_}1~aT=&1f%rva!{6dqDjzy>Jlx>}sR;5};=2yjArmXY@A3fbHeDgQa5s+EU)n z#_@yf_E~U^2Mz^+F2E25$r(UVw(=nF->v%P^uMAYVOX-75X<=z1?f0B3olBr= z#)TKD#2Iqx$+<)hAw%-*S*OYO6da5xKz=qbHe5DvVh^w$3T%k1!!#C=R*QCIDCdRJ zBi-{tNi$*(ivJO1p$1;e72$|rhU4kNT3mBL|4S-vzdZMH+FJoz@*>Af9^eqN;L9ru z#c$XANzIC@F};2N()JT~ez^3#GwHG#6o5G<6?<{+#f-L*qGY5fA+>d;+KwjMj(+8J zK*mtYZ2|WH7l4qOI4EkEX3DaL6x|`(n6x#1W-C!UMoLHwdV4EYs-Z*iw(Xwnr>D}T zb?N$D>5lEcc;%nIax0G0?NOQUgW_~)Wva9_S=#zlq22CSE#?~V<&=+YwTwvjSq={k z4INfY8|kXcLCgb0o`(eCvZ;tC70j-16=q*r#V9SWJ54E zf_wVu1;}4zBG4wkR}c}L{3Rt)3KwX73k0YHVxb8^a-!sjXbL~+IBBWz6= zAcxou0=_!T3A@NQM$QO1-Kz66JmODL{TtlpMzh6+H&t1eu4_y;wWgbW>5AIb!XFqc z?TGH$ncnkM`tb2|6;8gUbZuk0rTvR~N_>)!+t-r$xU!vP&Ep_dI=8TMskL{hu{T-M zmn`mIwX!4|=Pg^cGp~blm)(lbj;%Ub(8WRDcnhw=U(ILX0;=Tf+|a6<1wB+y?MX%b zLh-`Ly^3V{*3}Z0T*{Tzfi*O6zxe*hI~5B<$-14%((ctVmRQbJHY_wPi1!aIHZH~= z4!k$H*qLlUu+(xO*>EsfF|b;}vQ=^=6{}UuTg??#&F`FZuhy_&EeG@II_BlM`sP(O z=+y?!QLxs?VlS9VErs*mH4ZfhynD709 z!;ex2d|(bzlF`yR-;K*=EuBgde5*E=lxKO-Kxy==B$D@YkHb=a|I*^M4@~b(Lv?DE zLwMA2O>vd{!9$kL(|gzxjBa!cdF*;Nidi_fjm&uX^|Q?Ykp;7;Ef2k&aN z&*Dy3RIi%ox2;qDJ#dKqKC!#jEQnuw&QNS|thKw*(S}CLj{B$*Ka0UN`dP&%wB@O5 zm`4vx+K}O+X=Ah6vw*2GSzs@tMgX;xlN|SVQj$YU!h2y!W=r|J_yva_B?&&Il-W|T zV4|c7EvZ6DGFk=<3ukD42h=%aURwj2IBM`(3f9`%EFG&a$h|gOYUdlNrdqA0+Etgs z;#jI|qxp5LmAfqkt8H9$eVT9n++J)ccv4)pYQZnwCzhm@d^WDKc9qi5bu2q4d~2PB zmSYAKeClb#=O#=&lvG#Q?@nmtBmBf(xCCt4-neFAFUD!vvM{pB;b&3)`Cx#BJ{nk~ z$koaN221Zk`TfRwHLLjCl%;pEdyW0B9yj6>TsTqaKi@=f0lUAl_VdCn%NBgeN-mQu z?^?AW0=>r07H6ZYRtnkFkexyx8!G0#bNQ=I3c0wt#?^fC70?!QlMh#>l&@07IPM$; zUwYw_;T8i~?6@8T%o+hu(;fosI8C{=H{g(@hpEwN$r+DmqOUxS)#&47$^}sPYNsBq zi(A@oG1QbnaA&TZ3R;4B_%wm_flcMTfuBb<(01AQJhAiK7@bz@zP?JV5@<5PMul+* zkO+ApMCzcR>8q+@qWh4JdC+&3swI;ar3%#uhS|)>7kvllq{z-fogjIs)(fyO;-u0^ zdRE}iMA^N_P>W)hWXPIV?7Op?>YaL%ve3ytgF;NxDT*s*=^M7{mkUw9{54qm1`L@A zL3}$h0_G4@^AtTUx<-~+`Y|D|tOdyGfT%P!GC^8=5S}t^t+CKmcI#{=yIKjj2C)bf zLol!S7Va1>mCM*Tp>MFJq9KW$iLJ8Khd4Jh(9FEcVx&Me11em^106IAzrzX={ugro zS2&Ud=1UX!2)vBuGCXu2B@zo4xD2gP$qH-&76s9D0;L+Lq>NmKDI>G6O(9hLo+H!9Ob&}{#WwP3|o zv}!gNc413Z95&!iEU3YMRptWbRn57)*N4~^lC0`Ce$BwE@rf8YxK4XR+e#7r5njlanOflyPYV7Y#@4O()Hs^U)36uU6bZYHGQohV@Ro*fq zU=lkzI#_In9LsbQJ33@_1}zR7Hb|ed#(l8ZYT+|r=_kqo56B9!120cKbT-Uo!9z-L(d)b;-<9JF1w4(!Y+D3697Lf{}?7$$ZpEV0b;OsRf71B~#H$hSn zMahk+AH2?4fXa@Q4PWSLyNPkSe?pz%5W4juEy*yZ1azE@t7uv{a{ufiZVww+GMB6% z`279gQup9;#i1p0=_l6mWOXMtYubAxT~wAX-;pk^gvu_i3Ug@}iW%~^e`&%ek8pI_ zJt<}>y@GvF5hTK3|-;RH`X@^*i5$T zelpw=1+vwX%2im<@=*@YEZdwBI8@&o9Hx) zTK%d`i%iayQyU~RW`+{V=r`o;q-*Ax6@^rnQybl1EOurXCqgxKxI#A<=`=CQSZZ0H zE`O#3%otG~ey7&STB>c^@0nZU!U%O#tn>FRrWlv~r*CgdVV-p6vU+$F6Hd``-?C|g zYFTE*!gxTruU)fXmg(PyaCV@-GB&#!4j$=X;sx!6kWRADMHxCl9rD%bZ-&IKR@ z1ck8-a@Uxg0p`*p^4$fkG)f;iZRBhvryY*69keAQm(w<@&_Q`>^%~E7&r1HlRkdCw z_5oAm=Wf>(p`KGnP^_4-VR$%J5cHjUf+0DO<$0O_SGW`A$H9&Zfz!*3T z>=Tg9;a_}%4~H_QP`^O;H{!p1Gw-U&U@)xNI78vDxq@GF_Fr@Pzvdjj=9~zA%2oXh zcP7Q1S?13CEw}AcZr`U|5BtCUQ|{?cx&Hr|JN_xR`%|v-YooCx`Kjn6P z%C&vU9r~1e{wt#qv3bnl3t)3{zBXD7#;-XzUwJqK${hY1Dl_mYSO3Ib zIa8LhS0?S1^Lv-=P1p0j&ijGWu;p`(+|^5E6$bB8OV28Y--qBA;AeGjo}q9a)<^hR zh%dGGCtLQjz(-#8!^m@_tris;cBb>at0w$DaTF}!(^L+yVh|#Jfa6OmeC)*dzXA62 BzHI;i literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a58b0004b66b4f76e0db7bc830c0b48596db5051 GIT binary patch literal 7224 zcmcgxU2q%Mb-s7802d%gkOT#YKN43aEfF>e$`WHoHpxhl9NCggPff>3*s2JGU6M;L z7RcSDD8giiqtOF9qZwP1OvOy>SPyv+D|N!BjArss_o?mVg)7PfW+P8EZ93Dw!J?a1 ze(E_FyC6V9PCT9I9pdi&Irs0o=kFf=rl~1JAUz4Lt3PZbBa;zI1fr5z*;{<)tG3>u<=SMMK+X~+c#SBbJA&I5U7(4^|HR68f;x?FGDT&o zaz@Ko3BeKZ>xdUL(}K>(1$8=|S(wPH8Er~a88o$K(nikEGHG2as3{|zRiUw|O!tn; zOf6?XL)+_yX{B}jE%irp8dI~XfzyQ)HP6&c+ESHFc{AnQ?^d>d1%;b%s!6JlNkM5* zsOnP$#Wy7?;x+%Is0gZmN>KdQ#L0kL4nVm6&=Q-O^-aS6_2gUyIVJL|}aDf-lkLG*=yVLbaS&W=74t zn={5>jAz^n;VWU;2fytx$ZitLy+A^|jVzK>rEQTytulI= zKn=(81eYrm_Mc`dpe(25+C3%56Cy)WC(L$k#$-*{)IMk6bt|u-7XdPImi~HlMSLK2Y#koKZ||eAlPlt<(xGi2A(;ws2boFfs4r^-5KS{>;y>!#%nf; z8#xZY?Ux}tPbh45kz9-tvP2i@tUF!xhtcaTi}Y{kO-jl2eIi*Pf9IR0YZT=@l!2== zQ&TLLT@xH3dDQU%-tNsZn3Q}O9GO-P^-7+N6%u<;H!YS*B}eoeXaI98St0F&k!B3C z{~-UfOzwx@_+a8*=I@PP8`mf7@EcD|3A(PfcF~_SbkUmAq0+=$f@FkV^oQU7ocYvmHU!Yr-=#E^&&DCKr?^N#H zb$NHk_TzGb;{*8l*%-&WERXzz>;O=Fjr&4!6K5^oSA6t#^h4k3>5tF;^z6rBJ3jhk z8!zT+&mo!+oq)+T7(-!m0+-YJoN7AaY)&&00s|{ZcuzGGISr{4XO%*%KHj*rISSb_ zc^E(N+wdE!XNui}cK2Yhd)V$C-t2zyLHLc|wv2w^_w5g@gi8`>iN1g3udl$?*253t zqnnY@4QZ5LLk;-IXI!cuLE(?H(^p9}>VdmLl^pw)ghipAECZ|Jy1UXW_Y`UyEmXBU zEml|<^h3mJ-T6LEKim!6!Sg`^P0>)RDgMv0#88v6LzwkKRwY5K59)RJi-Ae6Q3$T| zJcDyQiy2A^JB*`;N8ZcmY12d*U6ON`&}h6Ozn96)8P<{vYRK~y`pv}4@_W!=E{zq0 zf&U-zV$b15>&w-1dzg67xjmhkfLW>ptMlaT(;psRH9wyJ>HNndcIU|_Yyc<{J||eg z!trwm91%~Pkk}w@1Z9mSA#(y#IhIXZPB4|?LsBWUiwGi=e7b6|AwJ`dBsxvyAt-{H zF>NBl$Z}Z~;@I-$>)6zC2Qq;<0~wdit#C^*e83JLD2Ds&aNlP5aFtkwNXMIWrD-eD zU5xbFk>0IX=S|~=QH%}RvB8IJ`##V&+j_TJ_ucHc(E*2FA9>Jua3m)_6fi7Y!J(?EQE>6JqNM7$OohX{c;zW{$OR@Yw@kL82aD0(`_W!o>fMsU zMd^?&9V$xww$y*S>r?3)Wi5xw-b)ok@Rpv2h{+MLkd~+VxOpZAbQ_|FDr8q$6h@$B z7e;7pIgbKp6@Z+u>k4x2tYy1>h{GNSv(Q%utvysnVKEbB0kDd679&0PBR#g%^ZPj9 zQ%sz&6DKy~FRz5Rp8Lj%Sd=5Xn-_zc!qW(JouQ z$RAu54Jdql@K~fitYzRPh*j~h6>x5UCVV7#{CO1~Hsghk@to}Pm^`mpGqN?K%E&J= z@Zk=w(s^~^RmO6Ro!yJ%v}%1NlDqoxMP_1#+R#JtQDb~{xY#vd!(ZdTRy1CW_SwopyqA}*AI#?eu+*%PI+mbBxvDZ-{Mbm&Qu7HoSUk4OHAlU zTe6|5ifrZNORDTzELBN{LSSHddi%{YZ^Ec-?y?H>nu+|HSDCc{V}P}0RJOypI*+da zwVBf|t873vH6w$=fT`8_%9MOwk4VlL`T`8WAcFZPZ_nKvipe-Y!tk=3u$i_r6CyiG z>e2!`2~D*oj_tT)X3EOJTbxIA_L#V*(4E5xUx93yl-h{gSL_+Kdxrnu2ebdErHfm= z#QkVu{rTdtbN7#(d+aAo`ycx}r{KwB^bbtD!}kvz7i+wH^rE>I`b!X~r!&gMpSuiF zv4JqoO`ed{W0EDoLS4esqF_~gd+#m4VpgNq4|+=Y8ASL%TS08^BflalekE|X;f~9E zU@GYBSFK-p5qL9J#}qCCd`mv7@;*=`h#L52(K+0e_C^v+dR?yCXOQnO#CO}c=!4yc zc}vqr!M%IFJ}Q#yxA6IyXdW*-2SFMc42%q+An@6d{gFd+h79~*C~2n1z`YpzlM5mW zP2oaPe%;_yQ**$mt|WLw^O~-6@tHPq5POtiX3df{(>P-7%m{&syso7UD_M9K!a;J5 z$#XoaB<~nakjR|7DH-CDT)4bNfF1~~bjITQa05O4XgykSATP?2T2*9hml=OU>8L6_G zNx26#Q*dV~9L|HfW}Rq`1}m6x$jZ@y*u=fJe^R*BcQ;auf76alJmFG#wX>TRTKBL9 z>xXfLL3w^g%gk`DsbLg|0fSqu8kq&TvIV&ye)@f)??SQn+qC2pI!@D4h<3b1!6odHx4NJCuXwn% zt<*{OcimjPvH0V^D#l;3<1cN-Pdp}(rq~C*htU{Z{3jFtc<~=DK8Q_x8l8C9e(=%3 zp>^Nwx%E@))9XKgxxY2KHG1;it5Etjttx(pf-`yGEG>oUfp>7lp1v*l@E-{%(e|jwjmK2?RQnN@a7(oQ{v(a4PkqxwP&+eZ@<;oX#*p$DYRw zUkMDwjs-D0h1nU*Uc>A>WRB$7Vuo^BwuHze?1zx8xv>h2MzXM%q3SjN8M15Sb0OeA zMQ>Xrg5P`AHvg7d{Qj}k=r(~*skzY~TJ7B?@F{f){uein0~+xCCwT3`rzDBc_QGj+ z^+KBnFJNd32mGO1&;*~`XK>C?sU_eaEjNvB42)shXsLw+no9!pU!b@8HjbRIpLrSF zcc^XqDjfhV(u825_KoC8J8|kUfr?83r7!l&{xZ`1fQfdeLC;N3LyW*_%;a=b?x4iY z^8W||)kzSt@{Mh6=x96;H=w zRCw=SN+V@%8)N8$qPxyLn39iD`a9D68R`8Oa^T;|$Y+BeIRWg(C(3E7rx#dMT1qKZvyd9N_0T*PX} z(*}pMpq-4+NixP0&lsP$JGdujtjuIi6mT_}DASsy&zV1v(2QgC@Au2^ z^Sy5?;7O#HCvo3>_uYHnUBCCc*I&9^b`IC)wz+V}iyZgY^q^c0IkJ*#;JB+?hzs$( zT&r~FTY2_uXf?3AvDJvXq1V)BZZ-3i$Jm?EXKA(cSzE1rwpLr8z1805Xm#{CTb+Hb zR##tUYi6Ij)y?vndOdwvtywH??#=G=wtD+~tv>dg(VNqk+nUSbmfpO+{MLLHxAqqF z6}A?#xUILSuei0iucWnvJ==Rr`^s9&`uwf_zVg=czD=#0Sh}OPqOY>GvTt+iX7=pt zt?H|8t>!rc7cLIhe2YY0*msIW@tc_?%A@XiFaLrt(=yfhs{5{MvU9CGEIfJ~uSj8%E{c=lZ+*#R%0y z?~e(>fDkaGGCRYO;KlC#;Ghuh=zclnRGx>#uz+HoC)>nuBPtfUFAh;bq*>0NXlXoi z{w$(J;m*!rZ+HKt;9y&%OKN)WKs);cYPX@bQv;oyVIgJj?hl3gBf;K*&VVUpY!fe~ zGW!RFzP8@(Xqc5wS%h$ZTVGgAWe9x{Asj{pIY&Z0ZS5#`F5EZR*e!(H(dUtrYtBLB92pY& z+l@2_@@2xk0)Hzr2u^Z5Hf{tl>FSZESb3&#&2Q6f5#xbV^2o)$skx+ib+Y4^P9EjKQ#{XfsE+XQ6bzG3Hu{mVSmR^Z|{iz z%jkP|M|U{nr_TBZI;3~qy)u03Eq7zV_YiIz~x)HBfCFJxhy0w$ptH=%@rQUob0s$=sf(i~CqAM`hL z4fKT@#9<6ULuYqnP#EaJA`u(T4r1M$!iVdg8w_E1ga&lwrH0<_iw%P#k*F}ia2;}9YU>P(4TIf-4Z-eyWXAq!5W-)kKP)MEOU!5g$<)wg;pcAQfHb%>A9Sh6c*NQ)b_wVIZSV@U?#8Dm@rA2Pk}RDkU$ zALGw*0dq^r)FyO_DZ`~GxVhISynm6#f(b7c*LcBHBoBfMmX9l@AEAHDMk@s(byIW z1`cKK12Jn0qUXtD$gf`EawQ`nBU zNI>aDztmET+(Ka&5^LyfGXh$f8C-_@jo=>!C!bB4^Op@~bI~{2mpR5-)k*cE?@ z+A|`VO6@%!C8phbyjom|#rRl;+6zm}BA-B(9)e|Su8>XX3-;aq4ZfAPrZ6637Nz_b zu{K7nqqdk0=$^fh8?|pxn_kPUF?+}nMZN3W|M#rTsbAZ~_W?I}cE-BeZURKv2^_r8 z9qtYJfkmrk$GBTjnOed=7?^epz`bup#XT_?r-Z4QDlH>phS`I z0AN89{!}l0`Z?ubdm8NqvRIF5Y6AX9+aYuO;zWnsIe)k4 z?;nT&a{vZb>lfO(MO31GLBly~Swm?k{DT9c*bU4TjReBcCygOtzpTk8TF#z3a_ZEv zXIXFM?{!5YgW`dP2I~0?rLda7mpWoq-cGR<0 zv_xIhX7zQn;b>bwrKt1je}!gpv{vb*gy<;!tPk+Q9xTO_5tu_XKVg!+dq2k>$!=kZ+`9UlemE%$j88mdnkHmdwkqE@mEH$ZSevHht0<&umI&J~L)q^yOb|nQ9rced^Ai zJ~5kfv$%dSyYOnmRKrZ=dv)*B&G|km{;)WieQ50HqSL)>;Ip3KfBi($#~C-opE~ZE zjjqhGqxYShd(%usGP5dfty(s6E>GNhaKU>t;XQieMAF-maJGycUCJz1vfR$fzsK3k zd1K}!cb1Al9-j#(-L+$;#mwwC?TZfgmB+^)pU%1EC|ka5FH;9#8<#GfUh60w4n`GX+w(N(h@MH?0|(rL;^(_0dYL4hVulnV`HZVfznk z2Rp%Fd3jJc6fJC*=3hhj)pwWB6tNwFg!A9yOojI43@)p1+041JuACV^Gks#AxHeH- zJ9{=+ygljMagXC&jXZGwZ=9VjSSSc23Iekg$%6WYg58ON-E-~9f&&dhoKuwGV4ar0 zC3_g^4F$zZ-GdSUr)m_E=ZPm|LPGAjZ~-qbQie7JpM#Kaat_y(>hbC;TgSIvKDty~ z_N`-=PcC_KCx_mxnD?uhd7;)Z@gozbjaq~_B(LnqSJ7V-Cofh^)61BNQGT|+X8eXa|rDV=hCZ6i2f z+IxpW8tDKG(LdY;o*)qw144IaH#lX;4UR~EJEIraC+vi?$z?IWtqw<9a(21JWu5}3A zc>Krd)&y!w?^f~g>(5+!VJ0$rey(kyWM88A_~!!g3IAvnSd2vQj@we=2# zMWK;W&QXdH2%gYNG1G8c?=Kpwh-t!Ey7nXc$^W_uECf>Y**u%JeyM2Xj z47I(-xy=FKc8<&>w%-f$na%T#=G#u+ozn7eg~x15{)+FK#~e%5f%k^r8J>-Nck~`- zu$|x&&Wf?-$@9};pnVI@(uA}0R_Uo5&GV(F=AEY&ojD86;)JvKR`Ky0o9By<-*O&b zHd8TlHmh*@MAEaF<*80Mt7mQV&K-EVa(evqbmhC*@8!Oed#&!4vu3#rExW&obGj$Q z$$bmn>V&s?wjk-=nRM)$8%a2xh?}1H{N7H^v-k7=meK$Fe73OuL? zX9NHsU6vA4PX{1l1oqjbqCN(lG^0+MiKx>HT>v&_pcFEYQEH=mNJRmGnB+Vpj|!?q zQ^*)Izr+dkKw)%%x+cld<8kXDvoV!_t)Lx1eoT6GYdLvtq6esrIw~5^dxP(*NUb&k zG1FSK2dE~=1lgtW&`BbMk^BH7Y0;3Xo@^zjcGtMj$p0r2+DS;~s6A#!${VP`5p!%j z7aQ~?NBg1@i&1r9vV%}lkz&JL-Qb4H80`R|m4m&&Sb@@#>Vm}KCN^mY0CFT985Wg7 zga!`}fDk4mI27&;gM0>~opIjr0b=+t!7#&SiRVJBVerU-I1_)JP~gbGU|lcp+g^>i zPHm%C3VXH-?AbPd^_FU>s8ktvNXP<)slSd|EOvK7Mox?yG>N!F-H~dr;K5@8dlbd- zZ5%~lA8SZDc=}){qXI(JWi%hM2iAC2jnuO)VhUY^Y|~G~{vetz^NiXqqB_=?j)7k2 zOo%d0{utJ66elB&y+|+!-f`4kPdsoi(SgT4gSP=EV>k#$5tokCa*APLaMD31P^^st z;v5JA6jUG}tqW?Pa@ION*#f_aDJ^A>z+YBs~X zXc46NV9JWamyJNm+`-g5*zp@=j7;UUWp|0eQMBs3g=A)M2>L1LD-L|&O?>+*{=@++ zMDRRvIdAS{_^mC(==eLEohp!DUlr<#E8s>76MSGKZ`{E|woy?rc&SYlk<>qB8=PkU)IdL{;ELB#$ z*ZfZNY}0okbavPR38x=t?=#cZ#e(vCoZS_eG%tGduO6B@G*dP24J`VK@8lOUl)!n- zIdgtCoXp=fX};sjz1lq0OkD7p-M4&!B`MEBeoX>6LryZkA-=cyW_~lUf}GN;r>9QO zY`*2IxtoLf?;7#dWg{B1T+Dg%Z|wbL;mPZ{-`?@|-fMf`K6vfmY{s1NR?)7Tg(nl) zCoiA8?Z}R!fqD_nOV>(2f~#DZBNaNR&+$;5 zb3zxv)C%@S*c>v1&0ut7;5j4h*@9SHOQ0%)9ZqHC?Fq=$D{Vd6 z-pB*^F`~(wWMaLqo{_{Yt1uIyV~sQdel`NokKl*|m99>D!fKVS5t)89r0hWvP=J)6 zAl?bmZWF-_hQ>p0M>_3lRW^Op|B#;6D>?oXJ|Plw2l!|Pw|noHX~K<2{kAdF*By*V zW!tu$nyXxNajk`tg!sd21BJos$#fQ}ko;3m!tb1xfT;GlM8jDANNBm(Xj*;Rs7f-#M98gWbr zezOHYCx@)iMvDSxKsV$C3L8Zc&H1}K7+|Jq6d7qPviZZkV%X1)frj>hLDKJnFpyQl z&O96$pk)TBIrT)a$Pzr7>r2qS3s?l=Z>20}&NA&kfhbJjk0~gpfC2C}#6Yo6DG4d7 zx^`&t&>{(T`iOL*B_(w{$hsG;edxl`$$bm;iO(S*qQ+?3yHxeq^~Pk?k+I`gN;@AL zGhK0yyCo1QLmgi-zdm7Yxb4m($zI%A{M-9B&XWhOI!fnN&TgI0+wgGBTq}LyI5s9*HYlfZvbAy`T6D$+M2nnymdF~N91Jd~@B(nb$a61n z{U&AqZ_pCG*;XM*%s{iP&NM&qe<%J&z!ZH=gC}&1$lO?h0T2xKLw^9gGe04d44Z?V z<4fJZL;)B2!+t`f2#HmcJAtV&1XJCgDm;;~KSGhyz=aIGT7++4=!9<~2-w#E1qrny zXpyp>43B6Kgw%F>83vZoJ_LOWLE?>Oq`?qVSGX;dvI1cXQcRepuY4N;JLsv43RrP7 zutNQpAxiZlA&Qpquc@}bMF3O{;w7emnZ^|a$D*L)L}^4y)_W6%fM#r z_+n-4SfeD!N;u2!Wc#jGPgP5L0>J6A>&7gfImAqZaMHUs?%cbW2G|NXUonXbb3XO>0MT4I5AKwdy?y@L`L~1Dg0tt6B|GLCC()E; z7w7g)b^#0gtw?n5$2NDPmHV01*61_-%*!Lxhk27Y*ZyHJ4-#HKPD^}Ky7czZqoI&f z63J%+;;7O!r8b<{DidVX*q?D9>J_a zO(92Pd+4d)X$%XDmkOmo_Nvkyw802<13vn71qu*-sBT|6{26XZbf=`U4xJxRhW+7T zzk)VM1RU+90tP0wEce<&gnpu$$Sa(M+;JEuCY_D%K8G$wNcH*=eQu<4`f534__ z|FHgsFS(;BUf(q4_|%cRm{+urw=I#kZO)g>+cSRrHa%}mdWHzk;M;tlwv2U820z z?%Kj1F@u!DEJ_zpwmqY!w2{{l+=FYL_Kmc>I_O&nh_Tk57r2ml)bth8#Q%}*!@PnR z!X9VGbN!(KP<`w67AUuMI}1v}?U(AKIj5y}pyoEihKA{gZWg1yXTxA>wo|FifZ?PX zOQ}t5*py6q5BV|-qQaEwI`(pVnAv_Ez++3mEyHCPT#@~iiTHOZb0~aqs51?W&nbn*k->1`D!ns@$y`hTpPeLw45-t2DPWn)3_3&jWm)2>0&}Y{(A!Jh zdpJKq$pITgPP~oEu=lfat`<#!mB!olj2&5WW)q_b+&#B_-npAL{T>jAWfgB< zx^@ZtEZdIpma*fLp=E>3wFAPgtIjEBykzIx7p_Op4RPVJJfaC+aouX4$gH*G==PxZ1JUt7-SY%V$} zzV0IO(}$)SR)2Wjb4YH-ba3|Kf@gcev;A)&&~oi~Akx78+b7G9HW+@|U~8;5|8!q% zW5E2gfEn>soF0Ni3~tpTvRVeEhiEBm3Po$d03}-3jj%N!Ori=AL#${iINRI$gUZ-P zD<2A%({k0(3=v6vnY#mgv+?T5sgp^!KW_E26YqV4#HDp&{V% z!IU!?B&#&}jU^Zi4YUV?0wgh7n;x>&8|P)0Z-WDHyIOe{*P^vvE9i_#Xd;k}*mAT5I!ldblU zH{^uXtP6iqYUbcS~S=gjG-qhvhScITdyz_WcC(9ETB0*paorua@HAY;*NQ$-8bPNvGd-9uZs8Tp}c#KiSLpO(rizYBY{3FqRj zJ-FExa|&>?FBR`h7VjQ2&07l~VW>X%Zudgf{zTROWYuFoYDrd|95darR!BQw6DnLa zt17>jPKtB@ri>&rfz{O}23n;q+7_ck6^6L1j z(-G1SDm(C_oj*SC!vo2(rlh+$Zf#~$v}$%#w0IlZ@DJkyFvKooE>k}w+ z5z6_r8kN{aS#ib5;(rE^jwjpC4j^ydZoz7ComQMF(-?uypx5g5}3j4gjd=!CEz z0i?O*6sH9(sby7Aj21o<0;e*RY!%AecWzTjR%g4am0EI>tU`8ViA6kY=3SxKO+|QM~uMDOvpZ zkAxo&|8RKW@R`KnGx4X-B@aKBbU#04x+7cSd}aJA)1i5H#iBEt#JPvZ4^Qu6(p?Xs zr>Y|RZKvnTsqs@1g*tt1-nj{1bY@=JJHB_pQIv2LO*bYT#a9>LjqT^1Enu>0K*I3`h>TB z_T{8^-U105>dj(xy}xBZQO|(Vuw=(fGWsD!j9%aJfUk>cG?K)WIS?&jjio2Xp$Dg4W7~r* zQ*?HyolF2F&n#+fKrT0nP;~wnqbmFv1>dLOXA~Tv;7JMyJ4kth&_u<-HB2PV`!Ip=?K@Y)8Cw=iK(Wb04*S*t)R0IkCGrzUz3r_(a@V zuw>07{!83f6|dPpZ#{6wmG`wT-sN1j7XDLr5uw0)6J>j^TjtB2Sj;b8$PXm)q4RX7 z1f2hmiasn#mOMUbzf-*F-MzC1k`;TB#e2cQ$$E;PY+Upe5MN`)H1FFC?holc#Vek? z(Rj;u0_+=PK`V>>Z|}dhf1zk=qG)Tfs1DqKtn$gDi@v<8Pfb1b%~N1cWtBrUEGzG- zW6BXP-XDML)V$~PXGPSy&sZC!mOfxwX+N<%dEl7c_;b7Ym=_wB7*XX?;Wr^Qa2=M0 z#==jFno~mt33SNJ0GN0|P{4}?nktJv99JL}L*b23Dk#%9z>hAGZV;zHg;A3MqO{Pe zea})X>AX{xVnyvbhr9+KV!Tkya@sTq{^%BIWi>)R1YZ$KddNvi1Rx7t(I*;ZWl>3o zl!-XjX@W8xPi(ioLGo%KtO7Se69$_Z49GfK>UW)ThK4E}0H(#53dr!=zB zrRkM}2drrD->(&5(-zDDw#D4fG$%9a6Oj^#n`l9QTO=6I8K6?4L4HgiNi2 z&a&c@gk+i1Ko-F$4G00B(#B>JUaiKbti<^sJ>BS@b$~+$%xU&gO1UwDE6<|d%iO2l z{6$ah9f?CcZJc)&FJ%?IReTrh*s3MAy?1~2P_me$M_E;qjkKZJ=Dy|Id>6a4>N6uU zenz=jkq4p!)qc0(NHKJU%ttm`qOS8yIamT{2clc0M^XZolKeHQlLz>?0(TQyd`vw! za3H#QeP$?_icr~L_TkLg8nSuMlja7@%car;fDc67PfI}FU-Lpkf8ekmCe8dvitkTx z!e66_faQ#1N)VZ;sY-`P9XWT+r2A*FRec*gQ{3L|`apcAk43MWRw(6eHgvO=Ha~I0_ZLMU7bQ2JPB=G>oxD~6 zlBlS3Iz;UIWZ{;vlS}zU-!hM#_>I*wSvCWaYyGEIPdw|;4col+DHh##z4FJkKdha% zHba-QPUvt_>a@D0;nI6ihHYhgih`i?t0?ya2ZPr7$s_a@v2bQ9vg#U$ut{lu17<-ku+~xdg_Y|FaA5%3K+Sj74)cw=_=3# z*sw01tH&Bp%E(wEq@j>Q59BPRcQ{{w!k+4Za*l42x$FfVf5|bM+MC;En zAZdse!@GV!X)4yF@aX<4Qqy^KOdz4dSye4;*>e;*9TdIvDk0;#4cimXs2Fi11PL_BLmQ%vrogH%c?0)Iy1 zOXm&7R~r_8!s@?e-6ZvxdZ}E5V6Yy48<3q2V!f?Fh?3r>hiQ@Fa?OStpVuR5wSyEW zOd6-~ET_pJv_lv=m%N_llDKb!uT#r)07T5B`3cY?V815=GxFKGx^*b2lD2xB$&jk? zv_U@AfmxRUrbA}gbO?wM8N3OGm>DKOR%QZ3W@~{B`e}YxKQ*O^wLMw=4C67CD~h^Q zB>`ojXx8;0eEA;Ii(Yd<*R6?kv_jkvkN6Wn$W+3*r*utbJn9k88gCjklu>Ox73)jl z`<3fc!6wQ0j>?*V-W+@(O!C5knDGy@;Qyd{eF^Pr#O~+;gJJEZ>}zt!_J{k(N5X~e zm?67)P6Z)EZ)TWhW>IDi{YlP28lR|9_%Qgt4r-LaMX4NrP|;I?#Mi!n9&|uz4i*(KCr8KoDZo*{Z@}o4a(?9>$elKtqXuBZ2e}$%rPhUqFBdMh6$&% zjxl-zc<=gqjgw0mr_oIP(T`;+y}@ki&vz!)h(lW=kId)%J@dKJ^G$r2&72*hxohos zwo}1+Rn=wjHuFox0M2;z`8m}H}6L9_a zSz8l1m}9;_KV}hr7aEfKpxJD*YN(C)8#HAaP43MZx6F$;E;_tk8KKK=EJH#so_!rbrJ zlvZO6>+ew&;%vB9w`#3YVjJ{FZ=I>%3;iDJEL|C{KQHY}KC84qyNB|~XjeObF*fJ4 zw@M6Ze&?0AGB%^WetYDF^{EWj|ACUO-Ia1!!$99gbM!}cgR#*W&6qEiqwFYU4PjQk zsC=26o&IBf3o9fa&{W1xwJ%QeG6qaRTHC_}6De<&auxk`I%%Ng1`|$Gu zv0TiEPpMzt@p<|^h~=eyA3Hvlp&DPChsh$2)KJ(3HOdSg`oyEo7r05|#J^C~9A)oA zEca?Q{v4 zT~263_lMy2!;eac?x~O3>f!#L8AeB4umle>OK|eg7tJL_HxVY_7u90X}8D z6b_T7yvU^I!eba1frO^f_d)QkqHX=JlnbNq3&^@pR)%5(F8F)Xy?uf|N$$>Nd-NeV zXMz!sR83nu%yHoO9K>}9mhDh!AwwZ%G%qncFNTRaBN+#}DZP+v#-ZBHluMZ}L9&7u zBHi%vq)tw~@Smu?o^YEug5G0XdVA|hNNT8Wh}w=}NJx>?A2s`HP?kQCxBnVLR^ z{rU>x|I~2R@JD7d*trus9#T8=YzWx%|LG9lq@^F;5(i0oxW?MN^kpGetX+@`hkdv=U#jK$YcDE`6GKXKIVLg zewta3zTg3ivAm27B9Bq~5cD@h4co7AloB$;Rs&LD;cnZx)X{W1sh*-%co zH&O7PDL9HC;W<7iXY0{z1l$^g|DVo4%4s$wh2|sStJb zk2+*gj%@VoNTXukESWo!Hh{!?w;&eCPZ`^LMYb7IF4j(Un(tE;`Q)>LscnYXSZJ#t zLa*ISyshnwlqW=heqiU(6YN|gyHKV4 zZAZnO+_Ht-nnZ5RY<@C##}7^{>}pEvYPu0i?m8FGdG7z3O*Qu0o~%#Z9=N!0W!^L5 z`7UR2+F`BgV$MJoJuT^)bfH-#nBp>GAo+)G7!<{}@BemI&eIu^I)!$+1Y zYr(lQ;oJ%TBd)V>FIzHmF7653Gt$!?Pd2#;yP7$bIX#;6)ZH^v>av~7*|gx>lJISr z4K36+CF+~vb%mX>$Im`vsH7(S?9cO_v$p$tZUx4 zXIU)b_=V$0KuK0ms=H9PL9{>+Thm;}k1S`uF@daC1rBlnF4ABF>) z3bX4iju+R)i|S^dn>#pH4+nHd_yDbplJ`qy-E%|NFI+$K$#zn+XyNZ$s0h}-JZ$ij zIq%%AKR)C`)3ZIk^B9^V4NwLvrwmZvEoURTioM9>G>>5~Vk5C#h%Y!j(BHi2C|b(h z^j80P^PSwvWNy_MoZn>FvK9+V7YYv~3J)X;58_u|Tu<|p8R}rZ`y~0|dGFLar{?mm zS0yWt%zK{vuiip+{iN-X^EYyDSU)jcA4t};-142lFT$XzWsen#BTLzvmW>p-las$} zrU;svnfDD5cB++=uO?j8D;7$<>*KO(W=*r5$*esj7OEIKvgj<5*A#!tiCU0|LH3lz zt)-veJ8J?M`tAL5JeMD!&0D!xUh&pbG`N-j&pj))&Sxz=CJlhfmHoH(!2!?OG+(hB z-UX@htWTXDsxRw-*a*P>lf#bZJsE#dl=XZL_eq)i`D)XDt~}y;zSfw`I%0i(KQ~{v z3*j$w9M4x8e_6p(SZjWMkL8#9-RB*~1v`&0U}$O*uA?$&M*R>s;ong3Zz=c@1?&L+ z6N)hj_`jyuUs6y{0pSlqih@rm_yGkZWJ)>k8waA;7sf9|goGj-8fy)ReoR>@*g+@C z&k&Iehi%!dsQ(3PCs(q_XT%)O$@S6GQHpwga&`VL(Ij#}FY*VNsFX zQgc>GZfVg(i#1e2RRvbfV$Kn9QHX3%r=M3_Esy|^gobFOHJ7r9 ziF1OjtFF#B8o3jUSi5&GzcWDxxih;%TW_d`_(skigqEJCQpDo&d{S{z)tQp>5F=*-|Kq; z&e0(#UK1h9u7}K)DtDDm`BH%U6jm zDqOw`R?HGy1jhK66d&Gp@WrGb^)fJUsW3j(&CKmHyT*p6D<@t}WNw!{lE0Se;iCqZ{Q+A?`Qhs}YAYWf;B)bm-5}45qnFssmh_$Wf) z0Z8|69&4O;mVAbvRIDQVD>sIHcK3Yd_Ibzl#oXfY=G(c2W6i&Dc&2lvg=_d7maU0` zt+UPFZ+XAv`rc&i(fNYL#r%@#i`Q&3&F{6m(=xX=S@~EZ|FN-Slbgm*z%=&i7pJ}m zTHBU0c8vLqB5Qxp*YUEQbI;9tKsw}*6N2gROy{+Mg_7NglHGHi$&y32JcpMpCROZb8!)dV&v3%^Ssml8Sv_I&_1^E&nnOh*2%xUU&{GPiCWWqLVadZ@;wl@ zU_ySv=O5c?{F!C{vBQR+=Vv!%8h^gieC(j*=Z9@g4)eda^Au*9oANBHc8_|(ZNUUR zOgHRuxu$lmYk2bzW1%#-lBT$>XV3L8Qy{H|H2o=E!z9hgunhTJ7?d>^VCI?>dQ{E{ z9cT#0BCBOwBWBrDC8I?HT&kX;qTLAD2T7v{dO<7$SqAAiHbu)7ZAAz&n8G6RDTOcJ1S*O#dyJqPj>y6{lC~h?|cs4Vrk0)O^WA`E^gq5fq84=+HJ_&>a;an zxlp(@QMh&9SxYOq4%(2PnWg&!kx!dWz0|cW%C^$>K+KB{>c%zRR_W zuo*KumAg6%NZdC3*l`;plv9PPUouvFJv1r7ca~7|V!aFs^O;E*Qbl@M$fXQ*)=NF{ z>GVYUR9`pvzJ%;C*@om!hBSauy5A*zQn1Md=A@MQCQX&vA{f#Yq za$nL`d^uw|!^2lCy1+J}dl}dcO$QU+x_D+?!d$;%#!I+gHrSR8 zHGE#YtYMkMeeT5d_8YrC@m(KC>}t73Dc~2#d6u8&J$&BezUiY=k1unG&YYd~zVn3@ ziY`}`fe$zR@~rXN=rTv~Iq%%r5A#=8e7TWt;5W^@JZF3dZxOwob6vc#^M@~g;{D|8 yFY@DupGoY0c7{;WNOnlj0j>6BLwC&}6_c#P>2mb#MlKk2L literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/constructors.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..c5ca2d8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,506 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import logging +import os +import re +from typing import Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/req_file.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..f717c1c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,552 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/req_install.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..1f47971 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,874 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + if self.config_settings: + deprecated( + reason=f"Config settings are ignored for project {self}.", + replacement=( + "to use --use-pep517 or add a " + "pyproject.toml file to the project" + ), + gone_in="23.3", + ) + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), canonicalize_name(self.name) + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="23.3", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/req_set.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..cff6760 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] + + def warn_legacy_versions_and_specifiers(self) -> None: + for req in self.requirements_to_install: + version = req.get_dist().version + if isinstance(version, LegacyVersion): + deprecated( + reason=( + f"pip has selected the non standard version {version} " + f"of {req}. In the future this version will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="23.3", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="23.3", + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..ad5178e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,650 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache()(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4f94b8ba8672197c5b3214b450b866ce31c28f9 GIT binary patch literal 209 zcmZ9GK@Ng25JjnIq9z=~1x(bf@dU<=aZM_WP%UlK77Qox4DP&#$M6J(m8=}L{$%F= z`FV?ZMbSJUeP>S`{5`CHbz^GoK^rXC{t?&_UERR+21;EaxEpd0h49Ae3ufNI!SD=s z;*9ap#$@n^H5K%-#iK2KJgkiE%yBVF=cK5EVClL?+ zgZzfz#sA@DgBNKK1@Yi5x`OD*s@aVwdaz-tzWTbS=BuinSCf-9hUSa-XM$Z=|Mga^j4{N^RdRv6(n&#jkJ%99%HLp2IiW2G}iwkY6>} zH5OUVSY*GzuhH^reWy|RM6h9M_ez)~;aURPx*1EQ-CKo<^DImnT<^V}Nrl^Ypwo>7 zq>w3Or+y3Xf@)Hto#l+da0S5z1LpIH`9{Q1nni*llopxbv>X&=`IX292jlT>%ZeOi z-F~Iv>WRytggYSfqz6J*MV_lbKu7A?<~lSV2C`cexlj-VkJbSasT~2TE3&4!qXs?I zO!06Q%?48(UAbP2{ZqclS2wwyUd`3@v`ES-A-XC=F0eh8grp^CVqzB>NxACv`j5n0 z&r|T^BM6n(j#VM@2hdc~yIX`!xEZ%#>0S|q3WV2#tmh^1npgDIdY+wKK7GcMv4SN$ z`7msQ^oqFff;hv&*mqA*$z2+Pw}u^9F8aDsay@uF^LtO0$Ls`Z8cw2l!oE6e_mS6A z3j=pyhyS5oc_Jzl zPm?)-W^VMx^I)l*_+Hi394;v(u%K_PKwb!6B6e zX;Uhp5B~k@-4=N-#s-gSo2L&`^U8XExGSTcT@(w*(Jhzf(QKQX^LOmz7CZTot-NLD r-p?<-vEAn<2GfgMwPOS8_@HrNU|slZ8i$MlJNT_u RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3480b25843f0d86702207d4386ff7c2cc96bae6b GIT binary patch literal 216 zcmZ9GF%H5o3`H9X5+L;;46OyMh!Y?d#9W19+CZ8_N!qF>;S6ltgJW<4)QL{GD_^qx z?f(Y9qG%qFzOyF|^F6eGbz{2RgEm;O{Ufj=+PZ=18z^*%;2Pu}a^a2DSIoSFgW(zO z#0BG{IdhK|YE(5yaRSr&LaTMMT!9lFVJthDE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1618035d332cd872c28945d5155cedb22ce347c4 GIT binary patch literal 22542 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 msqQYikOZ94+*YJQ5NO;Ln?A&z&e*0rw%Xj{uQ+ None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a47c616962b9b19914149a21ecb7182e1cefa9c7 GIT binary patch literal 220 zcmZ9GO$q`r424^NKm`xtVhrk5Jb}0o*F)7fQ|+{+?Tic_#51__9v;IJh%0AhiaQ@9 z?JwzPd5jqUjx(<^s7X5d0ZMfJ_GK%n^6N!`g}+ zF69A}jopiY4l2|YD7gh&hurAdcrpbq113bCM1~%$w2(?ouoem&dZWr9jsC?7<8exW e3~4&Hb<>*{W?w2?xGw#|seBBtHs{>6DSZJm8$Rp+ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75aa03c03178e6282fe1ce479207404b3b9f9bdc GIT binary patch literal 8623 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℘V)`=ECoHa-E zci89FTKj$M=m$u41DS{g815qb7LqX_ng@)iLYX?p5Yw{L$aBK0KAXZvo=q@^XrbdK zb{gj@Vb5Xx50UWA#P0PB^DLH-U;9lq_}@u7RiozO!o z;!6JZ-fyh${l-RUwB{KFfU6rhNLrWqwz5?N)`KNJo(?^b-b7nE^l~mHK*`4STU0~? znm>4gtz*Q#Kfz*nw!HfD#Agh6wzzDyHDjyt|0cago;A{G6w;7lq}sN@gL`+i*Yf11 z?1|vYjP82&JiHM+Qu7>nz%UD7=a<`O&xSt#?{a6OPZI)tNtrW;7TPXz@}OA_HWZ9j zRJ18pPn%y%v6#QMpTS8Ot=id`f$>Ik5!gn4`VHo%FE$01-%bNs2c&F%)=(%=*=}o1 zd~A-d*AHl0pE154#-Vav#g9+bo`xQ5?3cf^(HT0CeN^y z5I`9=Vrl@-p{m1;*=-|o6&I=?*$w1>59zlDRvgN}ae#?(;;l&PRUFlZq^Ni}JPf7NtAR@qDc?U?{DG0(x zB>4-H{10;EBXa5^a_m3J=&$j2;Nz~oWzWjcdjEmd7i)*VwVoKO^^dK0jW2}YJZyRA zs=GFjSnvKyjfCqiQ8*?nch?EtSMt}LZJ&O(m+J&>D=+ceb#)7$KJC~iB<~U+JO=y^XzQCW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..581c4267f2e0ae0fc42624c13eac0095c7fa9a97 GIT binary patch literal 28003 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 X@mm7DZ=H7bhz;}cUkG@yh57#g3YVNT literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb91d98db440b84fed0a3e8c8276192cf0d552bb GIT binary patch literal 28525 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 z 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 G%l(2>D^zXo(7G6)TaM^<3``j6Kes z@h(P2Yza~pf)t|uuzg$gM-AOpB2URvmG{1^foR<+RjJxYjrwA;sT88B>N$7p@v`fr zc}Ok!&b@QbJ#+3o-}$?Lh(tmJeh-2->DXpM{)U74FHq~O{u?^iiAs`06;zKdBn5bS zbx+ot^a}XSr~9&EQq203{%jx_$Vy2m8%zeXp=2l;nhmwd?%HB6&T z=lyC6%y)jxd<5pZJmf{9wq7D?l(sKDoTeA$ zG^2_|WhJM|Gn%PcavHjt3hzugV-#{~JQO;DG+J(|LB$6RQdu))Mcy?-S#g(~HcSf` z8+poLm640fW0tJtW(<9XnxPD}($lbfSf*z!rlgVYu$(t6nzJ-ThlP^`O;_;)Swk)8 zCsilD6it|C(3Gq z7Cf>_E=}XH%3x7-S*ODn(f}W^=Z zV!>=knKTW(U{RpSQK~uu=L}08L>{`Ks18$u>FS_7J56&gPoxL#R0e5G+>nt8nFj0% z1&fD1MSV`h1Y0^m-zZR!KNhefCtrQ}`P7l4&mS2dn|RUo9?lhQ=?I9fOzPB@#w=8V z!EEVx9?wY8ZSM(c+2YAUUZ=pTCH1Ug((gMT{1h-k;AQYg9Rs$gTRtNJap-bnK5(t867IN`D~E?F zEnR=?>iN+N^TA5EYdJgs<4SAym1srUydw3LrM`vlek^UjABBYvOa$D;r$+&wu0qlP zD);9C@(R3i09hh6IFZvXS)(&8oCh$jfv5MpuLJ;f;pubXDV9VIPqD_&(-fZGrKa#y z#^Lq1gHWy*z=oU$*9KP0okm5jzr%kgUN2Wl?*EA4>uS!WCA|I;*Y$>td?pI>W)HRSV{ zvcUj3E3hEe1!`m+(A@Ad45r+SSSR-Q)F$jfLO@JEG~8fh)(u^|Zw+Eovzj%Xg0sw1 zFk+Pr0KpTu=rw3KfU8|3+;#DIB{s4Wd%7HZdU@x8Zw1UK)y2cYVXx2}!~cQ#uXL&o zYJX63st=*IL{6`@3E+ailJ^Ykh;4Q4!E+k@$hu$iwM#Ch!C|krh$E$jMKt5M)*@c@ zk>+0jixZewm#rw&-MaG6|D)ZwwgBeAQMJK}>fvCm*LRW;2k8oA3Qk-E_||ch5$ImHYb88T4i78_ZiRPLI{L31ue9{7v}`H2Y*{F-Y~5Sly7x}YzHbnys@=f9 zIzXiMl|WB9(6iWD4#Xj#y&bK3iIjN2cXILYfx`!dG|1=vg0W4C*MGephlo64PPYuGj75bt>pYiZQ z1B;9>^usXQ<{`BG^pGoy+fiG78(FH^KF|k&zV(u8|H;l`G}dNE*JWA?rih1~1lp{n zsTg-4H<{5?$i&?|2HzqU>k-Y(&=8(b4PdY-n6+#SXdO#~B@m%_+I1=eW|+zSeJW(R5Fx1 zXB<u34$nxt?|4i`QogxC|N0k!maHADZ`FjaK@$^T*)+ zdEXsrYh~NMdEdv-N9`5|FuySBbjg}P~66mEDX&P7xsx5I)u zkpuLGV0TU!)>z$ZQ}ubq3fg94ck+j@XceV| z%vvJR!NtVw){$jtgbl;H4b>T!{4UJA1+rfzr(K1@tJ=>^a0QrmRa~D1F z=RLWnfF5(0bwAc^)twoBu?a`uQhN(rHe2C3ga1uEPcm?Cb4eR}1C{P=lx$J2s=8RwpSNltXlkZ=Zq1Yr?Y_dmzEmUwGO=VEk zl9<=_#P`}lnyc2tBbVhlj?^!Mqf<0T&*s^obGtVxmDf$F_^58A72P}(cZuHt9vr=2 z@BnrzI(|+0C3|n%FA6uGTY3Cg`SD}7b{zY$P>zm2FeRXUb6|(C7}z1i{OmCpvK`nU zVA)P=2C%`n81p*t;{~ULpU0~KF7l~564AJ@o@;JgeC91+WuAoQi#bwh>$)C&H+s8m z+q_tbcD{4r%7we#gNxs}-5tApv=V7wi45I}4BhSCcXQ~2#QTYlU}Eg@(Z6@^z1j7_ z*7vu5^yuyGqw`1q6dhl9@=kPoSsLF6cu7n3~g$Ea{Utjq7g-U1l-Dt

    {*z) zQPTxhY)q~G)Z>r|q099w!SS=_7Dg6HmdFj%u*DbAf}G zOSMvhp+^N3z_lLN273|5?e#lDS7(lgaGis5$e21iV&lPoDUCXiIK zKUUr}zDzp)>TRp^$cw$@p50~NrfLuA-L?!*f2%Nb?d-BVQtsYgB{29<`lz@32vgPJM}!_uhtCEbj2d(>`1~0mA@nY9 M-tjL2Prm2>0>yc9OaK4? literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b50cd123fd146b739665c2ef9124e3210428408e GIT binary patch literal 10390 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 L|CK;*j@JJGFCv3k literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30abbe0eb3ee860441e402dc2e9efc0ee38e3f0f GIT binary patch literal 4947 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 C)Kg6W literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b63d2907e591190188f2de8c1e96dc793649c3f GIT binary patch literal 11435 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..de04e1d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,555 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..0331297 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,730 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + versions = [str(v) for v in sorted({c.version for c in cands})] + + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..06addc0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,165 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..d5b2386 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,299 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/self_outdated_check.py b/venv/lib64/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..41cc42c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,242 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + seven_days_in_seconds = 7 * 24 * 60 * 60 + + # Determine if we need to refresh the state + last_check = datetime.datetime.strptime(self._state["last_check"], _DATE_FMT) + seconds_since_last_check = (current_time - last_check).total_seconds() + if seconds_since_last_check > seven_days_in_seconds: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.strftime(_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.utcnow(), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("[present-rich] %s", upgrade_prompt) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6259fb24139b6e637a5593d739a1e90871e12ce5 GIT binary patch literal 204 zcmZ9FK@Ng25JjnIq9z=~1x(bf@dU<=aotoHrBX`M77Qox4DP&#$M6J(m8=}L{$%F= z`FY8_qG%qFzOyF|{vOu9x-m8PpbZvm{|M}eu5MuZ0`jUva5oelF47xYT`~0z4o0N7 zlV^;NCKDblG^iU;@&u;!d8OCMas^I$jEOA71sxb^fJ;rV77A)Fl><(N^qeQA?Wdcv V%4&sMJE7l<#tq>UGRAC3=?Cp1I8y)s literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f3e2d0dd31eda1531c64d2f1502a76a4e2e1bac GIT binary patch literal 4545 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 HI=%D%wbsZX literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50652646c58ed016986e551920a240a292b544b0 GIT binary patch literal 2419 zcma)8O>7fK6y9C0z4mS#yHKE{&@O~Ptp+b8NV%j{C8}^i0hDm@p{vdA#9n8;yP8?Y zN#wLig+w^PjUZLRy@BA6V~!k=dWlJ-&~17uJ@jVeUO+wc&8(e7X4<)EVSj9!8dG_`YRhqEL4}nRN^rUjDjk5)fvO7BBB}? z$);EFjliA+vndZVBeRMzas$=3{V2kuK~P?XkVv)N0G4deRUth1#i)ku0IA(QRbmvu za}gU>)o`4-L3J7--*$`4bAU)dRNo+EP&QmkMR4MP*{K%xe6Rtp##Df?3Y*oAGdQMd zmJGLuti1du8y-%x!Bk!giApHqZ*VvoD;&N-a$I-trCQF(=ba&hlAvJ90y;7 zMo{0DwUSps8mS>8(2928W3PqI9fHZ9inwkk@x2?&0^MMY5XJ5EOOh*;VtEKQ#sujUPYVA z$htVvh6OH^uxC_&9CPpe>A@LFZ=v%(DAg%WbO*?S5Kxqvl%bCHOF6ZFhU4nOlMWMD zs0-tq6vGdzm@Bth5r`vHrztzev5?eJ38CdvNaI;Df=&_iNHd-`C5T zS4#Ts@SWi;^=kxoQR;zKHPG`F8+ij zeFtZJ0{W~u4IM(?2Phj!zFl9c-*81h)6SCu9(D@pZy3BMOviU&I;eao99Hb9*oC9W1Asfg{uh9IcP#MlpexSkiq(1Q zyUv#nD6@cO1e0=ax3{aiC1fRv{5(tpWzra?pRmyhz@L&FrYcn@u%l7|B8M){iy8{d zToU)eGX9u0QH9aRPv5Dq3>!vO$Vx6we8&#(2h^#=>IeB9k|9fM3}3pvJcrqR4hSBA zt)Ih>*wE}FJ^RsC_G~kIwozLfcz$U!dwo4~V?BA}Rr<(QdZ3wxlvq3R{LE(h+Tv(8 zS!yq&PhMt^F3&D!pw@a0-5t3z@}uxjejsl^zRWaA&E2BP@e{e;P||hFGj*L^g55t% z1atJ8iRq&nD)8dx_2}D<>FW?76C(j;4}B<3dY%&{JxgPHqsLHj)ReOKHaQag5%>xZ z!jPsYp~SReJkP%t61>>Xa=iR2C;!GB`-8jCO7Q%bE0YXFU5fPDP@9cghf=(@VzxL?4eQa+PxfE5%g*)>ozf{Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9608a6c8f81774af840d999e291edadb6e6a0cd GIT binary patch literal 2222 zcmaJCU2GIZc=qS+_O^Exd)3w=aS;SgXs=TFu{1;p5UWkE_JFe&lFjyZ?ryJpyO)_c zj*=EDF`-RJTEwI^YBc&H!2}tL(g&ix=u@SbC{KQ~*Mm|TC)xRCzW@3D z_UC9+MX>%2e~-_G5c-W@>Pucbto{jyS!ALNG6hq#g^b`sF(dj=%1C)+N?!{ZSwvVU z`Wov>Y7hr+2(?otWXf2{iDuvfPXp)3JUc4JBNyIHu}Utdv4X)g)5_&Ap_=8a z9kIi-fl*d)9qk+tEZ3o$;h0+4HdxLjCDpVjBi3+*aZ<-0+*W^F@*;W6^s>PUdc`um z2Fgs^8rI7rdFqAIz5U0N>68~Fm{o|AUGE=Hg9P7d4{Wn2%#(m@G>%5a9f*l_)}4q* z0vbY&Tt(-lAynl_l5DXgjSB)A6H+KH_Y=;3DlT}D-jqHtlpHwGpGx(`Wlz>AwY`Sk zQrRW!1R*Z*TFX|sLqCTd(1W`hufjHgR>VLcdRK|vYmEJ~-0=K;Bm|!f+$Hmt|eP&8s{z1Ledu)?(%dm1-}>h|gOb+(%Sk8^WRefuqSxiRz^GQ}^% zy7o&#Tr%R26jg&Y=r@kWlen8|&|w{_k3a5WsyQyxa;|N=RgI38Y|9y;-9D8|78onj z?gTH`LS?uEY7C09Z1@FOuGn_sjjjVbpr^AH%9~v$2f8{Bb#`{u^bgoj+9r$&i)y)w zljTj%XGN`4HM4>>=02JnS#SpEZ}q;HHO%e$IU zHAdH7(@hMEf{tX$@6m28UBHh2XbtQe_19@G(XxiKn`y&XBiMjo@RxdOQtwZmO!oC9 z(-#s?NF349mTmiis*NBXLWmiutEBOW-*g6J#1mcW$!-}to|4oDk0<;4h6t|?FOZ|m zU|x_if5-*0wo5VLW#$Df$^-AoK1XQn1#ziH6?3MiS0XD-DAGKUd=N!jnx?B$)#-~<7w617jXQpCd11DC zwK~VHjW4zAU1-@m`SyxZg{m}f z5uEcBgXGHwq1cnEmg7lT+ww$*#hbj4uA6RF*S(PK=JS@5Crw;~L`UI|pzDx+poQVD z(FbHqJVnYm$b`rFjav)9l5aC)Kr*zNW+Ka!uSx2p4lXKsD)VaRv%Kh6{!c>n+a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7f6fa51d6007359293cf358cf08c4dcaa77ce19 GIT binary patch literal 5570 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..038eb26b07eab850406e634d83153610d6091f42 GIT binary patch literal 693 zcmZuvzi-n(6uz_1i75`MR0f!81OpLju7KDI3oR4vQn6&QT>Bb3aeUVKlE{@SWnk$9 zTRV0Hb?M0ezyj)kbYehaVhe?l$&UnpzHQyD2U^b6GxOpZhvm^BX#7O0NrV=%`^ zg8d_XW8wY9zOMd9&g%Hklz8#!f4wCtacP{@yAMfemSnJr&@O7@owliL{RsU4MYN|Z z$$@j*61qbWZS;1b&#SCnJZ5RG6Rwua0gd>O(R{*uNqe!(1n;vz=5#mn1NJ=LXKODq zJy%d@9MdG;qgf#%o<8i{e?aqCvNfn2_&t_WxH9$P6pB+np(7b5IbE>pWQAI(sCjYj zC3>PKBR>@_;L-%m*TGEDXXpB>?W65a&gw^J^}@L|-KsMucTTO-{KC06-THEM`Sqit z#~;XzIrN~mrJ9}>^1$pyxaV#lhwrEB}J(K literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7a409ac73c9e47c4893d6f4d026c9d82ec05fcb GIT binary patch literal 4195 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec5e049557d089cd1ff9600c70aef1d2e729bb26 GIT binary patch literal 3562 zcma)8O>7&-6`tiT$>nk>kut>}{gJgKCzNZEid+OJ;wE*R0#XtQt(-Ps3M?q@NL+<~ zon6Y6L3Jr5&9<`Sk2XBPCo-?2gyigvM9$S8HVz=SVutc{c0J@k!p~xvVQEBn6YVXWcn5DFW}nob1FNna7?bhwS=Adq>HC2-ICnX&Ff?NF|bmA-kGZ z4M8?l>6F3cQ#oun2-Zp@pSICmo6P}~h5zXu%MLC2XH@#l> z&~xOsFFl3Vve7!l+hrT<*Tsv5%@_F6XW3~}^2;*2(%&9i-2ZRkar3?yl)rxINdlIA z>m;ge7JbZIdYX`>*QR8oyXP_szITzQS=08l%#t8v0w>#72HQ3*uFP7JRI3?N+X9L? z))Q|Q@~fC=(NwhcG@@DohDD_qCHQwG$od@4Yf)7rN`85AosGT`UFSC{*EcF}Y*f}g zYH6|YG74nv);TkJ&RmQ282oA~tH>!08-k)Lc~wj0)7an?cxS{3P8begaw(0_gfv+C zs9fnnE~jXcA`_bX2A4^x8N-n(7I9uCH1!R!b2EcmDJc0EN8GSPX!02D4u=ib5=kvn z*Hx9;i$Xgu#WRH*j;r@@N{cTmT9Fi101wpoLNS%b?)inPaDK zdtxX4ApYg6N6zat{>t`xHTbd~e7PnDKApcmUlk*|7}*>6YUGQNgMsfN-$trav-;HR zDQgP}C&=a!?z_(%NbqmZ?#w@!|MG()*OX~x=c5N7>HPSXyXNly^!59%SKX2C-I1Eu zUloURacDRBNO~w$ho|)6seg#C{Hr&-JMk#~FuwolQSY?QPhYU%^i`cB-#bTYysyfK zbUw5j`TD2T>$i3Ig>N76Z$5Q;sfxP0@aX-A@9!yx!wEf@(D?*)An=3>oI*5^A*h8C zNn;wYbSIp)!1gvs?I5kS*7G0o4Dl=zrS*S!tfcBE2LY7JQG8kv2bSj;}=_cZWBtks=>G<@H zRdML-g+~6=4oSDl0vOY(Ep1gRNENosHj#~eL9OXhS1j${f_D|JVy`&LHsUPXo0jYq zXTHD8wCqClxY){!WuxNMdaczmr}7C@#=i8Emgu zoK>aCM91E!TLsnV_lVgnoy+%>QH2Mo0ZX$@E3UGO_{y%&k%|37?G=mr9Q}o@@Rxc; zGs$daexI`6{{MSC4yH0%?o*0Z@mmc4}Z?wf(Jo^81otq zNLct{YCwBn8EeuaKqi2=L|=sp2~0npn$%C%0sg6NDFrgAl9n<2bmpD{z+2KJ3&#zS z%33}&-XpCg4eamltPO3QUT_BgUQsnDUKBtYg~UZ`i$uTTOsCC)6BEc7wHBq_ICO>^ zPGR}pIPgn!nvu-FG&HARMy0``^`+4oXyETe15(II^evN{AW4m=R{=OSQQd)f@sArH zZyX20)j&cIBo6%F4SqX#7`V0Ne%d>r^8>Zt_8 zJa1}fZ|unTQWt9`8pdpMzlil24sERnmq_TdH6l=aCtJmLGFOmsR-J5z+`Q37icnx{ zd~<}mDw+2}QPc=Mziw9aNytRignh&J{BkSBS@<+EYqtsX2Dex!WX+5I2ATew`Ebs^ z22Pf;_-Eu6>_y9lszFz08HRa=2LFxj9-_O?(8M#8c!qvdclep$fl^06{;HbfZ|W%> z)h9W|@ihyTEq?SUdK&6#HA(aS~kWpD}yklpb^{zED zPH^N(IdEtYQiz0<9ysJ!R3Vice*;{K+DOq7i31?S%_5Z$J@MYyYda-XD@OKwym|Bd z=Dpwio_|cG1{7%j#P8B8F-7?m7eNbmCVOAPWK*#eOLde&dsGXmTx$glM$HLT^@3gv z7s4v;hnz??T8LI-g_vCHPP{r$7^o%+30Q}%NLec+ttd@dF`6prR{S%)FxXj#Y3dmK z9!Lj3dgwpW1V|4z)J*bEbZ<7J`TC5_g&(_G6Sn7?4oFhm7SyPj#YMABxgW1{$_$jj z-WaR9uI-kMx@&=S$!4N%I@DeAM|yL^^^CIP&6|!tPRnJ(vE4C`C^9&F^`8dZl&cZ;Z%lLlrzL0>1!loUaXyT47$O0HQiDj2clu=g@$1B^#wyl-Hk3V@kTQIXLr?TgB z*I#|4W>@0f8$c2@M*R?Yno(H-LcuY30dU#6zWmu*pFUWFC~&(8rA=!{*W z*=scj3}yKxNO<0{=kv9OSn%BG-03rU1V}ajO}=K=@`mk#GGHnX;c$39fI_a;@CS`x zC8NQHzyV%gBe`{!cXl>jvtqA7xG*6W5Eu`DB|m3M_|G*GO`v*VdKJ9{PvsohtJ=P?Iu#| z=hn`xUtGI*>*RJKy)!)i`PEhw^jk3{d6*4@&4bhaH6(dcDJziVE)CoPZEWm~rdkQL z=l#9tf*=ULs)%Ty5uD~T0%*P6*p(+(>T2{Xxu^QhjXwLiCuknzYZpp=AO|RRfE*IZ z!0*anFzbyK%-LhD8ER@>AnQ*#kI8tfHTB^B63BW#kj!I!$aogqk}HV`oB z6(zX^conRHoL;hB3ssP|a@XcAe_+hL`{Cs&^sFuH7C?FMOr~wm^|I~C_H35-8=3AH zX;A+Etn|6p^EtTKNy~F5u@C@Tz{NUl2K6-44%!u90J+gugK403iHM81x5 zKMJm5t>$P6DXPO!_+O1-Hwj<90o|(7dRZAezIu5#`qG2w#7-==o?J_Qb^Spsy?ZGA z;Lt1IW_FTC)@RmczCN~{O#hx3=`J56)BWndjhyH(-Ok}rWV!L1`tH!k=H$lY=G4a2 zEwOd|{?PQzXg|wMZYNIc3?Kh|7Flk*$8wn??fV`=e@CJ7Bcf3QN@qx94B5ax3I#UT zEwH(6D%#P*!1*ukSCKV1*Lx2#=rYcJ)G$oPF$|~;g0%xK`5a^QjUt&>vizgig{o)O z9eR(Jxwit%C_@M$*>CL~Luf~Z0 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..389cbb7883b9add37bd5e1ee8cd0e683fedc06e3 GIT binary patch literal 2164 zcma)7&2JM&6rcUf`Xh0`ah;?PHl&m|C^m@+f`)=bKKh|FR1HX#0a+W**jZ<@>+X&L zM~<3SmFiTLaKs^&+CvUKP|*X&{tvy_Sjf?W)I(1kDp`a}Q4gJ2XKhsFz{orA>-Xlp zdHde_kM3?SAnPB`W3$|X2LS&d&4 z62h985E+0#w#PlJLm`)DiKVxraXH94mZPrRp-^xveI1Rbdae%;fe1a$RQ1fw4?eto%NiTKIezPI^!AyE%|it%wrC=pH}%v(k~AA2 zkcT7B{=d!(##HC5S#Wy_fLkm88_Wh<1X+su-zqZhg)QdC{vyEiG-q`zkQoHoE?3{7 zMb`CAu?$!OJRmVV9lOiHHV!h78w4aTo#ez7Imkm{5I}Kt6aW(6kDWHAe%Wr=4FtdVEtFj_57cjD93!9{u<)NYeq`ZP&9*Z&O~WMe4z^-B{&O3WKCT~vXMjj zXhb%2`SSu^G4%N2K5bI(3(|hTq}vNBJIWDTP^^@y&PV(v?Kj(NVa3GOT@|m`oQ8B; zgoq@BY{ANDDz<%di!;||KUw@J`Nf*wqr?PJ zTFGnJO+F%+A`Q(g8*8@YYHeOqbwtO^B3O$iM++jqUX867Yba*jMGB5(R8kBhONwX3 zmU2o8EvRWUej`Ul6q&I*NWT-))a6*NRfy=sWXw`A8YjqAC4;P3PR+%Vs!qVVqQ&x9 z)vTDCK{QveeM%l1$yN!>A(8|AVp@NbZ4AuB3Sajf`{munaJ)7ge?0qi_~P@B+z6eng-$=@>!I<|{9bUN8a!3= zpV|u_-`UvSc<}Y^SG91Y5k6ZBpM4yzhcA{sCb{fPZ%#kTpIjJ3Lbga-A!V6#9BkG^ zW|%S}F62maoAje*l0Q9QOQge-H?GfLussLd#ChA_W|LRv-jo*R+OYU!+Yq086Go(k zxmJq`&P0)R!loTaCKX*bu!2=Xw~|S_D`l+ZR1KMQs+~9XD=<$`{y5oQOPAIRnAgx{ zGe$%@2G;LnYjO<3JO|y+=+E;Ec>e@LO%aIx?~~so%b6-av?ur)LZ~K$%J-_g>`47J zp}%sb%D;bz^j64bKpJK@`At}wDu*gud9da?Ruhl!1BqdqeIPJUTE3s%%2o&B^`3K^ UzNXmAh-K6SgzR#!C~!w#uhwdJ8NRTk2!%Tv#t@x+0q zrM>dp|9kGa=jS`eziw}jA}C+AJR<*WMd;6b;FnON^Wvs}&@xhyD(EQfwL)5O$6{J^ z+dw)1t*A@IU^-X~r9%SW7tq7SNIK&7CB3B>O-G?0RD&c?Nch(@+d_Y{@Ap1IpNjwA zel_$Ts1Nuwn=Me6<^t&s5~YXKuo}sW>6nNJD&XcGzehSq?4jt5PNQ2WE6%}pr5m9I zq=pN_{=Q~gMGrx8yex?~dnMStfYKdmhuT6yBuKj6f))O$QPQ20)YcD!=^p5JV#Usz1{=k8o@f*UFK|zm%NXVqL&Zgt*)Bbx4tt8g zPMMQcT>dnJ*}yDOM=@|f8D^zi4xY)`tzcU#5+JgTYdlA6kG-N<2Hw4AUoyE&NLf>C z0+(nETcBF+ev6uAO$9QzNV0jw&{)wG;=Do)&WCp`aOyItYLo!?Fz@ne17QP$h7N6Wtoc^8_2_d_$I=W^&$hOZ0UmVNgaxkIW?jci?P^QqT%E4I+DT9|W~u zKKbqGv(pntJs~kXOE^!OQ8qsyDxR%ywzvtfEY&RArz+!1{PFV|7)VahbT|O-&XvG^ z2?mKWPz%>GScV+Es1pU0&IrMI+qT%zRBBGM^QBoiYZg;h#ZpqRFXdT8>hR$sM?B+G z%Nj@k2<5b^4ME|Op%SWBTpqav$x*J7vZ<*Jbx?Cw2i;f963zna-a{J31N_=~JTg|~ ze2u^wvk90i@JUOCt0Qj7o@Vrl98F4204&i7F&l2BPH>)TV0GNfk^U{xQQI=PJ;bA2J-;19Ds%%FYDyo7Zr~s1o7Ty#j|5&pv zY#~c?&W`x~f*a8Mk=FtOH7G6!Z=l`&>PbG@cB13oR|{M!uN5_*O8$)x8wgu~K=FFn zM!DzpHMA8x7Q}7)c9O>qJXg1nxGI*>LZBL;AK6=Ka!pBjEiN=3CwDSBk_nsTj0WLVeCOeGETWiIHJiMiH9LaDnRg~T&YgTq7crm zIuXO9#Vi1u6K+s<0uVEtAhUGMcEbD|BbF1-ocZpV@%JyCJaz6&X8Pp$Gc$lEdG6ML zCwVQKcS7VUL{sKOm{J7NI&p@9P=>z@aG-2v6&~d>5RfxG^dkpG2A&7xzlO@@#C4XQ=-Z13Akl}Eibsb{?>u{^Ofv3zdn+~?i*2ks5j z#*VM{oLD@+89`k=%Y93IYwQZ%Oa(A6xKPd>U@e? zo}%`rDEbGq=NTILJ(58>!RV7v%k|;4=s-O>uolJjD6X~asYydSO|QgP4z3L!tPewd zq&|G4HU#;~dmCY?SFEA@KKy?1|Y3AN1NyvP@Z0ivcx8J>UdZqjB*?RZ>4Fuyy!!LNV lA@>W%A3z_Pjc>IIu?I7o2%4{+|3HA#jCXMKJt&T4Ag7% zN6#5@NJ?fmD7NSbyw7vr=X~e8SASns*X3kJ0m{LTvV#^*rliAvQ%UQO?IPC~J;bqc)#SPqPtw)ZuePojzyO<#R==d{xnE zUv<>&bL;h%NKMq^^F(WXwb43XonFR8>Z1+520d+!Y=}1c8X;{Hn*_Vq9AX8>b=KD+ za(anVbU>*~bP9~Xgv`w_`4A_#uCwU*<3s@mn~)aTFAHR`8s{RRbo?NPW4d37bL62HgRjnq}Q-Q z1JrCQ)HK2RHbB0;qGTh~Y%h~+g8Yso<8A&HCwkt?Xw^YEri$0pXdo5{ixf&~&j+HS zFeFCfG7Zq=87U%qIn8`Bmeg#gq!<*PyP(<6iZPJ}RGDh*projp<#J4tV;UO_D5}@2 zS*WPeq*kM-a@-#XsUr0YVkD5%9EpIW`a{w+QGl^rVNvzR1L}x>T*ACFB-3a>^()eZ zsIgd~anRE^jRgw_p>Hq?As)c$Kk90y>V+7Lnu^I{LSV)^2~lcPi&3Oa>95M@r4*O?ql2o|C?Bmh zQl;2XSAoUVQIDOd9;3F@%cLn~%1c}#W&ME}um4h{Y_=QL*Aimv(mgI%*;=dmTg3>HN@KqH8bQ5lC&hqHS-%J!Fajznk6B{diQBoP!h08A;*oXBo$$xQ_q~sI99?$TJ#kje9!wvcJ(fN;U;o&-Wr^MLjk|7YVA)YU*ZIiN zvQnr&kv=iM|FM&Q;`Yo=q$l1_&Hwn3o6m7(PuoiCu7&<=>)yG697me?%-$Q5i#6>} z8k=t>ZzMDIcj!ln4-?tOp2eD;Z#K8x+4s@G4-bBH;=>d7_h+{qniHl6a+`_MJ=d9a zwB)uBm*@F2H)(2pN*GVummB$<8R8cT>cOY1vyUead3)b(^TS;Xgc>)N2+**y1_Ds= zcENA;9{>VgB@B2UwFnV{MPSr|VFM^2T&(*>i^f%|C@Japw6&Mo7^zZQ!6cY}$)=b) z%%3m^$fQXv!iMT9N*7^g(rhOw^UuvU83y7}w;@rA4MS&$TJSlrB0TkVAGEGpR|Hw3 zwEgqU8Gp`;Fr&x?gszI1u(q<%m8Oj*SMBUz zdT{1Ec0Q0EnEU;kZ{B$GXa3J!+yAo}n_~OtxecVM?thYdQ4;(w6+J8GCHIqFl65LSl#Y6!QAO)2(%4;Ra8{J zF$+Hk`hoX&O?e{1#RC*9OF^$zw6~X9(BFaTLHH@-5P-3{2v}4&9iEM*qx1cbtJ_vQ zbvGMtG~R5z(VD5xdUi~6%TCYS(0j+1T^_KtY4(|YO_R^7+n^JhTdvf0y}O%$){|xxtxEq!i_G6B0cToa z6yWe?!$D56z^#jxR_SJtV#`LTptWVS6?Aq2?66Ft0@p{0;%qEsbE!lFEXHmCVJOYI z$goT6PO&9PaKToVs72;3*p0e(7~tnfoAuA&=QCNgct?OTHt)!jHp9Vt9p|;qyyfUR zn)gmo5uAcD5(1+Usp1cgD{6oWeyu$)92CS*ctjcis+GMQo=M0jsnT;$-5+opZ zne$!~csL*ka#Z7jBeE2P`+#QZ-lH*o%@&BnM*_p5TDS*H>AvrU{b(5c^0hcUKH;rw z$=ydIaxf54j&~PD1(>$d0>N|LH9l$^{3LK^$46ZscHOsqvGwp$+u*Nt7yFaet<1Nm zxBv$^Dv0qmrV)6!ZeR z5hm%i=E=fNNYk?z9D+b&5hpcMNT7IH3VI)44)Fc1zJv5IN@DPbSp69Uz!u=LQF8g$cjNrl+a0$$vTcKZci=P6!$XhT2D2@LOYXsGw!kB1 zQ|Z)vKOmF4W17vGs_jh$_|wrVc`NzxzCS;5_sCM~fxkBWjr}j}ORXofo>SAOo&h;< z>)heu%plT;bLn$)!pwy)>l$<0VDx95#96yodp7GBSY!vDKWim5c$KkxzI4^BxVJnd zoW1#}i_|ygsvz}3LA!de@g&#RYMk_xi_q;;!%kJ_1*6UIsrqtjLjZ6)CYg0**3N@R-A3Fi@fw?*>v0#9WcC z0yp37K($CnP=`8$juPDSh!h;*;c*B;q{)}hpL@MaQIipoS4KqO+~J5kjD6u&cCT?j zxR*Lipk|f9M7s_XP?rBH!9*pBl?LZz>{kIib{OD6`=Bp)JSY)u^u|zd1|r%GfyPo< zUJD-d9F$LN23!<$)~r;3iYX9LcnAtm(QxcO^TF`V@Qv`z$c;#5|AOa>4ZD^ajuil7 zXBXqO=(9kQ85z^8p_smRI-`dz(m1#;!R5s;)+^98?ZE&o7U(~c8qKP=5f$o#!k0`| zbCjk`10aF!R(TDAyyZ4;oI118vI&he)BcODr^IAAp01u|rvq~hE49rxyKi)78WybC z+C9_OWn1-ZRk|t*>$>u|;n?T4V>t_mgZ;Z|r+!F}LZ@ra6m0{4t5XpCc0`#nNv4ce zmRlk8jo)v6EkM0LufIvbHK};;8Yd|_XyUUKzGvQLbXZi-hWY%3$&S0MKX%d(lwOCQ z(h0#7d1AFA<9he4x8Ir*9$PmqyKB}w(qx_dBFn$LEk)Qs@GXB5DLo#PV8ZZ#mq=c1 zO%zG9J{2nBT*{_eQ+Syz&3FVP-bX2XcbpHL(tFuC{F`lo*E*Leq#3_ktc!w z3p@j2i+DC^LOe^cfN*fNoV1jk8w=g8`zoHBDP=LNcalpnY7y;HMIt!?PqUNE%s!UP z90O!y^b-ynofiy?{s9!^JssM(zHJ3-g6ka|xNbC>1)01;{UD;*3^>#BC$9ry$q^Q` zqPlo3$*V>Tn$E&cLHL>?%g*Yl{*^8K?eMK|M)*baDKT5TOSTrUD{=1fa?@t8GrMTu@5R}v;bz(iTc#6;WT8l1ZyxVr`@3!4RISMn%zcV*g5&+5+)NKu3u;ICy9hT*Y z{+g@5muS^~D#D|7P=px&ivq6(dRD*P<#`gKt!9RC@x4Zd!4N+vnk3bC8@G{qF+k+h z(dLEiXjB%)BjR!T7L=iFE2kiYw^xSwid26^?0Q)B6>)q`wtr1J{)rs_f*k*M(!WId z|CRK9P4?utCdM=0n zFFwVhRkI=b-9A#=IIk}4Jo3rj?9O8ke(;%^?H_vVxja?<&yJ?~+S@I+TC$GzDQnK* zW;(HBh%)`F80FfVnR860E=Mq4s9)9N+#xGdJ9jBZAj-fDAX?ae-+cG*DkgLFEYmgz z-9R*dIHV%6u0b9Qc>*%cj zz-PYsv!tQ3vCf=lU;%i*1|IYTA2tPBfZP{-u_@US^CesMWLrT3%6Up%*vD#6-pie0 z*2~+49q~dISCL#7Y;{L&B+KoxM|Q-EJdRYPB;1Zy@-%j92^H&-H~K)bwf2}% zPWD{HKBDai={Tr|r0G%|2B!LrRR9B~a!={bU$qP9e+sNz+Y>i}tokMo(~*YWB?4 zZBauUmM&-KZJ|q2t$J>58!eRrw~11PAlf294e}ouE|FROZOk%w2I$}19q?-CdyvoM zCTHzfuZH`(@D8MZrVdsBfo-8J8d7p%F1t~$k``-bUBAI~+|Y5XyLv4QV(cM;Jl$pc zKzB*4fme`TXWciy@yn|h4UzD3Q`rw!5lPGE<}O^CxmMZsZ-zh$oFTF~#Ox&kUElPr zM%YAFyoy|EEn^yy@FuF!*qV>r8oG?@XlfzyT#AUbf`S#x$4ge!rj0N-Y95)kVm8z% z#=PY&qu7dYWH~rsSX6aKc{}s^j=Qymv;9@MmHE2%o?RM=Qv(ibDUIRH{f8I@W!Wm znGEx<3^S8qHgR0r>QCwVrAp=UzqSyW7l|Y5_~`xyP@pi-z`?^W&c2&C`9J++f8zB2k<%|D{Mh=v-gxD8u{XZ(4wMIq49C_c2Y{L92Y+yrY5ol=#yiOX literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0def44cf8c28bea3a6f65e255f4fd339b721fc10 GIT binary patch literal 2351 zcmb7FO>7fK6rS1j+G}q@0l}c4Ey}2X@nqK;5?M-pWrB9kSZ{EB& zZ+70d@BPx=9zj5VhkqhQ8$y4Gg-?N|u;_qr9c54k=h0YW#$y=PQeG;^V{#!d7QiSY z6PYNRz&0yo0-p!Qf-M>aG@%wv5Hu=i0z@H7R%&{NKpQS&L;X{PPa2Y|o_4rp7tOq@ zoGm$d;sz<I&=a2c}*MqJo<NeGrc9G~-RxjFIFEP+IOyh9BEuK@V>6B_XrP6jW3!>Y*_AW0w zg#CaP#a)(jiJV;^2{uJco*1{dL+uHY<}5Mlm}xR%Wy#<bYG{*@`IF^%0Sw%30CrgyLm1ha>4soaKM%TIxh0LQM3>F18gPv;r zHO;uMoqRC(UTyGXHE@y&l(f9J0t)ZFe+B{G8+d~zL?%{I22TzkL~&UPBQ88Wnh+sZ zQAWPo%-l4ppc(L}po#D*BUt*``v{^<<7ufPjiT*{dtesUTzry8e4Q_4Wfcz|NV;7| zM^nd>=Tajl-Z`2&KYV8N#Ob7=x-u&>S9S6x&)T%$N;Y#tJ~|ZUXNENf9>6R^YD$s)m^XGdXH4qjSE_DRolMM)$=5_^I>eyz1W^w zZ1Bs-Rebfex{BJmW|GgBLa4p>yW_XVs@lG1NK&G|!&wT<%d8tBecLl6qaV9~&CAiD z&GP&v47>$CqPBSOSq9-c3PWvyYJx=4CsqIgTTRMHE3m*}RKaUO2S9)(Rsi68B2Dc>_d&qsK-@;MWK6j1%4hAQ}UI zS52qVIg_RwH$({&C%X{~iX7u+F--u#P{)E9lD0F%2+*yt)g?uVF7)kt z*f)HyZ@8*%sjovjc7OlYt+%RyjSm9)qYb-i8wO@hJ=J2@CT|~np!F|wzxuFy;9mE@ zot|3v{;S#(t-BiNe!et_+IpTLtVACHNM)G+S&E{z&Cd`-{ws(&qxBF-%WNB5=(E63 zADV3&ilh0y@X#K4em5389v(U@&mY3TTTm<>-$U^Z5Y}os%_0Wau0U6WRwG~e<}8#N zZtEEW6}n(SSK&F*+IJ!m@o0WaGIcJxo~TES*244wr~!NZE@kLbIV+um1G8o+&&AoK z;PA3k!=w$|MY?1M{j(%&0|o&%D17idI8g7CL&KboR_{t#IV;bO O&Z=K0mJlqxu>S(ict?5w literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ca33fead9cf16a49a4c6121297baf84870d00db GIT binary patch literal 7563 zcmbVRYfxKfdj8H$NCHWKxMSjDAT}~aGRC54v6Fk|@vcKw|+5YNG|Ddob>}hs(ce*oe|H;OgB%V&E@B5u2 zA+hYH)5GxH@89!2@B4oG7mvqH;QPk4qWzDbkblQa{*&y)=HEi%4pE89#Yq@rKF%fh zFrN^@LP89S2`MZk9AQVIEL_H6y%2XMTwzzj9d;+m!{w|@j8`N)VGl<%o>o8`DNYjJ zu$R?2U_4*g2kEkKaX+Og8sN-wswrwDIzE-0)FCTH zum>cZ!>RL{F-4Q6LmyWTz3^f{pgve0%l5o{n8h!2ABtKVu);Dsv-#hUxI;7&=2Q~q zRW2;3O{$=Ynxr|jGR@Hl^`kt7_^*m8KPsxy4JqtYo7J)#V%Vj*RZ%M+czQKpEV22Pzf_sK~1$T-oYg9JI6+^x<6^pC7oS2Fmv226j$Y&xt#Ob2CG7PYa)4o!p*QMNe>!5tDKb9{#T zv%MK^f@Ae1LH?xs$R&`Zi!jcdFee%|N(sq`pV+-Jd`375eQ(u@1kxl@m=lo9&!*VQ zaM8VKg(?Yqo4xW$Sp^8osZm*pkELkL7*EJaC86nZIu%PAfK%B>$#Hx_)n1E@YF%%pRR!cPbX7}U4aH+u zLg^V}JeBMTb{`7qu!JsXIjO+%Lg`pK6oE}?6l60rWyIoo$hxUudIr`9bul9nne|yv z3FZrS!*cZF5L_oYH}Tibmu-|+t(LcJw6xv7c=zJHcb*X5bKtgXL0Gu(yWP((srNDq zWsAax6*&pYa}Lrd&x`MSHem!}N-4k*ErA4zDT4$s7eK-&03pK}g=@?cmhLbRLhKtM z8BT}GhL}Lijo5ISaO7KT#S^ZrbUsxCukUQZDu zq#y^x^bV(tp#+F)LWAp6DNaP|AqY5V6Q=iID

    ((_NTySn_FdS9LrZhAo*shgD^f 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 F!E1^`Mx+1$ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..673d02b0b08e5561311d901d67451447dfa280b7 GIT binary patch literal 13658 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 BrVIc8 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75da7f631471e8c0e199eaba116e763d43ff5109 GIT binary patch literal 32763 zcmd753ve9Ql^)zZ)AJt8;0+K2$;N{OhQxy;_ynII_!LQyA|O$MEJMTT200{V2I?6Q z1O!Ns)@uW{yaZz<9LCxRT&qe@(j=RZ8oWu`t{hH7B^X%Q!Z(_c=-^_fWUtqqa-@<%rzm@s6ejD@c{dVR%`W?)7 z_B)yH>US~U-CqRXG$e#P{T`m`G7ot}#r?&hlKzrVX@4pECJdE@%KOV%*fLZRs_d@} zRrObes{5-$tNK@kYWizJtNT}nYWr(LYx>uO*7mOrt?OSG68ptaU4LDuzP~=y(BBYh z>~9RM?_bZ#u?}qrHT5^Kux+S0l^Hui4}ZR+2|zS)ObLaqI+EbJI+3$^#Rhc@?b zX7A3SEupRbTUppO)Dha&zm0|6L)$|;`gic$MNTUE6TW|^iIXjthYbK{eR=nLy!O`L zi8Kw8C-c5Xu9NHKy{ix{@0H63%@pe2hp+qTpZmqU$OK*AvNNCy#4dhCTH+IsJ|2boyGe_=}DA&POg>@UgS|$r7@!n z%*D5Za+eNotJI4;mvYMN!+S8(5;k{H@>BSFnUzfK!+7PjQcIJ;^fYo@(Q{DS z&f|S3=lvPHhuC;Mi}C7z&!i1Ye^`2sK_!elUqYIQo`>F_$NRAKWqr;H(g5CHl)};r z@D;%KC}@cv;iwd0*m8kkBwzrlq_xf}1pw)oBpLGnxz-SrjJd93p^Q>Sq(MM&51@#0 z={w7{hlL0VwK5AEex`=Jqwl$$b`I6B7rhJQvK?eX!dy*H)=!xvAS@tIZE zU~niVD}(-_sH~b}vaGtsgTn(uk?=)18bjiuKE)r9FZcsj`o@N3U$JWL3XiGwL&30L z89Q-CwRii6hWrbraF$vVOjCVB8qB1ftpxSEkxgh zQ^9CVwVxS|1tVeqkZSEi2`JXmH!_Se1*%lFk^8h?Q7un}kxUf=e%7|iLnFZ<=@8l` zho$3@$Q5dfte{&KMUE+BYH>6c86NNtqTT^X9`cW=&QX6bHZT~xCQIm?Yhd82tVB`f zz<|%By1OHxkUuOPQ4}<-_Q*BlL!*Yqv@S_U!dHVzBpi~%1evOfa%>>vzZ_8pLcuUx zy(mQ4&Y$QxeCB*Fg4N1MI1FeHjD#h$0tLiI{6lj1s?V!hl~7Cp$lX#fI*is04Etl3 zR3`y@WOzUdDyrEZy`tI?86?PJv?5B#9~+1U$7QuN7##?PqcI)+EWHQq2>FK)t(9d{ z9_TiWv80L^^TFUnDz5NYsC*x~DWk%0K$~cq3qFdY6>-^w)&3?I z%fwyQ=VRsr0+%hhZ(8^#!YQ)<2A#gQY4I^&*xB0k*F##91$)@ zf??GL6rtf&?E^sRA$edxwfQeZSqiI$DoQOXRo1~FbVum}!&ffSP)CW&5(4+Sr@Yi;Ui+p@Ji3cPGZ z$}7NzXgi8;2TE#K(moOk4n^BT!Dygucue&&1VsJ%EK&BM{$uz>pN2EV-7hV_*>t1n zX3LG1Hr`;GRwO{vnhsgn;}O^dF!q^s?| zy==)|cHh1(Wv^Sd32tke6D-zcl+3B#;W499G;T1`7SI_?iscBk7$SZZ0U%-~E<3mq ze+5XXR7`;FFBCtH?SW((M@i#Afk`f0RwxxpIgC;)D8(%CHAolJSwiF%P@9hUKn9Ed z8k*r0@nC)dU@_4z#)u$_kwFmvj*5yrtjJLiB9InDp4HGqhpiZkh>S923J4QEyF~*mnt0toZ?d zSiI!FDvSQ`n5ebQXpu%F@|vI}5Lv^;;Gp=ziuS%B2BWAb+)9Amd0laLJD~P7<4gZE_oHzE3OSXEZE6UZL^mQC&}K3&aUv4weWr+N4xz2@b&1 zrjfE2LA5eVeD$s~d{Z#&+&M~n7S0s+NhN1@O&>_vR>%Dx+SV=EtKwa6o9E7?#BIsi zZFhv^>b*((-Wl(GhkJS;Z8v`%|Ja(QQq;;*D!?Fpe>*^fe% z?QrtYTEGYD$MStRH#tWRVi%&YS!CzAF}{I|QGWI`a>^5v`~-iQDE5jcmicx$LtC>+ zuIxm^8XlX|*jr~aax5qR8uu(F+$8@pKgMT6+Luv&l)GkrmK)`Lrg1S6Z6li37V=+_ ziL{BMK~T++n0VyKGbeic+IoCeWgE&@?M4dKcBWTb;hz!UR!dgRHb7%p4hkXb+qzE-hFrrT6X5>#iBs?BVa*SN-z7tMp^eY$<)< za$ny$v-1u4=Fp9y4_)DplaV1ot00KR9Q4AuJg_{4@c6IEz<3of9aId~FJ?B;tqHJs!? zwMtq!x6Z09$sAg|R>i#3AKOX=M{y%bW-T(E&IZZIjJXbl+QYeRO7Y z(Yr3`UH7*69s6zje93KB%G)w6EV;aivgV|#`F`c9o8cSbM8*2K^NF(7guC@YS=IE( zU*31uym{j7@q}yZ#~g1dTC%&BT*YY%f}cjKQO9dt)-D(KfrBU4Ro+!^{-BPB+oyCP z_9A|G9vlFl3;s^=gVL!2ak{EN+^uRR&ao(X5#&f70D4E1Xh2_FSk4UcyouMx@m^TA zz62PoiBT^06ruzZ+yo!X(17on49*7Bg!`>>nsamdgdWU7>hsSCl@RWSr&>VmuLX=Z z8{VjoK8tdOV%@p4SG7hj5g($|Q&gG8Z)-3C`Il(3U{an%94k3*qEil*Z4!a#Ryb4K zM>gl8ttx4&itqf;R)62_xn49=G#i*-b8r8XKd_(sDCfh$-XGZe7;#pGL98~a9c^ao zL4fG8@erM5bowI%J_nuVjVXDVa;|t{nNcn@M&p>wZf?>%VOCnR49evK(->pZSRNd~CQuAue;W*s$eHB@)B+pd zP&B*1U>f>ksx69*VMGF7-aByO{J9f-M-<|8RZHL!KKlga0^S(yQi!UnC71ls0jhR@ z`c2)A(&!Rrr7b#sN>9!o;%AT{w_x$!uWNXx>UPz9`FGYV*6m2v?f9$mf4$}}*CgwX zCTfo*?5iF+Is2-Qurk?a?6c)>#BNUBn7n6S|5Lkry6<)8lHK#bUi8aPsyKJq$DGOH z{i)rPw!r^1N_&;pwsbXcA2c|++RY!d@o@7v3|c-I<{kuIJ&uYLT!2u3_7q&Q3hdyr zT#7LZXkohSFv`jLpN-$f{_8P&$jtJUEq5G2qi&@^;<2mq8nK_RP9wKus^O?K>H+Ql z#`}&1uM%EkKIq~A@v46a*oKXq=oc>{HY^gG(;|Y4A+|pl!#o-C#}GrDcVJXvm<&dF zI1-Hpftqcf^1w}d?pjGaD#RzUvKy7FPT;E&ixR)2TCqbz8CXQIx9CRfyFA0u-1V>l zpA~YxjbC&S4)|Fs=k^env*=o#bgh2#&|AlD9eeA{tuyn7Q?*-CuB}stmu#-Dz4GcS zZzwm%Zj62FrMJ($bN=@Ecb>cbT(WBOJ=>NgZ|Q8`n+9Y!XzGBL5~_KJ2`LT7wv}ww#dpkoKsy(#br|`?mOMrn`WA>x6QQ0%i?3V z*4=aZmh6t{CugkF{8D+R84HSPGs!num_(|+ISLs@R`?5ddq386+CdK-jT zQ3x4STZEDKe2zvy3m6{EBJf3M5hOt-V^zDH8Eq7%KL*7(%sr3w5?BVTxQfl+>-Gs# z03xhjPT*o0I>gpQeFbH*9kt}_iL(Q2GtxWI)!ldEOpl6fJ{tzr2Du7}6;(4PplV^l zK4m>B_L-Gy@RTt)s?{GL5owgVX{-yX7ve!C=!0yIMp1bcv44tR^e7xnsIu|K#+z+7 z+7fl!7A~YpcQ2M6NR}Q*m39%qubH+kxk_fwf9R@RDqHpS(?tAhXg+(VN8`4XOH2qN zgMS|7&p`XjsN{=5+n7a)Cp)(!(*(%MA7^IRYy6nmCyZ}6M+`1o+lkF1IRIn}!SFEV z2iAB{E)TX)##64#QPV}68s&9OIkCA579|czcsYHx6`;ED&#Hbwe?Gaxbfv6j> z?G$^AsX;uS@-iH32n~(`iE}Q ze)Z+q@IBl5`<|*LPxswpcXub;rXhdBf~V z$mfWWvR?^93$3{Z9)A{&>)6dJo3a=!@t0j_#EJ(rvY^y6%MluL${25+3!`Pd-0Oo_ z@eX!HuQ2+h&ux-yVLJmnzbX^wN2^i}eKQs{EPByl%mg_)zW>?Ch?031n_sF^CVe7} zcsLR>L|{ZjGYF8$+X6DJo?X0ORvoYU*8XYxQrYU8`)}+|l{GAu`I2S6 zRM{qcbd|+-CSCRS-6d%gUsCatiq$usjvt?s-U;3gF4$5VcBLwI|J-6O@}!+ydF}L> zbOq;fKRQLJMGSQa4>3iF?6W6}B83qLq(u_ z6F*p|Xmm89NcmW1bVs#;_)?Nby5y!V8JU$EXjzJSwQ5DLO0OT7IS}8Oay2A`2G%vz z4F0V!;UsC`O=4X$@Ej|+8G6kU6ycsf3#zgi}9OFMhVzD7>8f$8SBS*=L zF$XEgkA&gUMyY8_(;mGXEh8(4Wu_!e;Rv~d%pr9n1tNp=&T?;V!bXkJ`l$FcF}_SF z19H!bX+n`rjNXSK>ZXp#C_)q1`m8EHrkc?>m5-?cbqlJJu*z>yq5vv{e^=qDCW!g? zLDiz`I#IRCZ)W1A@$z68d?3*dR{Oh$V3P^dkBf{ z6Z}L*FlhAUaz>q+O=r+f^m8xzDL`={Oqd73a1fIoFik=XrH4$J5Wa!UymL-d75T*> zaMDC4H3cehjWjTfNM$1fk)e@LSR_S!R4187K}O|k{t(o3ot+vL-M@do2odxMHtBNn zbI&ymMj{vd3Mk&z&6_tr-y%M@`I-cY&jnc?eExZ#lLS7^Mk;z?>4;8t?CjXSd+V<4 z+jlonwk?}m#BF*8)dBI@5F=U21VHgAFG5vpVfr@J9P$q;oXZv@_Kc*}RoH`hDAK2^CnRkUTXXjigm z*Y}G$6Yi6g;Uq-pv+Jk#CWNYAeQe|0TYsgxPvLhmN*aeh6c4Qvz9$}P6h5dqaL6YV zrmK6|H2Wgb0|P0e&{aJqe`eyLS^D#s9GQKkk)9(O{>bzLqwqL+#P6$aVdd1Px?y8v z@e`+cA_`^;EC%h)a)cHnK7~ey*6!gk-Oivb76}az|AC#@$S_nr2egTE0y3=pG};E2 zy7VD@8dm9q5To@CB z66w(g$EamSJK9KQ3{h-TOk`U;#ts{@Vl7c%@S=D@4){l~I~|EqW(edA&7)BcHI)Rq zqW`Kt$n2z8NqXB^?K#b&%K^3GzUrTuM@d_} z^Vy(0BterX2Ow?*oriUcUo*IYhZeLB1+PHjc7g0*#1UY|ka*qn&ekmx{}8I&L`Pjo%{#tJm;qF*cczAy{NZ$3jCv6!-{a2s+CE3ZU{BI#N*XX;3a~ zH+aYoQJD4=+FTWq8e}(IFnn3}nEVAPS+)g_$qg=c<&&+QZTEWEgv#!L7#YG&CkTrf zn4Uz!!GM3L1;MD?nlaXpumQOMAVWQzFhN>}X)Yka`-6!^TW!)- z8-Mzqt#QdyI=gkYV>%dbn2AiALBeLcXU|QKFVC4FFI>8aAsp=f=<_@?0{Z(+hb->f%QMD(TG-L#YBbdd9o=XI?Bw&%LTM#x$cCI*l_1+~#T4II=>Wt)8({%Q6B zWN8Nt46W||fC9CeD9KlYSUIpB zLrMNEOL7TI1w^cFV7#ow`NPm9O)huz=HE@Ctp1|Yo6`BC#?FYr0h49kv5qfCHJAt zJ3Vtc-uQj@y0nEWshEoW5;}q6Dj2IcN`B}rPMhI>8ZAYe{<^y2&}QzhH#-jPHUIS< z9&R25q7{c>`XvN%DUh*IV=FXwnbNFyvQ{HGCP(%aiSTMr9K#1)F^&J7lQt^)j*f}4 zf?z0ho|ITL*c!l8s0}uhFa>WRox-TxM0N+7u{LCcqF>C~YU?|^6Gk$UF0V*}MPz7* z)u9Q@!0krCSQ7JAKNP{T(^ju7D&4THX37S}$&zUZ6U;&MI0891WAg|ph%;d=hHU`Y zOz3{I3l{4gla6P;F)fhB3ig5Ds{>?|5IJo5VTLhQt+y+=J=G37a@InH#I;8V-PR)j zbSvfDjrUyZ8IR^A`R1GZzuWMq8{gfSTD?8x+K~`;=wvPwy~xb2^2HZK=ZNAgZ-$dQ z`i1Dg1a}cD!=Lc~%=$-QX2zg=hV74P9g19JX9>t~7fbAaLP^ShhLgL*s_sz*cE|%@ z=Sc^157E8Ui!ubD12d36A*`O2?g^{4g%WX@$6$<>kK@x#PUh%HU%%-oPBzPe#P7vd z*&^{W7BGp!aS(IPQ5~ynlT5N52S9|JuZ}Sbq>@FwFz@$=&MW@mVQ>wuh!VUAt9$yU zY(=4Ys{#pA*j%Y+jUdY!W0uhBIbkB}GwmS_ijqVaBCSR8%-F9FMOj!i!{#+_t;4AS zGUV6l9bc8#rna1@eu7yAiksqo>M8k#jFqis{j~XYFVyqX&PUk`B-a|;h5(ah!(aIn z8fv5QCau9(vjY)QSHBAeJ1P$i=59rPi~`3i^V@8szd#KxM*=8Vyk(jx-lDfT>1|Hf zn^}8%d`_~BClxwu_W>H){%K=*|M3lLeYZ|gvC}5R6Z78yn&1YeH7(+NFTKFsZ`aa4I=AM9-*aa)_~vg z-@?(hNZG|aYs>|d(q(p#02)}&<;Ld_+d|BGhVjUn>E$lTxg{Aj{UZ}?zY5oe?HZvx z9$K!kR2OVhZYsl4RNu_~hm6z?^p=juz&3`RKEjS%+cvK_?b41zFTpUmFdAfZl$nIZ z)S)pM!r2Fn6l0YTHK2xHH-=Y)fgpkZFT4yX zp#wa5q%eEBN2iAW6Ui?UHa>*_+kbxI;mT@Yf$>tRbQ2C$2(H(=XIH-&T3ov`xpwCr zS8DCyd%_Vy%J%!73W)Faq&!U@+M7PId*3k6J~y}N`}Ve9zHZBe|1MgKl3&~2wUxh9 z+EvSa;4DS(gW57O8*4Ws96)^Lq4B2QG8ww&E(+Pr16#uHcWcL#7_hXy(2_{2wsvkw z7qMcUXDi`~afY2B)=eWNaRd6pG`h`Amt@!tG-)DN#1PqO!(_+YK0u$?goT+5`wB== zaJbJxne-gUf#dCl?*EDhJruWywNj2b0|+yodVfF$m5eAA~I9Z74KI22{v8 z&{$WY@GxH&0_GrA;^)CzvfY$c^qW->wIYFr+?rrsptK4PsC=D9#*b)lLGI!= z%4YlDu6R2--}#+aQgu61CA*UDLwAnAnL4u6vgJ=tzI*b$(~F+YTbJX3x$V;DF{UO z^7tEq6#bS7vB56zQ&1E2LiseoLA7nwtbcHPz)Xs793%iY2x}lSlM`qJlASOV{bE>- zfnPO5c2r#})dqGssFCzf`OZ)I=RW11*T8L3NRFwP2^zHg=~lI>`vM&w9ngwX?1;WW zNji{(N$KqFsR{7D(=I4)r=?e4dQeh2yKQzuoS%LPTYXRI^wYCjX8UH3CS0q*Te3N+ zTD8(Jiy)j0Ju1g!5a`n&P*8%IC4-WQS>AhqXCMTMlMac&w~`O|SQw-LBgx9_rU+8D zagCxGkRrQf@u_pC3|MK6)1awX(Al36JU-}X92Db( zlLxyB4R$yksvQ&6f#^lLKc=)@86bMTHu37jY>1SqpeAlZuNa)yLt zBl5+@g@qr54CR>^iyz<0h^o$t(BhttlZBv<*-fxgt$-lTRKn884`QL(@v4WY45F6| zZz0a2aZt^49M{THNcl{@n|(BpxeAHj!7oZeFf1MrIg4}Fl(T87`+iZ`^)JnQX|bq2 zSyVsQkt%AMItn8|X1;Rtt&_J-CR|Mkp-Ed}P(|@t5)dX zccPtQvo?`h#AXsS)A+Z5u4$G_K7EN+iqM&NO+7u#yrqXtWblqq`G^*E&eQUF*qo+%ffX250M%MRjxasiO7M zrUx)wJshu}?M%4VB!o4O;wv!?3}4?yAeXhs(h7!=+Op3C-rABhVVc5jA2tgnU|rqs zL`{JGz;&S@PGUm(VKK)3DQH&0uS5eWv)Iu$^9IkzrVrLoeTJ+Azh+pFk;y^@MS_1? z(e){((RP|A6yaxcf?3*VhujAtGpNK;VI{(Y}|q5#nYB0Hk1bkn9n6whZaD7*#OK z0s~??5@t%+qH~JGPpPgR#&-A7IeworXZ{h-qOCj`R#DTvVPeX-gvCCn_%9MbR3}o7 zgtfF)C=*N&O#=njjzL>8j9AsJ0eXPJf@K)cH1!Y-Qavj-JD!0|_vxw&Y zrU8skHRmqX))X-b7O0G^DL*W0m^=K=$=fGWWt*o?Jt(cbx#`BH_{4nItydO=zi_E5_l=dQ9>&>oohervRwkGCjq=&h+?P@%TXB>(A#8ng z4I=Wx)}WQrj_ev_NJDu>*B}ufDCUSjaY+rN5C+ZaK;$ndK@scUeOKMwhLp>f5HvAi zo=`ATc@5GQUH}LAZ1qGA72MpGSGfmA5_4(hcEtZLN<&ID+E%WLZ%Dc85?Qn7ye0@n z|93sogzUPS&mU$~nzTNe2WeZwkAIcnu*PHg8J5GK6PHcM;Cf+Or_U(pV8GkJ1qTLX z&=yD>7NM{Ca|w(V5)A0pI*i?E$rMtM^7$;Tj^-d#P5W+yOI3Yl%CxRj)lNq?MXEqO9~MAl-~%?UX90=T&v?x&-EpK z!-!|V-TXPgtxlXw>HSvZwUrM<)&3EDAmW0su=&bpo-Do?fiEbI8HMj;%QKub| z%k+v^53Tjs;S$YI2(gtt`CU+P9TG!+LZHlbNXkB>Dy2S^vp#*~T7@3H44N?iV$!uG zA#BllgviW8WQ(2^8YWGr1ig}35^x!t1s8ZhyClP6Rk9+CT@VY~5VlHoXqwE>GzpRe z?~XA6$_?l7AT9?B)1_GuImiK!buvz&M#~b@G4HR4q;m-z<7` z{4L@AA{XV9T*|!zre}CS5g##TTliD zRy1GxSWC^PMGF?<-ugwaFX{Dtw_#p-&zJIUOW3zP+6!tEgSAF}u|LL#m5)w-F?|TY zkF?1)KzchgsWjUaK$Lx3M=c`Wi&|86eR5_pVXtM)zzqpl_LV$lGBc+nfuHdfQ1H9N8uZtZ0n`Sq7(UW&_a4c!__dN(HQ8(IIso;;vx ze@f1OC5H`oH$j;6+sbirAn+yoAUe5mlHUJ2CCm!p570MqaIq&BJ%-4y;OY;Pr7j*N zHok5?z`O+soV}$kZRai9;|(yxvusaWdCQu38HLxR?N-aCcz2qEH+T3G^0Ycw@xMl? zh1W~cspOB6#N%2G9om4dxkss^79NA+<5@%DQGvNQ?YsmVgaOSsyay>;s4tpA;l8V4 zR-PNY=W0y|t*lLjTSAKJ{FWHA43aj&Z}yPM&v!HD4cO>wO*1iaskP6fv3rE+c^F`4 zt)yk}ETT438@1zA_q`2s-6?PL)NyKUVD5NMYtx}jpKF$PNeU9YYZ!3=cyfc z%iJ`gZKZN=9-%A9NSm*v%pen$CPs066pVx~FpD7UhdQ02{^%F-X?GEcZEgA%=`^~a zTp@?B3l|oJG~wKMM_)wL%BF%L%o~znkw}I{j7u4e(D`NBOhN`jcTaXYUz$|jK^eXx zrUX_75LPYho=JFg(WD~cld_GR?d0^3bC#SZ$yq}VTjpr_1e^LKCIQSParYj{6QgR4 z*1G|CqXS^?2DCm6kQI*$#)<=aQ&zCA%`ko-pwn#An4w%y58w_>^n)&SQJz7C+i4d6 zXEXr9LJ#NgEIEr_4=j4tCOvBxJ&j3EW1?t%!oH!<=eZ}}jxILsOg8OYY}%J>+Lzd{ zKVd(Rwh1NHsS`L|;;8)4e)di1q|d&6;hl@OFD`D_k=(H3d(pqR_WrfI{QEDZHgw+| zOKdm`xr=4pLpx`$zh6~z^W_^a&&B4SN>p}yFYp(a-oJF`#XHKvP_pvSwCld7X32eM z(S0K6K7soSZrX3yv2N6$g^w~=$N*EW7-xJrBO=sEAwQymA}QOTuN!E8F4t` z3+N=Wr>_c$U2yyZK&B@vDaVb18PZmWpcOiSmEDK3qbnIQa=F07&Zd2hhw<+J=%!mi z>2e-oHW)SsMiiJ!LIR@QXuzZ(kbBTI652(ox_O2n*?>VENibe`;m9+6N6z(hojUbw z>*=nZu46|IzwiQP1l=vlZ1PDkGYEwgY_%yvfqK{kMJi-6?Cu_|R@)llnxG?@7Cm~k zE9zo}v5U3PQkwWZOf3#Y&3NgfO@$$79R?z2M$*Jn9k5lX1 z5BnUR^r$9&+LzHxaVS7oEsLMTa(VM3p-NI&VAHE3gxy-o=;6M-d9cR!8I-C#V z9Xh)LtC+DB44YaBJ4PCPWXC=vbCZB_0U-S{L9hX3z{(qka(B<{j^iwv_@Qg(+r95R zd;8hN_1lx{x2M+cOb9y}OjO4O=$NlOau$VFZU&zJia_pUF9aT=i%9!8c7~D%!eBCqSN!hD$Jx!4Z zGs96dEzKTIIaZM|UTyrz`xW9`$^5E&6&<)0#ZfzbWXW9$%cu32(?^%wMc0qd z9G`van`a(c5dRA^a$)=7E}9->*8ab6toZP0lm_KHTj}b)dP`TE4OX^D#DdGtn7Lry@Z%R4b<#(O>>nTl*2T|-j-|5H1h%Nyx?gOLZpQU$ zTVUGM9L4=W(GC{chR}9|4Aur#xB|7Eogl?%h5_CjDn;sBpQGY?o9zy8PHWzYzux{SFmM{Oufn|l8(~=XnW>Q$~jNTZ1p#ufA#3pp=lEh zLM(m`xB9%jVZMA`N!90xtuy0*fT6otzJSuchQTmQq8*?lpe0qh;EIG*penLO7Kn|P zEC^X8D}~v+&4?LvPjiF3WdBN0zm1hpEjf_WiFms#$Oy|$tqlD(dv@i@&<5!r^0^Go zjBSGZCT1Y5fUp3xOjzI3S8S|`Bq+@gD?>DjzcT;}Uy#ObnxkWIaMvCaa#2{J3pbUQ z$eAE#k{mknr8))%m}xl#d9=$X;(=#MGybHq#(mw7xmQ0UR-K{w-i%Uy35r{ajn<4U zX|G;#SH_FxCKjGf?Cbf&Ojk@NOfMlvqBRju zFPXVOaQFuVy05?iJ!GI|AEpSFE)6kQciy#X(0`4RXY#0~04_$ur>yc&2ldzRalGZR zpw6k`CPAB+6F?g_FrL!IqIJolb&Eyq$)a|USa12vXwqB11G6k0paf1Gb2V`C3^czHlB{*GvS4^j z7Ni;^XDGy=NMjCkHSqPDzYP#s;eSFv+@u51`5S>aci`@!gttEB#YLvaw2evzVUYRn z9rcv2qGykS$)lkII0$wvhBA#*k6_ky0!sVm#4MwzfBLzQYke+qZCHU^c?=cd5yK^t z4gHq5WXhSGus>zEWCA9kU-Uq2@p?h%)RL}Rfyp-rOLPF1Edx2T=UqX=DmFE<2t}is z#itttx_yrY-DlPFX8`0f9ekr%YW+JT_~Te*nN3yq`|M z{^9QgD^~2kM5mQ+p&V_7{htQGy5BIa#vCaGg_{J0gI^S5jFLY<*Q1X`njLqQgm*{E z`$WS2gig)}*cFrm*f0zcR}%Q&N~CCgG_$2qBhzuf;!&DKJ05Hka2UZ@(^t++edVMz zHd~OAouirkwvKt*>y=bz7Ed*Dlp=O53>NUCW$63o0bC z|0h<3e_Rm44WH3d1H+Uzk@bH#Q24c8_8e>db1h!9@rhXEQ|0OiCZmwz5(&lYTo7x|G z-Ih%cs%p{}_#pcg)oB}r>|FKgw1YxUu4-L8dLxu}(VLqqSrxCI^CefcB#T?qMfA zE78=ItUr`o)t$CcDm%Ak{ao*@(`m|!s+~nYcTuR875dO-wH)VJkrenGWwK;;D#pQr zm46?NtL9GgPx24V0@}2+u4!JF?_F4b$9$*nZo^+bd&iU9dMwd;EZKZKx$Z=oC3*l+ zT3}|?&n=V#;QKvg2h<;5`$;~h_LF?NRD+1v_|W0PaMj}W0{EW;w3N!u)vQfZK7FVt zB>w&i{DlhzKIGsqn#J(g#~+0VPoPV>eS9CCxw#aJ4M(xxA)Pz!8wzq!D zII4rBd+bguCVJ9@P(<%>@f*&eMHSjJt5$@m4mS7cXs|ZzNzAFRX-@`;3JH!BFFA|= zF!DfZWQDADm2z?_$YC^s^ug+CXcOD;_qm`sRB$|2zYGf^fCw&6BCAQYJU0dIBlib_ z5dM>FNFhO^vYH&Gf32nD)hszv0KnW8dSU$!LPRyiDAT=E<)@+B4@d$SWq&A5r9Z;f zrl}C91on5#$V49EZl-!w*A_~Uy)A-igH)LAfFr;$atBzNQ|uZ8jgEdu?cG96Ejk2M zaOQq#)rKJbnJMKvl;RLMBjhyEQ0=48VRBl@q3x4KLF*~xC#Qj&Msi*y=d0wbC+CmI zxk1hx9Nd696hT*-=)?QukoZ6?JACA5*HfqZ1`a)S^yrau1HC8uk0`e(`d^SkoRPAD z91d`S&KYgv8YHgu}ACtpV59rtsJM^SfQD_}G%;uEY-*wRIc5-%; z(?;3I(2iM-C}g|Bj6;}iS<{S>UWW<$nc$fTKiRZep%?npz889GociCd{26lKKNqzC zy>W{P&;N)k`4Q*-5$9q59fn){Bd+L2oa;xN^G6)QWk2Sse!_JmxsD%m>waM>;Z48b z@|zKNk@>_D^P^00+x8tltPXG^JTExMZMZP8p0GeEU`y5J#H@|9O-`&Q)5fUAz zlD^X)( z+T%dWqG@EUook-&xZTQv3*A&$?ZavtUr!B&H;+W{?qZWS+Zk%%wKsUm= z5U7Vb;mvKIFT34IpBvM52fvY30$(f0Jo{997jdxj%?lmxwkB5ZOjhhlxOOEiyO%9U zMUZT#nFDVwK+tMWdrbUR`UHR&ca*X=H~aL*P8fUa{{H=_0Z`6+I7=NRM3#YTafQ`-z~dy{QU?G zOhvld&ToRA(0pT(rq8DNYQ}r^-m$;mp7b4}xwMJqQU}qJE>II;c6ZW=DS%H8Je9LA z&RhY<2LM_*t804KY}d@5xP7kV7J%E3v@|Z;5cf&#d7gJBn)dx1ceL;tGxq-j!A79W literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6398f905b7bd297cda301dc20f2dac7d10221f16 GIT binary patch literal 2721 zcmc&$PfQ$D7=QDZ;qO9OP%JHj6v#$lg+gsoYSMzyYD$yLr##?1uHJ<*dE=0e4p|3f0L*V#{|OJ!^XALal1S zk{RfhuP>ml4q8*c#R_4I5j!vgxr9+GtdX@%-w!2}wml}Gnfvl4!iOzd7d&$9aa&R{>RMLhxrV=V{u*7)wU`RN+QRr9U z039XE_25BJT}2_N`z+Uny{3e{HpaDtB#60s<3i2#7&il#hpJ)NQ21>z%8+-1qmQ4} z<2?B*a9%roOjpn|2?mvyfIv?YouA+N?9SHwm+yXc^NX9iiHVXn5heK?vg0p93>*hH z%83~UKMl;GWX^)%_+-EZ^WeQmur<#;>P4vMf1}nRlw+et7wplCjQYr0zj|WS;Bw~0 zM$K*?RqJynMU5`{p{PSO&j9i0Av~^6ZveK3fCrHINa(4~v9AX8Ii3SpN99mS+IPG{!dR-^u5L@DsHMAi}w5s*XeD zDw+(S(-;thxSp-S`^mlj$#VbXqr`LH!)Sx zrlKi>mleR&G4pUI!Y0FjXJN(0bBkfzUNP;erok|%n+0*BVfeNi_|QJYNUk73m<=U( zV0agv|b4OpPf4tOw ze*N0MEGna0)B6Oron-04_43$_h$(&eaRr6@nxG7C4O9qh`>LQ!qA_guXHYcx|B7Vg z@>X`A!1mzc&fM1nJMVoXmnLS)ue}`!zdQFQ>Y^G)X{8!CK800`3<@6ni;GJb)g!87 zRD(Cr3IQ;x%TsMCZpmAG9Ax+s`F%k4B|#8=7X?ACs6=T0i42v=&|hkwaQP1cB>KQV DOHDRU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea260ca75e28a551b8ebe539193fa0e88170b799 GIT binary patch literal 2592 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7521de5cc852a7fc02232684526ce095e35f7a94 GIT binary patch literal 8715 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41252921bf6df991fe1e36bc105a42fd72557cba GIT binary patch literal 10320 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96327f8478b6beb508046d3a50ee97fba9b8d6eb GIT binary patch literal 2409 zcmah~O-vg{6rSC+*FU?qA>jQL2RI2_++$=$*mQ&xXy#%P*j$q!;ym{~K zo9{h;ABlt!tiM7}@lPT`zc9gD{syy3fVqP-q;UossZ(x*b7g)+aH-Fwyy2e|M??;3 zg61;dRKp624x3QJ%x&N;!M z4Am`DHC8y#fFf|cf3R=p`miHpiQ$L@(=0KQ?9f|2Ub z6N!{Hi4*n|R%v2Frx{|Uagy4J;f$KZ1Nt~Vc{QV{6q7^_o4JIc-$-PpY05HBb#`?p zY@OnhV0lxWz;+^|XA)z&3C2*6M3(A?oq#IXotbGTI)UjJ2xE3Kg(oqIKzR1R_Ho#X zXfY5j9s2mA#aPRt6uo_B?o4U8e6T9DmoHVM0}IlTigctZ9eeIOwhHFR@nuw++EP{a zO>R~H1m+H+%*jv&ou3jGKRFo?z zTtAu84MVwsl}S~@ih9Ggj4TDl)RdH(!>+GeS&L$=Zk|yIwL4w)y5Dse4>`PLlNcoF z1Wk)fvVcwiT)B)0PY#%I{BYC8P5{KTrJGKG;9FU2Q%7cIraFnc;V90#j_LqqU#2KT zW}YQxHAXFlAkqq&Ciu69U@M}vFp{IUPtToRklHFz+c)R$U$}eW{?Of_M}5`yuBy~s z?0XSzx_x5q#6oy~CA_~p^{x0_^l@~dqqox0JKtCB=&yz^7JC7B#fyZ!z!qRJsJOuT z5+3``zc#4{0b9C=G(L~M<~8A-;I-u^9NmCnnziP(mHtn7jY19uuD}-r*ttAU{CQsU z-Ryu47c_r?H(Osph=`h)=V!n_=%ZBf0%-x3(>>nHb4y07#@kk!z38@;=ko&d?D;4N zo8q3y^Y&@F0oJ_WS!uzWqmXGlFKF(Z)xvJ(2SJwDIHNnfFzKBh_lo8ak-<{dBCSY^ zg5+oSv{)-D2zdb@-!#(^-U|5*px1HFpi_q|VcE@ey>Dfeq-rXbX-q3@JU3bcuw^SS zzART}n6#A+)1t~c7k5I2l~j$C1&~EE{OIV+Tc%~6bd|0-G*-W@s01tQhMmo1EW+Bx zG8LNAZ6#x!lBnIP>6SgU9xG9~c$S!tk zH*8LjCCVl`Vc2xS*Hj~m-yy^zWG_?5aNg~;l_MC~bVQpH-JEbDs-4vJF#}T=(stbE zcACSDIiiUve2m+EHp_&Sw9$Lujp%N<*ovqYL~`u**}1ce!PuI>%VG`j z{yuIw)bs4rvt#qk&jY<{ex_LqqSp@HAGkZP(B4&P?|OQu+Wuz6x374vn46`gOJ(k7 zskwBm{NWF~USDo*nG;`znwFdQl#hOKU{3rsx_2@9?z}xe@mwBU75G>fqJ+ZWQr^L0 zFGxo#($NRGr@n`Us`N&&?++P;ntp8B{X&kFe4qE1n?D;|l$%P;a~DeX2K!ZRVbAdj z{K?1N!&295f4Qw9A6|~Nl+KmT&weoLTb5$Q_uP>Xj}Qh^0zFqRFbuU$cc!@y<3yoI zOy!L=kxplz;Do)kBPK027VFO?z*D%te(oG|3;GzjG2C*m2j8Bww5);8l2dS({lM5) zV5nIB~1mr>RQOm=~Dr0MMfQyxqH3X!bTxF!T T^Dx&`8m=KA<>56(+^By8HmoG6 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32a7bcc53ef3a1581feb7ed91ea0a2af56bf2298 GIT binary patch literal 4489 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0dc3984c968eec354fbc54ac43c1c6f4203599f9 GIT binary patch literal 5996 zcmb_gTWlN06`kGXlFNrkNfc$-a-_9o%cd)nww%_rgRB8$o2aaj$~chuLDnKSDIB%BSq_w~+T>=a*&=U(zA93)cbSEDEl}G! z%?3AT_6?^~sU+6Lv2-G;tI32WjwP`;mBg3S#JD)6>J#GBgrda6F*T-WA=g)AIzvIm zaGX^%O&V7qYkyk8nt~z6Kbua)lpt%kdL?;8O`U{BhNGN;`i7{KNG8;%6jL)wBq7B~ z^ZMr!nmGzZzDW8CvR{#P!z?6*lXf4;s42rn8W?u0=xLmYl3MF=LWYC?>Rm`)M^2=d z7apN3$};bjb#tsvwCDqJwj$?rz9Q$WP0QKzx{B0RwZcHlENtK~>Oi{P(%6A;Fvsf- zt1L5(ETg+EQI@xQvc_SRuYsfH_!syoW(r;9euAc$AeXr{a8<`rR2S6*Y*Aby zyCsg{WL(rI6fuR9S5#S%&E4t}6J^C4N)^u44zQC6`M)suKygr;VPWY1;s;;DgwGth%B$&xOGsJ%?`>}%Uv4;=b$g}ku z#1JFiwnF=n<@Ua%_P&q$|J?Dh^hsy2{h6Zod_g$>?-ECJ9%-cSYaLIZ51c)_xIgUZ z+0NbG&O_F)YsoZ@Dr*iIacz3Y?odR{qRGl3gPQX5UisaRZm>~y0!7)MZbB%>X4%Qg z(X(_BMP$qQWsV@?tL#ggZ79b<3l419qU<=a(F`_hS=(ggnAX^^S;t0WUJ7Jwudpw* zfCV1(dCgsOAS=i18lzW^X7v!t?4^G2oM250`()*?*7WC?tiVE5TD4=1#(H04vb;IB zoL%=>EwXm2KIf>BG8L(ibxcA`TmNJQOG9g|8L6<*NV9g(E<>Ny3Pxieh81PtpJS)2 zoNWpPotfYMHzbHA6S|}(;Jj~y2^Ne;9^XZEOiUyp<|NYz zxl25@-^wMii=0M)EIFxYiCq9)k{+E{3vdLXOq_YdgfSriG*Dz*)uCnDs`(n|s`Qx& z#?vufg;2H8d{meO9ok`WCYNEm#7y^w=4Q6x933c~41g+xQ5rBwMbK#oWTY{`ID^+x z08WOWBxH?fm|(`mlmu>s@f)_uq?*8lu^29DhiV0#xRuO~Vi}V%99nu5fKoFU&2U=K zrr`i-R%exIP&K@jI7`bKad)z^^ugquVd9B2>4c2-Pe=fNyr`@DcgJrXFaF@jr{1G^ zY3}lksq0fOYx6xX{%rno(YLMOJvuuG$^ESzpVpsv`Evg9yP3B$3tfNRb^O(aLj8%^ z(~$hl-9+K%c+q>JAe{KZ;hKB$7ca~+cO08RzT!E!>^ZjNIku?(ar*buA8#%mA1->H zUFBGxtAtpmt0bWM&GQY{v$LnZXxf>dC^m&>&)y4k=JjHrYj$YG-LmZNSaNsdhwi!$ zP=hCyJ%dZ0!Ik=!`4HHt^R99>V$24{Jjl~Dd+ytB!pL{*+rQVJ(CT5TuWjvXw|&su zx5IYZV}sPNK?s@H80}_3pHPa8@eXJ~83idFsE`uf2F>VGr3hmjkc4I+ArT*HO^r$_ch+81h2quG5P?s=Th!rz3MXZ1sA-oTVL2Z!e{|FNB6PD)( znH68)#?1AZ`NxYsu^@;KAJ|ddrZJq$ybiXF z+bHl@VG1~2Wiu?RrUNljBnV`Tt52h0yo0qS;%n1JthkhaXn>|xqL#-~t7mX&ByCfqQ?9u|jy zGLh{y>{P56jn4r=Ps&O^(W-GCOeSpzl)eD{f@Tz*_JI@=hq4G9i4{sh*9@0Q;B+z% z>TFfMWkL|yeN2+4;jdkW1YAo%zO8eS`I7~A$87%>fxS1!7UW{!so9~DjpKWnl|aXG zV9!!u4`9KZ>wy<}8ecrL?B2TM-a0>0bnh1AA*ckX_urxUx3*^SSrk>8r5~{4ht8Kjhs@hTvgUbdFrGjZqNsu)W_6ZiDVna zo0{=et{Hr0bWjC`yN=g`f6+U_8s<-~YI`r3^xSl`|J5JsF4nfqw3+U&YGPak_XfvY zQ~!twWj0y&h&45UeGW60^5BthL*#XG|1`L`lrlJA;J6(Yz;IoVVrkQp0RayZk*9nO zh*0kYhPoCCF=1XbiIOS}66%^wZS%<`e`xm1io;)UwAMzs``#_fUUA7Q7QNeN2Z^(u zWbXNzel`52e}4Qo@n6Sp_7&Uq6$AT=zV3q1{qUYUKwK1*fT?dgw76-}U1;wwdIt)^ z0HNn6!8r;0d}mjW2i^9x^z7g;8Rr^2Bns3O;j2WAE9xLNAJa7{u{~71`^xM_L^=zf zMJ6lvSIYuIRfNAiYC6c}iuD?KEC!tf|!@wyiwUs7F=mvbB0u>;-pjFc`9nEefG%j|B z_KC;D{h|HAr|6BFjGJ8T6DC16`z0qu63d<}CKIt~I6w*L&=Q%wQG@$K-DQL236*sY zgN5$B^w_`|Phmv^>^2RrSq5?USu&R{@hs^fNQXiA?O~Cm=8VW^BIvz*4<-v_MkVEH zR7ug#71C%jt-EOB!?aHOPRKe;r}_PRA_7#56PTiwO#0tDlY_-vH|CjKkmwTPzkZqZ z38=6Z3N{2b7(WTlnAvl>y1Ml9iXFu9o1gg}pW1rorY z79{xQF8@4px2ZFKd8sLQ#}NeZD6vdk;PXK1D;MVb^BwQ*etY-(2j15f27$vDw;wGA zj;-<>A;TPH)~<%T{+)N6JMRhJ8{X^Q70;m+kMG8*>!(bhDh4`>o?ZXqi86;=ovY9@ z3T`zVk%*j(Mk0oT%m7Ai)G2XEjfLXoS3t~xp5ZZNlpvKw|;!K*k%ss@4b6nBSm`f`}=#?iD z!M&stvh4IT3%%pP`n|(XKDilV74I?gv^6sIg>6uGYCt%g!xJ&MotY ziq0Lg_LAMlw9OwZA$Z;Fps$6Ui`?SHMbA?Az$y`!cC;}~c}EGs>!wCu3)(6vm3kRF zGsxsGmJoR_^qKEPXh+JW#(E}5Y{P5e0DUbUTqUJaXB~5rnIA79^1iuqfm;|}5N?H6 hX}Kf@7*{@!*KYRZufE-0LQq`f=<6ff15%<(@*i>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceeding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/_log.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/appdirs.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/compat.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/datetime.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/deprecation.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/egg_link.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..eb57ed1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,72 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_name(raw_name: str) -> str: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + """ + return re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link" + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_name = _egg_link_name(raw_name) + for path_item in sys.path: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/encoding.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/filesystem.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/filetypes.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/glibc.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/hashes.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/logging.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..c10e1f4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if record.msg == "[present-rich] %s" and len(record.args) == 1: + rich_renderable = record.args[0] + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/misc.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..bd191c4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,735 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + get_major_minor_version(), + ) + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree(dir: str, ignore_errors: bool = False) -> None: + if sys.version_info >= (3, 12): + shutil.rmtree(dir, ignore_errors=ignore_errors, onexc=rmtree_errorhandler) + else: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler( + func: Callable[..., Any], path: str, exc_info: Union[ExcInfo, BaseException] +) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(bytes)) + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/models.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/packaging.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/subprocess.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..1e8ff50 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("[present-rich] %s", error) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..8ee8a1c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Generator, Optional, TypeVar, Union + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/unpacking.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/urls.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/utils/wheel.py b/venv/lib64/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__init__.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ea66a5fbd4bc60bd4866c7c8080d21f10da6e58 GIT binary patch literal 543 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 KKjj+PR{Vd~w}iI< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d62b84f40bc2782acb9afdd6f2eead5f5fe9866b GIT binary patch literal 7611 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 TJ=4O^<-e3?u6#y1+427a%fJ50 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5fedc891a4683c882efb996f7389475266278f0 GIT binary patch literal 12490 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 Po!@e1L%*W@`|5$h1ZUIwX!Z+Geb(6DgdUnsk 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/git.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..4595960 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/subversion.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(url) + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists("What to do? {}".format(prompt[0]), prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/venv/lib64/python3.12/site-packages/pip/_internal/wheel_builder.py b/venv/lib64/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..60d75dd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,355 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..b22f7ab --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,120 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57659491fc67e6dc2742af17cf63103438dba6ec GIT binary patch literal 4669 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 z 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 D*K$}# literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..f631ae6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.12.11" + +from .wrapper import CacheControl +from .adapter import CacheControlAdapter +from .controller import CacheController + +import logging +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5518eb0840b1cfe0fcf2b19723ead0d888b960db GIT binary patch literal 788 zcmYjPF>ljA6h1de9Xn}D1cIRmnWbrm+6`<~L7)l=q|gPicsX5t7x$90&pKZcB~yL^ z8*5k8h5x}qRH0OsI#mqaiaODW=Oz)p;qLpM-}ml)@BCwJ%|@{PTHo2!K0 z+fx8v5k)?thHuane}$I(5-rn;C`T2)Vj#e)Vl^^-^B$X`8d<&txJoTy`}PWAcK7kJ z@c)z5&*0X4bvNf{alcnREk@?}Y!O;&4K%WL?D6p-2~OCdjJ1-&;ZY)$c0Rv=Smfh%{{mE!fmy#b5}b?Rxh>${9%#5r6hsoAiPlw3#P7fgGW0XnTau# z0mhk)G3i573b2JSiwGA0YZwohN}&ZH=1`F&VM>)iotb1_Uggi2*$Zn>TvhHr3mJwy z4l^rcx(%4Atcr1NHouNg`kurT(zDu8Ux)?yhHgQO?h@}rM$AixjA$?9I#IIA0-buF z@7fK6rS~ty=$-SBtU?G35KLyt` zY$cMBsG#CdkSc{k4?Plr1U>cIQ!l;XCdlb3NR?U+y+wpeIrYu{*oK;sX6DVCdGqtW z_r3Wo7KJ^aKiBV5 zY*a{b%ONa@M7Mil}1786>!~UQg@}+)%&$AT}1An@uEc;Tw z_g}a;c$$Mne+`!wP=CiJS{AaY5aq|(vPIY&xkOA`;%_vnMLU=|`SFEWJ2uZK(JH64 zs%{c$M>JjcWN?U7a@7{UXYz%qmTDEET9=8&)S|)av{ohsW~uXatw83CugJj*bzK9` zs+UOhl4=@Xs`Vx-)vE8L-+EiM3`P#Z%8Oc&SZdvd;9Dv-oG9n@5ZM(@u`*g8|_(`?c(tc z9=}z5j3+n20=216c&VX*c%LV zx(FzFks_eitidm>LFHjs3;EvZ3&K1~1+(WxfZsgdqA@ts`WWE0AqaLx;%DM`ElFB>0hRwi-D0)d-iz< zMYna8-5q83in6DjS;O-6Ggr^tXx@1fkoHHdJBL>B)Sro|ZX(@Dq}!QQJh7&Xv_GL+ zVC$FQ=5KT0{sM$SxP6cpfjZ?L^svY)0Dj=UH~<$a_rUkpAmr}?AmFSmHmKR!dA>xF z7e1RyvRabSW)gUmbi4+v!X;wXQzDgM2RjOc%WGb?u_JY!Z}^z!tdKLJF8f?x%G{TH znofiDeyG+#Xuy%N-7B#@?Ne(!@^^Ibjyu6e(?=iS9jo}GHD#=;BsxlBMVWkrCtd&a z(iWKa{F4RkaR2@dkLZ7nrcOSNz1Z7+^h8_Ya= z%R}vzGJu;fj6&tDuNc5^`2POwX_SroHoD+z;p0IA`oN$*C1zXF37+5deXUrw#@sN_ zlSgJ!iUXoU30nkU>0a2|Npy4_Ft@dMU?+Vx;)-TeDNmyCfg-B`4MdN!_2!XwW?k8S^TT##1Nb-k-QjN!-^whV zzJ1!^AaF9c<=Q!z3WmFQqJt;8c&3AA?rwXKSWY}-KVSLj$|^nv^K!H+B|1`~D;?-a z2kvGb%q`EYO7E}Bu^Yx?dFS8I*B;Am6xwn=&+n7ZQyvwmQK~>^EATm_z0bi-N67(A z+Hs4QebQduaq^cv`PyZUjg#N(sn;)ZzaYqQ-nR*!bUDbm>LSAvn2Q_tA%8$stB`zt z89BUiX!=6_pio_zUq96#H5hRQ}Maie=*c0^b6ZGCwH1#Yb3VWYL k!@}sZogi&S$ArBbGYCg-w0;*S{=o7#r#3`{cR5G=2ZxjmBme*a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8b409c2d7fa1fa5cee1d6cc71091c2d0d3e79b4 GIT binary patch literal 5066 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 Jg1{t2`U}xdpfdmf literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..448767f880a3c3e92a240872bef21a2ecc6c2cb3 GIT binary patch literal 934 zcmZ`$y=xRf6rZ`-`@V~p57Z)l9A1;i?Wn<^At)z^9!dxri)?eOyOU&-*`0M}F3FXq z6GX5O8^KzzNN*vj{Rd?ANMU8Sm`0Pvnd}}MK?nBDd%xd%zc=sgmuj^H)cI4~B_#yF z4;>7Skva$8mGc%9feTznfe$SRlPE(CD|?J1n)CBkKE(}M^h;JrN2Fp^dznjsWEy}M zVWNQ&jb-q%u?4o#GT4G?hEh;nGBj&t6>FYglX^r8NiUUgF z1mu)eT?W0(fSJnv)T2(pDBtCDoq556@+^3I~?Y)}&A!sIqXFEl%wBybrwIeFG4LJB41 zY}l(rn2GR=Vv^=u|A}aFxaed`G(F7zU$QGb%ClPT>~O(APSa`$f#)!nL`6xqWk>cx z=9AF1CE-|2yNT7l zaM+V;ESNE`Ucz%wCdn}xrsi)CfY5|qfc-ieJ;1EXs-gbt(9Bn(cU?zZ9U(*jP|CX GvVQ?fd&EK8~7cxxpamgbBk(iEwkp=^sG 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cff4fc05a0efb8ce53809efe211708678c6069e1 GIT binary patch literal 3961 zcmc&%O>7&-6`o!Gh<_3#OLAmcp~s?aiLE8Vt&ujU?LctsB5|w$mHJ~{*2~?YxYTl& zomq;aASXs)6jGW(77&1H4y`T$;<^W)dg>+D_99g(q-=dK&|Y#=r3Pqy>YG_|DH#+B z^wI%1J3sHedGCGiy&3+gvonUE{X6=M6q5-3jZc~_)EFF&!=R3Iq)R3$Ni&kf$FeEU z$TIpq(gTl>9wdRM0grwrSd%lMulOV*xu+)8649qgscch~)@~annbbT&ua_H>!#7}1 zM+D7CI+~GnX(ph{kI+nz%byA9LFmJJ2>K2^s&_n+W+Hk7X3<(W6LWiSs-~G!wK;yk zkEvQN6RLKAMllR+ssy{Z>MdiH+7(O3D$bX&ohuT}!PSDH6>!x6Du)nE<_WDi1;d)f zl&Cs3EXT&G5S6Rs^Mqc;DoCgnh=rYk>fk(_iVcP}(`E$dK_Zt$7Km1H2ppv~)Pr@W z06atp(`?Hjmcy`}_vCoe$75o50wk!8Lya8BV4ya^Woj=NZ~&+SGBB7ys9EEB3JpAK z8tl^rp^(ZLt}x&)ky4IO=4qf}-LB+7X(57XHV7Y8lnge(UM{apN#0n%4D4n?8_Rb1 zv8tvSI_M1c)G#Zkx?KfdwDj~3Cs&Y1VjrV-~b>6 z5^av?WB2bnrE;F#zmIJTzh_vLh0JA7WdU7|yT-It-SajVj*UEbBFGTpz(b5xz;AGN z!I&+8%C~KbnTRzGho`gPtgwo3Sk<;h9L!~NH6d_d^|Fu#dUE^W2fN@Z4zCbWV_

    fx=E(wS6v>iK%Vb5Yk~OhTHpC{` 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eefb760edb1736fd5b72c2d0026fcb0f692f9a44 GIT binary patch literal 83135 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%0AU{MYK1 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..250cfeaf8fb6201935a3ea4739e17a648d6ad1df GIT binary patch literal 77001 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe589e90767073cd01866a4da08517c327f2b591 GIT binary patch literal 77512 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e318ba0cfc136707564411b02f1586b4f791b20 GIT binary patch literal 83089 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 a;H_0hNbH`vtJv+{;?at34M$W~RQx|&?KS=Y literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e22024467fd9df1c4a8125992f15ca1282386c69 GIT binary patch literal 77690 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86741271090f0deb00e36baa30a4be749c7c7673 GIT binary patch literal 77529 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�QGC6*Xo0f_?JgoCr-a z;!7`P3ua}j*VbJ>BWo*vN~SQHOpT~9f%%+D(1ejH>0c#pyW&+}DE0tN8ia z(OTtbj&^q5HubV?3zzu-5Nw}$YpJ8cRYd7Y1V)W{K{bjry~p{GrFca40K z%HxfDj~4tF)r;<4s8*twd|ytbU|#U84gB{?{!P6ppBvcn7{Z1bv&=&2ZBxHk$m@1? zy6n{BR3AfNoGy*YEh*u}g}gmcGR(ZY5<+9I9-Ew$%Yfd>2~M0mt)F<&31XUP$Dy@> zjgL4LkilmSQ<0K$!W3M*<@ssHlfl(Tmm8Y?DbqA6NpENlNh*8?it_tN7R5?(%W`tC znjE~X-AnFY(pFl#J`+u$^wP2WU3+h5t6lq+Ub&y#eal`R9IXzH{(inX`0_`uR0m$K zCV#jzz7k7bzwqw-{odi_-u>0y{n!2PH?PFoYnq6+U8`KF+|{~jO(NR59OuUvHSh3Pl0{pr!r8~;9<3R(wHVbS|p z`;a)k@?615(6mfrFKbj*de(){8tx-Gxtm zA{u{?=vYqlR}=lWPE`|wxBHieN2|l5AD*fXAN^y0b@+HSar~p*)z*^;p-}Sku;}Qz z*?nvBUVCaO3{fa~-N2r{6kdsSAMReD9~B!5W$w3ssy@k z<~|e19{Rijys%r9xVej}67{M?E!d0>XKo$3ow~d0*=ouw2j-wJ#o zkjYOZho4BbJ3)JX7XMLLH2v;tM)|mMf2UY<_B#QyI9DjU@4JHvd}qdw%cI=!9h)4Z zWD?2P>y(_NTcSzO$?vct_gx4L;x zpPTR8?dF5SGJk;n0rY=>{xU~@nWMkV(O>51FLU&lIr>wMxeI8uCYQodk75ar+O~Mq zwaug69Uko(@M!26mo)N)$fpVTnBZfAj|n~|_?X~hf=^PIe9hzwlaC2LCis}(V}g$f zJ|_4iMaUN=Uxa*2@G-&11RoQ8Oz<(mC#i*eG4i#Lj|n~|_?X~hf{zJ4Cio=9$=6E0 zIQf|1V}g$fJ|_5>;A4VMQi6O*@+HW}1RoQ8Oz<(m#{?e}e3IJ8*G|4R@-e~31RoQ8 zOz<(m#{{3G4)SdwUkCY^;A4W12|gzHnBZfAPf{oOy2#f_J|_5>;A4W12|gzHnBbGt zO}?$<>n0x)d`$2$!N&w26MRhYN!muf9`bD?9}|2`@G-&11RoQ8Oz=tSCEs@P^^%VX zJ|_5>;A4W12|gzHB=wPR2l@KQ#{?e}d`$2$!N&w26MT|(l5ZFJc9M??J|_5>;A4W1 z2|gzHB=wVTH~IR>#{?e}d`$2$!N&w26MT{e$Tvv70rD}y#{?e}d`$2$!N&xjq#^R9 z$TvhjCis}(V}g$fJ|_5>;FB~=zGuicOg<*~nBZfAj|n~|_?Y06w1<3q$+w4mOz<(m z#{?e}d`$2$!6#{id};EHkdFyICis}(V}g$fJ|_4i?IYiQ^6euZ6MRhYF~P?K9}|2` z@JTvAzGumIfP75wF~P?K9}|2`@G-$B=^*(Ik?$b+nBZfAj|n~|_?X~hf=|+OJ3Go*Efw$2dO8R|MiUgx1_K9zh|wACh*<_`6)NPOOVNa?=*<|Bbj H{_6ZM+@OVW literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..755b7cf0b51627099b3df6ce7a647bfec12bb808 GIT binary patch literal 3907 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51918e0a720ab36aa0f10cfb4208c1fb87069424 GIT binary patch literal 38658 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 QJ^0`FrOW9)_#*571NX~v{Qv*} literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9673964ef0604eb85b1403ffadb916621431f216 GIT binary patch literal 645 zcmYLHJ#Q2-5FPKwWpm02I8dZRNC8nT(!~mCC?bRuqVS~yK~iKJ%dF?_7WNCTFKA07 z=z%8u1w_ODpbSOi1|cfCNJk1%Veegpi}8EoH_tn>{?_TV!K}ZFU-2UW_+`o2^5-siAd%|4gn;xYjTdsxsgl2fo%}(TM!<)U)))3#qaM<3c3)NVnr6A11tzIKn zbd;!47B4VX6@6Cn7#}4=?C+L>E0lB}^L?5o&uLk!agndDuHB?nqOfn2FU_}Av`k9M zj7$`g#$zr8Dk_`agz0UytmT5avkCV1R#!}T2S?q@pVmM04}+DXOTELOH|O7j71=$L z55ksisk$_Sk#_7&gVMf)#!Y+n0(rsmrskqSr@_W-I=AJrq2?Jub=`zxmk{y;Zv1r5 bpR~ch_Q!MmtMB(tz--4$&|QA>pfULeWeuoq literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a75d2882ef6e8a319d89afcdf6e934eedd67216 GIT binary patch literal 6400 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 T>vKmR!vxl<54|9W7{dMo93823 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1fb99c43fdd96005585ce14344be306bf15f8479 GIT binary patch literal 12279 zcmb_CTW}lKbqf#xK>#Gchxh<^(K;Z6U6O$CVD2s? zlcp23^-Sedsp%PKEN3!fd8(3 z*3oil+?%Km*3)uXydlvTY&0=u<~+l>UuQVaL$mfJ!KMv!pgat?7{^?SOUHROl1hr< zXfm2yWyLj~y_$^P;E529Pw^rj5mSWa^g<*a7KCp0=2|qe#zqASzD}ZvFxha>J~qsz z1)i{}6?S7#>hh4o6$9Om`uBFI0I~OL`*~`)RDqvtcfdDZYjC)u;{aFR~Wb|%6x_yEGM zgz-!86IY-<*n1*p$P5gbOc5?DL{g4l;WEt!id4&NR1j7B!nznu!Azz7ID8c(3LG}D@CC{i6W$@R3jD27E|Et?G|SJUBD{#-OJ@xo;y3ac$f;u6<$ck#i?jS1hnqO zBLJmWm(KMM4-RNZA{t|8c}b@7bRItR9foIs&l%)#;BRx#VrF=2%#}MpD|1B;abX|@ zi=PQ&F<|V^gs~bhC7g{b=ImSv=ir>2i!0^Ieqawepw-5?q3+?zxeBiG2gN}r?}~Y~ z*>iKQYQ@YQ<6T@eU&hsNwJSER?saR>&3m{Sz8w0zuUj5w1_Uc;YZF|%8?}K}wfu-|g};e{ z$U<5I(OX_V0szvZNme?^@gyGQHK{YCt5*|F09#2XBgm^1TR6#qWB^lxl!!1U9FL<= zqI`4Fl@*@wNs)~J4-34=u2cRMKsG5MDRvba!$1uOEQADP6$FS1p9GOZNy0gzqJZ5i zQ4X5hAGXya8&7Z2Iyc70$_Sqc%JJN zQVBkEZ3Dh2zdI6734GolZE1K8@TYqT6$*`z)$hNH=^sxER@kyXzSZ-^%YqF`o%LJa zdNrUozW4H`>&0l2OWhQD`Ug%99IBl-RO>%f8$MJUJXAY*s5W${HWILZ?uZJhp3%{h zV?F(w+44Y6`D9LcIHx?4Qy%?1J9cc-nZ-G{>6}?y$V||$7N0-cKYC*Dgle6bL2O;2g;aQ?u zxKxr?OG2wDF~o(%Fu{dU9ha|OnGT&Qsc8(C33L-^E8W6NNo?3+? zdsQs~AS%vZ}i2Z*ZS6}c`?}A zKhP&cMZO0hufy3a^sPtN`$7Q5rAQyH7buawv~Ch<8YM+~*Ef)Qv{^!-P45w{-K+O; zK%#IPvRll7gZZjy%5>YZZ)cU!Q}}LBPLANa@o{Z~;%!uF8=e$f+8nnncbouy%nOAQ zrLGBHWse%#<%WK#p&#Mv02mtGN_{(4YadlN%GDiGb;n2cy=s8C<5Zg3u%}+}jpDmS zvAf=Myy5t+i}-<#-0~)&I+|+y#~Bws5ZR~cF9|~ zJyw~8(Mws?2V<)A*6f?&D$xF0ap6&xm!_DPD;VZA)0XM^qwiE%m9FguPJ6+S!?NH=DvB}gx3?U)T=)`1xcLcmPb zhic2L1o9lK=@AOKS#wkl=n3!_04Tf#8R$|MQ=C;dDq!YyI9G^%C2_F)xPiQRI0sl^>L~C_-Bl% zr2h6f#Z~d<>>IP+oqtjUb-F659Su`B|476TBOn$n4^0$deV(OWiD?7aPJmoAgl@|u zq8QVpd+&l%G%T4d)5DDL0?RTnLj?6Puvq^Ctc<&omqbH|3;A+7R^kGsQG^i;sx}Ov zPX6$>Vl5!_Idg)L<);;M&aAeAvxw zkn&P4)mtX6j5B%hON_$_s6oY-mjt(nT8}3E(1KCuKhacpR1B45UJ_5}4Y2{elzr3P zy8aAoXqM%r>~7`YMVl=zQM{+0fp;_y7^=^JoHz=puf|bL@};@Az;02x{|2Zzb#!LI zE1uR{0phEAIs4Xm0(Q#a{=&Fof9TpSJ_B#zwJq>9vFEJqGjN~HeyLu{*XH?q@H^;` z0+Noqux%paK*y9mQ}!*qFP_(H0P$75oPF#2u!>%`fxj@UctIZ*yQr74?@c%pNn2q$ zVslwIy(BK^C7n-oT1?2}1-_;rmOuJ`!Ls;ev4F`M1e4XgW&T6?Q!w3W2P}oS(fnM_ zGsnI(mzkKP$%3o9qWx)i>SAy0^Jrjysv zybZIuSxbYK7)k`A8Vz;`->>mH0DSPV;OVl7Fvr7ctP?<#4Ho0a!2Js)b$MBf z_(0g#pevB`(GbH;rbHfMxHu}4UV^A^=8h*EzZu@p+!a_78kGf9H`l=7fOY9Wvf%5D zPk~vXIqUxbLSw6dY<;cJ1A=K`qX-}7&<9!~X;{M?CuOq)W0#{ni!$qJs1Y>YAw~*hFJ@ns0_?xoV}3CvjrAL_;_;e_pj9>#6p03s>i-LNiOM zOAkz7{7x-{kX|Soe$<>kwEVPK9olZx^CKAbBiDN-QCXnGyCq|M>Xud+P#{t+ZPUOjHl|&Z++)mkKHx08$&_&hd(&| z{^@=9Aau2KE3JNoZH0hcbH%phdl;~*@XF;rsoZyeMQ$IH+Q)u8EKkf!6Z1R%h5ho& zFsOUz?+165z9u!jh$EEpIt_luKe}H&c3@{(#xh7ttQn*(1L^MsbbsZ8#QTXKeeLgF z{@a&#{FD3TQ+cz#?R?zWa(n8|yyC8W^VK(Ay*nc@mN$7ZClnZ3Zpoz6>0oBuJ= z-6mDG-A~Hxr=<2%yOpQt1_h+5fLwJ#sygwb=Dq&2`&E+)?xkPy_+?MGf^vdi za{Kiq-FFWw?On)oZ3jh+XXK!bDH}N&0!0-G(#|}+01=aC#$CYIj+p@}FD*jI6f9Ar z6`=6!$V);av=@lG6pFcUMufuzmU40mMjBC=EZXPaPElW{RErsKHX4-yvqwvS6T_;{ z$5|jQLvj9^D}K$y*RdS`DCl8Pz2*O>z4JF`6BaYrY&o%K0Bjc zGG?~H_~%hpyk(2wrBYtvvaz5}pw93GvtXnF+SzPfFBQ74+p=w0^@tr%UNCw=dZE2Q ztfC-3>nkR~41e}K_uCK6Y27M@l>o0SKjrfcP*I43kLQoe?yiU-UYZI;FRpuG7as%G z0#d~}(0sZjJ!8%SkxI__FvH>08!OD09{^w4x9rH5Vt{m z33wX}3gGR+Yf*?U7f3*Xn_p-xu;$N~mWLV5Vq)%0S(rO(Uy2HQK`QJ8sjxp!GIFSR zKz*|U`?tshN^>qf7RA)Mc8jo?@k-c8n$SN>3>#ki4<*5~>2($@U~oQG@W(B~d&s&X zIZnp7_LG1xuKyNu)F>K&^Wx@Ltxh$-zBa&RVKaLjsre>+&3b zVrjEHnW8QfxP%cNeu?8+2=F#TKus}Z8nYJ2w9AoAyZ(y>^$j+`SP%K`A!=ML-{ewBbaqRs7v9gGWHQH1=4#hqh9Ov(OC^?SMZb z86g3j4L(4H?gLcTpt-W+Y64>jFOlF@8m)e~1A6n)8<%8PqvUGbY3l!H*8tekxn|dh z)Hcv_Xl4!LnyY8>8c9Nl&R zp;hg2ZJv+JYPA0{3ocAXQ4eUo0WJKu4><=d;i4Q{hCRoeL!v>m)gfaV{COzch7-;^WLR*FUbu(QbUiz zjwo!qMh_G|aKG=Sb@X-i*pdG#u{Jh6DS~ka9;UAGJ?Fblxi%ox29$eHHGYpSw*Ry!7s9Nc-b>srJqAyL*U?d61 z9x(JPG&dVBy$EI)EfhvTs9tBDn9Hp80~Xe6$8t=mYr9+Vp7&kvz4^Vm!5vGrQrWmY z@Xq*K<9FkGmB(+*Dz&Y5&F?whb=>>PUhM#kcwFsMjy^U1C*>uTwp*9LW3ONlppxbl z^-4t@$jcMAy~1|u;z2FbaZ+v{mD)!Yf7g@ZW7cDjkF_0G;SF5g+;)I1z=@8srzKeG zWo%^!W|Ot$?jl_0T3enL=?ws`b+z3Uv8&DKYBRe0_p0tCq?RG<_Z$8Gr?zry{XzQ~ zv-SAhtM^WR7}#kWlp2Q)7;O2Z>M4C6oU_cCto7TQ|Hm#RlSHAYFYA4 z$W)uSu?}aewqq7-ru$Tp3BOQvs3}`b6PIQ>GHtlWs+CWs69WBVi}Fb(xC8%#WuP!p zqq^esPvcAz24d8*L^wk5XX8vG4a~R`*CImhycp9_9ohknK}E_ls$0kdD@U->%>QN? zglNuDJ|eGR$&VRcO?_@ZrOC!u$m>u=3s69wJSZ}mOixDbCd<=m##Ht%3_K-2XF4UO u^WT|)Pnpi2GZPXs@hQ{sDbxNb)AcFS{VCH*^UnXa5sRt*GX`@y)BgdBUtM?r literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79fb8a373c70a23e457e182793546ec139098d9c GIT binary patch literal 9992 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
  2. $k`7_u6eD~9;JZ!K>>Jovcr8hC|7)*99&Ndi zv%4h<^1#FNw+N;^hmB}C+pECCcNi(KPYSf0z4Gyg%a1NTjy!+oe0}&r3jyNU&>ovw zr)4?xNd6asi9Z&0!@91#=k&g R|8!0Wp$EgS5lsBb{{>a%ptAq~ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c78f2f8554f5e0eeb4ac027039b9845eac5010ed GIT binary patch literal 501 zcmYLGu}&L75WU5=OcntZX=o;0T(BEJGzdje5{gI>kwTKf&1ro*_N}?wUG46f998%V z_=PA(j>aXG%C#Ay*nahROzG3J*d{n6>6S@Kw)>>_iOE zGfMYG6>{VD;kD54vJiSkgQrqx)?2_AgHou1Wv1-Vv(_HlX3r*s9d(-HcA83)rRjJj zP3O`gX!)o;jN6|M-ygqucl0&6oi08Z^4yfj{V9sT2P#-+hL{Dw`Iom*vj{8CHf_S%L|0F&) k4MND@r50)4tR?G@zpVVG8`pI67u~#kbw%O4?Up0!AFnZ)mjD0& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c30cec9460f85b053a7026f1c647931b86a0aaba GIT binary patch literal 208 zcmZ9FK?=e!5JeNKph6Ggq8-$&cmi=Fu0u>l8*Q7A#7a-%8QggfkKqZVE4wn;`eA1N z|2&vinodd3ck;w|-*Nq`8;0giS~8>C2eE^Yy2$hz3SA+%8*&dP<&D*66yCwkaDf|j z#B6UQ_h_NPx`9$1z_h;5^)jC?z$uSeATRuc4vaFu0w%QuQE)5KgD4d+rfTIG%T3#l XSCy9664!PV{?jlnnomM0wMlS4;MO^r literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92de69dea7faa62f8a1b3b270e07de0ab19b85e5 GIT binary patch literal 4025 zcma)9O>7&-6`mz`m*nzCqWmk_ut$dDnu$n8ZezH#Vb`^y#DHNNmRzJP3~I$4iYqO5 znc1Zj5;E!lDJmldY+oW3L4XuJ^hY}Qm_rZgsfS*qq=4zIiy8=e$c>Ja0?n!KEx974 z*g!|%&fl9iZ{~gTy{Es$;|hWD-^e5Orx+n$VaG4f_sZrPRLevod7=qgz!36+R|oO| zsDnnZBId=4l$R=UUKWTZYLXGEg!5sqEgO-Fl2-&0@&2@aEyP3?9R!_Pn8maRi)#w} zqD*En94#qY>;oyE(2`ml#-#SBCm+=UB~eSjY#-~_`sPj&!ovZ=`c^$d2@yy=P!FUA z)FT2R%0!XtRfjH=^KwDFWio1UTCq5zCEZ}Osybzxs-{Lct6JPa5$cqg&Z)*6 zR&*FxXBI6@H)m``dGkHBQZ-mErzjN4E3{Zvd0UX$R)u*wv0;G@jy+G#pUTk%-PEiF zJ3V^pjZ@HZ%Cu;iC0&C(7=1nS#a@XJ@rrIcZunZ&(JfOoz7Bvy zN^qlv!aUydP2Mzh?5oC@cR?0+B||rv?TV&aVQ#3Rn|ehx+`V?$su@~=GaN4% zY(_2CU70hd#?7MGaT!)J{DSb?{11GVi384Sm&M?ku-fU}78l7Fxivz_ZOK7tuPjR2 z^U|U?EBWKyx+@_Nkiflm6zrGR$zm>QE#rQa4b+S zy1?M2;yT&})V9esoWoOtM}2vLQ^MQ!2%utVjGL6bThr%NgPD$fp~tqDm_eterY*~u zn({IsSL=X3M}uS$l!0PIg9j06Mea z4LdtgRg3J3USjE+RZRr~$j&o!K5OXH*=pS>Tjmclqo=aA?yxjS&Z#rZ&Q|qm7MK9| zi)TBumn|B)-v+&zYTZq=(duzX!76bC`$4p889sN&)^QRUTF+kkdwA^5#b*D$Z-^uf zEQwG14zBF|@Rv(sGaR`u-<6k~d$DKH*!|NVo_-QbwxS@^iV;cv^;_@1^}*$4JaPY> zyYJi?e-cVG`}RGU-RK)$4-Yp(@uk@>LW9kL{SWp(;43FS9oiTgSszTVr_X;j|GBYo zVPgIKT{K_D7=V^w4f$-+3iJKq;2z=COe1>ue^wLX3_V%%8alUTJ3Nku-%Jo2x}2d zS&OcAIP|4*F)gkoJjo7Mzf`ghqI%Lv_{IRY1=a?3=ui4{-FlI1-&SBTFgwtl@ms+5 zMPU2jVsI9by{q`F%nvyS{3&fu&z&Lac9pfgs~yh?q`S&FrIYSX||hhwNl=1Z$3B#71J>UOWQX0@Z=}tE{M(bf$Ik8Go-d?$xID9UKXX#8n`i z5ui7_Zf8*YFGh2>rlzQF)0z!>bkhcg0xNJ`&I=1|8+w9`H`lm0`TyoxZ8G)~tuB>g z*3rWwuH+>!jh~ET%C=AjO5B#kfUtmh2HfHt!&rvuI3yt~Lr-d~qyo$4+G$V94e)7K zcr_)uVwo9LSHxquk_iW~-B3rk5lN>zIZWf#>kxtAhE1csGd{vT;1*MZ?2lSC2huB7 zu^mV&3l6WbRDcfyB3xPZLSG}0HX7k{x*f3^BR5_ez;*;C@Q0m2YdYzd8|pL~kylOv zmCvMX3Ok*Eo%j#n)A-%btr|c9B4o`pFJqJ6HQvrGGZX*>UAmycb>ZEPpb@PS@0cO3|;f4_dljyb}0M(Ve zeAbnxYo!w79D|>$czSS&&GFf~vTm!6Q+K5*defC*4aj<-sT)gOx$T~m$dM0R+0(+k zuwc7F$;MZW*yl(ru2@lZlb?ZR4t_QT=7;DuKoa{O$B%Esk3WlD+mghDd}q9+5Gndt zJg^}iXomZm@oP`x`yR)SY{ZYOIA6w(HxtRH$-T>i4+kG7hc}YL>;1=CQ6e4OBC;g6 z5kW^Ql2XXWyv!9SnISR2;9LV{CIt+s(Yab@B+k&V7%Edu>N dXq#BIW(6X~mKt9K2cL-HUyXy;#39e_{{h-eD7ydv literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py new file mode 100644 index 0000000..43f6e14 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py @@ -0,0 +1,112 @@ +""" +Script which takes one or more file paths and reports on their detected +encodings + +Example:: + + % chardetect somefile someotherfile + somefile: windows-1252 with confidence 0.5 + someotherfile: ascii with confidence 1.0 + +If no paths are provided, it takes its input from stdin. + +""" + + +import argparse +import sys +from typing import Iterable, List, Optional + +from .. import __version__ +from ..universaldetector import UniversalDetector + + +def description_of( + lines: Iterable[bytes], + name: str = "stdin", + minimal: bool = False, + should_rename_legacy: bool = False, +) -> Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/enums.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47bae92acd09fd865b04f60f85373be85b137970 GIT binary patch literal 213 zcmZ9GK?=e^3`ILuL4_W~MH|$ucmi=Fu7|OWcC_sbGqKW>cm{Xg!((^?>B_E5w|+?e zPk4d6qG%ehzLO{R{_fkq+97Z5K@-fx_7S)NPi@b11i2{@{0$YsNt1Qvj4658S(V~O zA2HtBOc6S$v8tia2e1w0rdlTR1$a#uGkH-b^kB6G$yjC_q`7h#5|l`a?-fX?D@{@+ aw&}*J(qz{H*KWj52rl1;Pbh?NA*UZPpgX4k literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a3e4141727851c266fe5c6de75d73cb50b3ecca GIT binary patch literal 9768 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 C6&ZN| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/version.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45ae6612d7606e6bf41b636d2e6eb7dbee64c81f GIT binary patch literal 505 zcmXv~J#Q2-5Vdc;dmnq30wogkG^;3QxI?KB5=4q95KTBCxv|XdBynP|SGMmimyTb- zZ=mCUP)0PC5J(h=4k;C>unC#s&Bq)2&CKV?WQ3yq8GeEhM(9UM?yUDexPBRf52!&6 zR!C!pb&vIQ#xhM9(K*X;;(Dskeb(0lHqb*h)FT!@jP*>Fdd$W#CTz0FtKwJGK~)}z zY^4uH1GnDZ`blk+u|f;(;lhXeXG`b#vAp1G**0eFcx_r|6jUUTLt`P37ot87`H|l! z2*ttDI%6vw%IB?O>8% z{ t;HfsvQo%F39mUge-Gd0fGmP<1wD^J+-_Y(A+Wm?ie&5=8U)p<-{R@~vkrn^| literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62312420589cc73428c0e9aedd571b79bbc5c21b GIT binary patch literal 3963 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..140d054ce43fd1efab86524d9bff95313f1862f1 GIT binary patch literal 3563 zcmcgvO>7&-6`t82?vhK=)(;&~mStK|+E9s1#CFjZXc`zr6t_-!v7Ep>h}~#c($W-{ zm>rsu!2*qMf^5h@BSzeaT%-lXP@tz8D$uA&OM}7o-PVX+B)2==f@Z`( zGHz%<69O^iV1|-qnoWF(a``VQ&@6Se;}yr6w%@fXM~}>QcJLYrs0ekt0t9u}v4YOJ z097=oE>BTOOvc<~o$1x8X#|tKeVo^HZZ288XxJ6gP0d+LAX>L7hFy1xvv$R? z%cdLgW!zY;!pwQg;U;sV%ydj%)XQZzd7N`*y;tMrn~d4)7THF9pH*@T_M(|{>ZZ>F<8Td8z25B$K8H*{cZO-gS{vYdFVCO6ddx|+V8 zeV~p%ZENW*BFKr))%d0i?K1~_nS79bncR#X6MsjKi94JF9m8`DJa(0Epnh2y>*~Y<_0>(0s0Y2Jv$$ta6kt5{FMzVEq#-)#uG$UKpbcSO43uUXM_I2J zG#I@=dAMTA$AJrk)HWo);C2!nNk_$_}yONYQUj>prv@bbDc{)x)eiQ zb*1NoT{Q4ci0(K6ZSIw?Js~ur9_3*yaz^+I!Rpdbz;#ARI6>H^bX=H9Q4C#7upWA#NC648!ks)gTOb4wjYNs9xi?7ZF?qR61ue z?#i&%s=5;HjfE9cjgbSr(}a`H)pB!;eQH{QKz-Z}FJ z>0bQJO_4^Y=oRrw?Apx#B>Z=k#9wHu$q)Bj-g7;AUma`h8@{Y<$}s991QZSnLf1n` z0hk>C-_r$q7vRMZ>OA!2mAzfQM>0eWTArm~`>gC^JqmBDN2gaYhbjr9ZokPHhd>3!bIUI6HRQYrk9P!^K**>8g?beVJk<@Lf( zZAQA_TtPW4SlzR82(Dm`KthF|@R@kKb16S1ja`!{(;7W7wiuqf>p5Y<{hD)VgYK5B z;T+o4xEKZ;L(&C+shoFZNTWxOOx+UMLD-&UkYEI!&PEy9&sD2sokMU^N# zC;Ha)R-$#Yf*Y%t^&pD}JV4e#GX%gID%Bibge?Ai4ri}`)Cs6g9Y~V^SXAx(#!BN_ z{jM_FQj>pCMu4`J)S7bW)0wrG-gu-Y0d)NbuAlmK;g^LwgTJ5tefzZL7$$B*De9X1Xpz?Di6B_R-=tz*06A``(Q10D}coS}|I zs1C-fzmca+@>o(Yjl&D!+BfdPGeHpLzK1Hl6t1dIuSBk@|8xdH@D^2C| zkdXZ(8iPcM&IRvYKOSg0{J-F~7dHHN9X?t8H{2L<=(Qe@-DGF&qF#aLG4uSBp|w0c zpGyVL)bB0YMy+gqpM4iZ5MRzaKp;I*`UOcmBz+G_?5|{eD>6tETZaWYxgAT>{afFW y=%KA-iXPfLOoaFb9bTuyUkNhp+ZKtie-pW_y%HVYN=9h^SA&Eed_XeZm;M`sH@1NQ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aebaf0ea06f9939b9b48674b811d044171ff3586 GIT binary patch literal 8139 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansi.py b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..abf209e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,277 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def __setstate__(self, state): + self.__dict__ = state + + def __getstate__(self): + return self.__dict__ + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + # AttributeError in the case that the stream doesn't support being closed + # ValueError for the case that the stream has already been detached when atexit runs + except (AttributeError, ValueError): + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + try: + fd = wrapped.fileno() + except Exception: + fd = -1 + system_has_native_ansi = not on_windows or enable_vt_processing(fd) + have_tty = not self.stream.closed and self.stream.isatty() + need_conversion = conversion_supported and not system_has_native_ansi + + # should we strip ANSI sequences from our output? + if strip is None: + strip = need_conversion or not have_tty + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = need_conversion and have_tty + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text + + + def flush(self): + self.wrapped.flush() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/initialise.py b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..d5fd4b7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,121 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +def _wipe_internal_state_for_tests(): + global orig_stdout, orig_stderr + orig_stdout = None + orig_stderr = None + + global wrapped_stdout, wrapped_stderr + wrapped_stdout = None + wrapped_stderr = None + + global atexit_done + atexit_done = False + + global fixed_windows_console + fixed_windows_console = False + + try: + # no-op if it wasn't registered + atexit.unregister(reset_all) + except AttributeError: + # python 2: no atexit.unregister. Oh well, we did our best. + pass + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +def just_fix_windows_console(): + global fixed_windows_console + + if sys.platform != "win32": + return + if fixed_windows_console: + return + if wrapped_stdout is not None or wrapped_stderr is not None: + # Someone already ran init() and it did stuff, so we won't second-guess them + return + + # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the + # native ANSI support in the console as a side-effect. We only need to actually + # replace sys.stdout/stderr if we're in the old-style conversion mode. + new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) + if new_stdout.convert: + sys.stdout = new_stdout + new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) + if new_stderr.convert: + sys.stderr = new_stderr + + fixed_windows_console = True + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream + + +# Use this for initial setup as well, to reduce code duplication +_wipe_internal_state_for_tests() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 0000000..8c5661e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py @@ -0,0 +1 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fc676a1fda3deaf59f1c72bb439cb51f1a6c73b GIT binary patch literal 211 zcmZ9GK?=e!5JeNKph6Ggq8-$&cmc(YxDK%$+i2T_BvyJ7&*08`cnnVtsjQ@ ze|UW66^2tr`c9s>q5bZ|zuF;P?yO-mzI!k`pw#wEXCc=mg1e#gkSTAhK4an??2Sxt zt4MkV?^XdX6V2u1A?$rTS#=Ftt=&YbW|sVs+1QZ bHcdBPl{&o^xV9sDfz!C&d;-q74aoff?&LdF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ac0bd06255d20fdfc000cc3b00a66c5e2819836 GIT binary patch literal 5480 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 M1-3DhTWNs*3#7@qRsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eda6336fe83d4dc03e9acfc1ba8752756aa54754 GIT binary patch literal 11761 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..798864c719a410be21240452ddadddcbf5c4b9e6 GIT binary patch literal 4917 zcmd^D&2JmW6`$qqlDp*6q9wzXtd%0i9}2BVq@~zy9istdNsaqq7nO>{?19*5H#TK{ zb#`Tyf)n)M0uCG?ErP%Stb>9WXayNf{(z!@g`V0=S+bzJFc6?Q6u!w)0HQkey;<(^ z!<6hcJ+%Yq&CHwGx3ll}-fy1xr*Jq(p#4++-1u&QkS}rKHnBd~eisIJh)#4aLz3A0 zGF;Y|^kw-Z&k>#1g^Z9DlVaAN^ut`#{h2^kN=jKdDQAPpU^bKtWtF4?Yk`|28TOIy z5M8=SblLE&^Uhn6`;0CaC*P zztZN(X0%;#V>kCxmfzyJ@weHz3aVtH#fz(wnLENBb$&vRyu zbU$sDta0!~)DLRgpEfniDn>cmZ?Z2j(caL`V(e-@YsAbYL$hL6(pG`y7mRt!jLjC{ z3%;Lz+Zg?ELDwvU#;zN=>#{j6~l}b(uG(Gw&{5q zo6l$RRLg2H3;b!uoY$vtGFB+sQrb*uDL4@Afn&(pqZz&Vv+n0i<6SK?Za`NQniBT$G}+ z9lXH2f{?fP9$m(K|9coT``-2KJKT+qzPH?k9HyfG?J1v)#ZnWjOlIl5>t$5ZtDn$H$YBlEV+ z10E&@*3b~`#_bZqm4d)r?rAt`%vJ7#E#`R;fZD!q+`e{;e<&#*biLQLBCYn^4OgV& zkHQCTUw%S3dE}uI`QXxfmsVb1oxS^migKdHgR+JzY~_PxSB)dc=ep_+LjO zjP4CNXv}CC00r})4hKDitASiThZ)j>NQgNfRuGhf?VvdN1MswY0R-UEJ^10+tpMOs zm3m83?@I6LaJlb9MH=y-i32oMMJ*}n%A2cK$^&B+C5Gt45uG@q6W^f&V68JGe}|P$ z3GzIFZDE?RwjjBqM(?JL+dn%|n(VP#r(p|6t{u0B+v49$B0s~2B2h88Y~C!I$fvqN zDeLo#)*8p)bLiDcqX+|SDQ#W-p>snl_qQY0w20uFGavvyCx3kMxR*coW`CXhBw1GD z73E|{WlektG^v1NU%%S0oSx{ zEFa$kuBLr2pwWvUJVNxcY-A<4I&rt_8C=*zh-|ot1i7<)7)*YoB>MPI`V(RCcM^;q zgvG=``9XI8$9-br#s4c=Az3H@xQ`ry!26`OB7?TU8o^Cr6s0XBQc>Ktk)V$@6{l!dZ;t@ zOwGn_*BYbTJ)g1g-e%1u2lrXGXEqS9w$`8o3o8`XcDK<^3D25$po~MEDdYXY&idB+ zNooo={AAjQITnoUPC%xm!yuZ;U+oZqh8KUsd&i%*F^X0{0^wZ>f_&!D{{D}r%KHyL zA$<5u<;dyJt@4p`Z1OO2pc)w}MTYM6{^sbXgOy0UNpt_@^|A8dZ&e~^L3yX^S6%m{ z`+e*E<)KrR$mv=DY}L?UjfYok5)d^XOgB-t!&d4;Z+*u+3n#m+Oiu83l*wW7)5Hst z{ecai1mlgM1nP}`aq?(rV<>={VR14pZ@e5p{e(DqZWro00hQ=(q5rIs`RPL24aZKE z#)22b@EP^i9*Vn$v6pPShw;~Xr+53hCxhFx@y>{=UBH69t^HTN`FY=uRcBlK`tNT~ z^QY6gHBCcJ6&muEQvmG85qiqWT9&X#=kz#=V<_6QcA!0LoB#dSmtWc=ZCiH6!MOQb z5KVbI&AEl!_wLKZglZ##x~%I`c&o@JkD!Cs2%{ zh@m(MVvSG?6;>J3gE&Hg)M+9dH_4VDh$CByAjY>8UL4;F@-PJv-wKN2neBa|IL$dG z@IgEk{!WuhMI#hJwWY;e+Cum!hAtIQ7t-M88Y{nqKi9C|LnuavEiPK=jM+}@jK*1z zu>Z-}8OPDoDHPt}ccgQU6TVH6{_p}e&w<$FIgb011iv6h{y|>(g3SGu%x(EOF8-B2 j%1v{>?EQ*hzxgId1m)K9U--Vi3DPfSHhCf(V%Gl!;U$tT literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8e9bba9476ee58d16939c0ade9db2e699f837a0 GIT binary patch literal 2501 zcmds3&2Jk;6rb4-d+j)G8YcvWkUC0BaG+kL6$GJzAqtgx0>P7aI+IOI=5`!2tPYN_cDe6LAD2N%+)y2G&kpL6( zaz+-&7%`*@F=SI*7ri+$0T&Gb8f-y>CN-1_S@##pD9{eIv_sGix3t61Zfj|`mBmEl zPaK_~PBd#3ZS$60(2M%C$pBF%Y?dode{e0G^;d8!>NjegpsW&;WT-(hf%l8S4+8) zs)3ndF*R%DEv6TA)iyayH)rSaJXtC`fgIOuyL`K&vFoIVgkV1$PjQKCo`}^zA?Y>A zQ8cZn7fela!kSjFjJZ7O5l#DIPS1NiECRMnLD7z)4Mm_X5a&S<6;czZ+~wI|_kZL$ z;_WzX6`zOd_q`3dUb$3z+rq8hjxbJN;&7uGvbu5M$3Y@CNv2M>X>^T$% z0sw>X)jk7pl~9NU8#J%XV(*c%NEccxv_?!Bt-@hVt_3NqW44-$U>7IoNby7Nx_n(S<1tm)vlKro_7y?d=!Mo zYG?QA@crSXtJ`&D^JGuuQf1t)kmZwo9st$K_3wz@ zCdk6qDELa@(bcLTyht`$F57XJ)etU#tzFN4jqJ2YY@E$43uN8D#Bad$xA93j28TEn z@p?mMgx|U!tIxKZ@qGM#-XUdhVuWxyFHkZCD^l{!;4N{A%+qJ^ArHr=BO#_8I^sk> zp1O1;^~p!tm1`4|?_EyF390&d%tp zz>+ZbHTbv*!o3K;4!%;k_|^EA3`d8Y$@$~B7l3?^Hd4n4c`eriVZ$iPVdQpR1rRKJ6-i}ehyYzPNd$X>ygy3_=BA4 zmw!}1+mLzz+~}86L!phqAR@zZ>U?lR4FaBsIAQ-U0i;-l5$Fgxi{bO+MyyMNm(|=1 zfDdPr2iMUfnc_gX;N{DA*$5b82=Fq9sz@pQot*iF^lXvv776VJ1ln~^*(FfzDgy1k w_ZI5iRfPy0JAy=GH4(HbYSoB~1?kH^23ob##|9eMfRD-ajEn6Ept%X^A1nCaZ~y=R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd66aca79bc974e2b9d0588e0f07d49f23fbc079 GIT binary patch literal 6625 zcmeHMO>7&-6`uVexg=LKYwO>xEG0H<29anSi@;){BcDhF+SY2VxBE?3k_ z3LLcv(9Yq_?EJiWocFz-8UCT6AwZz~)Bi-d9U|m&{IH6r+Sq&_8V`s}WF|x6ShE=> z%f{I(7w58koM(t1d%27!>y3M}zPOJeGB0~Ffow1y%!+X_+YoPH2up^E?7c%|pTa)o zOz!cJazGYto+N|{EK#_})lC^vWQxqIL=lb=8U%jG-(TZ@o!sr4A@6e6$qWiE z2&W4%Mb$1OR7K~riBwJxs5euEtGSG#su5P_FXxjtbx$FoC8yR{Sb{6ArE(YYnLIUG z<61GJ=sxI+DKwj`3S(6Ear}6^v*pH78O1iEN^0CY94b?O6BsC95hh^uPl}#BKuELHSx$-NaVFZB}Mx zS;_97WoMZ*uBt0i759W_erw25;%#o0q=Qy(t)Au5V(rUn$*ctuhU~b`1$qFp>Mz@6 zUD(>CR?9Xh!8S?6GrE?C!8IQeFA@Pr#80uU2WJK}jix51HAU6ihZXHYKBwk0%6O70 zN^Wp^a#EoqxyigPQbn7lIq6m+Gp$hk@p>?!stVPH-kDBhbdNNdrwUXP2{2u+q@sZ? z@;a|7nMvKB1%n1%_V?)mHgQv(M;)qo_MK2(+=@=+vr1H*Q4(78MoKHtd|F9rYIMAi zNGg|7lS=p1f}DUw(OXLHRy32Eh!%?4R6f_=)7uwSQ<~BZGjAqtC~CBjDnuoiCg*9? zf=v{DBe1K2N5Ze3LQxm6F_KGZrACkt-AN2btlk44pE?2LhveCzmiJE239CoD=Y$pE z$m*LH=lm7n^|J8#itz2H2bzCUoa0vou_CmVh1Q=o{=EHR`=jr#2q*UHJN)qQqr@k| z$xYaW=o|=G3RC5s=@eDePLN5?&!|Zou`mZ!XQ2GYfDl)dGk|iYhH~S}wiDya#y4Qn zMmP#!7O)Bzgj*H>j?~7cW@FyXfjXslnVoj$?ka_gO@I{kuit+u95TA>Ewd#ENhLT| zhqMQ+b51u}ty&GzekJWV+bi|1E_b1FcRH#R@^ z{#2!-r`*x=JAlf%A~nuGN;aF~VO{t>0?x z5N@}IP4{&!X5kE*;3C}DxfzV7X4X5dGm>{pZnI9KHPjW^TjK>LKwjL0Lop zPw~Vk+GQ*v8UdW*xl!~X6eX?(W)(~=8MlB6 zX<&8F9n(1`ZCeWnQY~L1eRNG=T~kqqZ4}8OUv=4Nv9XBH^w}r^MV%VR(Robk45-jv z>_k9r@x(^@^cGCoo<3pkAk5#q3dHunPaOa-d@-urKkr}Yx-0IX^Z)A-4zgOD*MlOV zZ$S5U6=Lkwc}&UoRN){@+O9(Ey$np~StMORwj`qeqm~n~EC+qKi{)V2p?i!g&~E4M z$0Wvh$tX3|XD~+h4}g!llku3T3mQ*gKCsYtH{>)Pyi!c82$8)Vp`91QUiQ7B16-A> zBm6I<4G`8FK$f~{cXztwk?)tR3{k_R*5H>^aiqLMOYE^8ih}~teyCR+`i)U6t zEtOD5In?op{~+{>&~oRgrH0-oeM{o$FFc$-ustWW!S%}54qP((k^QFkwE4Kz0z|8sL~=|oSUDjl>ojyUADMmAVz8IHj? zEYul3{!3CMOfkvOg=u((LoiZIw<%^9rm7mOfgXH4G;cnrO+7f0E#%=1l2Z6%fX6}I z2VNIn7LDfx<2AudYz-y7jV!;1qzehYCA<*cH1YBsdJR57c|^SqWSwIe=5rGGltjxU zy3TV<*Qb2s?*d`^%B1(XmoiLX;pB6I^?I5kyf|0-BiHsPUii^l>+sqBkM$Xj2#5Yg e7+l#|<~xyP*9#TH*Me}4{I+2r$o)RR0R1> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..962173c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2022 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.6' + +class DistlibException(Exception): + pass + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + class NullHandler(logging.Handler): + def handle(self, record): pass + def emit(self, record): pass + def createLock(self): self.lock = None + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4af32d4d22efae4f8bdb1b0297d2d427ea3d467c GIT binary patch literal 1272 zcmaJ=y=xRv5TCcZx7odm`7|0L#7Kg0NN&}DScniXs1U9Zi(Ipu`(7@a?A@+!Hy;-) zBBZdeNJx=1_J%b63jsT;Ad;{m2v&B77erGzvv-$EM0~}(dGluGH*eCJu2J4fin*Zz?A}1;305z9k?cxJ+F+-FlOjtC;xujI38 zY}j_CSQfS&r)|6J^F@#JPTPLISo9hHlLc$eFAFPN7RAUaxlthfdErE%^&}`d zV%nV*<4*%#jD)n7L}kfBC@ZK&bADwack8wlx{(-1&xK-1gjV1NmW^)Qmlki-W!bh{ zaUtX8@)#Gz2 zvL~ww2^jWL^L%F^%VZDQLyB*{D(y%dx0uG;)k|k#+xCkTLhV_Dw_`i}jhnnNpVcLe zP16699VDm%NgqWHlAw^rJgI-l7!uKor;vuS4zY1PHpV_1xrQGZvzfTV^GhYSQi?M+ zQb>kKW#p`R%IgMs$T`kDE(gAhrlj;`+|lGpY?eecjX8u&N{n?%C}f;2a^Cd$tGW~8 zUgLAzm)9^aH7J}zQBxUX^)6uDU%Lj@GRGQY=0^1xaI5J$v%YAfwJu0sd3E{F96B(E zcJ6*O$JX>C&<~;a0D3oXY>j_{kzciLF#3Oh#;jvSO<5bIZGY4M38>aoG@gXilr4Qy Pfqi9Y@~XN&%uxOTA5#(A literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bfc247eccbc5e858d21288e628061a50939675d GIT binary patch literal 45555 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d647a390078a05d8ae12aeb6c884feb185f81c89 GIT binary patch literal 65986 zcmd4433yxAeJ_Z8Apw#g!F>_L9TXSslxQucL~5}l%CYE;jvomTAO)J6?*%0h0b|GY zyi$%*k#QT6aZ=Gu`kAWT&vKJ~R%c!(w&ONQI}2e@A&jzbl-4t^d2hZxTJ#$^O54ou zf9?wKQgYmM-du?XcRA%KV;}K=;_=zXzVhwUsIQf{hGVX?AOv|VZYWcEBm!|+1RhW%g%n&y3*Kh zdRMyNhwJb6(W> z-2w0GMzKsCyPJ!JwRG!@=GWf1rCX7z%K{LB8YX)HPm1BC9RPhX#XZ z+b{M8MyX7~&IS09F|IejqoD0fhzkz)A3u$(Y5jpvH{W{>^(XQl9p=YIM@P6&!2ei) z<594k<3>2IDPcPm2>JZJkT2mn)!y0K*4o+HedPGb_Kwz5?TP%ykF~d->|Xz%;AH#J z*27P(f8wZXUBpZ`?^GCuMZ9JcaL%-qX8~7p2!pO4Eu%x-M(Re_j#dF z2?rPO`MU!bsi}Ozd4WR*$d~rRXC8Y5&jVb7P9LX-oY$OiP^WOgvtz773J>}C!0}-| z&&xYTwRj@9#f8+&7Yxm-Vz%>BGLzxp2f@v-QvyOk)a`c z2+!^&?8iIKbhe&6+5Skv@<{vP(~q zd@{|0qt(N+Ip$#l;2H9bj$(dzsNZ=H+Urr?>lwvI@}AI$hngaNInS!;mD)kAGT@I^ z-C84(8C_5p(RJfYIM|h(+potn%Fm8*gVz}DVii)`jt>VzLEm7I51=KUAdT2?Z=liB zc`m>OJVD+wJi-lO5XU_u!vRm<27Ov2tD7{>a+ zq`#(5nE1e8A5Ts5+yE}+a?d}d|3S-kK-Pnf4@P$a8*R9%gx%rc(%l5cCkNp&uO`5)zu|^%I-TPrY znL*zVP?nTqK!l3w+pmikdMaa5KM~IFU51UMTq_&N!*a(T9t`+6Pv~4gm}d1JJ`f7g zJPU?sJ_SQOhL;Vt2ZJ06Bn_E~qq&_h_fjQX1{l``WiHtY<2Hx-O6W|^i@d$^bi@U91Dnbp-~^qi*Xm5|E47TuJ;z5@vcHBINpy0Z7u-r2UR$LEem z)2reYHIr>uj$b-H<(~;o2cr&8964~k?C{`X-u+s^s|5?&V~)mU$F8Vj*LD9*#{;Wo zouitKeFv};RwKhY-HEjB?x7L?*kGW$JK^Z=es;_^C_b@vcl$?rySuqsw1Z7NZadDd z=~ykobo9_8N*eIT=OKAf_p!lXw%xW^%$sg!Az90^n)eAsC}S`Fxb`t~bW&-U*GzH87i!}Nm=PbBy_gj&s`E5wk0}j9aMV++FyPWCxAq^9&|-T&DMTqW0MG7 z$@PcixPD;dIZ1;NYNVaAf2ehQ^8R;P8#y zu-FUQZx)*%cL9i2d<^fo5I|-41v&=lKv>pKvr(j}m5%A?Ojt!&f>pG z;zIO-|WG3IDw zS;eI3rmc8=AIc3JM8=K!@ZLn#=OM%xR#(<4BfV%XfMOm7y*lh06o@d@I>78afHn$< z>>!<`&{m0bMo$Sn6)ssfjH;*4pg3QNM54LUFQqTr3Zu3{Ogf^vKz}XUN~5;Yo3>5s zJB?ON1^(9JCY|mC=HZMkBu`8Uas%#b;)6Ebl>X^kI^BdJBtv#BA}L~cU95A$7%@Jt zzg!YAYLQERC7&r`;v5mv01bM|!Rs&Y3pu5m$b*)r9`gIl5i@J$OK7D<`>hd+oSWX7 zfg08GUaUHzKdOuEaLLz|?U z20YT4@*7DTpqY_!NOMA}bC+%+Jw(%&9g%du@ePyQA_rtz_$OWKbs-`;*)c%0f6C!E zYxliU9z^(-ltQ@Npp-c0@Kz!T*`b~DIY&hIhDDMveZw%LM-Po+oQa`MIXJ)eIQy+q zk8o%HJAEZ_uk6tN%81OW2wym*zx*{5R`BJ&H-R~+&}{>EcL8$DCjkZYy30SkXnaz4 z0rx{hYO|wK$8}CP{kDk=)feuPo+`hQjnSIVKA@>|Cp2&=34iMXza%@~fpCJr7 z(VzB4x-u)CgzR;~`DG`*<^K`RF6b}lg!ccj@q*s#2)Ct))QjiIU|=vw%mV7C39^hv z5EZozB=Fggvg=6b5*C3@ykv7r+!We zM2%@+1bUwt44e-PdP_lF1wsNFNK|zqvoAOdF7TC-hvx1W9NpVFpXZ zjVH3vcs>Z~v73gH$>0($se|Qv38#FEeWyi`FrvGJFM5O;st+WLLwr9sfD1kgi8S4$ zUxB%HcaPKbW1l2T^ukr^5WH44o>h&}{s-Ns&+9(P&}HR(b!^fEN_6J<^zk)at^Kfm zvTY@|Y&o|vn%lS#iskN{JQB~$o&0h%c%xkTUffL^EeOdr_6D8(aeeI6Z7VnyLw9hVSWLM9GN>Z@1N_4yGvFL zC9cEzcz*G6zW0NC??T|s;cLVH;fqU+53MvFTxo1yX*{xOHZ&g7FBa6TT6Ejn^tW}E z!m7oRhL!qVZ+2YkxUp;T(3x0$=j^F?)t1+udiAO6rLn4mvqut}sy_5ot=f@!)uAh` z`lz&KxwI)-+H~Ery!FB8)(2x-55-Ckuj=%LU(mmEex;`AhUJ}$OEnMA9=l_tdmj~) zU3JVk=DV)D-p+d~Z>eBUyrAT&ZO%6DdM)o&T-UCY)h~SE&Bv}icH>-p+pbTH`c2Ji zsIK`|Vd-*V-3Ntr3uAA7`P!H9ii1b=pXl^kkN!H9Uhj;RwR}*}@{8Ne)R7;%XkhMa zr=|&w{^cimx`NHObtdY-qJKAacm+M(G2Jo0V?qC><(lQXe#yQ4Z`>8=<(X5{r{*gb zTyN%G%e(GcNRO89ct<~VYT1401NWg{uG*=Jf8w9U%y{8Y*6}+1dpWJ1V`-)z?le-` ztjDb%?y11}`^6bY4_M##9?rnUkD9G`@S_9fW7hN^8?CtW<23v68tad9TJ6Wntv@NT z;PFq&&A9cG8Y9k=1fE3dF-G7r5bTC@wgw61&@n<%gIv3)=kl2tlz>&rp+$_LCPPHe z8zKhoMWAU}6rdE9$P|!K$3aFJLjuw1_4X~SZ0Ey71RYHBeY)CkdosM zsgl=_Fj-|m$;_9gzqFiRAI+~{%&DKW#k2F4vn!(66(3}`FSNaR`r7H``u1pj`(kbT zr1it}oaqaI6w3wMq6OPx1v{`nosCnbm7LO9|5D}NrJNQ5wSb5-r>9TPx7~DmZ{Zr} z%kG+}yJo?3)7^j->1_Pip#!|Ft)DUx#9hj&`Y8WX`>FM$GooDJTlzi@ePjR1ILB} zT(DQ&J*+42Lew^>e3)F1bRu@FvNT&D0T#Zv1+66wwA>ig_lbRQ&rg*4NvNgK!}M{y zT$|Ja_3zmLbgxiSjD$eJ(!fB_Dh?xk>;~U@&njyJOuf$P^m?Qh`1o@Hyn=O-)SW|6 zbOfQpzh`xRR+5I*9~dTSr7*0lmp$|_wI}7CO6^QRYRb2OdKVx_V9d8EVBxfV`lc1is%i;+dDd4o0pBFN2^z=l-h-i?uq5#jM5hKnOggPWj)$x~^HCM<&3Sw)X* z#qA_9w2P$Rv{V!ptX$nu50esLU7r7qs`(}o#(zN}kmZKB{DaK$WTHXuES@sO^NLV=s9i2-iWW4*3bx(WDTP+WLR7iugG^7n#B=rZ z-09_#t+UX*Zcnre#|mA(8BUgO$CG{xp$@I)oPaA?z^&H5y@I;}|h zTl+2}*&!nV`K(1*NNZ&yi7&t9-fIG%j~uIc!nrdE*ktBRg#;F;CYoOp&8&fR z=W6j>@p7RzTIgMFIa$!TXuwlU;E!=UvHCniP3ZIZW=@e)NHRdP%JptskZ^<+R;Epk3_)0m`q2N*K zp+z}F^sj*1i5QR?zioOQbeRs%gSHVS~oY5wXg!uP|Z~Xdl#kMs>dmFf&)G zMfrt(NBm~M&1O~EXQ9CX!%UKUg}Z}=KjLjM_{S24U|P} z>*hG4K0t|#fDC2CdlIT7VwvQro(t!Ku>MPa2D?3?Vnkk2A){f2;PWV4B_M;C(+~bI zB$y+d4KRBKq5eT)zzC)Z3y@a@OO2?A+DUqk_Hn;0xKKjToJdy9Q6~UA;G47#v1#1^og$4X`VhxNE5Q zBy8fa@?lrUh^Jh-Dkp7)H=S$6yiQorLKwtyiL}SaK!Djjb434hzs(+>^YOk=h~xZp zD?rH(f~7pyxN;QlRoI8Dhm$|1GDpU{scEThb}EMXpH2F*lb$UP~@m~y2i zCeef8>UHFxX1;$xh5XNu2qa;NE+>D|8c)w&OfOqCn4Ha^&#uq=$Ijcu{Y{nMwWj?A{l^UJ25ix+R6?|kJzyuA9G z4}Dm&`Id0G(EsMpwV@mBHyaO0Pd?5;6(76s)=xjN>)d6xbp~hi-{w^(YPMW^9298n zZpg#)n<1`tHLn`+?4NkTnJ<_RJM@#A4>jtpwU*%YJxe;J*)B>e(4Q#j!kU|aDM3SqD6Ba+rH@=ECC(?;38yjU4IKg-d zsY0e>OCltkTmX{R;Q0W1q(x6SiCCb9upHsCbu%#Oc@4Uc2kIe8!p1m}%4lZgd}l1P z4wOWCCQOyGOBc%yyyK3Rwa2oLEIObG0)0^x&8(Uqie>IxwC!Avv#Gx;@VE9SNMt@= zW27WL0eJR7hK-F{V)_YSpNQ!^QT*-*&KZpjT=W$uYz58iz9)ifx-ZHDY9nT?aaFyK zcz8?1qR0;}A0jL$@YLZCQ%9T$pBUdtbSqPEdPw^RlRE;FWD>}Qg1wM~bFkA11^P$0 z@pZ6Vej*t3N%;us@-UJH8U)~#s#UO_Xpl#;8fJ+nfqsB)MvY7DU=l3G>oXxD30f7x zSprzFr56FD=41Y$*^B9dm4)FItsLo^hT zTG_VJ+zX;c0qSKWgEG6_12tlno50s(YdkZ5cH2u6ad+<2x#<&AdJwXUAYt>1XP^E0 zc)V=WylJlg73Zzeva3(bJ@HBx_}X00tR4?uv4XG7^?d9?eZSyIpYlRwYrg)qbR^%S zGq0iJ2s1kK=5RaknA=GSStD?}DFLUc_8B7Y zb0dE4MS4b9i7j|;j?R9clJ8Q|Oo^A08cJvuvxI8o32})A$ZM8tbHnXgy}9DHMQ^VB z*rLlVT`X-{+;%wTZhQXJZIjvTxt+Dud{}?muXmZZK~iUNeQd}v?^!eAY?aP#*STTD zTwh?$TiaPZsCXvV-OAG9x8-6-&TM zw$0Ka>#_xGU3T1qrL%l54cD-6mao&9rLzNfVe2g4b>iBty3W8gte)lPnYf1ivwWR} zYlrIE#q6Q8VGXV8%JF9+b^EiB=8n6(*&LC_;Xh(4yp`FRde~sG#ixeXBosb}5d;az zBw6Hl1lgA${U<|+i?Fw4)wDy^fLs@RHXn9LFAP$R0Ayt zgxTWha3J6p)fTk;L5)G8G{(4Xq4pz5LKqqm0hK zE|p}qk}t_1dIN_e`MC%`rC|_&uOyo!X{01WI3*g}^mrga?S)j2k;D*x$W^JQhXSBG zybg}cHw2)0iO!g8;J0v=unvv@sE)uc#vg=RQ7B=7SqtamVb&s;xNuKUHm85&!tme- zyyV8XK|B;P!v;v8QK@>h@R7l#aIPA=%l5{P5@0=x0zm2xT_H@1FFQpe0G!%M2(Wj0 z@65sJgRz`S+_A;;H!Xv)&xi5xWe0#N`^hW9PdX%!>_@n{QtEl-QNdCBpk2Mj(0QHHBO>|JkZ+!O2FS4dDX`AT`z> z2`9d7B86)B3AqbeJ>)@XIbeQ+^e4pG3rL6uzb!1(RLtIl005$xA0^U6)VCGu@M-H-dU@6QpNrB94=d#u-N6 zl!qNON|JC5wl=h;*fAjE4CxLTFJL9f*h9Gwd}w@KEC~^oj58vJ0kSkqIU*zg%t*P3 zOWf5E)xBYm3{PJd=QGWfjcKYFImChaW_?vFbw$#$+4LG;5(H+^1kc+@e}dfBACG0 zOFqiXp4z^gQytBzo*%p3`Sw$9Jr&>5^ya>6`=DHM*FYlR-isuw1!4hv%X&ykvw_W; zN}RA+qlO*0M+c0-l@Ty>z`uNKSn^Eg;oI^*BTp)1nPVO&g zD2NH`#g%+~t~NRRf%Eri(qH2ZDKk-B=$q7{_mD?uks78FWzAN{BJ!x6Y*a!oHAK~R z3D>}s(t4UOLan0dRs#qs)8ldv$)Yp}X-oq|FQpt4X1@`F7TtjCqM~Gg*r$$^8zEvl z*%6W5ADG(124@so#QY3cWH`;_qh+Q6*^xym18A+drdWW%EleGZ6eAwiug9mxItouBGCf$s0>7gI{v>Z=6{&JF z0}QH(85zlqkck!Y{-owW%ObX+-V+#vpXL#SF;NLU?{4WG8G~a4sW_NFf<%=98#X{O zLmU+&cSv%@G^I~~s%CRUxe4O@AU!klAap_krzMN_Iie}O zX@WG%h|)}a#mO}agzrmK(>ExYp=1^b^9z*vUNRlc5x-Sh&J@xmoMb-QsFCCMu{8Pr zf;wSdpRIG2&GyC|<&*jqS1}ykPtBbYj4)!ZZIhN&gVnwzo>ww6JUu-Bh1Z^b_32pN zj>)5>lg+>KrAuF$G~IHMdKWZV>2&FBoz0#**}77){ra|8$*xPMCXY11Y0* z@!~SzZ>Q%Ld{e<5zWl)Kv(pD4f)g9p8Oy7C>F8=Y%KY+^a-Dk%S)1g3nB^u*lia(^ zckqqkLs`0a_qq-j8s5ulH6G40{xDZhX`%gamHCI2dZbD4Ri+TXjNaOaLgca-t%n?` z2Z{10^uq?f0p_bj$*Ccwm>C>^2~SL^Wpz3{F*CKW<=a-!an`UB_(Bx(`#j`=g7^WL z%AyB73+N+QFsat1;qfLo;qCssjOUqu>e$Upg4iEtw5neQxeKIB{G$atl#Nj(i$# z*!Jd=uRnRi^aIEL1JnJT0J)k2g;E;BCzdK?r8E#4N@?7sQbG&82H!q(n+)pC1Q>u@$GMUH30P?l zPlmtbb`Q`7VV??iGUH~!G*y7Lew9ra0b3Zd5=YKVOc4hM9#{bnq9|cr;i1|#Mu9(c zCcP<1iNt#p>7v{$Qo7bNxT?&==j}!G5ND1E8`l$l@(Oqn4M`%iG=a?PXfqw^RiQO!rF>*PpOjZ)rmFJ- zJgH@4hcTbV;BNsH_c;>x_(<|B%7#RI#HK8pVQ@YTWC<{i<@9pCrg*!hEle|9jo`$RPJ#G>s4 z>+KG2o|d{Lkt^^Jp&(>X{s4uT2@Lm+Q#7<^5d;9%VuC{E5Ajwu)e;U#D#%29->3VG z7+@UWJ9POzCB&_8#0hXjdvj4rZc_3gB`cJq=wV1pz*Gf?=`;T?T#+8eWVVqzS^1)= zaMfVMMVii)_x$lyM2OjS+m>lAS}oUEGALgyX`sb|B(KD-y-EFXjq=vdo|}YT=0d4?oSIZ6_mX1*l44K2+)#MbDy!p`dpqMT`_-Pc%UmylCaHG_-7` zgBnbKYsZlMo*s)>dZG)-s41fRS~~a#S(*T3k`#W1+sGRz0*T z5z(|Y5287gpnnj|dE~bxgLGV}JBb3U0b;X|EOLZ3ri3~R4_1H)DJt7~yJ@*zF}#f= zv0?@d1Yii!^z@L$Lr;$aM?@BbZnv;1I+2Z;MFmjpox&tpQ=5GUoBKf_k zCyKQcX~gL5Nna`#6k7n-XrTc@7oZp94xqAq&jT!f;{U0dcP<3NC;W zNO5FC#4PY6W59-NvI~H!0+TLbr`8L`9A-tG!_hM)2~60#1#jib5HW=iJ zE?mB0=tEiOLxCiDs*rqo^K|x%rHq;dchuH=!?t8=mBP#vmQe6H0o~EskPccmbiG!I zYCwk@U}~u8QAniI^Et};(L!<)2xB;59Nwgu4=VW~X&2WXa$%(ro=-g(Rc|!VN|e{7 zmegM2#MS1RT1M0`!o*k6F`(g3sRV=4lnBUWA>S~*0yC6X^xuYYx7Y0ZU38c{fsR5& zKvRujWXyi1_oZNg^&-!kWFW$F`37Ml0=+T0w)M#s$+jKqjYp_Dk-o$kk&YlEsj8&l zP0apI$a;1hcweqrTq~>qC)6V_;$&0FT9h2M6xwPjv?ysbCDiEf7fwMf zZwT0g3U+PVj(noExzKS??DMKfSt6Vhx@cqgM6z~@N-BA>$N=WJw!4fZy^)6^1>B$w zECLtV!Ap|})&#iiCkH|pW(vM#7;ec-wBB>7O|eSTu1|=iB}@?#yT}tx1;GWXAKHsf z)#Rl%&^h*X16HCoQ*7DG$;0I<Scn+ey))q=4ZN=}(0z9IPEel+*qgAx$AJsN64Vc`M1KHUxN0h4 zqHf~;ffW|MjMXFqanS=Ae##+6O5Y2TOL;yeNd5w<1TSB$b7W5*i02m0JT?6kf-t1J zCJ(ISmWWrm`InA-lw0zx$LITExea)nTQu8w^{Kh1qPew`M?Q4r&zfE?S$0)MU6nCc z^`vFRmA~xrMqS>8Y6zc}U3;RgJvZDj*MVhMd(_qbPJhhRF=_d*aMP=KiE(Pk=YdG_+2RN_Gcr_rSR2V zd4c=^qLNdNt^!657Xo|aF<*9HI(mUkcOlZCYEje?8C569nP}A~(NPL@Br0&3=PA}4 zt4p>Y8sV^j1u3jRYs+LE8JI}idl=$&{8DBi>&gq=N4>RwN%d&hT-1>>Gd)cAR0;uB@)={1oLo^ zSIP6a8|0={#g5OEyFfd)s`m`a`yo^{l2BFcC32tGW9ETP(i@atX^BcLM0_wyXtVS@ zV)2{aFsn#OMA7%lajBr@DVK7FDy1{9dZ)qafvALmfH)Jt?isn74aT{6gK;A*VakD+ zSYp4UM$Hj|*N|#t{JJrkk0fGXM~Hl@*`YOu2FSW2<%sAJDNG`zt@kOvEu}Cn6-68O zP>4V~J0dW{lxjtf+ak7sUD7kQz0i8;9~P zC6d^Gks^tu+^-kzd(%3?g+hcT&)Bft&ttJoxc`W=gkgl|dguhkg5VtylL`i4 z!w5Tt5MSIs(t|Xn{Tc)mCyyASMpW-VLzk?H!*n)A$v2QB^nKiar3;3bseuaVsAf3J zG$~n`*(}GzdTB7$PmfkoQ^vKpM~6DXGKlEuF~^R)6dO^5N~BU ze^)er*QH}|XYQi2R17|~RMHU3YMgAnm6PkrHN;w1%y&j@JFXwQ;eY4wlI_^fl<$c?U! z%x+#vFIjQrPWfitFPBn-w$5*k=NHVJpFaQcMb#FTF4j&S}y&B^AutM}YBQ3N|K zhDxs)Rnls<(5i5k(Ut;{&7`^E4JWRkCu>71*9hBuMR$t=jDPhwJX<3#N9H?Ud-6L^ zVrFDfFWI*W5)yT15W=9pwLM5S(p2JusgpFj;@d{V-8I0O7`1ZWLnZ6P?TAheCIiy; zQq2y*>SK?O(Kit0z}kafnD-SgTK~mA_~K&b_C?$F^)0s{D{J{hyqU-+W<{y~He{ef zv8htqaSbwweR_n)H1nd*EU8E-(lr4xsNMF+Mr_q9C3F z35(Kvk^ZN`9GUlkb0n1YbDFjY(vip|-k4;lENqSB9hZtxbC4V6kG|o41W`mBMvllP z5jRq(912jt3+5nHdjh_6y(1i%xv{NhjNHhDggyvlA4D|A;eLir6E?V*_CCXp4Pl=V zbP%76Ge!R1A(~H8b$qydgXK#fA-s}5fho=ZB^m)9KSP(33vW+H*0Q5I>ZqQ-7;_LR zaON*NH$|PB=HaXKYWjDaF=ykdF5UjX_39N@(R}ri%e$&eb3U-}G!*_NUIaySJ%9*+ z4couJ<2wJnJvY7(YdHARvIiIR-wZ95Jvem~NqkG=_55r5qwd=dj`adu3)iuP`5~x4&0wr8`aLLwl1E4h=VhR8Qc9 zHlW!EQYrFe38Ii(n#%(0CGmO6A;BfoMz-C0A7TV5D^WD{peahTi~OD`%!TCB_SucO z;eSmfeH`|+=@ZMtgGkz%2Z6_gI%Ow7lHmHF*ys(dUp}Zo(pt1Lcf)pyG^&oMljNa7 zZTAP^G7p=A^_7Y56&J7&ObdH>2=X+N0V@JEXzrcpokUjq6Azz$r1OltWfbQ^uZnto zrqE{#iKpSBRa=8!ZXU@-$V+Ggf0iab$wn~ovvk>Rm^Mihf2pQ9=GZf-|1jMFf!A_w zbu_m+MuIF=UdUUDKoy|YN;$4}43{524y0eM85ez0!FKs(EN>lMEjN3h@ zB8>Jl*@H%K2ZdD-ypok2(cq1@D1OQ0`AO#;vvhTrp^HCvwB{P$%{8}fvL-q5$rE@I zjo8T0T?^DH6E^}?n>5APR3w_69Zbq05>AMc4H{jE^@vS`45`y_+#nJvMqe>{U!DPM zGd2-St(#2(1k;?6(!`N8w8GAB%+%E5{y%HPSB}D z12f`y47=t44a<{EMV0u@@*{(!Y-E-djAoE1V1cNXHEI2Dl7wJOj1VE$Mdeggiz`yf z#>^4~{hz=(NDpXnD{2Qw{srZv^lrI&X(=ZEA~)N&B+2khW?YDcNd7L#&VuxYqT45W zOVDwr*jaF;n8RE;I=Cae15!P?00Trq7*DYegg%4mIqH&GED6i_sG75s^ismu2iu9j zI19uf21MY#O^;+DS|Uq&885L7HmSc7=^)9#p)mT9r`06(h(H{D3pc_w+Dl#F3`Da` z8iki=xxa-HSnhc&78hd;z7%up*oZYS*|(@!1EX`xV#EG;!+zLAy0%2!-l=1=&%n=j zet#@~YkX5(w4m;e6`59bNbVR>`ePj>Cgi?jlqptNC4*ky5vv?$qe%+-t-6dsg$IEc<&7E1l<< z50xad0{DJVN)U9AVD&Rb5CJ|V5?_hvAxHBNeEn%Sl7mvw((CCFHu8k#O9b^~Ng!&k zNzcVtYk9W!^wbK=gcxaxJS{eXj{cq(hb|LHq(-p;*>w$-cCBGBx1>X_Hj1rtC~h)}$?E zdmS)=4(5wQm@ef|{CpvGlAnF%Hp94G!ZUb-Za}8{<*Gnv$!)MGzDHV;D5%NgKypkC zr5`sbThuAx-$2$O=o@5Z|0hYd?$c_5VJU|y@S6+j91}aR!NK4h4o)5LhtFp^Ri{Koo^+ zR3(@?;0`0TlL->F^F8_UFuCO2^j>g~EEIed-*L?lHeny&UY3r84OM>bQ{=?fo4=$2 zguVnF9%6a0K-+9@9qfNiBnnpwSjC*#5+){hawB`f9ORLgdz#M4Eu7E`_s>+($CUgF zyAOhc`VAY_u#K`uE+G0yH9ax2?&MZkE?8T1!`dQYBBQ2+i_&iFyMWDmgdQQ+Iwt;P zbyW*`+&MXupQsnda%{nf=rI=iN&=)eDtxHe731+;eQH?)a_RxwSTVv>d4&4!ZSB^ z#vlStk3$uC`qJsyrxwZ=&MuaKJ=}h$0$;saiL#5fB4`YA53u&$y_2cBf0w7(_1@N2 zFLZ|Q7kZA?S>NA#s0J55sxu$mk^ZA5E1mB)AJZihaWa)~&PY@OX`b!_VKt<;_rdg} zdX$A8Xr_3m_|*G`c*W*}oucN*L|o>5+Ngo`RhZ^}IK(NnQ2B*Pih@I+7mFClNe%wa zr|#2|Or;L#Ox2P+XuwElmU2W)5Cs|iral?dAb{)(_j!{RT_Kl8SiV09$#lhiYSN+_ zEVg$9dFwgIezr>7<3$00C@}DARwC6wjp%H}XRUX0sl9ge~;kPK%h~GvT zCT#E`wX3&DL_eiT)E+1nJLZ`NZ4$BH%Xmq(sUo&a6#dw9HyoFAXfe~&UxUr<@K0)m zo;KNgoOb+KFGa=^zlet&KU)AWl~M6wroR%De}r@iwv+uH`2mtbOXBMZIWwJ{3dO=_ zQLabuD`O_ORE>}wXG45o@I381EQlMqf)H7~r$#WCslge2UkzC-*3d`ScznHt z@Q92coKM>k`Gfx98quR&ZXI?B!3$vc%d8Zc{ttu$3v*8UA49}K6^o}-vzMKdz>vi= zmn&izl=U?A7!;-C@yTu~GH*s#aQ}oU*m;B@+q?Sx9I;x=H@<^W6x`q78vD^HWQCWA z2S!0u5q<{Q0BH&%Hds|m^O>*&c^W0`;fL5V*sN2>{qIz7GC3jXN7JNU5AfV}$_sB? zk%rk#XN(R=7rvpJktP2?m61#{A>F3F&{mMz1nzMyn6Ts$17|Zu{fsVIIWzi{Tl^o5zobOb8VN@iYz zXs1(OqG0N@!<|489GE^ZU%8Z16VEDI&e|N!+C0B=q2T(?8@Y?+2XAIQxZ=uTBuv?K z*}Undt7@fea|($NE88=b{$Wo3?1_b)ACxr3-DS(}s;IjPvC<#A-g)DJ#p{kV9s@zJG{#~=(s z;g5Bcu2xVtt=8$Xia=RG&Lcm$%gDgL*z~}W8uMS)n2&6;Cs_>18jbfbPJ&AAKIq^x zBYYL>{dvR%GF#65wqlZ^W!($G1kfY)o(0K52WeGc2daU#CAL(HxtE?zz$=peDIokg zGJ81;gai9rE%dBLO-$@<0sC+9+Zahu4%DHAiY@)J?W-1puh@D5)gPo-@e#{DeB0%A zZDex!jEG9?zIm)V8J?x;ZeXoV1|BTFA#_9VJ!Ct#L$wSn0IxX_o>Ta=8iDDkQJh6; zMj`QrLlFUL1hb=!J{inL*u~KhPp9XYT?RWPHw(aT;H(Rs`CgR>x6m=%66YL7evDs4_XzXwFoDcdaGQbc%tAWIZ=(B$8-8CHI zy)fKoxKM6aFW5H;Q>(hbgT5x@gAcvH!mhw_M^T9-eK#-HMY2lj7H$MvYf+_gm*RtZ zpYb6`r7(1;m5gqr-ECA%HFdbK?+5!H)&Mz1A&Q}s0^}VaAV!RH;JgogrZ%up1=S?2 ztg@xrnPaVww6_VW4RHo3Y6vt)+#pMZLd!6h1sVM>aCS{ko6f>Z2lJqVdw`G^;nRd& z{!HLJ1(o(tVMGRksV#Z-^zs6NBvzaI6(tO5HqaTfC$b5)wlCpEB3)PkLM(2E3eC(Q zH({b5Au`P|WaNnxl9*?Kan2Hp%8Mslt<5v1=KDv&gYTg};K34RL9vooFw;NX&w?K8 zd~NTmdl$~d@|wZ!s;o)3ETzM4D1WASx)}Ul#SQC{>p`%3&c=6I;{}CREpwJvY|8~( zq6J%G1r1YXL7`2&u-RFQZ9@>%v1_ht!MN~+SZULA+LUqX(RfbY>=qdC!v0poUcC$3 zWA4Uf_pYdW*Y&_n_r6=@HHay{?1`f($8Sl9^ygg?kYxISWL z+{5SL8O5@%W9rcXu4M~c2Q&~(#LObqSm0Elwp&EFa%~$&H3~sX;p_nvqFJ*a5=*tF z6X>D9q*J8O1Eil$IU+{zB(!a|f*{FFK<59H?0$!)(x+kI~ zr_YB@li}IpBnI=OAfqH$1F%g1F9otFP(^_yqH>f0_7r0USS*S*SHO89VDgXjGKej} zb~PetfwR@Q7V=aDitLtG`FihpQBKDKyHo5H0c3*E21X^RCEMZ}Y}Z(bHXb2@p6&{S zxR&9i2xdss#sr}f*h$j8()UT|gjFeK2V%#E5Ot)amZBfpNK*O_-&hMD(x|vyv z_+1nL|BsB<{EMYKZf5OVwW1I#H**SRywhHA5ZSS8Z2Y0OH%=asBC?h(lt&BeZ#o)a z&~9&p%R+|x%2St~nk}C1y?%7bxew6SUj2?f?r>f?dg-VTwPiLCb5}|RBeya^_!q&B z$zCm-3ZVLj8JiF9HU4m~xy_htIwFJW6?6woM^s`y1l=uGeDuiAPV^TrA#2K!ytj}N zK45^*XUYL_j7AL-FlAv13RLeUA)rQnHSoh;AOz8n%dtm?9%i zaT8g#KwCVV5tA`o`sgt8Kmz!|JVrLrJBi9*9~(;|t?l@kPG(|xM%cNAX0FP~h}?)I zn@jd+2se^#F3Dalyn(o#%nH_7O_v){MF91{eIPyacf-;2&3~I+p4hhQdg$%(KN-iA zsXU~ImOtk(a~?UY|HxIe?5c~p>K1msx%b-Mm}?h|Hkl)GcKKq(p?5le^yIrwMk_jE z*{2sB2nC!=aqDJx#xgyNHepwRB&#=Cj%b2zjiLw9T+!M;P_cT`8Z~K@{rYFVi2j;D z9U3Cw&sYbzy&}QD2tnj1_>0zT`&ZO&A_9SlF}*4iBMLlcfRIvi-%vcU;zAqiLfMq1D zNC(-nVF(d;lxd_Ga^A?tStVGMDa$4ih#`79?bNl#p8qi zu%@Y|r>8;O)EO;c&5>+)NHB|3Ke=bFgPN}WoaCl zlT_H5#C>v)VLCCmis+uqzmj-32sbea7>mXLB*~Lhj$&km$HbyZQ1nG)N`|5&O1+nH zmJCISSlU7m^v_WTg)voUw-nP7DiB&b< zFx)UMR_%k}anVsS>yKw{nrDpKYX@IF`2Fo~?|y4{tfJ+{_Gra{4>Av6|E#~OuEW0a z$6r4Vm>l_D1TZ!^_q=Fp)5t0j3E*cG5A=EP-~Fe0#zPz7JIUxJF zcWD_`%GrR8)B%b%2pO;07U>JY#+{8AL>shz)s9kY^1}GFZO~}F2`*u>iJ3ZNkOcXN zFBlzx)upK6AbJDbf&^+smSrPAAvX_@j5aeQ15SvC__4E+$OT(nse!AeWgBa%TvZ3G zC>2QyQ(BPk4M%Y|1#Lwg&ct9Ug4%(t;#_)88i&+CDml!cEon9KVXrpTu95W^t=#h% zZf5$1=#t{%NYNlv)-G4>idOE5RW?(M+~TOi1BF5DY}-dEHUS$b3=~U+o0(o=3ulDQ zE&c@)p1*LY_)wMpy)rA(B*KWuQ?yUFCU`%o!b9p6Qbt0s2$u>c2_SbWm2!X_(zr_k z zg!J0X$e#NaosklZ+e67AN={JHNeS~NVS2Ks>5@JtVHr6)0C}wt^YJznUqhmfQbRgw z);R^}3w{b$EJ}?T(H=8&8F>_?#)F->+VlqV*4s9{dB<%_t~r0TQD@2h*pQAmiU|Ce zyGm!bi=0Tx?B?p*dD-UX+qE`x;hKB1x%l=G{bt091iMUSXge;U4BMD1AJ4a2&6{s$ z7vnW88MyQq%w87ul;+lp#~AQtP3%SM-t`KC@18R~VzPXKh$a!xrEUi)8HKZLb48}wH3247DgCFM{@bqUF$P$kw4BFaEY zMLSZ0Y7o~Re5+u)-H|lh1W}2JT6+iyvAjvctk>GES|W&$Q)H=F=o(cBqj3?In*?(A z5~>!YU%!PjK=`-ulh6-y-@$JZv72y1A;Ip9a*KB6K9`2&qwW$6QW zGLC^rAvbTb^)j{<&z(6see~tyxM+uhVY2mW#~I9msbU2(a(_?BgOnVkiA^p}_O>!SG( zltlBlF6Zx!=I@<6_MyWAYrTuFO}sjB{oL~IBhlSQZaR+Mg3*1xH=2*#(_v;Xc?_F5 zIya~0TXG!z88*}5k@JImZ#*k!CSy8dIjcOHRStW>tlAZub14JX2T|L$>$Nx9-l@20 zJ0g(v@|?lv$ilhH06V{(0bqjw=mc1(h`*@%bJ_HPiZZZ9ufQ{x(C*I^0#TeU8_7Iz{%yUiVz0Djx28|L6mHtt7bV| z(uDnUm6xr%M1ZG+PclsDhmR`}F|@=%O21B|DO#IInwF6Otl6+a=+M;Fq)Shw--&cp zPo<-$9C9Dpun&v&JDhT9#|Akvq#T;9$dsN=m<_s184<_5bIG|4!{6Uv=4MHGxZk_a z_-L@DO8;`_?o(Q8-a%L=_nDocOV#LpuKJXDtl|ki^E%KgwuI`Kxdz(93iGT4lgX4gEN1*057DJh3kFB$CsBg>>f#K!g*f`(N%Ds`M0 z+DyP#?CSG-(yl(Kn#{|4L_KCsN0RjvO+ZE_2nz3w1NF$wLC_0GO#W}kRmesO_$&30 zbJBC7I#UkCOqwhFb(G;kI0F@ckQLM9dd278r!KTc8ce91ecIF_mwTUDWJNMsW6}bT zdKDn@;L!sTPJxKl8gG*S9h?zfFmoh<5y= zV4vl+hrcdxR362+N8TKPb|4qywu_r3@f5+1F+VDK4G}|iWJguk!sPAXr=TAe41j#J z6Xn=wXk=uNZvgY0kUWE z@V&m_7VL)@u0S9n)Z07KKTL9Eww;Rf9?How?PUAos&6xUq@?DMc^S!#GDvn}(Ofa-(Fqt{#KA6xMKVOO;B z=r7iY`FkPLrB^m`g%2U8?$`GNp}FGp}Hy3Xu?E$)iDh$0y+R-B1f)L~dhExQOYYOy7&)Hfp4s#DJ>mms$18Vy0=J!= zw-9b`;_KLSzF_9W^a%uFvb<`!>8_z*dwb{hVn}Ydeo*>nrAw7ZW5rOTi}@D5@aAK$ zKlUe`i=LL7?gv&Y(CpPp){ylgccRT1$p1c0gy6Oldb?_C7%j1P1mXhtnbQ2m0c>ah ztz-mSs{!EGfhB}zrGEV8XNQ+g5UmDZ2N3!NQK~)>!Ty%tlwsjYA(6H!g5*UbuGQ_3>Eo z-l;Yi=($>8214`uj$Jwbz9!!`-2BE~#9TR4idaFx5RQ-fB2keyT1R&XaE^g<=)VhB~R*dNwQA{#V!-NC+V> z?g|TRtbAJIEsA_Mz~NST|UJQ9z={KSlo6N z;{6|~z>R0I`lz7bO7If})Yu!aWNlxHXG zHQ%7h?IidRY)YA2ciO!}J0I*UYp@n5&t%RO4lj=RrZ_(T{TB&G!Y%U#6LO z1Y9*{B25_EZBwDW;FH}BdjSkgOE<%cW70ZR17ndZ`!DUE&AXZIQCli?E@hUlxbsNd zGjnqKBzY#r+}o%0D@5X&|`xf*I2V%u7 zQ?`|&lB+dyHCOBB>gS(bXo?lJOj&8>UyK#+`MT{Bi>_eva(+F+!Y*{i^0&iBv#6Ya z?y2chi{-mw?%m67M7P@yhX;52no(bTR6k|?2(LVPaYhNxq87({c$_1dNU2QD4^D7&1nQGL8|JEAdE?jW|7N7JqJ z?8$@iOoZ+)|1S61g;y`U_T^W31sQ zn<~D33`!kW<=s1#D9kFq%M;J`er2oeA+PQy6`qG$jDO`#f2i5`SG)C;wwO=AcnmXB zK4_(33hLG#Lqei(h=%2d%86(;CQE-*PlUZ6i8@L-P(}_jo4ZeAB?y)V%&LGznI#0b zE-K-qx8ASQ<_MCd8(80b|TQ@Ig*B$Y=?|K@L9eznQ;9?br6i_0Ww+ z7po87bhoYAsXQq&$-8VlO-zH$;K8R@>!NCmq|~5u?=zqp^e-ll2Ed*2SuVv(dxKiZZ^EuF9Wkx!AbHisw(^dh8K{QmVC+~F9Ph@aWCc; z`+dk0Ps@T;3Hzi4&!xA}VBGILGTVzl?w_Ky0Om5ypD_0hj=<&b=eW=PXCw*xxxht# z5bks#=wmDBwhll&VUVb>i{9$GDUt0>a7bQOwK60_(u z!Q?dr-;xk>GeN!=Q|Ad)62seL@t|G^E17;;pB75|eV9zzX^X2`^2)~k3yXX-2 zy!!WqeMtnSIIVhObG69Y0pk}ftS-B*aHBNxHrkewcvzK??rD07 z?D2wqwn$vbU8eU>QNl=om*^f%9*)W8h)rDYQ^?Gq!nL2ZTW-^wDMFo4cV}7bJ8x&f zJPSNlsway?6U1FPh{dD!DZHuWQ|NFWfKOowh0$>x0DlE`t7Wd`m3;_`Q&4o(I%i!j zsEroXzLEWA{@sfaLvX9~l6mCE}rgJ?>BaFsHo_ zmBNTxY^p>n8wccy!X6D@1(ib1>i42j@Z4`n1!~Hft{wY+;xNY2)s_z@O3HrW2 zHeS$s?Y?wOliv_(Cs4u+gXQ|v2Et6u!z5;(#V}Z|0tUhXd5d1f7>>kipUEy5$^p3O zW8X^I8-n>Z)=9n*b!4a9(?h?a<-jd>6!M0ZfV3)1ysUG2=f3>BXjbiif1&4k3M5i{~s9 zXaV1_+?ArwWlHoJ^8leG1xy5S<&Tm;Y>l`(AOw#2) zF51M6h|0{ zBXd!;vXU7*hl{jERj}UPMFUxbqO$e&u2|M?lJ4EZdYjphb3J$$LLKg)_wJ-*7bUwX z`Hz&GplL}~cO1!~nG8)ZY9RDZkf3B9@CcF3SuXS>Wrx2r2*WPMU!Y~FIaMa!6)s_(_0 zd`LKcjp*vs?e1YVZSotDn*9#H8Aj3;WXo!QWiU<>{wvaFYsMpv~NAIZ9zUB&Uo{ z7(A;A2rg|<-<}JOqAuvmmHl|&an{r0^A8}33R=)j`~{dtwm%TID-j}vB)x+C;uQ7| zF_1?Hy4HKJ!(L#}OJ#-qhlD8JsGL0)cTfiC6g*_57Blvg?6U)Y3V{wEcd7>PoO!eL z^sq}*S{rP{-bIuVkv)01q%oi=?H7#K!f=L4Ks3g=8MW4n&?n zUmx}?COZV+4ywsF$eyy=0=O}r)SqbmMM6x<_rl8%fk6<^WQ2ny0*|08qZG@8mG9}{ zs0!%zsTZHR_%zTbLYE4k#xRPyBdOb|w?fpb8hHtV-GZ`C$T+Bq@T1tjsfMTCx?#OP~{3 zvK6xJ55MLR#F%nhkd?lHeaC}15q7QBQfox?`|zChwAEys+0${o*AV_+Tm6V$i?vXv zo;G!&$EpAyROUVcX`;^BB71t$-LX(`kl)@&T1N^E+oH$|-h@NlTs0mO^sVZrVNdEt1A>kUnlre#}k z)K)xuGHUb2>+0#cFlsBDt^dGQ!-lV;7e(ZQ&e`~V7bhF(ZAAYF%9nD$d&AhLHi#s( zmb!j1f5brZ3clN$?)6+tI;I$>!skFwbHqoTNz(-Ioq^W%@Tcw~n=$H+^3;vj36Pg& z7xRmehrN!0;<|P7>f+~_Op*sq(k%MiGf0@=V5YlucBeSc zTcftJWm{F$Rs~&p)%?JcZQHH%|F^ko4{obU@AvBcxO&-2EX#5%D}F={j_pmH1m`gr z96My~5EiBjo1sS7PDn6zawP|>b*R}gvvvp@nX*M$%3xS#aey7%*KTHZXO>yEu(O@E zQsmUCaHnodr_<>_j^hp`{inb0+=s4|8#>+cNAK82SNEQK&OJxxeCIpg{U!hP1<*vg_? z6#1`lHBLV!UQ-fHJ87iJY(ug}kMPPj$7m$djsTE2Ue4~hB+Lq_!THg}uP@o|$=d|_ zzHF<@+Un+og(q^hj%C~4tZnbrn(MYhU$TPkMTrb41fS&x)132qYbU{FL9|@doVVlI zl2ye4d(1N;TQ!ow@@5t9O`=sA1-f>e(>9vT2HFj=MFOAYN0CsU88p6kK@sA}Y^#Eu{p@2v`(wxv z6k{8v(8J>6XpJI(@4z`IG8o5EcnnV@&P*hjd$jl_D*-i27a?Amcp|PNjK6|>$?Eb^ zrPhoVbMYUel4)+WV)LtQb8Yhtxr*kDZyV5cLgD35TQ=0TXv&5<*Ey@bVYYwfP^uH+ z69yLFnX8P#K-S~Wc*2E-ZSOW_s@h=>3w(DHXgAGwUf%Kk&V|H#cV~l$LEV`Tgh+lq zKd~^f7`t*R7uY*koRAjoSjT>*24K{ zX8?@=HUoZwaluST;Kr&qZi}u4Y>a7HWfVcjm#O$LGrm`x8Jbb7#x5C_%swio3~?XE zo!*+E&K$e}>EDOs5(#3}`h5Ex-WyVIJr`HZH%Nu=a0jU5xNj{&^+0mG_bV*l_PW|` zlssbME~a3BVu;UZdPbc&=$Rf&g5(|QSACMuEBe2j>N$4D9IE#iav0IGm_5)Q=$9tw z_ovp&=#KTM{$*(OPBOXC9cikM*&WN#pR8he!w15V9?cy*;(p@f(D*1Ar~_~l8FnO1k;ZsLB$A&roOeJg z{|%fnvJY(Z1TgAF4_#o4cLbzHq4FHA7JRoglI=v*Hxb!dV1iH~UR(lhr}za+VtjCT zJdxa7PV}YgvqbSpPS4D*0>K$!)n>nBowa7XElalTh~>TVE(}Ip5spr!C13)-+#chVLvQcH^FB2<-SGJPwjtdzuNhWuAg;f zLcQ1heK!EsdYE6cQsp-)IB)&i4=sdpjk~Y(kLZpph{xoG;nYt4*ocpI0SVG$m>cr-8dO3M6_TjB}P zW$NL;8C!0;l;ws;m}o+6Q?nFL^mfgPwFih46q=0Hg54n83lS742ogGFBzeq54=MM^ zB~Tk{^~=gr7$~V6lpfNS4rQnvDpWlstxBdrtWf&_?&1~@HUzO4`z~BMsI6s(rUeb! zI(oQEmP>%pJ&B;0kGVBV8->E)p~!TyU>Sxv!$q%&8#11^f`wDs+XUEGQe?A3&q{_^ zOsZkXz{&>_2x9;R<(c9qF``%)@do7w?wDRTq5d%HH=NgoKhyWq(=KwK0PBu6pX@-- zkZQi{PkUs91+3bF!Mjq?8eBChk{u*OrYf}?PXrMs zdoJ3v#^E}LQ{5U=%B_^8gxx4DOcK<>Ay0x`liviIg`pS#%c+)0tQF^UFz|*>i9-{k zF|nv+P)yC@0H&3?Z)kF8R1;48XwpA0eon@tg5Sf$XoA_yyo6s)1VhIG%Z-Ud{+I|c zP_rRDVMKbEGO(R0k!ywuA->D<5W2iVzR4`6V2;sa1^y`pby2W`+QRLSf`Pq7kB%YH zA=X~a4?Re~M)Ed^VtI}$M8LO71YC+;zRHkX{efkFbJpLy>~GEbTXX(4=+Eq-*`As1 znX~z-z-3=50p`8_0@=#jL#ytJRS^ICR{|j*BOSkd{I$n&f$dkiGl3ldgmu-=nNobJ zqfiyd`)il|4OxG~{DVvWW_ZA*W0!4!e|6R0fZtE;s&~_Bp!N;tW#?-yR7m8XJ(+K7 zU#{tUGXbGb{bKjkN3ZSbO+Pr#|DczA)Xb^a%Qn0Qa(@PvzkjwrQ{9%oum5kW2d>8E z&%Sf+hvyc~elYpok0!(EyHln=l=7CpoVIyit)~I?q3Hn(}B^Vz9 zX^T3rr6EllLh*6Dk`fsDeY!xrh4^PUE0z06J_kAq3ATY8{51{50X&M`BbjCCF%P`G zUE&?o&D|S2F7H_I=Yl(~3vDzO+gCl6x9#r49(qNdZK9+6!!T^qQ}Hsz?(5Wmwc-~o>dj3 zrr1BCCUg%SsL7}+8_|aS@JV^KDV3pBL0lZbK5-n(1-0?Vtc|*k@MxD`TaI*|#1z7v z&3C**3iPsroy)|&J&!n9r-|g39p?d6hNz*IDI)-^_QJ`- zBFoDl)MLGBJujei$7v9Q@}p?UO}G(Yga`tPMq=3k8JB=Jkw*q_9L(pPfU4rrV@@z| zfOR}ggShO#Q!0iF2*?Eb_yarv)&st?U;?EBzOx5lrd<5pRb&e#2P9_(ZApkMR$siQ zoGGJq*huXM3&!graTH~64j@sytC%g9y%8Li(5o)wxTxfaT4K8~p$1sI6KL%f#qy+V zfWS0LMe%tFnA;kkW*@}dKc%8fC zfAO#IgRvcP@59keB2g)c5;7{9qOV>`hACm3Pb-}?JoGN{r z*Ex&%ULH|BZBSorf#xcmSh6*&`Zm2WX9ut)ZeCFsnB7-R zS5JPJSQ7e~Lu6f6sGBz-cBl|t7TU8y`(pFeU5jfm^}X*gAvN{aka_(~&+6tHxKAR4*t1zrT|U~e*l=abI%oH7L1n4F^dm6P-_(>3 zH^1Y0)3tCi7v7yVuiLmlEx0`EV)UH+H*>yk4M_>Rs_*lb& z@w)e}8$0njYgV*pt&00=lVG6jGXxCh`1zg$W+~gm8 zd%k1tIc(D9_b1-qWh+H%Y5T8@5Et4B#**Hz@dsw`3!9p5vAE$M*?c_*O&{&?^;#{z zI@oROHCaD4@|0Sgy_@VG`+1}#OEN}*ylcl$AWhB`X}kjoe3K4R6zb`4v_iq}X!n1r z@&J2(o~c!I5fCN)JniqrqgcFjgu)6zg}TM4x9=@3-n2j0Tkxe2Fj(TS0MecqOBC(4 z5g1yxJe4$Ku?S+JFkxvqsxPoE1`{V10DPx0S@_1t&;)Fupq2nh1`r9vcG{3nB?MN2 zg<Zhm&(th|E3Ux){!C)i|=NNe(e5*skru zD^nB3#owR+3+jt6AUh;^Zq6p8IS&0BSPW}2q&%R9Zx&f2UKae}kXtbU62 z`>U7zO<8}_{MoEO3aOeM(F;LR(mOBw9wF>H=bY)D>)v_@((I9SE9dm!oy@lH_C4P> z)BVDcywg2>M3SRXXDNp|BQKymU-gVEDk0R_MeroFJj0TLc8E%S^zWOVg@)%*3={qSH7nWomCq^s3_a28bCH6Q)-to(|;7`@bbupE+DFHp=9x zF6#tmm31~w_pCVGXmI-BC3hs}jFghE)LAfSjD$hCfxyHLM#8qi-e|#>^>3fCL$U=Y zaz@ACtoY!Zb*4M-@urOzrsnwt|6491YqmLC+V_gHgu>bJ%(|T@Tm>h1^vD|ZxfB04 zUqAw~W;l)Zmmds0NhXHyilQ;aj$tDVN)2!G-vbgV0UK+OcX@nM^Gz9_<>L@5W4~r1 z+bikNfZ?fnW-QsJ|78-)e;ljEZ>WME~?!xq0HzW=0;F(3=W={fXmIu;GjsIFaA3vebj&$o&6hr=#5ihs1Bv zd;TtEi_uw_&WMb$-$*2Biv-h8(iQOpB_}CiGBn2Q{DvN*X)e+a!+v^6Fh&xNTekgA z1I=%AR7M{H7%+uNSg-7rf?mg2EYyiEXX<@@s!|$K@oed5j8~Z1Wd^mM( zgQL%lGuGn$^XB8GoxE>-l&|7F>$`%y=Vq6k53%n1Zxj0@YXATM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66986fe397a4dfbe74da6d300a0ec353c931b0b9 GIT binary patch literal 24400 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d9be1da54218d7acfbaa7168c5a33fd3b3a10b2 GIT binary patch literal 60222 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 yzf#(zl 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 AZU6uP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4325c976c2efa85358af4fb773945bf34f707a0 GIT binary patch literal 15146 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 Sxg~7n8#34a$kCml{{I0L>(U$m literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f67dd3ffcd451c7ec48365bd81d62c87cd34c661 GIT binary patch literal 7473 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 Jn8UiZ`yU9lo}&N& literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..470a3d81e81e9eeaff4e35362754395ed69e31d2 GIT binary patch literal 41620 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 tsUPnXPCdi@*x%b<#r@%G&QW|J1`H{@*0xxY+;z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57041874cd731c85185ba89f4bc85e881a67f658 GIT binary patch literal 19603 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4fad168d133bc15d009cd3f8ddd34a2012b86c3 GIT binary patch literal 87590 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..755167772b2fb839af59be6c2b2f5602b996d252 GIT binary patch literal 52558 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/compat.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..1fe3d22 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1116 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + import shutil + from urllib.parse import (urlparse, urlunparse, urljoin, quote, + unquote, urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + class CertificateError(ValueError): + pass + + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" + % (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" + % (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if not os.curdir in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if not normdir in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + +import shutil +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + import re + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format(filename, + encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format(filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__(key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union(*self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover +## {{{ http://code.activestate.com/recipes/576693/ (r9) +# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. +# Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args),)) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__,) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items,), inst_dict) + return self.__class__, (items,) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self)==len(other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext' : 'ext_convert', + 'cfg' : 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + #print d, rest + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int(idx) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + #rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance(value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance(value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and\ + isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/database.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..5db5d7f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1350 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + + +__all__ = ['Distribution', 'BaseInstalledDistribution', + 'InstalledDistribution', 'EggInfoDistribution', + 'DistributionPath'] + + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, + WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, + env=self) + elif self._include_egg and entry.endswith(('.egg-info', + '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, req_attr, + reqts) + return set(md.get_requirements(reqts, extras=self.extras, + env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and + self.version == other.version and + self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, + path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + #base_location = os.path.dirname(self.path) + #base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + #if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and + path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + #otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + #self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if not label is None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | + dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/index.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..9b6d129 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + response = self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error ' + 'code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/locators.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..966ebc0 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception as e: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + #'packagetype': 'sdist', + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + #logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + #import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + +class Manifest(object): + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

    ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + +_DIGITS = re.compile(r'\d+\.\d+') + +def default_context(): + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..c329e19 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1076 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/resources.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..d270624 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,437 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, source_dir, target_dir, add_launchers=True, + dry_run=False, fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' and + os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or ( + os.name == 'java' and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) and + (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join(sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict(module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith('.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % (name, self.variant_separator, + self.version_info[0], self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % (name, + distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

    XMwe#*Lv$g8jIpIBEV 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 w+IyK^N3WCD*(>mhAj=irKyR>D9b+D<@QBhV6U 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

    qx{CqlSNQ_YhQ()VtG-D; zr5lI9)R#U1p!6O{09=;=fRE;++ahgMU9m>r>GhJCqCPjcolnm7?b6 zXmJ0clci_tKcy+ro71-_A?V?|#o#w>x8Ao;$1+|wXC@5Pr!PC;%EMH2p`OBN6Kum~ z)Qs9A|CsUJJ=T7p(@S@Y4vExZ$ItG_-;5xVIoaAFh9`D;5Uh2$-cYvx4qpaBKT5%b z&zcMb&SFkqKzo9TEDAtK77KTZ{SC>)>W7?Z=_FN{$*9)yTaE4@&qNlFu zSym~1B|O$c{Ybv3KGjUo7AuGjuA9uD$qbszpverT?(&HZ7Z1sx*jk0It(&i9w~sFC zIa-n3H{j?{)&~e9^-HlYei0)#)>b)kMf%T-2;a2$q#>XRoX%6C$>}{&qsDSskBk%= zU0WeMNzAwSpa%VynEl0hY3>ud<9wD{wRxagl&DYj0?D|Ki7^c-pnUzSTFQxDb-l%}jh)*u17BGYo^NPbe1iFcvngVGh~ZQlV9# z;gR^Qv6{u+2v+u4T2p}BXz=5(Htq9>`C=^CseR`|Ad8tOw%BVJv*r5=&7Hm28#33& z;NSE0QcKSvJ65tV%%6ENcaL7WA^j^=jr@q&77bc;^CO@oz%YUz-j8u@O~m{()VD7K z!(A6PKackHgiAlo6v%7v!-zKHQ<@iwzEAYvH-IXV?JjEWKo+}imJpod*fVgF+yhrG zwbJ)9AgRy|-Agj6B4CN6cUGuLAq0^jYOhC^R~QjRe7;O2W%j1uQd=mFhN3}){|3Ug z#!r-4RIBk~iWt`v2lUc6z&}QezWwPbPMR?)0?z5!tU*MI>Qc$^@m3x6KuD98pS18(yVQ4{b z7l-d=>uM3s9d-FeWex7Y&7erGN(5|JBBrF6iHi>kM0sXiLHseXpjWfMnQL?`#a5Nz z&>{cLwd8q~jEwvyob0vQ;D&@K%aLYbgnTVRQuVy-!zr?|Q(Kv*XU#!Qe! z*le@?r7wtyjsbhLm1Jlu+q9LNCW-W-oOiM(iZJ50{tFLXcD&Qs@>vQQw;96!qnw+1 zvZ!SgGJ=fVr_9o`S(|$5&m}(LXSj1%Wxx|gDa*QZ;Ey4*-~80vX&kWGYj<9w+>;C0 zX<{Yu^6jDKA3>?ssxVZJA7`PSiuka+`^0mjD`ST3|M_ZJ0>5M9r50u|kd1g?9sE1r zjOmiBO9LM=LzaaG+REe&*z}hEX+uzH3(sKnFq8LD|gZ2UDEz}HJ zT&u?BxzN${9BUp60R5UeDh(@$Odfms-6VbuE z-}*d^#@sZpr)&{apB@9r^J4H?;&cR(sv(X)h+0h5;)zFb4p_GW2>n6hGC=`^fB}cN zwfGp33++Y9cU7BR7>`(!iLut%;|7UvH3iwAzb{jQ;Qp>q>BUhKYjtPhybS)FZMBig zaq;4a*oeZxR)k{2bsQkMwGrC-2)oyK_M&4(BqC1QGNmWh%lV>u30034#wE69#MdxR z+JP%ZlLb*NENUbk|1Z?fvZ4`Fs*GX9)(x29vg<0t1hKBtH!*M4qbTFXgIg020N(tCWpYuxe6 zM1+CJ2gT!75s!PrUT=NeFFI$YpuVCYk!!Ehk&A=wx_xYtreni!bE=g-t@2eD1DHn^ij3B-~FIB+IG|vGTu9FrkU4Meb3%Gq292E z-j)uGBG*dBT(02y#3ZE-Z`Iu!27u^LK(y8E>ziKe3a}ohv!=}*jNY0}9d?(d9bign z9>M;_qk5+od*dUdFssV!kGstWOOSu}ot5Ldir!VvdDz1`O8Zjbi&-hh6XywDX=fe4 z!(gykd)!WV^?(7^Z~YF-Wp=_Yg|7=E9B)~ONh@Rr$Okfq)8C6f%dv|><)TS_!TN#> zUTf@Ja(A%kETCO;5_2$4HtWJ;t{|tw&Rx@ zQ)eh}&l&>mDPI7tsIo^_Du9nL)Iv9_8;CDC2660*AXb=Fyo5NNqwG^>I;E_mXsFIm zGi>EcE({i}oebz_>owcZ+g|2fH`f^N0D3>5ZwK_ew%)K0$cORj%S^Cdrv)%%{bR5t zD=M3rpiCC{;QAgSOE`|$nw>FoPqgi@2M5>J=}9mIc4nFvy|0vgV`+JzD{)ckn&H+x zEUXpI_jvY=a^I?_@W$BwJ)okm`;_gI4%*@J!j=M=vMZoG1WawFS@=F>$N6mkT#7kF z2CG)#e)xDqlF(%uL$@L-Z+1rfPRSRIm}Y!FwtxwOd58ZKgDAQ~@nAd+6!D@RHc`Cy zrfw~S#B({!<{H9YXO;qJ^KZ=a zS6RO{&)54hG4ma!F;DSM>x!6rx7pFQ+Y@&04vUi}Ga6kHk?lnp_@mTMp9XIX2jABk zWm~d4(!$YK&EY+D)duT{FUjZ~Gjn{AUh^uw#;6rd=5-mK$-D)kW?`4Utj$48+oJL7 ztGrYxTVFN2z?fIavS^*7TFC5Z`@ka#o?e3_(3WNF!ql;Sw62G-=OAp~410oGhL48L z52SDl_;y(bPyn$C%Br6yG=s9V6zK{bY#=V@csg+6a#VciEZL2Bqi2a)m8$Lzqn?TW za{wK`%kl*oAHq(t_2{TU7C9C@kOh8ZSuWTcxIQ9Wix5Z`0+#@E{jCuB-TdMOh+-pp#!6NvRx=@7qP`JBFQ*}6s_@1293}n znw#t>4KJ#f?OMY+UZTOS`)65Kq7=qbSLVQ^?n7BJ8C$qyNzB|L6F)^h7K#&2$x&Ys zfua9sVxi@umQitr*7z6=S-E^Ai_`V;-U~aStx2>+BVjX;ZIA8fU)mGX7}Csw+m1@B z<3-11Hvd5jw4J!f`Xg`QWFT`+W9tKFQ}6;QHqrVa$&MP98DV`}eXwj@)+vM^W%rj^ zLyWab#mV{yl?*r_7*27dLF+#N19}|L^Swi2T__(gL&ZvQK!keQz#uYuutz$}eBIdn zN%`I+WsLru#Bl3=fH04s`ogAexKISwn~Nh2yB;VA8G8_bK;}<>y3{L zX{+`W)a7?fFA>A0R60PoLD=k2+U+Y?Euksg#_Lj%|83(G8gX=>V?sp8>=qN(f#W2J zo3UqPC5aw{1%duNtltI3p`5tKIFy@s!&;F+uD~a6V!PRDeGFo7e;(8L}2`hL#NlA|vk{aIIIx%Gy82RrT`M@p@6*#lD(nxh?97m$N`Fid=r z8F-bO$crVp1L|*?vuQb-_!sS`YH=w$4nEF(E%`!L6;Stz@?8wSvDfj6pKSSxju{Pq zi!7G8Ur(MY))=>*Jk4x}^Elq{9iooE3L3?s23*%jsLN@<7$d-86*G<+w%JwgMmmiR;bFn>)52F;!z38@+*nNnj^SFz+-4un5uVsUEwWi|psl$%;eX+>84 z{6e)qYxj+mjGLiK*%9;WM1FrMuX$>TRyqnvjr5o^2xL{*>n7mta z@ruK0?Tv{v4J3TE5$b*f`&XvR%o;?ij$^jFfUy-?R{F?jYdxj1M0qnEjOfT**&8Z0 z;+I;*=gXvTBA)gK(1t9HH;J173D-el(2R#>GBD(sVljvpSQou3%eaP+v}0pgvk{;W|btHcZS6pI=nW=>&zNZrPvqj2PDQa*tF zi>D*wsvr==+`EDk-x!aWdy51>;yXrvh@~dKPm*X8XcEW=`?b}v3a{~YPW%%3{xTz3 zA*sFL3dE!lBy|Xz>CcR`B$C}}pV=Yf8Okydr&w)d2mn7BEMT3FeS47EgMAo0(x>8u za=7RzP%CzkGUCwxgaGnf^-Yp6^`7Ts%c-1L!;@f-U6~8@8qW{-(A^!&D&+WH;=`5^ zOj2#7UYvNVe3#MOKvN^{A71%HKQG$j?a3!g{>GbieX*K~GmNPbOkz0+k98E`x&=F( z%lZ*gq2oXs|0a>=pN|?SIzC(UB`FGHaams*Ec(eC6nz$PX@%7^S&?`_3sx|f^`*C= zIlumAMv(M;pINo$+@Rk7c~sz-oh>WAFl!iPt&qc23tGUJ%ld40ma4380t_oPpGEX0 ziPq2IM7`mX1v%PEjMgC~1BbQ9M$R~hRdcJ=v`eN&Hh);SRJ%{AJ<6ZVc(dPlUSR^q zGdZ`DxY=6F-xZ=EJXs>tO=$m9JXCBBBsInQp#Y9HlNMP*bYJL=>1vX)siMCy9?n}a zVJw#?K$Qp$bCd@TYmeA)=UAy*@Co{IYT!aN)!M|Pl@!I%6=NHhytF!OLfyzprG+QctpM$N>)gJ zNzYO;J3L<@aX4nL4o{3XxRX@q{76cKMc(zS%f2tP{nP#^4$J2$rxv>P6{J{+Sv-Su zFz`br+4dLlVNCroh2RfPxpOFI`!6D6m2{<;!KqSb*;;`e#Y>&ByV)B}-cuY+E(*wb zyP^Jys%rBAZ?$=$8A88!prX38uiAV&W`2mt?de*raW9QTYrd&RlQTDPOs@-fZSWG! zSSH)KyH!uk?I<*-_s4=g+M`cX)SP};-i;@DHy+G$X$?P+w_r|uob0(Qyr}s~)ZJls ziTxx=-ox=_54ma<-Mc%1+%@Nv#3fU-Ad&{yvIh;y2oTG7>aSSGtmggg`9o zx7rK^%J(8jSC@7?9f$|Zw^xq6A4ldjUNgklTI=%793J-<+L*)Je8I7ciZkzF8h5vv zu?`<1_AqlnM`6YtMh*vWgbW8SSu|U>iMHF5r@P-Wr{lTlsjGCbw&+6izqltHERA0% zFTr~b$EOf3j-U=LE3 z=)XN)X7ty|Nu0&(QGTpm*$w-TA1Z8$eg1_UaY_`0%%hqJj zgcoZK?WCfYH0)fZ28+v|4M-quGd9B~}BX zoHkN!Uob6vk0ljq27@q;m#mlAs#rCR--ks~Y}nAkgnLib8W%e`5{s@H@W)jH9@W4m z>+5VJh;TBS1%Po<=4zyY+f@;7w#bZQMSK()l_{mj4XTI;y&~w8s3KZpfz#PYiusNM zC0tpqHGXsiAX)FY_co)puu@^ifqEv|diAT$ICfIR_ITJnS*r7siQ;5rLO7Z5#*zs- zTE_z?3tYjm5G)Xd(}@Br8+48;yOKlS*)ywU<-1ZdbF801jaY)j+z_1lU5r6m3SLX_ zbRTT@8xjL$T-M`?bFMM3r?;xuNX+i5Dt6T~x3ScWBSyb(u`hLv&sqTPL3x8P22O}v zEEUbspRxnK^QK5v6DN^^)bg3MAui=EvSz%+Ht0cA%PhtA@&JQunL~Z+mjP*H0|!Qd z;lq<@Dp`mbp)-zl(N>l6+f)gL#bk${ zWHa%{7r!rd0(=qSRFyYa5HGb`qwX%F|Gc_SQ=z>^|ER^on$dV%?aSK246|9(ZQ}sS z>y@qT`V%2D+?J<&h*PW!pdQg z+Q=U)LoCI1GKjwU1Zc^R=fzU9d=P37kU~j#jpIYa1bM>0A@R}6KI(>Is>@re3H=eH zT1@s3>+&Dd}CierTvK#5cNm`NV>fVpy-I3hP1G!w2axRfwmMP|jpiW}Dw*A+kJ5 zadpQ}!K0ERP8qh`zF(1VZm}{ugzpIbv}3D%G4V2$Oe&#jDKZ|xHlG+~`#Yq(DzlYC z7!Ft`SoQT94$XP4l*;Z-XnX^<-+)vbT+0rQMDG@TV|9+eXiPmNmlqsxe=fw9dG$mq zTreO{Z`=-WC>w4Zndj|&7lFW7ikuYBBfRW^mMK)XPMb&@*exJK&8mg@IO;Tbnd4Y_ zYbhnVoKrP%UUo^o^^{tYV}<#B@CtJ7ImhbuW{RT8xkp@?Vb*4{s9oe^RQN}!lrg?& zQsh9d8fR7?#Dy{SG62@yyI@Lh5u|T@4r>KUZ%Q9!RnsgOLWdi0tAeYKektf+-Q1if zV`}OGa^WO-_O^`6+98G%Svum|#I;%oA!-xdKPgSLHKVbd&SA*?G+6 zp?E9jeqy!iRX zhr{p~ZH!-Ry?sa~LAZu>|2r_vDwe~x1N3JWZRC-Dj2x0)bdoxFWH<^k`B~@tukyXX zdRg%=Ec+k~%`aUCi4YtM{&{SS)p-8Y;&N4fH7|a$$ZIM*Z#RP28abR}9rwA&BgHs* z8B5)cNPKQdM%HJA)7ynSl-GnkWgheU3t_kxCs%WDJhr9}(;a7769u7EwcA?o5?Tyq zA1}&;kI7tN9P-9T8HYy1alz-s^W_Z8l+3v?b2VG5OP%b{jo-_=i;{_x!{)QH<#c>o z{t6Z{o-nL=o@7>ZfID?yL&@$+e7E*H5=7x`u0;)z=pZO>$2B~C)_N0 zl0uo6tbdY$nZE?c@`3Dr%-t_|NejM}C^CO6eVJP^Zf88^CLY1J;v)s*;ef0)7DGa@ zq=Gm2mex3&&u~&fnLZ+t0OW~ELpTDob=(FGaZT)poKAcW#1`&kwhJkM-wnA<7`Ts> zCJI74UvV~Nk8qec%-NoN$8t7F*){>t0>WpN(U*Dvdn2b}6M8l?hQbhXHaX9YnW zi`|fv9y^ zC%jPc2>fe5V`_?Sc!$3Pcib;{au}ITM8&ENtN^R6cpx!eZWfhN6lnxHRb@AU%rS%v z^)OSm{{~4jIA57`bEsuB+(C>*w*SkjtTN|jZ9mQ&S>L2qwnKQ5&uZzC@2t%azN0k| z-OS)HI6F*D4vs`Cgd=&Zf2hJUb?58%&et60>j~#;zVo%*`BL#%9&4%dwZzH$hWaw= zL7S6si<9t_B&0lt{=p--f$ng!*e}Q&A&ET>Qkf-FW=Xc}GO0SD#~z*-OP#ylCKcVk zOezku3aPk)O7jSwa^~a)r~1Gw#!JQYG1VtMO1FztLb%={WoBh z&OF2~G>c|XLe23vs6Y#+ifv|-RVZS$zmBx*96O6B-`WIGV%r=Lha4DGq;%@4Vr!Xd zdjrke{#SlN<)o)}oXDu28|8tW$HUb-87%0NBu>$3<;4A3UE`wU8grj@%_fEYqSL5v z`%kCMm_$Mr<*V;e(udg{4X)K5g}Qm~kCq;erS9{>Q@z@w-yuzm;E!XABCb3dT(@ZU zDhXB8gKKncT9@wb(t}-fqohm}*vogx4lrH}pL*(sfF9gY7nQv8WL#k9GJ*rJKuo|} zfW7pyCrC|t8j3|;=F)&Y>YIEyb-csLyiH}kDJ@#x;|7f5g=9E5rY3Q2%PBM2(`7#v zPpgi@ytS{}-XL7au{~yOzp074R?%;2>dQR7_-xYPF7L!?ILj$D@xPsVfByekul!AR zErcXcID+`F|Bz9;5zYvh-kQi9lPQGZ4EcvMw?!u3N@k2a4^VW2X`ADfU42NJIxt(RVwBxM!CgSeQjYZxV^5x40+va zV$7Qs;&`mlHYF0=RQHbbz^S=o00=HQb%P4B{dW>u+-ZFsqGlG)s4nG*WtXHh2~#3T zGpkD4tke3sjNLietwP;%f?GTBYe#?SLU$RdLhXG<|CqXc(%%yz7n|W$?*Okwt~t&| zg86Y4j1|s3W+#twg7X?msz@;pSWnS+d9Sk+wT6#jeyOY7*45X^k|iW5kxiIN0z_G4 zOx@Vc&Z0HUC1aU=nEB8eWLXlua{4}W{O3ozMbh#7<2Tab7CFTG!25JTM5NY;ib>vi z=SV?ymbo^0@#N2Bb-ZHx3mzwx@a+%i=Nwv?MhnjMJ{2?odi=*6Kg#}N&BwP*7}gf+ zuV1D!!Ak#S_s@`oUywi(ePAur0ziNli#*TFL`&D{+xodj2$!$*1Pk(u+Vx4hRR1&8 zm0N0y_1-Ks{t$8T*_4-@6d0$!Lb_@81w_f+Vm)&;^4{<0^F(l4UZvR+6Ms82(HYkF zB}oPJ*#5~s5;XP;b)Z4OM6WS-s54m0M}(TZwUy=ZQT7^j_M$y^*}?tbx9&YLR#a6r z{iCFuDYhQ07F5XIkUiEc*ZYY1%=S+KMOAr>ci@*Zq)iz+05 za^U=_(6hp*bq?5rM&e_g&r=jK6BCW8Pwx8C-0>6K!CRJ(&;}-N#RJu4 z7-e(_WBr>9HtEUvoCgCw+xGvMl*@)K8V|3{?3Zy6>=9}~Q&8vE7Lu#B1gF^{@=;Wr zx(8*CoXA#^JxvhoSfp7MJwvpmTXgNO2b>l-!>xt;WjnBUFD|CP2kDOkHh5jRC*p?+ zqQrT|)bEk(;@~U0qX$Pgw7N;m6VG(GMO@1KQ9gz_AII^e?EZ3`zN)9bN@Q$$wVbPD zzvHeh1e;UF3FW}~AM%A#Gl#)~+QZ3P3S-Gz@@hZ(6CC$jvW82KEYCZw$t}iM^w-by zRB9rPsKW}&^D3Ki3u7yoGtUtRg*k1Sf@^Hxw>xrre$YG2dGG}Yg z-k1~Co^1^W*DM|rD(woHt+3O)g%W!COu#y)n9ew?wmiR~HSv;pWudw?MW%Wo7Kt+R z$~;12#fG7$8W%z+%7QMojWB_)e}FHkgNYO~Zzv?Kg0SX=$ZuuJb}p1puzq`aCrJV8 zQK8v8OR8K$i#IN07{}KLsaVKtrD`e><+3nF|CH2AS%E(nNOTnUSn2vuuRA9`yneWE zdAMLtW+b1vabNxLKxlc`yQgWHAS;uXHQGs`Z~mnHrd!c4)E(P`EcT`=|v;Q^uVm{F^6j3@o{PSbVB9VDh zGXvJSs-lwG2gFOqe_w?Z&O~yi!ukhgjLGly0Fk(ECwF*u@D7UMA5AMbYNn3FT&KXv zo^8xTj6+8fCv|xKJXrDuN@iX*4joQ#`yF)D;aQQ*Gpq74&kdfd0bb)N(WQiLHP?ln z7qBZUoExx0?#)s6N4n8kW*qR;rI*>(5!qXb6k(s0`!uwMK8kav2>021&sl%i+aN;G zi%I-eHgTOwyn2EJ{0nEXI!8m^59cLsEeu!QSrX8`Eo!(p5YMcbTXJUnyoxzF@hRG~ z7230UPVm5Df9Y1*yksH()fePN-7iN=Hzz&^u-uB`#7lbW%2Qj8(m=h}8+ET$dFIu5 z%hJDPn-!Nv9u~JWH;3SI$RlK9d~+TwBy)1}N%AOc&O=Mjc$!D?mAtYroUHX`+{s(L zdg@^xoUUaUEyL#0Z}F_0Xn)Lr8=H|t#T@dA0(;27dQKLcUVkrtCO+8>;kUh$_fHyj zU6Tr*gMDN}sG>N2VZ~Q-;^%75j?$hDQX%)V4T+5vn_`)HAY^Q@tqFv5pj=o!h)p+tA*+rpYBgVBb9Zoho+HY& z1Rz6eH*k@B9dEi(`A9(Aem6(gU#X&5`0*p$rX8-qUSzM;HV2zk1&6v)321|T@NQsB8 zQ6;2N>wzKZ_o{beVB|BTvuQL{A%HDQ3v;!iPI;ZA7wToUO1D}UJ883|7@uc4pVEvq z-g%eFVLyIC#5XKKegYw9e z&#RtgOzPfEB}b`)g0r3LeP=bxSwW5lY7Kvs7P-^bI$3aI-m=?xaI`CNmbP*>^4trY zhaM;QJFE%RKLkEmZ`D0n>4XaoG7Ghp)jlP>bLYXL$x6btzTTnKi(y>U=gUl$5>TiR zg!XKnH*>Bzlep|iAk-o=tS$(Q$$35{6<>#)1a3{mcpiWMwNsg}`HX9pxNsc3DH{`f z?3{vgwW^Z4Y=2`Tg7+MHN_~9;I_|0Lh{Rf8vtt=0l(XU<5r~tX&7bj52NBFI$)aD& zSFmdlXIIv6iPu$qc5TNr+f@)w*137Rz*Vq*+J*8pBivLs9rl}&3dWi_9FFgEni1#5 zIMF_Oay zCAR;j2AMpL`_y~_ds<3W<-OC*b)5ck4%h6Rqr1<=dX!h9bK*a=JR+p$Yl>j;JFIGJ z4PRr`*pWiJBWkaU8f(45LrWVX=KE2TO>XL03cky@#gR*&F5?=qN8XX~V!?p}C$qC)u3^n{z@sozq>Aeuc|idjyWX6Ty;fg#$SVZ@m`<8m zbp1Y&@}Hq9w~=6{K!_J*2Sw)|6dmVS!JrLuKwcVppDprIz?{16T^iU+^mEAA%u;>P z`p0v!WV?lwr{GX35m)i`^kPo^Jw?N*pIagT2Hy&qnUFT)qfqdp1lHw2M=+Z?SUBcv zaBQgmTmML161bk0&L!^8B))cw6(aCA3&J^-o(t&q{xd|V-vVO8sb4w(OdLyk$UFoP zheN@`2`c|vAO_>VPsD+&T*AK<4084X047w+#3~$IAhFj#@rOMM3T(C1zb(>r41Hp;sAw52H zmtKS6#4`$VbAoGT;kNEkLEAp-hq&j3`iI#a2$Utpq0vh(r0~1wk5UTpo*s!yNxR)3BCW7HJm))NEo?_hA^KVH6@DS0^P$4S=JbCc``cSb<+RhU9Wx0tf z`a&ECWVidWSy}o3$DtoS&-$$h-R5;ZIasm5D!3k3Xh%Xbrx!Q0KA;)9kMO$$nS5hr zaX=1NnKOM7M`NnXFS$pA{b;DaZeZV50qjUzY=7yCSZmhZEJK#L2W>19kn^Ec06}QQ zCTlX?({CO9iqGKKW_=9j$IifsB*tO+G_fLf>gpV;860r_AVf^GGYkL8uBxT#=`vQc z2jqU|6Mmq=xNNs8KL09n^zPnigecuguV<~2?cDU-E%|2QZZ$>aA@O9NWPKT6L&1*t zBzryP&XUY2az1SgMX=6Te?Idy0RxWsS^d^`cMYfz)}%E`1J2w( zc;Ji0;vD2^p|?k3!MD``v{$tmZE~{fgwtT0`x-pxRn9@L)8+7%S62tU1`lw#-D1uq zWSn^PksRQf)-?A_`~Pr$>wn>M7>-Xky@k`5xPs$OZ($69m8ak1p>&B(^+Nb$D=%_- ztJ-RMO$=M=^w#MRmvee+{?OA~^9E0EHL-Qb0jdSoSE!{R!JVqzM7h<&TbPquXLC+t%KCg&YNGWT zse=c%wy2LW0>K^Vge;ouGC#(locp`WB)mz^?kfNkDC!iy^-ExYzU17NvnC@lexh1C zIRMcg>UHJC%x!V*j;-=m*UZZ6>yEj%ac5L)(za+#J1Yf=k(<$UukN1d?G3rLcp>Hv zH`nFpPsH3CV&xn0J~_+#cYlUxfnf?k!@xntHY*8fHN$3Lg5v!fO4DiuM{5v4y3K>; zJ_1G`hKF}7ggRFbf0;r-0p27a6I{-x3|rw zHApP4OpWpOQJk2`nZ@vF@;GQ`Y{-RE|3PlHNnBvP^xrc7t(aZA<0Gwg&euG?5+e{> z{(g%HT?rQQChJ<>VaQ5aYDm#M!EfvaTvveig9Ev4b9#xrfeY~(_dYx>Y_6mF`)slt zO1aVK3;;p;3T9ibo}XkKJsLk1v55G1Yy^i1PvizLNAB!I?krrB$!87Sxsh>(yn*=G z^6ln}n6PuL^vyyl{kGQdiO?;Z44#0prku=}e<~_sX38jPuCwk@T?db7jq50>Jxehm z2MBM$fQ3Z#$YV1;WWMp?8U5b6>$GRLM_Y2T|F{rn8_895r|Nw>jkojT!(ydvdeVod zm-}9##_lVkZRuf&O6Mb=4|jZ2ZEfv}6{3i8BbwY>wjb^kFK8MiHhQcbz3tj*RW2#S ze^KtAn&5IR!mBV!PhN{1?ph!9s(5zu|8DB@u=u}+|N9f&nIC22E4B7fy4Fq&{y0^5 z>6R~5iKitWJ@ThN(bZF5SmH`w&t#mq-U4!I36a@;D^4I?HrQ-91eqpO*2Njlrwy$^ z2;k`|trZ*gQuRlcr~nDuj$s? z4tcCx)j_u$-IDWKG53TwGx=C<$73H1EuZc!dGxYJ6CQ2VeZ@t~9#Mxy6Q|IdH|_^2 z?s1aKDAWy4TDUDKaBB87UhP@s>Pl*v(IR&kyM0EhZ}^O2<8H4U0CVIT_UZ~@b3#zU zh3Er{6#>{@){d*d5_j8Mb@jh2}Ja%CBt$2s;>7BDYe4+Pg{O1cO zy9}qB{mA`et#(?bgC|u7vSFleBb!6!5>0AMzTm%8CJ~fo@q9yA;EUbss=u|uqxCn zAsW5mGU&bGXS^2IAM^ajI@A7)Yj$Zm*$Azf`FV)g$wrKafeCOQp_4>Wn*9$Ek3Ds#53D zfoX}Qs$a)Ni1dD;$f!8R@4jC+tJcs2j`f<^uX8%1X({g%3U+DV`6jQJq;ncrG46Nh zv|nad23@Z;Tudg=5IXu;F0E{j7lrCCFA#OO%$t|-)Zba=Jru23iy|&RKH^@lCnJ_R zXvC>E!Y7IZJt*{-jn^7Jl=n;5#*37r7ezk3nH1zUOSd<~g4Uw3(NrWyE}9u8_r+%( zCX6#JtCf){kYr?dF6YS5a0Zb>BiS(;3AKB0&a!indaJE`==J#RjO%QEyJhI0^!WJt zhvpQ-PYX9q8fbZWWKL7~!r_@y0{jT=xh-upDh8+1~ z2R+$3qf3_dIn?GSa?%M}wOhFX+pE`b9I88W%TU<#c#y7|pljn`?$S}q-2*t0)bNFs z#zA-DUs5lXmP)%bCxf59*RmL@*=|h~nKtrn%)ED2sPxTk7Ow7UbG?Xw{B(?X{p1#P zDDucRg&*t|@!9ql*HLMM^%p|%1l)~GY_J`ZBWBZkm)Z7JSwwQEz9Zs(H@UP-Pye1W zjoVkr;*1w@xBQrYOOW#vLEd$YATc8H8zTMC~?4qjH4N^%gqw!`;3sWj~3z#b~zA!j`*AB& zFxvVJt<%X;)rstnnHv!^wyZ?^S5!bP`~-DZb1tAvqo>ziDGSn@eC6SqOE<2SPw6U zSF5u~|02j3lS9OA;DZyr=NLSkFmdhx++=!`M;x07BK&c3 z7BMG6J_Ayg*j}NYu=!4wdWx;hgrXV&?p5cR6|BC;m^gL6C^+?QI$Ly)ZoU;WKZ&*- zk(-|uk~DbpQ{KlAOtB)E2vgenKMpZ`+^a6j5?Ubkkc?d{LTF)(b@^Z~)^$$D4l$e$ zo|v9ftf^UW{KpFZ@oz(@K?p&am*pJ3qmN^WszL`wQ#HQj!)F$F4kGJYQZXWbC$14D$S$yusJDeTIQ!5iH#RVjU@`)oKczSL_q^oB@C&W z6-w8y*e_ZW=~wtMeJA`z@Em;7S1>hBzGZ{c#@aT`Vx1LV8NN$WvD@91`9}ZK~R<5fJmA2P%r>h@L`5+Rnq-oE_yt|FJwG2Pgv=LQ< zb8xMgP*73Xw_l+UF>-}Dp|*6MSWM=Jj00XYX=%{x#K598T!mC_^Q8Nc@`=hk&Apy85L*eH#QF z>RT&6z?*PKM(n|ps7K9H*$CKX!u^ANM;i8M4c9Rm`ey!hEj+R1Ice>)MqB&tIEsfW z#%K*bUbJUNB3!SqPG`B(3qTW(xjtlf@HZT^m+nY^$T}I?DP*8V8Bzw3TBvrO8i^V; zJ;yI<3YXjoWv&P}U0-rntfpQBDfOQc0`(}<*JRiGc9-XqGB0wH&sa?uDP_eYPU#pwTr*07d@7B&o(`fHv>|HAm~M*kwM;ZIT%okC@apx3g*`Dpx{ z##5oca!Fj{E@$L|)q7S+=S-vc_6zN;Sp0kh(6E@WesiyKJ8{~~Zu(CMFmet>=;tG? z8JZ@fTfV{G!qqO?j-e^2Qy|-rW38|mtko;>^>F|j6 zk@w8Y2WQ;sjAb#ZHPnL=jIdRa)J-(GhufORRuG?PkmG;J|nU*yX&#%^AxUxSp0bawyuhNE9 z*YKVfF|X`DRf8-oU{?162qgowXyRN?(J_?7gU=tpiVAYCnP*It<31Je3+=X^`dTV%Dg03 zUeD4~jnak?2{U51Gb7=~_o07SIE@SsSCkT?DE!>!pj}6}sWkmLR*l3cZir1Mt_UgE z(*MC62Kz%Vh;FJ~(=V-sg7(8_E$g^N0Ib<+RdZ+(p8YqLzSc0G;`k!XzOcAf52(QSVgEg{P#uzDQPYxo73NUQBn-91$)!y6&P)vercO&puhITz`M z%)`q*V3u5Q+(9ajm&j+J-jgrVl!ax$%>m0|SYvB@(9=%M54e zF_kRSsYKBwktBf8)Q<6A4=hG zUc#>mwFuE>YtN^EILFxG?1yjX>~Tm=Pe)cbj7KgycNh_l7DR(*qH2V(8mqDO;mPW9 z54q`jo;sFbz1xf6;65T8s`rsqA`&jioTnZbdSn~TAT4A8Ro&x#-sD8BTr6N`tXSQ4z@;Es<0xv#G>=H<^M(TLRe8j0z_28v zFfC_iU=67#WCsc2i zEt}rhu9wTFFl6WRLHQI;?0gD$Y8LLB()Tziw~>+x1)L8;B&8q%h0dF7l*&D`M9mq4 z-vWaRljBl)2slf>2s;O~Bj+TLgcP$>16FKF*01a$hpAv5WyjW)fjL$9g5WW=RPT}! z>29(^=0WLAPjBMGY46;S!yJdShdjr+PqGjNgZQyn9&^&7KEjOWaCLxcH%z;dUN6Py zD8$uammB?);$Lc!HN}KYY7yy!m(hy6gKf?v-AJR}%(c>V=1TtNWU2)J`LJhWb8eyOuoVypO6wXq#Ro!CaQ)-OjJ@~qx{4!GFp5XQd@pvYPe#y zk}#{E$_9CHtB#ox@m8XIE59#`^~sVl#2&6>5HWaA!6ew%di=~ zn>FLdvepO<2;t13g&BJ3A;OqX!xVJfFBHiyah~w=K4JwSJWzhhhkyZO;rM!WZGLNM zTV_U>A6zgyR^_mbLp@VOM+jJ7pP_6%XIYQq({LpAstQyJtwFpY;v22X%IoRrBw%S$ z*>YD2=beW9j?p~PM4)fy1oy1l#J9?MBhK_~3s)9xYDEHE;^3onuqUha*I9g^r)7V+ zXb>N*+9Si`Z0cCH^3}S#Wz| zzmB_#b7}Sl@p%b8P~|wor~IsPiDwl|ZQ^{)o7rE1OAshSLY}B{*T!6^zz5h$RpvTP33P?J<)rb&LGE80!@5hsDD9Gpdn!sZ4$q1_|Rz z`Cf9WI%3IHM=qU{{Is+j>%5`9u#TJ$KNO z42$D^6XoPTg5;z)2S7GiPY4g=I-%6UocQ^A&BqEC66|!FR8HngEiQs(-+o25jBS5W z0hiZG0svnVeehwqb#n* z|Jhtf2!Tz2NDz<(K~V(4MGXR)B?)dY(Qp&0P!e(>(U8PsSHOY>6Ix)UMXN1V+EQy< zYHf>mP^&?Zi=u#{;yqfePYh~o6{1r1|2;Fa$#QG$`@a44^Z&f>lgyqo_n9+i?lWgH zBIdxf7_%sH+1u~9^JgBt-1u|ZY!7zb@JAZlxhBMQ;LV3fuq}VqbRz3D1@sXG#Jw+6HWngy6gwS zDw2OW{X?OqOQp$>l?uJCVAnVhR>_>)Kais{@w`tS%t>ldZQ1O^8)JQF;Kmhq=d7$BhAgn}s|>s`mth68onWc|@o(pK&=huGMCp;$VEXN(<-EQZxL zQ}?McTax5Z>A|p`mpx*z=RqKm5bAD_&N7$ly^NCG4cTbeS&j{K&0U!j&o!+hdW#<; zS3sY8mE)(r;O{m_$SWTdP`@}P-o5+~*kfs88mwP0p#EtND&$7B`IddvhKH*Ka4P2E@q|6 z#;%SqyIIVpE*txU2(#~s*~QDo-WFlDO3cn(HumADjyMR1HLYc1AHs|_TN2^UdU~Z! zZSaSZW<9||oZCvBla>S_6c+|D@vYQ!Y2FWCn;LQgo9VSMY34kmLt`gw=R{B-*7@`W z;oN>J=$cp?IdCmt`5QiW)`7Zlo`s$3c!PX2M-sea;1h1S*A`#b^M2urpA~$8;2=tLg>LD!0 zw>ME|be9y)j&|u7K8$RjzJ58}K;8d4Nq?iikt}@-F6qyg#-xd=SQpVe!AWq-^G>69 zHO*6PNAvV+kM18Y3pY>EP(uYCCD64J0pa!hKK|+luRsgCosHbaZ!-pyPz~`jBAO?C z=Eig$9nF(-+Fhn)I(jcH(=)4eaG!yzW<@o;Ss5iKkwSH$^3JKT?q7MmBG zky*ND>T$dSY%>}T`TH<)`F%#+QIEe9znufWkU%_vRr9(>>tRTo%G1D|)qw`x*93~z%Ky^ILJu%Y< z1UX_l2$#&5k6o6vT~fQC2jPECIr$N#NCkxTC%pnSVEroA{W&(j@li&m_RVp6kL|H{ zZ^Ay5QpQmL*sl2*z{&}KrOl&y2xVDXW5Hgo7W(wOja>$oV#D*hKgqPdNIDo6$Mx6W zH}13A*}kG&#uSLYsh#3m-SacwxP3JYF`jkCz9=l$CRHarcQx-Dw1=y^GCOOWPpDZs zqbny|NK(8Md1KbferJQXL{nvj3RE|lL~Eu$^|&O1dk$CXVTp;>-SAuTOCd81@c89z z0+B~}X5dgec2GL>bT)Pcrup{q{y90$LT(?=v|?mlxeldVOtAFI7LoE zL(tyE8^dBfE~{uCmqp{1u@~#rFF2!DF}V(YuKVtn*jkqtC$XR>e+HeYEL)hV6PA@9R=US6pSzRs!F zR7|o~&v&g{dLU!P(pkKa*qYt&ygz>B(l+m-NiA_%D@)q4R>9kO2b?P>3Sr&L&tXYX zuiPzf4I~}jt}^1N0%Nle_@lEE{vLe6$d3@lZ}gtIi;Lm3BmS#7YU4$vJMrugtxRW+ z$9emY9b0}iOq`^*SvP1W?wRD(0U{@PS;5wp-Wi9s$NS@nQW53HUfDR!Xkk^aHJDd` z_{c`@pIB=^W@wUsnEae6KfUG0UH@f9pdou)Yw%U~?N7HPdxQJ9F&=!mC5}C>mZ;#X z!R?y~Q>~n_?aVDCnI_mj$;*>XV<*UhssG#win*x&j0uXlr~kYODi$zgg6ah5##F6e z^B_trJNQ9M5APG$sg^F@CvZxI$_~D}xejb)-fr*mR{v?MVjsJQ13!BQW|wWKTkT!O zEfK89S%&{K_hZecGtvGess7m*l7hM9%Kg}15^FnoyI6NL+qmn~l7OEie;jyU96F6Z zfv(ZAEjhrshkYAE;~T)tJL^srD9=vH7@x(TjI3bxHf~kr@6i2SFq=u#l0j+k&Jb3y z9M;IBIx>oWlU;n444d>p#pOYAvKiIL8+>PO8Mh^nsZYsdG_?B15=J;sGI6N?NduG& zg;Ks35omy;9$nb1+)8mW$%{BU$$g#evR`@>xmEcrZR~Vfm~lA2<|mlmEOI{ehU`_? zQQFvxuq@{`5)8-d?CS75Y5btQ8x>%8Nh33T$-?a65AEZ1>j zK;wPE8BM`1&L%k3#MHe#CVM=Eo!;z(Hc7R-gOask30HWEXl_oDr}R4SsvU!TE3)^x zm&*_~yMg7QU%_hLhA;eqV3%wzFY(~s74K4z**m3Fdpj@O#~dPET>JA#$S>KwYnFqf z!7l8o>^EsBUAc6>lfyg)g7hk_U%LPFKoSSCcH(}-c-egj`L_|ebTiIhn^+XU;6dY6 zCt)B-cuZ>aW|aY5{)%w8>;q@=w0)P)TB5qNQs_^^?wJ#0l;l5$sR&>ox+q;8G5`b6 z#V9>ZiBW-mSu3(R!fXDH>M`L8}6gNc@f&16Hn7%Vj}NpJ@`Qf7#1F$-G&d z36!nB6tuFnHwm~SduQk`v{nc-ez~0I1h^f)Nwb6%w0`lu6mOT<$Uyt zrklG#WbVQ#+~0>s3YRV2`RU_NsX$jGrXH1S>pS_JTG=__D2;jGbjskIgHcf;R|p)U0|#ZVaP;%0fV9b!nTy?>Id1-s-FZNo2{XR$l8hi-HJ=FvRE zx9>XNmpgw=N8ac|xGH-*nV+q#=xmla2Nos70i_c0<&q!aoH{j8Y{OKpJIJxoh9^3rvkmkp|{0@@sZD=Kh zAf`so%OxirZBctOM5A=Lzcg;F-FhUuUY6%mj^tT-oF7VQy$qi_o#nq}&7!DJ4##Tb z^aRyf&fiLoCe{_F#vi31=dozhT*GW$=j>Viir1I1@`@KZd%?FdCV}@phkdCh*t)hc z&!&C#I3FH`Up?p`AsXnLmL4wl*^rRrPL}6*A=( zXa3iacE57gIi?$Cu@|>>uebWWwm$=p3~^c za6Q0RdT+HmQXJ9oiD* zcb5h+sCS~QREk4eV*Fi=QH+*T5hKUtw=~BFrWhoeF);RWVB8*=XJfM|PO{C3wXOQR zJaOm<7DOZls2eT45XEvSQ zN6yuITQO`4>?gAR&DT*RajJw=4+Aw-@4l{+;i!JV3wkin~8b?8Y3L&ausu_*(6 zZZOfrm+Riz88s!IM-vi~B(hYrIZ0xcDrO!r8$z-&#Jow&9Wgfv;{YzEtzz01xHo5+ zBQdaIEWlkai8LqqH^a&&=ASzSYjUEwm~dYJk?3P~3bW-;xB6fU6r zjsmK0rfZjihH$PxdjZ9n0%Ee*9>q5-pR9y7p#(P@o27tKDT^d2APCpfMC0YyMsna~ zT|Bj>csj~kmrrXbw9u3fWg*4VUQDKZwnUUqu8mLV+a~md;JFEqetLowLXIP5O=5OH z%=VHlT|!cPQz*z>lQL64@farmqw;x-^3iLJOw)Tir?cN;4-5T~xt33+kFx5h+nlat zOevYqVu0+{yL?)9tA6gLxn{|+RkDNMr6oH2n(w!a#uYVg%_;;=H#WTJpSvLr`fmyy z)!&Ud$kfu`GK5`Fm@MeV=SDy4JN#nK=zTe7zT~G)pEtkl*Q%F@73S%5P$TX(|`X@WR4coi0UU|XII zB5SHQh=s_myii=PP8p(I(9OhNPN1Qb3~?y-y^MWpf#}8l0&VXJ+aDHWb;`ze`!lq? z3fsR5!es?KrbudOX$RuG+&Jew;Vc`^AH~DUSm!qkmf`K#cLeDM@(KvT=wAiM{CFO- zRzEKRk+i-#j;?~HxS~A!cn4)9b;~x`Bc|=l(n{(s|V7Z*_?~j9Y>!1hs@vQ^uJm(g~ zO|WZctV1c^u{KF;^>Cz|gR$C)obHs38lUV${?RWyzAZm|tZ~lORz|(-n(Ni@6W+^e zTi?-@-|{`_$_ao)e-=iPksl_V9dhSBW5F-bNgl~+dH$Qcq;|RFa+D2%{FXJ6iakHKS!xd8MECa`Z1vQC8FgdV`Y)pcrv+nM z8SS+U2*x_Vm0jNxT@UBS__IyWc_cpE0%hnM#QFrKRL|8FETgTQg9`Xq<&gS%(Q+jejL5fXGgnV+$~lY>v9_q1D=u4|J1oh^g}NA}7E(dHZX|9j zWc#Jj$JJEl-0d*s&?XTcm?2A?_w9(=y<3we@dj+nf?&c9_10VDw|+;GxZ%8y+?&t~ zxALenduQxxO7c>+X6R*}hFp@B6%42Wvf<2+$14xRux+|SkDDtd5?WEKG*5Dtkwp_y zm%Y4=C%y8jWmhN>({Z1!?t${DwFA&>BwOegr-38nKs{27~fS-6$)DJx=XM|3#IUM=Dbr$P^86+?r%Z(U(T1>C8b21tsG86o?n@kX~i)mdr&|g8{&}M)k#Q7OhrnfjQNkLV;NG%(vGWR zuPh@ex{j$}plmctWX*YUru{3H_E~Os1*>BYZ+AT^{9q=o~jC{jnpUo3T`$<~o) zN#c$3+Y6ry{7nmIQ7_o`xAkJ=saT}T)^-+2lVZQWojpFjzMVbX5$vItk&2TTs zW_=!1dEP0YG5qG`UeI3d8D6SQy7ql9PK63&k}3Q{fW{)_0L3iO;#>hb%`p{6m!@yI#zU{1XAHgiC^tn9pO5bh-y z1l}>o5a%(2q&fF%q>J-gW02vjH;B*qu|e{k?;B*6v)mvB&Ju%^Ikg5!cdju=wNq%2 zMb0dZ1nbD1lWXu5f@c_9a_x*UxX{HJV(|5X_cgeX%}Fx2R1YV{;4+hT+L)5~tg!xr z2Hz>>O$Og9_n*@Kt;Ev!M4c;pFJqB+Re67J*M^nx%2A8|YPMyJ%1os;} zRq!%{djy|taG6~@`3Bcg&9V%hF6QY5&k+1PgUeAi$7Aq(!Fw9KTJU&-FB1HSZjXX> zg0~uch2ZZSe2w4-48B(I-3BicywTtr1b@ij8wKBB@J)iRGkBxmYYe_q@CJkL6?~Dw z*9%@@@B@Mu7`#dF=>~TM_ZhrZ@bLz36Fkk}tWa`R&*1Tbry4v-@I-^B3a$+95&ZKi z%>zROcML9)mz_5ao-X)agJ%f7&EP)4HyJ!%@cRrtOYrpuFA)58gO>@u!r&q%*I8ol zMS@owyiV|9gRc;LmciEuo@?;6f@c_fz2IXEzCrLI2Hz-nUxRNFJV|gpB4wYCQDSLF zUGMB0*L4Cb{>YU3NVim%#bYwsm>e)BoDAuDjxpJ8OlDy+*O)wHOc21(b%rsyTTFCp zvW(TBD4~w{a#C^l{wf{eV&m0=$?L{szA+hs$zEeJ!Il4(rRF?qt6j5H=0 zm^@%i`Wq7;CL4@NS7TC!$s@+(>jhHqmsMkOpD}4RCW|n++nBtnO>_f<;T^{CX=5lY z5r!*_;qQ&1G)WkK#~7{^LrZrvb{Fb*l`*;;qzUxRTH$gYXVooyEAEQ#M2^gN@2&8HaD|b=;3(1df93fnds0Y}cWt%`QD14rkkQA5z3YTUjqy~n|0-Q{6o|ko; z@Osi+VgG$}-m(5fmi)M711Z{7FcBFSJALk54CGDh#}?1-j{HfY1FTR|NF9YBdF^kC zi;PfWGiADUIb}9ETxRbcS5W&R3hEi1wt6SNqrk35sz+;xVzb4yr6o~F6Q=q%FRK;e zjoir4D87Bn%HTmx*uvtxLC8^s8o0mZ8sXMB=liTBx6Jm{f7P@wliB!ahVar$Fpt+q znDh=mqgC$RkHJu%0ti%%jlB?e=2+10f2{9T4E5E2-E{q*7_d2aVdC6)t4s_N2}x$~ zjEH1xW93>ng;+8*VEuozUi0sao;Pt`c6?!rKO2kIHDVzL2Od8@Pa>I)T*=(sh|RyW z$#?i~IpZ1;o9~KU< zTOIFXV#_Sy*t8qkdfJztyfb~P?;EuD1GWIt`p}}E&H)0M5AyEN^$<)}q?UV5mz{rh z%DId@UgFxD$qjN?>D!)5jUbHI6h&q(9_b8`}qVyRf-nM4HSj*V>iT6;J z8!0$lxwr6~mV$FxPYQsuSf`n3=d*N5MDp-@kx&-Xg!4F&67it)Rb><_b2qMb&F1B^ zM&Xgwu|Zsp{Z>y&341SY_w8Fbr#Z?5wiI8Cx;3HgcY>pxS!nRe7Cor5sb;9_=axHiKfQ!I>`5bPxyL-ZoI+;P9iS#KH~#o$1$tE zc4rL^k+Hnfl4>2?Dh}8%O4q+>ibbi}tXJBLBu1|3=oe+zB~~cIVy4XJLMeYG$6NxH znfm1t1pe~PK{hg%_j55x+$qP8m~WE-A!2rLTPWosOGKI8bH!!o-=kq1k%&IaeM>B6 z>>%aB6%@XC^{qY3FMq~6TBNJ1=8j_mHhBxBygkws&~{QvII~>tTOI%najOEk(l@|4 zF3mYnfirk1mUGXXb54*;KwLz)eVZI7lKEGzyp0BkaDI_ot;uj+@6XQ3IGhLO^HPFr zln$_>LV~-w@m7qJN86ncr9`Z=BC9)Gl-OQ-R`W;fd2+yPb;>#9C$xjiyysn!<<5mI z-}COsipz%vin^KG{H5ls2S%Vh(0mY$Hf;fc!Yw~Fvi3CN!^uZ6mSwsRG{-$h7@7zB zG0j>%t*hMN%JQv#*h7sQy$d0AHaTZ|SH%p<32hsn5a_bvG;?Q?rl0>6owz>9EI8DI zJ)IYP1DKKeRxcO-T z5=Ciap#$;_ZS@tgs_h%M-F-_U=_g%}$w>*5IQPwyaNqnl=pj|!y<8?lI#V(d)(%gV ztxcna;ZFONzNx1KtO%h(9~XE`jPkfbK$ z(ej=uhv$-!<8wGpa+r*T&R4a#(C?p09c7WIqo76{o1;XyO^dLXElp8&?~qNn4UoKs z$EZ7MwAAM6q0~iy)Z-b@nCF;8tjV225qcmOJa>l6#8mDS^26OZ$T@tc6N6C*Rg@ioLF{(jCca)bkLQl&70T> z52f6ygKOC(eCMML_UI&J>$Ub!%5%d^$vnvV6Wr+={YJ|@^b2iB)oWga|1cll^%KcN z%og1y|3ytc=2m6U6Zjkvqmb3$)&&nkQgB6poiwm(|h@$~yjsvn9NBgI3UA za@b6|&G35LTy7NUb9Ain9WRSPj_4Xm9;r@-3ExT8QFbOuy+vZk>h4DQ~MBhE&A z-Y#82M2*a2WonI>8tD>4MXrQiTwy2ZqjRO80|-*810#E^$HF`*&c|$zAY5cSzzW~c z!bhHzHM6a(^#8uy!kNgF&E^eeCvUU=v5bkqp~>-!5P~1I0$S{@G2T@XA}6{LE#j$&InZ4s zPH<-h9)J1%OPtSX+_+7;?;D7l&|});v3JHzHuJr6=DcFNdsSO3Y&1jN9%X zf)G0YnYl%cI9!9n9JURapZT_Y$tj-3S$WY7yF~aHw=RND<75F&yoWN~fJ7$?GrrcVw*^=nei= zZb-63JDt0>B!RoO+_h(!l~$Uy;7#7gm5`k`i-f$4PFFmRjR+ZU8b51ccSe`nCb}QF zC0=nH?gZf&jR?n>xMONvfy}_Lf``ryiq)d**5sZdoEc}}_ zf7`-!7B-LsIX*W?l0pjV+lt*ksD&Hc4V9#pYkuyAbhKJ3hU{fnZu)4c82vOd z&F|L|F<#NSt9TbiBx1;^zWO#KV%#T9=ukG1a)NO=^*fMd!46|ssKr?bvf%vI2VH8r z-$~Cn9ZyQcSu`JF*d(-^-h2>@L-yn017VAY-l5-k88h$UXS5KDSp0w7B`4UQ?u(;^ zPy;y@$j00ekBcM-;BM$lurOvg0v}QrzF4G#YkrRij|-{8r~hnjwqC(X|BOZ%5BTz! zye;ab3!hB%COmolPqnzct1fLr=M&wEY#h&NY)&VQm@N`BZyilp{qq@Ofy8jRGkga0 z#X1Yht7Z{HQQwBx2_t-X{*5ozx0M^YcUs)UMjX|*RhdUdMASr)7Bvw^X6xGm_HpL6 zMegNW324*VxNgZ0?bKV*vN#b%vy3E(=Y0FVZ1I@scfW%RH33=@LOZk4ljUB;7F_*x z=yUXszGjhb5*9Y`u@N=_#}yla6Nn{TJUeCzQ-S<65ir3_X-dl#VfhjtFV4vB(t<#| z;3ZNBPHloE7$X^m0Nz8-aQUQk<%NioxG+q?=4vTW2xP=bP_e=?B%DB;@JC`Tq9io? zv<%lpE1~oxEF(YS(zcdf6cr#zn;|~}9QhHKA{-buk)k6$Ms$RuMMr#)SaYoCh%Vmx z4-R|BAy@v2uUS(lHnJl`bi*lRNAw@f(YF(1M?{51N9-pM%6z$mAfxl4av2Lc`m&d| zxEp$53L9~aE6uGXi*QMY`HF9QbXxP*6k#CATX$rBAXB(Rn24J}CTSAXvd}Lvy78KD_E7tq^0ne?C$piV%>K<$jc_ zQFq8T2z1+Eo*4@5k=c$jmbng@q^gYw&e%ZbA)CzWa~Zhvte#H5YV8jyc%1cwFOEZj z`&x#0gNL%%&CX~U*q&OGP_yCdacYcfA>;Bxiv~!7{e3z@=0*g${qj&dp$SGa3x`B^ zI`3Yoqmpim98v6aQdu&cF#Q%iYM(SVC07lUPHp-548G}b{0Y3y7e}iDmALA!JNUdc zcH2=FxK_)^LI&oSPZ1)o)8}&;n9B$xa$pX>Tjn3mZ-vMTJ+d&cMmOy(E9)+* z;QVOlY0)M&FO&|i{`sV4#)^V?noB@diS&t&-QzC^^sKwVg>(s-lxd@8=^@9D*5(M7 zu;yR5n}>^eG5wi9n%gr3(#W1BkXBU&V&fON8#)O@L4;6?{6&KWBp{OMEmVbgCOS>5siooDUI>cw#iww^(+lRhIDbxnX%XUnFbj4 zzXq=@T$yIugL8l>?pp}sBm(|qu9|MvZJC_tyW!ttPI-{?I`tm*5rI~|-)*FlIpy`^ zCVY<_wA#vJF|flUebIiO*>1?o_pVcVfr_^O$)|o$tJgpwKhM5ts*>xsrSjB(7&^;F`nMBZD?{O{>cQ93v zk?5U^Aj=Y_8?Z>lnqR)HtP`0eVuat0DARZ)r zpNGEd1@9(VXm-AzNW1oiwDN2`Fh~`LV_Ai~@nSg4y zc+l`tj2n+?iR+8#nc_-UrupjQ5PhL0#RccV zvdI&}lHUNcLspk1T3!&Nvu_ebMcMgiR46*Cx%5 zDx`pEJ?y#Ia5!9wy63+bQae8!_cl~oPLW8oMVeypU3u1nQ_!3o-RTsplN2A2b#u)C z1)Oi>E+7jFdz>unC~XgH(^p8sVN4mKz0C1JdkFJMW{)ksh91y2&Q|-5x_w*p!FdWa zi{;ysUQ-vzDQ0gll|C;ia(|G^>Z3mnew7>iEclk}!KOHcEF9YY^Uzhyl)s`dbAto8 z4sWjhKQ;jad0HwdN0`*1^>#NrD~`rB8R?d#W6Pp^!Sj1wBMZ=o)W3a)Z`}Fa&;_bS z(?fp3Iexjn-*Oe>*?21a*lvL@LXGY6Xc9T0pf^HW37Y4OeVv^-xnh*f6ui;j$2as- z8E?J}=Za_trX#fHoMUbbIJ`x+as;E#MZT5i-%*Y|t0ZJd6Cj-v*6Lp`o^;@B}|?uK9B0yGhn zU2xJY)DiJKfgL1enZz>msBcRs`tUp1qd#U)xPpO-${o8vxf^a44@HM*7{5?X_se8} z9`cvwj;;7Y`TNnfe?d?#1PaM{g_T)fuoSgjTLv6o(W~Lh=^-Q$>~+`6=!6C|i3q)$ z;?X$XA3_{*@tu|$QgV2HdrF!iHj;pfzfgHAhqtir$`YQ;UJ=L`b@-jtmqv}-;l9OB z#b@cRBbMB8jqZ9GuNuB#%e+YlE6nJ_6iJA=D+ld_d^_U_mZDxxj9Fu8;r#(2-u8z> zp(pj=Vs&CC zc;n&>Yn3d?IUeSzVuEqgp&(=!F}G%EWR=6Y@`KdtscQjCvEePUt+}~d^9>F zvKuaS1wV6^e{Pxy83*NK7A3FTI8~U+pxe*6nYWPoAf3VYw-8GxWm|W6<|!EnuAT|U z?PP~4loH3RS6)kmz9XF{*}pL7H=GASgV>z3-Sbdgw=>v1VVUKY0XbdtbDGW!e8u=cY!>{*g9IP4@0u)Gu6llEkSt7fNZmE~^Ea!r3w={P;2U<83!cu)O_7Ant z#}yv4>nCOL#1yOR>>?>JCJ2en0QeV^$;Ko^tTG;L8Eke#&3-2X*o^QYgk(yRI`W$P z(JWSU>h+aWQwOQ@jB)8f&4{l+KfB1Odl~Kp%y3UedQk(A%G11xG>R^|zH`Wmz`H)h zQRF0ibno_QuSdr{U=FnnbYKzM{nKBA0PxSil=WTxg1;Aa{XlKA-c;& z4Mg7~;6%$Z`4JbV2i zVv8n0+_q+XCrcuc6^LLm_2a;FH%&bPXHx50`60viZwjBs}mT>+0(pJ zrddIzu zro*#x9U=!eRl^{kwh+B{y$>cof2rhNyRpX8yk$LEky?=cURWqc~h6=4Vm zHMKL7s34w}zFORh%n9Motl%>kvV7`1*(A}+V`Wd`n&S|3ueRZi*sHbWVc&&F({*c? zKiBE`2ReJxWBZscwmN^DC98Xg`tP5HEob~0pZXz&syouR=u>feq0X6Tn&d9;;UmhZey#a}~OJY4H( zx2gYA9kEi4&Cv06&O;vK2I7eC0%x7|ofhePa{_*yUmfqsgC}FPD#D5hkzCu+d;Zvy zY~@@NVXv(uzRfIFD(4DobxedLCCy1bSw`gSYj9sM-ud1ikIRCjhNk(`E2QfmNwmjg zP;Bd$7ASxG=v{h0_XOL`y1Q&F?+Es|oIq*Ld_>r{XVQ6r3J?x3BJ(76^sZ&;EMYXd zZ{HH+@Az^tkzRJPK+WUlX(zRkR?|s2nU$|7kE}9(OZki5rR@2vlad{oIGw48^3g#( zTh`&EJy*g^zoHQgXRN*8>X#zcVKhBWb^X#Yh-2{;C0OAOJi{}W%{(jIfx{V%Mz}+Q zGusAqOfd)ZGMvna7|7NC#J5I{6Y~Ac!i^R_Y2g72|6*aAg-K@`e?u(HvhYd^D=fU( z!k=0AkcHbVe8s|#Ed0vCgh3|!z80Qm;dl!tTR6|c8!Rk1$N0;)@B#}5S(s$u(ILj& zCl)qYm^Ij#&$6)0LcfJ|7Ou5$qlHgf__l>dEKHJJcfLUuUToo13+GvQy@jhRe89qO z7QSfVM;3l%Vf@)9{L?J-SeRzvBnzin_-zaQ7T#>(8VlE1_-hLvuyC7&uUPoDg`ZgX zm4%6xj%QhzVd0e)R#^C53x8zceHL!FaKD8$w!AbE`59vA+SkHP7KZJ2TRzxi;RXwT zWZ|0@eq>?T->KmEb493kb2t_xHs6#=P&)liMHfUi6*2elky>bhCM= zx*jf7Cu2{(%&MB~MdkkdnyR9bT1MRqRIMsfRjNjn@Hbo)s|x<4lXU5HHd$DNE1att zYPy=FhN*N3j4!MosV-2tB51&VGt}iOM`fxjRF*caQ2|w{{HmN7OOyvy!=J?K(LTB= z>E{%o=i+A?f01s&wp=G7)XUYSr?6!fgzr4%)vit!!c@|krbhE8VGbi4FRAjAo&~BJ z=s{KS8z8rm&O9AsE|^fMSeupVlrPY3%g9kJSRudSV}Y6n{T5?VOc*uTR;u~vDsdsX zzg~yX5ti7OYnwv+m8%=9yDH2Rphh@+aaW9ek+v_fae9a?pu-n?5Ajy%SS3Bx{7Hz$ zM>#f?l&=TMNG?sP7hqbe_2Tkc(q_``Ctk_Da78U4R%ka>suVK`Pk1DpvqBwnm`=kq zorIRb45l#?#7NSn1RHaU%aFF;iJY#-4d}ir1 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..028c2d9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1082 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + +class Mounter(object): + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, + pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + wheel_metadata = self.get_wheel_metadata(zf) + wv = wheel_metadata['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile(outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True } + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + v = NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], + '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, + updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, - 1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], + arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__main__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..076dbffb8d959675f35ae9714d0fa3cd196a2d9b GIT binary patch literal 973 zcmcJNJ#W-N5Qf)2=f0i$&RtR<+A9)^52Zp#prbhHNTeJz)2w{)CfSR}w${Fobnq+a z>FD?$)HK^t(M6<)NX3qmlP&^Ews2P?|yaNDl_X><%{@MVC*|>mdm~iuFg&H zkp(QULWUMtXoHOfD4+uluE81>p@=0YVHwI;feKckiZ!TV9qQ3mTbIzKF9KOE@p-u}Vs7n3o(8u8J1 z`sQGtk4L(-qE4nSNouZ0`_nvWBBRCmNT!*RvqdK3NY^+&6DlFj>1drDsI zqCbz-ay0Ftj8?WzK2;-5@3&bM@-Ec{CEkvE7w3BE?#S9*o;~qZmJa*M+&xncVU18E zlnE6Ay%AL-)Cn$OozNgO2`xgK&>?gQJ;DZ|PZ$t330nqx!!2FB{l9;8FHz$E9YL2k z_rs9$&+N*$v75Pf5~J|acf!xSW0@r?o{PgQ^`?n`C?@hqY`;wcKNHG36VaI$%9)p3 zWG8X-WarUiFO`|tHkqgXu}Hl{CZ4&-D2SDJdrpsY8OeT|Q-vtq(Qzz?A+5Vn7Mn literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..902c609f6d43e1b8f3918e5b6f3241d7a5a3fa83 GIT binary patch literal 305 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

    1j2zcO80Av`; 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 Z>7JaUHrwA=Ep&H!k5=0Lrow{z{{zrF8b$yB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distro/distro.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.8.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00d7cba42b32365d56b0da0e2be4c51d69bf4906 GIT binary patch literal 894 zcmbu7zmL-}6vyp0O`E2_)9W!HHY7USMF)rpA;H0L5;_SX7B7~Y_!?hhJ96AYNB#JL5uI z;~hvr3Uk0Ag3#HGyuq8O$vx!p7HV-H`MizVyn{MCKmqTfE)P-2d#K0zsLuyzz=vqa zM`*;yXv`;Q!Xp&%DVkRKn)x1|p&0~Akb3VS+TXV3{#R(F=g@>0Z>TDn6d2DZrhoGE z^zjpxvS&(3Wdi5c=IBIhNY2t@nbJZsq0RpF$gvcfzR|`fIa$!$bd!uGE4;Aj%&@kz zZIMxd<;u+J0253zlH)}31rt=6u#VRmg4z*hiSbjKSZU)^QGeIVWJz&KG*NbNfbkNk=zmH7 zQ`H22I<0CnZH!5tWBdVJSb1=j#hK(ZE?-lk<0aFDlIJwhW&G0CN}sbcdhn{S|8*kg{rakcsCMouI literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d501d522262e5eeaf81221bceca00d97366aa84 GIT binary patch literal 4646 zcmeHKO>7&-6`uX&Qld?@^_N&O+e$>NxHaS?Z4=pv4MlFNx^-EkEX5tlWcb(F zr46Z6U<5kINKw;mP!UKDPEQuxLyjrX0_x2`FJ#qL^u|D3#225URJ_!e_PtpysUO#H zfEMYY1MCOK13KP8$R}8FlG-S2M+8DviB5DOO)^46$cPa! zBSoZ)9Fa3hL=lKC>QY*bs62N?T#(CYE#r>3Gi{MJfrx~RKLZYR7w~$X$OFNf0leugxUGPA|563^b^46!n`}wE8fB*G3 zBAw)J6t<_Kuu3S22s(*~x=RJ#Es7w{ACd3{=;iR68h4GBU$MXw(D2pDx{^Rx$LZ>z+L0loV zc3w?e!$2N}nU`)&pVokJmZ42wh7W7aSK!IH2Yy&&wv^k4p`xj2|b1c%Kf44|8 zA%PDp{3R{6I%qbn-b4HJiZ>dEv*NuC#Sbj{h1#j$8E^dHst*J z1VB#wHd;r7-3MBZ!@rsMWdOD9aS%HQVh26wNDwUw&~yc8%mozSvixVVaYi#VYsS*2 zIF+%MQ&>tO2?WKwU^(8PQr<6KGw3keKjzoWe}oU3_ESw3;C*q?;)o?#mzR{H%({!R zt{~+Zs;;6&S6(1lcTqB2b{Q}tw#<_yRd+3cc8a|IEFnu;QB66t+UkOs?M|hrIgI4w z0x7zfQgrFsB2Wg{a+ydSJhjkv+s`IsxD->kXnRsob?g3PDQAnFWqRB-tY+rS4wlWI7 zV&I_!Hf<#C7}kO4Tp^L5ENb)J;?Vx1H@+Kk7_1n71@UB*c<8=wXwx@Z^^M+?H+*9& zYVE0>70;b^AFyS4_!pD4f#H&;)*UP#yMFdgAb1Z;rL%XsdTLLPl&0_by5I|M=Zahl z^!}a5?tzt4HIM(=Ygb=;Z{$Yc-LXG=j@|+0?d&cK*WD$#=IMOr<+Ae2vsF+3)u}Bv ze6V$Z9PC-WaQ#9#u@N|O(^CyRx6)SAJnu-Q>5a~zsx}11y*=gUD&B#LHozTv26heO zA%>G>{U`=NSn^yhm*$+qhERDN#V`uwK$~iw!4e8IV0;C{GT9RQmBAZ8HIRJ(R0G+E zQ#@Nge|w_xt=Zcr{s4ReYTFQg{$JvgDIOB-;1hnN{?8`li)0fv3LCzYDcF}l!M=|kA>x@e8I5JW&md-HGi%ab9@@h;&w~Yq;z#h`#_MC5)MU->81#Ka}$$;20hUFvj7zY%XW;u?6*NHdm`|Zou-n{x|tI#`k7k+^u_|?6d zN8KWtqVgRK9kk?lj_sJT9f@$-!4+b!g0MsgSX6T%4-tp$Hn_}|E1t{blWA&m7S6~D zzQltHs_%~`_#7VzXzG+7aKPJQXx(=6)txjH_tn^QAbe*h_&bsUuMpsT>o4z_-Cs3>(9S{b~2RC~rt38u- z0+sqpLccKFQb7e&g5WM4FOO^n$Ev}xI)Q3k+ppWw+61-qz0JUpYT!tnK!q>!zW~(n B)&T$j literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a12d067eaa3a4c7188787b3fb9369fc25cf6648b GIT binary patch literal 900 zcmb7CJ8#rL5Z*mM?nQX$f=Gk{ZYUg*I3$Wh0Z1pHI4Nr13Hhmm z$ucj%xQpPBFv4g|zEtQrq9v*@Bd#RIj**x8*07EEZ%{P zg-jKhI;(-fELO+3fpMd#yUkPVfVfoA`BPomttg|N7RuUABc3WN4!RI4TY%gbX{d82 z%Rr#_cm~ZOk(beuOX1$ZX`3oUqUEz zZ!-%*SdV(JxSg>;g76L?J@DeF>t%)9K1QrKJ9eGRV-`a9$!K8j+``a^zVIqJTzy<7?b~>P3TwD(=pJ~34QJP zY+?$bs&8==v7}lU*Kmt#+FaKx&HaBX$>>DR_tdTUZx%Yw{I;{Qy!_B%9C9b+(%F|$ z9OdAoK?0e8%t0|F4|$C3wR|o+Nftu_sRZ_12rgVIrm=~?yRA*W6}OOSYE}z|IyL5o zch@F d?(p{gZ#Nf8^0;+L`m}H8GoKF3U!^Z+_yfNd(3$`M literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4a0b19d0c02750d7b7fffd6c18cee7fdeb69381 GIT binary patch literal 16295 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c520f8bfc90b2200ccb3487240f8ce692fb06fb GIT binary patch literal 2651 zcmZuyO>7fK6rTNa5!;wXBfOnh^SnF^v(b6B~DcxQ7fhfegVAEnz}{S+c~eG$Cc>30XjfOeCW0 z1U*9`GEt0BT4Y>WHk!VbCqhOuthKGOHz3c+`i^3oGqOxQEC1b;GQIhmnB9=EE-!_V18T~I||J_nibmCN~@MSO*&Me{?H zczJ5aQ;@OE(F~LX-$n3Jc8=0!u8mprD)ho>~CqR`N5%qP(oR}q?* zi?Sikf!f=2r$mHkS5YX+3><6@bUARuIe_BS5NHT@-UFEw$Qn9*XkICbHvyz?4zH!L zQdA6ydsYmg?h{0hU{^L8kqW3N&r5ecm5~<-BoK?(kd7l&)^|Y?E;Vi&ZvIV#VYn^; z6M+k~Q-mRb>UM^>AA~WCIvBJ={Pwj&n{dzqd}s_H3=zZF&8H^eu61wQg>x?rG-I6- zOlI|zXB9xpaS0%0%Z}qtGx6AQSRP~W0|qdOT?e3I#>3p%B_3Yj%1${3G1w7Y)6Q61 zSg(T?kB#BvC@wNz5TfmPOxI(ea^u|F^H(sQGoVnGTQ%f|T!(tZ@D-j1U$ThphxA+y zT=-E9k_207flT3^)DUH0@*{zv#xe|8C~gz=6y95=%42 zFU`axoH79grF)5t>E)<%lcYR1F`m;?RX~GH)bu1xTWujE{^a zT-e|sXin*HcZr;tOK6~GI5c4zww{0+2m*@d3Vv*p)6&$*@_=bKgu*c7{sg}T^r8dB zc9wShcyQrtHQK&#s@fS_IP)ypbvL>E<$7#zJ-Y8-6jFK?g=(aA@#0eQZfyD5dgs8C z$UwEduQamsRe4wCVrBZ__}ak8%D~z{@=1HL+R9W0-zOg}ic(z!D7b8NNu$YQkG z-1b9sDS9_sJ`bAv4zFZ?`FQQ<>0bxdj-FlbKKHcwe04|nQn(g{{UEH?&gJg!kFUzT z8xSb+6^)cKue3T zyL5r>0;$FHUfq6mTS9azmcOocgT@kE!qmQF8Em(H*C z>|c!>Sd|Y1LCJ8*8f8&$OAA9P5AF{jwzo?|XtbAkajQ|@ltJ;00WD43)RmyU2~#H_ zVFTV~ORG0MXoD=RkJx!&d=BZIm!bK|MTlxvoazHBrKs>`Di$PYXVPmeaI-OUdCzw5 zZ}A&qeuK7KkP5P@%pE^TpkT754V@v4ud|d~$7y&sUG^$E*a1QP?F-6-JxtdF@_L+i z1j<_S?c z3!2L^#p)ggN1NZdRg~~}d%9^;6?EQ*&;1&H3+V4?U+HkUb3Hn^aOzpO#{CfB3Qe;tHB-Kd!^5LhE{?fZoBK_4^ zPfbFtnA_YLhkCm9q^b8=SARKFb{|C6yM~vVz)0st-;IHKHPXRhrAGWFO*5R7rqR6+ z6&$jVgVswKrYM7oFR_C#bOr^)0PD*)9LM74;V|c}__1F$k7XSrZ;=ma926N&+(r1+ zBta1V5fwq+XhTBVpJ-1_jtM(UUirlRLJa{~xw4XcEUg@SsBJK|wqFqXOR*Y)shs3f zCAq=4T1XIvm&e)CaOp}pS&_=e?t>AqwdQuAvvi_{V5;n>xGN_rvk&_@`}pz;w#p;@ EA36l6J^%m! literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ca55869487986e183dc605e396b97e32454c992 GIT binary patch literal 229 zcmX@j%ge<81V1@9q>2LR#~=<2FhUuhIe?7m3@Hpz43&(UOjXRrdM19FjJLSsT9A@h zl3Ju+mYP?lpOcxSUrTZlX-=wL5gX8Qkb8?k-ub}H$jEquPq>l0hy}<609xZg82|tP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2659970009015a7d59afb4988e1c929a4ecfbaf4 GIT binary patch literal 158883 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 Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/compat.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/core.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/intranges.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/package_data.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.0.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ss'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..1300b86 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 5) +__version__ = "1.0.5" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b32dc17c0c34727e1c33d2d2db375ed789797e9 GIT binary patch literal 1844 zcmb7EO>7%Q6rR~1|E=vbPMW4Fg>7AaOjIu=&_)SFDs2jgl7^-cbT9VWJ5JW|daapF zTt}(oNJtf;f*=m*kpl-%g~X8~<;taQL9GU)B9%*SR>}c-;>~XDwonc{X}@_h`*!@^ z_rB*JQ>g?3`z!t}sVNBE6`P*HKCpW+jL;Uck&SEU8wm?fs$o|$C090O*vqz3Q%ogT zRa3Q9Gh#=~C{e1rdY3(1t3wa{o@Ym|!fyy;8KPE)L;q2<<-M@AW6LifL^a4DUeny9 znRHWT%1xVTjOtokWEQUtJbrE`K1AlAtpR52B;XJkGKWdZ+)W0}5t1?Yw3I9&yAC0m z3Tpe;&F9hOY!h9O&!Z;JrM5+;In42kIf+MSF8JqK4Z`E+9G5WPavR$s?b)16C0J<$ zU|R)PQ;+0d%D>7p@6NwDcl^XVg}H^ZGjr$9y>(`GTSVq$9+|Vs%Y^diO1%MIiN_WK zhtRT!=$W`pgXf+Ju!Z~w%mF)+gVv=l@hAAAypF4K?}LZyx?B}s|HIZ%kNw_?Q48nf zwGR?Hn8-@^N>x(!^`ckQt-7r@spAvf@pa$Ri_E9Qa*K%|dY%w{vRtzmn=FR)6!nTn zb+6$&UY+HGpxLjXUMi%=)!-_wh>CLx#~zP__wmSb)1r%vN5m^anb4!i=l-&>ETXl|7HcCed@N7xO95s z^ybLczR&hudGGV5e^&H+5QxhC*1)FUwxh6ltZf+DhDF<+*s^|e=21>sd;dRMLW#dZ z>v}+zt(RIpVgI8eG!0qhq@X83x!@1N5f#(Qg#2`!?uLb{;ulJER2;#>_5%czBr_dt z-{vWRTbka{^e+Z)YT4^bmI~&cOvNO;*+T26`Y2IwChTgspo@~5~O?;I+#E z9pRXOFncnsP|xk_G9S`#)^ZqOdJ!g;S|=^vD(cN8QtyZ9Wv}jAPMzsQM1%~6a(z_O zy^(x^s^R}Yfl08bm`>1l29|(7u7DaXCdvT)hBQXPA*WA?Sa{eo0BzJwqh#jOsgI^U ze!YG2S1q&oN=G|*MZj>j;g)#}}iOV8eF&b0|j7uKlGHWp&U4@Z>iQ`%U zzSuVy-QOmgA&c-(WN z@WAc#Wh;q4uYLNNn}(9_U{={7Pu)(~aXnBA65+PfL&V+deAYUBf%T&ZK32K_hoTn;cNR)6HcPb2oZg=u8^}6^l5p5=Su>uBn9>qNt zg#jJs6$=)Gb%EV9AHq9`Az6iAnqM|EXdVaR|0@prvBb7fVc7dgLSqhv7u@c89bF^2 zGwXUSca8Y%u0H_D_48uO1~6P2Mo<81_6^6(O1sacV3_y8Pg9nLGi}OaXg4l6f}k2k z(5)0|myKI?zXgJ6J>EEq9iGHd9|+$`TZyFiVj!s$oVCG>qna$A0eQpu1qgYvbYO5l zq(IKev35*6;PQ2>!)`L1NS`=b9je#LjqxBeIbI9~l#%kNDc*-uVgpEu7Gcr|EMRQz zFb<{X4OXYOuT8LzP#w$Ygj~KyUl>1EF4s3+7{Aym@BY*|Xy8(zV&R+)X_SwfT6Wnd1Wc_U8rH8xqE1Rrs ky(TN8Vp+TYdWDV%e6J{}Zk$vutD7fFmuuU9kgCelKchw0h5!Hn literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c25630a6532b281e1b68b513104cd9a44e01bc2 GIT binary patch literal 8681 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62c0c9c7105d45250d83a7339edaeb7107ee9556 GIT binary patch literal 43575 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 EKiojkYXATM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/ext.py b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..23e0d6b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an integer") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float. + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..e8cebc1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) + for _ in xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is str: + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, unicode): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), nest_limit - 1 + ) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb4f23ac37c61ec365bf419685802d5220221f10 GIT binary patch literal 643 zcmYL_J&)5c7{{HyC%qgU5JESc0un<(sjoQ(-h_a=5h0|CC5z?8ZsQ}3Bikuzrtl#U zD`I2gdoZz8H&x;boVbabc--oAkK~{I*ndCv^Z(`h9)kGi{^Va82>r3ibwIw2%Lt~g zXpR{A?!<^WvBMg1gEiwOYsD?rj@zsgcUU*>vL0_&9facE${l*c-nmPN5hmk=oc9UQ zNwXl4xlv+T8mV+OU|Z=cy_JrHtPb8xPQxfX$!Mv0 z0N;2G3I*#+#bNh|DdvOQ(cWZaOAJzS} l7uMa){_VQI@t@S*dhf7yH~SCaU~u^D;P>FsXJ7en|36q>#tHxc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ece4bf634e5dd9b521ac62a18ad19c836b581c4 GIT binary patch literal 479 zcmYk2y-ve05XbE#Z9b|ZCKjF`L$UZ65l?_v5Q~?S+nCf4Cz0b6W#lQ?+1Pjw-k>WJ z8_=Pm6XymHH~e&W{_Fnddl`=tg7FnU%MVJ(t1EuP`$<+Om^_e-WV9ffa;iP4oCOKD8;EqpZg<`VNY+h-}nmZ{h%ayH7bt7lCVVAX-$#Zor zCs%bQtTb#P%LOacl+_(xpgcY}JYtQqa)QcRk;{hFs%C()tTL=`sxoH)s#Lh+LEUYl nQ(a|kAa7W4BYB25 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c41927306550a62b9a58111da3d884bf75c3a041 GIT binary patch literal 6920 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bbe58c2e1e88236c8917de792ab97c44a0c94f2 GIT binary patch literal 3254 zcmc&#%}*Og6rWwMjSV&?#S{}r;)q0z+rmOpwW<{5RHYxPd?CH~vNGPW+0?9^*@eo8 z0|yS3+DesL36AtsAujztdZFS{t$OP}K;=qNbISY8*p}CLDdp0Y_U(Ib-^_dSK7R9S zCNs|H`6u-YKZrB-CxqT(beYa4#2hf4eavjO&ur~PSAWW+;$61nrk5d9s};P6p{u-J0V%e*0Ow#e;<4{+4j7+F;nk z$LQ@K`~%k3ih3zX_Ld#9V=XW|-l%z4RCv`gH=3K=^uFR1->f@+OEjPJs_&U=txA=D z?$r3w7cINub75|CciU_@>t?I%Z#3OU%c~Df&++*ZS$-18SlU^@(C*Fh)_!F~4E;!<&9FcMgE9O9OvXBq7l|0fiF@x#f)pptQ;lq-iP8%7c_;RT~x0qw0@}kiQraA(Yd!RR;vcm^-|Gl>7PiPq)vq zE2qhoi$RlJcqph2&!Y2EA5{P-kgndbs0CBQn_L)!G0Sp!ozk8g^h4t*wF|VNhsiT>ar!DKnR;AJX6C)@P6SO*rIj%3>0GDX4191Xlz1eJtJgLMy zNCD&?$Xg)qfXGgk8No0LoK=zpG2VAX_Sw0v#cv)ib{Kum6I#5W_yYKu!>8w@pE>gJ zdnQ7)s;pL()heuVN|jTpT!gCdeGS_ePVav3H@>QN2(n6V|G@;|>Fg8vzwQ-2N%zVG z-7DF4x|k6UC=`LfLj6Q?cx>n{*-0(+`a+ds2u5XjcWw>0SqS1$)jq`ERAbbKar$>n zh?n>xvb4c)Q_D_^3`)Vf>@pyVDjR?~1bifilX1yx%QoJbk4OTb9G92q5BT*RVN{|W z(F86;OgFbhD~g|-Fg?JPvJk;LN<$-)CH0*`0E&dQXQic{iU>?ezl z>IxGC$SY*_fxKcBPmzi1-%k5Ko;rsz9pidcV5BmJRouqdas6{BcS(cn4MS9 zn?G6r^5)eDBfL`4P}hXauZ&ubUicB%@5T2?p}^r>_z;i>Sdd}^oKr*Ue0TBp{hbLxD0r`~698hl2lk-@e~ugRC=%<-9> zW}n5G>&tWI`SP9lKC9E}D{vP03Y~?%B4-iQRk3Psv9H8g;wyEQGGv&rnjbOFGET$U zINPv-D<4vn0+G%N1vyAq?KQ&cxXK4giEd{V#p(fTNWt1E)(BWr3bvYJa{z08poq7x zp*RcRa=DsBueB7L2iW`+Y#qf~0b7uQ-J~E~E?fA3k$R-1BDpl7C4^#%voIxDn9?jv zSr*2Yg(=U%RAgZ)voKXz7<(3`Itx>ig{jTL)Ma5dWnt=5G0u9nimhbJSQ}def1B@U zoSV7&ky8>sQz6@MjmRw-iLVa1Ou5`BmlAy6l7(r?!Zc@LTCy;$S(vS<7^j1CPzu^o zu@ti{72|B=8aJF-d&bPHY=_(qda<(GrHQNO zw$NNNyft&pT;l|=n`=fW*L1dUEgO!tJ8P^xa+?uX>Z(ck2XT~hE2ZQs|F61jP&X&h zavRq|>D$dYpl)VY{T-oNY*nIJTS9bLBL*7jPQ(xoc|Y z4z>sMMejAjkr6*s%1D46%|JmBu>6MD;D*?X8)7eKW7)ntI_F+a3!1eePWwLgKqpjW z4{|p45Vwgv49~rwb9L+ynD>6F@s7d_jwLi^7x1?$u_oQ@aoV3P&bfZt9%p|7+CRsh zlsTDE56953r=U&`dzu}9F>OOC_6(GJA&(TsdmK`*X93$sDLDs}d^JJIfpNz1{3kfg zeuq|6cKgRgU60%Ab)WZgqN>+37!*~^ofr*z0)DqwRG%3eg_r8HekeQiqV_<5 zzvSjwQGJjPjE#!gW1b+#Lq+pRH!pB~mj^l8R5a1@X-*jP1_jY{YAg`s*nuGL@ehjz zC&vd)@W%r@C+Y=?>+`dsQOXVk-F)y9v*H?zMR;dD>u0$kkDp_E0=`ivDj{LnTBZ32 zEu-Uf!W7iO*lVC+$u;t+LZR02HIS!o{wxL-L#v6CnG6h!f@q;2QXaa4LC!Y{Qe+2& z+YVwe#@T}x+(A1V-~|8Xpj{Xn9S!h7yC)duC0~xzfD1w(0ms7F|RtaiE1qwsODmXPL4>ja9@w^7|+IU_IdEL0u zp%Yd80TxsOT>w$TbHOp*-#-|45OE;zGzd|`Z!I6dZ8FJBlB9(jC-<3t2g5ty9qe$G zz_nsAw7t{A0Rw70GgDbi6}|;8NL}%0@jEV1{)9F0$rv!U9|KStcBWP znmo4T&vxA2b8F9yZ$)&K+0?0_7NrjD$Za@109BC7OdC=98k{922|(rR>H*?V^{+FX z6N-k->&nfJeL%O~gCuz zo)7R@#OXmfdO+7ta1&o=TC5!Px`RUj-sh4$3|D$R z(VAYS&W>n}*Bu)3dJ{e6CVJvIFXt9GF^Q2!OJaQP!3*I0iIzkwVO#*GK{UtvmYbLW z?~*Ht+JHbwScgmt+VORK-y*+XPYlo!Z=ZsR54oP0GI&SmRAo-NaAUNZyBy@*4h??> zIeQktIRsxt@HGU_0~k~SkQ3T_EUz5{kZRn5vc4fBXks$bBzUWM)RLd_p&+S7?koCv z>;n8*+_0jy``F>`fxZDzIm`v`D@8^S8L!9$1sokbU8+Xcb)8y_?$D^o^!cRbj zJWbxxy;J;4+uOE>ryjoat22+<9-Vr(Bi42()^K=QlA#IZ-o1O*75Li+zfSm7@10Ow z*}Kl{<2#^_bqzX89>1vY_|sURf|ry9I8rJL5|cxl1PLtqH{b!z29;y|5=iT>vAC$xiU1v7)sNeot8hW4){uwmj`C6u-Z=rgj`|Y|1N8>bzN;jO4 z6aoIPBtldN@j&-1GQOQc#`cB0g|@c~9(*OiiiUN@A!>Q)T$in-ASfy=&3VYAEe%P^ zr!0GX=_KhTH<>}jFd0<5kVD866HLhNBqPh_EyXJq71Wqw2FN5V>Y#$5rAu*#O(_~Y z0=Uybw||i1aTUb^*I?(d&}WCZNGY>RP#hswnN%NO1D0+N$`NW{mCQhv zc@ex5esgMDmPUz_JtW5-Qph9n=AcogV-kE%R3LJn18IJBvY$lTc2;=}Xy_$!>|;tX z$?$osY6KQKGfgUz{j%yWtAjg*)ga8EBEi1|70rL5FBCjwT=3wOGNqhUj#x6Og4xDV zAc6%{1eHlTQ$$gDi8!?VycKFw9h&CEp+vXCZ*2#FqlAIwpCm8jQE87WD$vUiQFx1y z$^HRzn_{G(@$> z@8@{_Tac$cgF%rj3T;Kf_we060hlIFb;MLOJ9H=b#@V-eB9&Vgjcrj?+fy^qTW5FN z=~&d+ADb+*nj1$$ZSR}PA4A=XA@{BEH#*)b3^y;Dwtj4>2n~f#&3R&$hKR1=W7ysG zcj^|kRUhVdJuF(x?V3@4Xv|%<7Tw-;Ygef6)%_7u%@b=;$a=SAt|YwawW_GKVZJ?T zZHbs#9>bUi?({9{YnCnfH!okmyrB7g$pv zn@^Kad$=~VXIe6^Upfvb)8sh(-(okZS`p1T9px7(0|@iAp)2tLVChG&jt2qSYkmj; zi(nW5hu{JL2xCd1oB%KIGl)dXtbCqaVuHwOnl@Bp&!i|pg=$hY zT^LNL8#vT6uR$aRPB98rHK_ooeqAfqzRD=bqzXhMp_bv4qv;pPgdq{xv`?roDmJ0E zgPUMqXIfx!3V}-g8iG9lMBQM(A9RD2jY1Hm^D6a#Rm>ALW*AOaT#!ZHwX6;-%y z0xB@vpV9_}&Bz z9kEi}6f>$79my@YIdy$1G!V1kQU3F%T4E~y6pqn3AL>jiN_eh6H4uB_-79lf=Fk7k zd*A!OAFJ9s-Mg$cPEW%5KYV1KpC4N2eQ15CeK_`L;L*YN+9EZ_W9I&duKy#WWmY*m zaARLYRVpBZuQu)_zt(r_mG9~pfGE|8Br9Kf4o)7>AxaLRlmu`4!6By66!bQwKtna= zY7o>S_`VGO1u~Rd*T}Le9t*{nqA?}3C#vv_k+wZmP=`vsA2O&0Mr6{UET>5(+sIBS zQv4-F(rJ+G2pDkORWwlbE1 zwiIfo20-Eg9!-H;KY#~+8-W8rn#T>o1E&cLwDUiNcQJgAu`>uf)waC3|K9$Ej(;eN z)%H&Jp^n~kr*u(U``BE+Y_ZN5k|}Tc7+nZa8;?$>@fG(m zs)DAhy0u9y15sGjNUmHX`IP&e z(oSkNdOxM}*KFK!N}JaEhOHC5>z>IIt4z1$m&CSB9$w`T#y(Sc#KJX;J^iyJ0*UV@hTS`Oq=+C{QjMQ{2TDC`Z+dnoI zf=|dU8f%wL`Lo-uA6YV0L`@Zom8}b!hsIcC?+2#7$2r9z%^T{)ocd*3_4Q*jJ+t|< z10O?YwRbKrS{fdg*M+~nQ2R^A+m2Xy=d6CYyz1`Zxx=^gPo&JOKC{M?)S>QN2#+t+ zEO=s-T_2dbpIA#nFF?>dYHD1z6ov|JTv^U7x}9??Cv^UU-0GFhFp;N?#AJb$37=au zH^q!i5ml3OoP+%et15a}F3qF7h1=2(h4KdYce*+o(bg-eFNJ#z^ep-m@7if@3 zpaUWP{NhevdnITE@I3HfmtslC2>PoTN!};uzE8jr4tfU{5k#pfOg@KY_A z^Y|0FK|U~rr(yV%EX9`KkSv{DL{mJX=jASPUg^-Fk)qRJLEeNhM6DdIQ@!Z%v*~8U z8b1N0Mhp3$L8~v|C-eaT88SC7nLDE9j)gNZ^PcI0%SOwRu{>%lr@q9@rK{gs)>&pd zLd>n5cLu@*Z`$tJVinC%YjafBJfmGU=1=$2wHbuo5(%RVbO}~qucw~llLllYp|TUL zp2^Uul+ehAZ4>TjvOi@0BuQ~bH>eX#oU=!e>Wn12$tkrqG7j-pDYf9VoS8Q0Ya;>5 z?hEx+M%tjSqKqm~lxx8jK-tYmDb$u_ynu42?WOxoJ7!%;244<2u>k54ZvZhk_ulL#|6=x9t-DxinY*pf-{mJ z>f|6a`ZrQ=8)9!#BwPc{!E8wVK99|=VY7ntShtJD`@o@9d0;zHiUp)zK5Zj^cmxc{ zv+#G2f#8?1@{X`n)fTO4TdLX}t=b(k?wRg=TvoAE))XykS}JRcmbFDx#ZRiXE!WgP zwie#rd21)=$))n9Xn9ktyd^DftG&B_Zhy?yl!mR^yi~O#TD2oqwd--?wxz~H(Z)lu z#v{vR6?Yrv8s6BoRNED;?TXbt_h{Rr?nv!{SlPkHCAPb!In!#f$)s5!CbcGecgj+? zb`Br=Nf{;69HpSLlOpSm@yp4Gx#8Xc!Z910fxpoShklI!4hk^w&08F)lW zCa)24>7Tywcu4ibKSSm=Nj=1-NEj;ejFj{kWJL=f&9Nt%#xswlTfy}=%5UKV7#<+u z7zxhM2GYARmQ|uEFM~tp>neH7s}P2oQe077V&nraDtP%8PW(#C9{WUIlbuFZ?I2SD z-VT>AK0yuS(9%FE+^p$7eYEeiXrz?}q-#Gq*^A*(G0{sR5Znk1g1&D?#5e$v;nEa6 z-vY=9%W-;@CUFU%0A&@`GM+g#dh_G*t?v{qwe>{XdLA8!wH=L>ADij@?(xqbTPi*! zDtMn?wVYoQ-Vtt$H0@mmD_wne)7++T^_!dSZJMvX=ZILFBKfUw_{?itQ!1_I6{5^B z|IdmNnyypd>S}F0`H8-}O8K)b-DS#m%hZrfv&^_qblICAlWG<=w!kvG6ITwTsMjNC zob}-j-OLGdf&=urK?O1ZB8a$IA+*Kb_09QWmZpeK@+LMW4UK?w-vI9s(2u3c{t11j z)OEvVemf3dji3#H0ArANOb%Ry)K!pf4cL=JEa#PlIzshfWyDe!(bdt7Nj=207vdI!LH0vW(<>}^ z4aa^y5CHA!w-50FU*ZhxAExhyL4*3`TV3v9jHLthoLU-K5@@OWU)e zE*?DK5*t@W)S}4X;R!;z`J`%Ftg=0#vn?BoBF36!Q`M5GK5D8Dzr1K_|JY&&m#pGm zMPzGF%+edt^-4m8`wJ{@MnDE*&Qw*TT>8K;ACHPwRN<=f?_s$bK@Eah1XPnFup(h- zwekLfR&5RmD+C_l;2J(w@)>orbP1#xFMe#2E`e-X)#RxAnDC+bGYho~!a~FSZ$|4n zR|q2CQ$3|mX)qkZ!JKg%6m@bWlz#^a_IKKAdR45Ffo% z8IK9#5m|)$O(2SJQHb*Nw}^u4pm-54z>9`+c%JK{_jk}MlP=R?*hjig(}}qr1P1}Y z&6e)dhr6FU*2lkqMYF&KPvZBu?m@iOCmPT7ogO%RqTkhX{G_OtOor>kNzoL~p6fn# zwolYNcjCk`z#0-*uq*NW;WK^5MIGMzgD-r7s5y4B`*dHws5vb?MtYY>ZRCGdD^ z0uXA9=T(rOcuL^$nc2wHtP%iE%N0!NOzH zlI0u?l+CnU8q<`mTC{50YA!98#5AR=c{+93YCe=_%rQ;zs#UKpSuMb#{yW~)LWA16 zS|pc>jZi8{R4p|@)iNl;bsnU|mIEV|C(9LPC|A-lomZ7b-MDI}<*Jy*zFM8Du3oKy z@{IO7BdfJ}>bw;tVe~7FB)4?Apk}$G5&!ECELZGZ&C$kJh0!mO;wb!=99|?xfH7*# zH20lD*I$|~xN#|}Dw@j+b-Y#_RoU;gh0pwWXH?aA|I~c&!B?ZIj<;WWSnvy|v+v!! zNA15UimDF&w)(xE-_=J|CvjjCL_Bj!=Bh)7UfU8iZMx6Q*FDfiO|8@VWdehiMB%@* zZINvI$YKkD*0kU2Tu{bpJEE43Y11+>EfHH3{>yhRl3gF^4Kv$sl-%l`WnVoQ)!U{u zPjU)Frf5#xwBaMO6@;oZTF^M}j27&SnRiVamx*zSlttm+wqud(#OCccif&e2uZro* zrZpdCls_^T-ta&xbLm`PxPJaC(V86(i=s9AW93~@a~JJy=H)r(yk@}`ZRm_u?2TIX zzEAc((HG3V9M#u^pO5NWrZp=X6;mAEG;dm9AGW{ki8Snw)^x3a5Enl>^Iq+{&#z$? zHbOshnpstrF-6O!yxF>0;g%zGHrz394eyRtG|vl>{B2QF`wFel+570suli~JiCVX& zhDNKM#905Kxp`Tichh#=wrt41x#jwnjUQ5#)jWNzV%jj%J8PZ2FbgrKsx_i#6e}er zrfjwr&L&J*Xd8Wmd+1}ncMXxBRWgiz6^>eZ*dONN8(*I`tY~yhUZ^f4gnL4l=UP?> z6c?2A@ld&jrIn%*ra2T0_sos25XdeBAND-5K0NgH6;2i&SH8CF zD7$=Ymvs8{>C>lApYC(|^!*QmL5raLmu4BC%17uwNkcB`O=P`Qh0s03A&v?lHd9k9 zCAAeS4YeYm460aFkYV$JYF14V9y*{2YFTYi$LfL31P!bqXk?8+6Ke{ZS#!|BT7vm( zez1To0DdK>3KRy5*rH%DTP(GiKuNHaEe%>(YtY8pD5OBA5tnxzacaEh5uMSEEmI(D z!j!*FR(iVzYR7g<#^wQeL}glR1&r2n8oBLv%3Ry^qfL~3N8;7K6>p`)t9vWneG;$! zt$3>>Uc+1Q?w5FtZ^e5+;x)Y$Z#D3mIJ3;l9>m0oW_(bl;0j{n`8#y~ai^U#4;eGRD^7YFtMou=N=DVBY<>Hd~_9*8n|azZl#g zk0f+lNg!7!)7Zmg9&Ghr1oEzek)PW|f+kSMe@P{4eWb|H*(OP5>Hn+DX556E=k>7a zW0GyO7;0(l$9AusGjK(JD3<+$E7@9Wi)4>|xJ9x=l>}QP&1G+B#jSqfm#gDSuWxw_ z@j{Se!L71f&MISU8*a-v-uBD!Afrh3EO|V)N5jBA?SrmCd-LJedP#`ep%m2~ zPskg@9*?N?c!FVWIzVu}$8&kw8`$j0^LV)Mn8))FtrN{RE;n2X2XTWigT0Z4314K2 z5Bu?0L}(bE@{Zv?-#D%to#MQ(9Sv7-=t@Jtcd=n=E^;XxI$Ga&q(Ojyzd6%a$h<-&7>_I8%kPCFkkc3m=VTDr5qRi!LD_so+mAa^)IVwzMqmCXM+m0K6S3g|YO zf4k;ObMp(o!Y`C&&C2A~?o0HQB1@l~wu61z(ms^OK@`|-M@Wd13dr9pfBULK{6*B`clEsz#+XevjzbQJF|7NK8L*F z8vQ9fL(QOB`a?8BIr7}|=1hpeJRj!m-iW>O2QvLUUD;+AmE*nup0{j<2RnohyA+7# z4Oyf%yQ2`|nd|-0-XT}N%RM6MAQlNYb6fI6nsh0PbRaw?(m`Q@-%n`7q9OzLEZqE} zN*W@np_#!LVeAs*GNKkJ)1ggT2uCCt0*>(2(r~XpGCsbL2s}bS699)wR0=pS&bJXB z8bXsufh0)?=K+BNxtri>-Mm~$e&Y-IA|B6tVOCtOm#G|Z3+EsXMbVl-<^4F-}m(B^R|C&Tk8J$?1Qr_Rn5t&=9g71 z-yKQW-Jrhib@kEZ?kD}<^rxy%Lfe>bX?rsNFZ1z&$F_&I1?BH`-$n@h#~TMS@BInU z#2i)W{K`btvE|E8roWkfdinYEv*~XyKbuQb^(HF&zUxj5zP~a!nj9ScZYE*=V4YSJ z7}t=(VEpej8isEOC1Bsri(GB!-`g}j$LT-O%{{I3pITLbk8NcQz_XQ6XyHbIyb9&Y zt0t&x6!c`@IWUwI{#}mp6B)b8w*TcGCr1RihMS1;Yjz2NCI>gvm+)2QD_Z8Hh>khD z5@K^s2@!)VHTO7Ku3SsC=uRS%miwjD`?W zurq{6#A_f&_%{GilrFR1?_KPTwJ)evb*9_xH`~({mG@^CXaB&&Bac6M_(|$ud#a)% zp)X78Ew}q_^u-zz<#ma&`nWe?J^WJNNJe$u?A+}A=YrVC{f`$vPFZVT>gz~f>&;eq z`17)~5+|x%9T!;g2L=BmZ@Bq~Pl%_#K>o#aA@!3GJRYc4S%NVD&s*?dX)A z81U91h82i!XP!4C0`qu^m~U4E&QR|Xc9Qpl{VWwr%Gi~q;e^SNP&*{89BQ7#5WbWE zl3npO0!9fKAmBU!ECJFJM|uvDoP&Q?1|I+-Gy}MfepIMb>b24mRUZ{Ux`s%-+_Wy$ zYe(``dt(Lb2&%P%l&U7S?+t<~^S~s+9NnSF(jXfk9*1x;0Il!jkhA+e*NCVdk};-l&^hFCi_B1_R&@{b_dDT} zhpWH0d!TQ?Eh?OlDh!UgyGKTyBfUT{_MU?Dp|_`(d^&NT61CfHQR#N}yF``i{K$|~ zq(_H(3Fs4b5@FcW*E>8SGMNT^q~OVi9O92+-Z|IM$$?=P2s`Z_7;<$x0XG717-saq zmyV{U!`tmX*J)?>hoVmIA8@-wz1-+`x<79{WnS%Wt2GPzZZWq_H%uwDHL7~0H!O_Z>bX5|V<4q3k7{12n5gi@ zx!-y|^Q2V8QN{Ph{5#FJCZoEv#k$DGb*b{E<=JHUiKL|~YJ6oVymS76Hr|=Cwu7UO4*Mr6|2>EV%1mDvB39 zC{GnPB#jL)g|>O&;NA1F$y8BIQd<*0pVT%l&!#k8QRaI~@twJql0(UoL-C=<>_hfx z<@35{b;-KZDa#p91iF8-Qqq_#X26JIbm>B}{BSD2F{x~PI`*CG4Go>E3d6ceVKzneKQhQ-jU8C(NZJ~f z4E8;a7I} zC2CwX*4_v&PJS6o8EfO`Q^sSkR%DCnR*)@;Y_F6jVP;CP#-PIT1Tv>J*4TSVO?8x6 zEqdp{nfSR>Ra3I4DS`6SmcqNUOH8VyI%%nfWfhh#wl4Lg_8dwU9*TdO=o(5k3?&PP s6Uee^v?j{xV9Cpxr14!?H-jipsU(R?Vyc&D@6Sv-Rr3=9AO+F?0khcg=Kufz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b78ddf38fbb8869c033d891eda0b11ca4deb58ef GIT binary patch literal 31260 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�f-fk80jwdgrX0zp8S!WmVeK$eg?z@1z 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 y9#-J3V$l>ctF-dAg;ptQy~3xJOZ@tp7ixTP|h* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a094110358b55a991d6b34a649f40905bd267adf GIT binary patch literal 5881 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 V`=IIJy7aE@Onc8$+M%7;zW@-WGS2`2 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcad0f59b85ef8f083cd0aff8210509cb4fbe4e5 GIT binary patch literal 19952 zcmdUXTW}j!mRL8?cmo882OlCOf-jMv_z?9LNxe)_mMn>;MU7>{QZNv^DM11Ox*L>4 z2wZc#-d%FX6G5?S3GH}F(2f&P>rGixldaWOZDl=`t&I1P3Lq#YP7kYANnDlqCk2^G zWv!p&oZH=a5tKB$cAQ)mZ}&a-+zBb(Dj_jtW|B4AERLCzY zb~QyUP%OpLLCPyVX)jIEDzAz>)m}9`RY7J#L(0d!-UamoG^J! zG{ve}CTO0pcr6nZ-iisU*E(VI+Gy$=#cKYD_EvHxu7b0Tt7@TXuN_i$&d519rv#DV zE&_LQj&U`?tAex*@Jw74#8m(%<>B4NRmmj@CaW!~ry4Mv_^-e@7x}9m*OGc`kc~xB5S#KT%0A?|Rn2Iar{dHDSBs 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 nbJl=h<0@F None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should be the part of platform tag after the ``linux_`` + prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a + prerequisite for the current platform to be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/markers.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(self.value) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = self._coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, spec: str + ) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self) -> bool: + + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iterable + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/tags.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + platforms = list(platforms or platform_tags()) + abis = list(abis) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/utils.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/version.py b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                              # pre-release
    +            [-_\.]?
    +            (?P(a|b|c|rc|alpha|beta|pre|preview))
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +        (?P                                         # post release
    +            (?:-(?P[0-9]+))
    +            |
    +            (?:
    +                [-_\.]?
    +                (?Ppost|rev|r)
    +                [-_\.]?
    +                (?P[0-9]+)?
    +            )
    +        )?
    +        (?P                                          # dev release
    +            [-_\.]?
    +            (?Pdev)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +    )
    +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
    +"""
    +
    +
    +class Version(_BaseVersion):
    +
    +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
    +
    +    def __init__(self, version: str) -> None:
    +
    +        # Validate the version and parse it into pieces
    +        match = self._regex.search(version)
    +        if not match:
    +            raise InvalidVersion(f"Invalid version: '{version}'")
    +
    +        # Store the parsed out pieces of the version
    +        self._version = _Version(
    +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
    +            release=tuple(int(i) for i in match.group("release").split(".")),
    +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
    +            post=_parse_letter_version(
    +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
    +            ),
    +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
    +            local=_parse_local_version(match.group("local")),
    +        )
    +
    +        # Generate a key which will be used for sorting
    +        self._key = _cmpkey(
    +            self._version.epoch,
    +            self._version.release,
    +            self._version.pre,
    +            self._version.post,
    +            self._version.dev,
    +            self._version.local,
    +        )
    +
    +    def __repr__(self) -> str:
    +        return f""
    +
    +    def __str__(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        # Pre-release
    +        if self.pre is not None:
    +            parts.append("".join(str(x) for x in self.pre))
    +
    +        # Post-release
    +        if self.post is not None:
    +            parts.append(f".post{self.post}")
    +
    +        # Development release
    +        if self.dev is not None:
    +            parts.append(f".dev{self.dev}")
    +
    +        # Local version segment
    +        if self.local is not None:
    +            parts.append(f"+{self.local}")
    +
    +        return "".join(parts)
    +
    +    @property
    +    def epoch(self) -> int:
    +        _epoch: int = self._version.epoch
    +        return _epoch
    +
    +    @property
    +    def release(self) -> Tuple[int, ...]:
    +        _release: Tuple[int, ...] = self._version.release
    +        return _release
    +
    +    @property
    +    def pre(self) -> Optional[Tuple[str, int]]:
    +        _pre: Optional[Tuple[str, int]] = self._version.pre
    +        return _pre
    +
    +    @property
    +    def post(self) -> Optional[int]:
    +        return self._version.post[1] if self._version.post else None
    +
    +    @property
    +    def dev(self) -> Optional[int]:
    +        return self._version.dev[1] if self._version.dev else None
    +
    +    @property
    +    def local(self) -> Optional[str]:
    +        if self._version.local:
    +            return ".".join(str(x) for x in self._version.local)
    +        else:
    +            return None
    +
    +    @property
    +    def public(self) -> str:
    +        return str(self).split("+", 1)[0]
    +
    +    @property
    +    def base_version(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        return "".join(parts)
    +
    +    @property
    +    def is_prerelease(self) -> bool:
    +        return self.dev is not None or self.pre is not None
    +
    +    @property
    +    def is_postrelease(self) -> bool:
    +        return self.post is not None
    +
    +    @property
    +    def is_devrelease(self) -> bool:
    +        return self.dev is not None
    +
    +    @property
    +    def major(self) -> int:
    +        return self.release[0] if len(self.release) >= 1 else 0
    +
    +    @property
    +    def minor(self) -> int:
    +        return self.release[1] if len(self.release) >= 2 else 0
    +
    +    @property
    +    def micro(self) -> int:
    +        return self.release[2] if len(self.release) >= 3 else 0
    +
    +
    +def _parse_letter_version(
    +    letter: str, number: Union[str, bytes, SupportsInt]
    +) -> Optional[Tuple[str, int]]:
    +
    +    if letter:
    +        # We consider there to be an implicit 0 in a pre-release if there is
    +        # not a numeral associated with it.
    +        if number is None:
    +            number = 0
    +
    +        # We normalize any letters to their lower case form
    +        letter = letter.lower()
    +
    +        # We consider some words to be alternate spellings of other words and
    +        # in those cases we want to normalize the spellings to our preferred
    +        # spelling.
    +        if letter == "alpha":
    +            letter = "a"
    +        elif letter == "beta":
    +            letter = "b"
    +        elif letter in ["c", "pre", "preview"]:
    +            letter = "rc"
    +        elif letter in ["rev", "r"]:
    +            letter = "post"
    +
    +        return letter, int(number)
    +    if not letter and number:
    +        # We assume if we are given a number, but we are not given a letter
    +        # then this is using the implicit post release syntax (e.g. 1.0-1)
    +        letter = "post"
    +
    +        return letter, int(number)
    +
    +    return None
    +
    +
    +_local_version_separators = re.compile(r"[\._-]")
    +
    +
    +def _parse_local_version(local: str) -> Optional[LocalType]:
    +    """
    +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
    +    """
    +    if local is not None:
    +        return tuple(
    +            part.lower() if not part.isdigit() else int(part)
    +            for part in _local_version_separators.split(local)
    +        )
    +    return None
    +
    +
    +def _cmpkey(
    +    epoch: int,
    +    release: Tuple[int, ...],
    +    pre: Optional[Tuple[str, int]],
    +    post: Optional[Tuple[str, int]],
    +    dev: Optional[Tuple[str, int]],
    +    local: Optional[Tuple[SubLocalType]],
    +) -> CmpKey:
    +
    +    # When we compare a release version, we want to compare it with all of the
    +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
    +    # leading zeros until we come to something non zero, then take the rest
    +    # re-reverse it back into the correct order and make it a tuple and use
    +    # that for our sorting key.
    +    _release = tuple(
    +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
    +    )
    +
    +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
    +    # We'll do this by abusing the pre segment, but we _only_ want to do this
    +    # if there is not a pre or a post segment. If we have one of those then
    +    # the normal sorting rules will handle this case correctly.
    +    if pre is None and post is None and dev is not None:
    +        _pre: PrePostDevType = NegativeInfinity
    +    # Versions without a pre-release (except as noted above) should sort after
    +    # those with one.
    +    elif pre is None:
    +        _pre = Infinity
    +    else:
    +        _pre = pre
    +
    +    # Versions without a post segment should sort before those with one.
    +    if post is None:
    +        _post: PrePostDevType = NegativeInfinity
    +
    +    else:
    +        _post = post
    +
    +    # Versions without a development segment should sort after those with one.
    +    if dev is None:
    +        _dev: PrePostDevType = Infinity
    +
    +    else:
    +        _dev = dev
    +
    +    if local is None:
    +        # Versions without a local segment should sort before those with one.
    +        _local: LocalType = NegativeInfinity
    +    else:
    +        # Versions with a local segment need that segment parsed to implement
    +        # the sorting rules in PEP440.
    +        # - Alpha numeric segments sort before numeric segments
    +        # - Alpha numeric segments sort lexicographically
    +        # - Numeric segments sort numerically
    +        # - Shorter versions sort before longer versions when the prefixes
    +        #   match exactly
    +        _local = tuple(
    +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
    +        )
    +
    +    return epoch, _release, _pre, _post, _dev, _local
    diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..ad27940
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    @@ -0,0 +1,3361 @@
    +"""
    +Package resource API
    +--------------------
    +
    +A resource is a logical file contained within a package, or a logical
    +subdirectory thereof.  The package resource API expects resource names
    +to have their path parts separated with ``/``, *not* whatever the local
    +path separator is.  Do not use os.path operations to manipulate resource
    +names being passed into the API.
    +
    +The package resource API is designed to work with normal filesystem packages,
    +.egg files, and unpacked .egg files.  It can also work in a limited way with
    +.zip files and with custom PEP 302 loaders that support the ``get_data()``
    +method.
    +
    +This module is deprecated. Users are directed to :mod:`importlib.resources`,
    +:mod:`importlib.metadata` and :pypi:`packaging` instead.
    +"""
    +
    +import sys
    +import os
    +import io
    +import time
    +import re
    +import types
    +import zipfile
    +import zipimport
    +import warnings
    +import stat
    +import functools
    +import pkgutil
    +import operator
    +import platform
    +import collections
    +import plistlib
    +import email.parser
    +import errno
    +import tempfile
    +import textwrap
    +import inspect
    +import ntpath
    +import posixpath
    +import importlib
    +from pkgutil import get_importer
    +
    +try:
    +    import _imp
    +except ImportError:
    +    # Python 3.2 compatibility
    +    import imp as _imp
    +
    +try:
    +    FileExistsError
    +except NameError:
    +    FileExistsError = OSError
    +
    +# capture these to bypass sandboxing
    +from os import utime
    +
    +try:
    +    from os import mkdir, rename, unlink
    +
    +    WRITE_SUPPORT = True
    +except ImportError:
    +    # no write support, probably under GAE
    +    WRITE_SUPPORT = False
    +
    +from os import open as os_open
    +from os.path import isdir, split
    +
    +try:
    +    import importlib.machinery as importlib_machinery
    +
    +    # access attribute to force import under delayed import mechanisms.
    +    importlib_machinery.__name__
    +except ImportError:
    +    importlib_machinery = None
    +
    +from pip._internal.utils._jaraco_text import (
    +    yield_lines,
    +    drop_comment,
    +    join_continuation,
    +)
    +
    +from pip._vendor import platformdirs
    +from pip._vendor import packaging
    +
    +__import__('pip._vendor.packaging.version')
    +__import__('pip._vendor.packaging.specifiers')
    +__import__('pip._vendor.packaging.requirements')
    +__import__('pip._vendor.packaging.markers')
    +__import__('pip._vendor.packaging.utils')
    +
    +if sys.version_info < (3, 5):
    +    raise RuntimeError("Python 3.5 or later is required")
    +
    +# declare some globals that will be defined later to
    +# satisfy the linters.
    +require = None
    +working_set = None
    +add_activation_listener = None
    +resources_stream = None
    +cleanup_resources = None
    +resource_dir = None
    +resource_stream = None
    +set_extraction_path = None
    +resource_isdir = None
    +resource_string = None
    +iter_entry_points = None
    +resource_listdir = None
    +resource_filename = None
    +resource_exists = None
    +_distribution_finders = None
    +_namespace_handlers = None
    +_namespace_packages = None
    +
    +
    +warnings.warn(
    +    "pkg_resources is deprecated as an API. "
    +    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
    +    DeprecationWarning,
    +    stacklevel=2
    +)
    +
    +
    +_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
    +
    +
    +class PEP440Warning(RuntimeWarning):
    +    """
    +    Used when there is an issue with a version or specifier not complying with
    +    PEP 440.
    +    """
    +
    +
    +parse_version = packaging.version.Version
    +
    +
    +_state_vars = {}
    +
    +
    +def _declare_state(vartype, **kw):
    +    globals().update(kw)
    +    _state_vars.update(dict.fromkeys(kw, vartype))
    +
    +
    +def __getstate__():
    +    state = {}
    +    g = globals()
    +    for k, v in _state_vars.items():
    +        state[k] = g['_sget_' + v](g[k])
    +    return state
    +
    +
    +def __setstate__(state):
    +    g = globals()
    +    for k, v in state.items():
    +        g['_sset_' + _state_vars[k]](k, g[k], v)
    +    return state
    +
    +
    +def _sget_dict(val):
    +    return val.copy()
    +
    +
    +def _sset_dict(key, ob, state):
    +    ob.clear()
    +    ob.update(state)
    +
    +
    +def _sget_object(val):
    +    return val.__getstate__()
    +
    +
    +def _sset_object(key, ob, state):
    +    ob.__setstate__(state)
    +
    +
    +_sget_none = _sset_none = lambda *args: None
    +
    +
    +def get_supported_platform():
    +    """Return this platform's maximum compatible version.
    +
    +    distutils.util.get_platform() normally reports the minimum version
    +    of macOS that would be required to *use* extensions produced by
    +    distutils.  But what we want when checking compatibility is to know the
    +    version of macOS that we are *running*.  To allow usage of packages that
    +    explicitly require a newer version of macOS, we must also know the
    +    current version of the OS.
    +
    +    If this condition occurs for any other platform with a version in its
    +    platform strings, this function should be extended accordingly.
    +    """
    +    plat = get_build_platform()
    +    m = macosVersionString.match(plat)
    +    if m is not None and sys.platform == "darwin":
    +        try:
    +            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
    +        except ValueError:
    +            # not macOS
    +            pass
    +    return plat
    +
    +
    +__all__ = [
    +    # Basic resource access and distribution/entry point discovery
    +    'require',
    +    'run_script',
    +    'get_provider',
    +    'get_distribution',
    +    'load_entry_point',
    +    'get_entry_map',
    +    'get_entry_info',
    +    'iter_entry_points',
    +    'resource_string',
    +    'resource_stream',
    +    'resource_filename',
    +    'resource_listdir',
    +    'resource_exists',
    +    'resource_isdir',
    +    # Environmental control
    +    'declare_namespace',
    +    'working_set',
    +    'add_activation_listener',
    +    'find_distributions',
    +    'set_extraction_path',
    +    'cleanup_resources',
    +    'get_default_cache',
    +    # Primary implementation classes
    +    'Environment',
    +    'WorkingSet',
    +    'ResourceManager',
    +    'Distribution',
    +    'Requirement',
    +    'EntryPoint',
    +    # Exceptions
    +    'ResolutionError',
    +    'VersionConflict',
    +    'DistributionNotFound',
    +    'UnknownExtra',
    +    'ExtractionError',
    +    # Warnings
    +    'PEP440Warning',
    +    # Parsing functions and string utilities
    +    'parse_requirements',
    +    'parse_version',
    +    'safe_name',
    +    'safe_version',
    +    'get_platform',
    +    'compatible_platforms',
    +    'yield_lines',
    +    'split_sections',
    +    'safe_extra',
    +    'to_filename',
    +    'invalid_marker',
    +    'evaluate_marker',
    +    # filesystem utilities
    +    'ensure_directory',
    +    'normalize_path',
    +    # Distribution "precedence" constants
    +    'EGG_DIST',
    +    'BINARY_DIST',
    +    'SOURCE_DIST',
    +    'CHECKOUT_DIST',
    +    'DEVELOP_DIST',
    +    # "Provider" interfaces, implementations, and registration/lookup APIs
    +    'IMetadataProvider',
    +    'IResourceProvider',
    +    'FileMetadata',
    +    'PathMetadata',
    +    'EggMetadata',
    +    'EmptyProvider',
    +    'empty_provider',
    +    'NullProvider',
    +    'EggProvider',
    +    'DefaultProvider',
    +    'ZipProvider',
    +    'register_finder',
    +    'register_namespace_handler',
    +    'register_loader_type',
    +    'fixup_namespace_packages',
    +    'get_importer',
    +    # Warnings
    +    'PkgResourcesDeprecationWarning',
    +    # Deprecated/backward compatibility only
    +    'run_main',
    +    'AvailableDistributions',
    +]
    +
    +
    +class ResolutionError(Exception):
    +    """Abstract base for dependency resolution errors"""
    +
    +    def __repr__(self):
    +        return self.__class__.__name__ + repr(self.args)
    +
    +
    +class VersionConflict(ResolutionError):
    +    """
    +    An already-installed version conflicts with the requested version.
    +
    +    Should be initialized with the installed Distribution and the requested
    +    Requirement.
    +    """
    +
    +    _template = "{self.dist} is installed but {self.req} is required"
    +
    +    @property
    +    def dist(self):
    +        return self.args[0]
    +
    +    @property
    +    def req(self):
    +        return self.args[1]
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def with_context(self, required_by):
    +        """
    +        If required_by is non-empty, return a version of self that is a
    +        ContextualVersionConflict.
    +        """
    +        if not required_by:
    +            return self
    +        args = self.args + (required_by,)
    +        return ContextualVersionConflict(*args)
    +
    +
    +class ContextualVersionConflict(VersionConflict):
    +    """
    +    A VersionConflict that accepts a third parameter, the set of the
    +    requirements that required the installed Distribution.
    +    """
    +
    +    _template = VersionConflict._template + ' by {self.required_by}'
    +
    +    @property
    +    def required_by(self):
    +        return self.args[2]
    +
    +
    +class DistributionNotFound(ResolutionError):
    +    """A requested distribution was not found"""
    +
    +    _template = (
    +        "The '{self.req}' distribution was not found "
    +        "and is required by {self.requirers_str}"
    +    )
    +
    +    @property
    +    def req(self):
    +        return self.args[0]
    +
    +    @property
    +    def requirers(self):
    +        return self.args[1]
    +
    +    @property
    +    def requirers_str(self):
    +        if not self.requirers:
    +            return 'the application'
    +        return ', '.join(self.requirers)
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def __str__(self):
    +        return self.report()
    +
    +
    +class UnknownExtra(ResolutionError):
    +    """Distribution doesn't have an "extra feature" of the given name"""
    +
    +
    +_provider_factories = {}
    +
    +PY_MAJOR = '{}.{}'.format(*sys.version_info)
    +EGG_DIST = 3
    +BINARY_DIST = 2
    +SOURCE_DIST = 1
    +CHECKOUT_DIST = 0
    +DEVELOP_DIST = -1
    +
    +
    +def register_loader_type(loader_type, provider_factory):
    +    """Register `provider_factory` to make providers for `loader_type`
    +
    +    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
    +    and `provider_factory` is a function that, passed a *module* object,
    +    returns an ``IResourceProvider`` for that module.
    +    """
    +    _provider_factories[loader_type] = provider_factory
    +
    +
    +def get_provider(moduleOrReq):
    +    """Return an IResourceProvider for the named module or requirement"""
    +    if isinstance(moduleOrReq, Requirement):
    +        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
    +    try:
    +        module = sys.modules[moduleOrReq]
    +    except KeyError:
    +        __import__(moduleOrReq)
    +        module = sys.modules[moduleOrReq]
    +    loader = getattr(module, '__loader__', None)
    +    return _find_adapter(_provider_factories, loader)(module)
    +
    +
    +def _macos_vers(_cache=[]):
    +    if not _cache:
    +        version = platform.mac_ver()[0]
    +        # fallback for MacPorts
    +        if version == '':
    +            plist = '/System/Library/CoreServices/SystemVersion.plist'
    +            if os.path.exists(plist):
    +                if hasattr(plistlib, 'readPlist'):
    +                    plist_content = plistlib.readPlist(plist)
    +                    if 'ProductVersion' in plist_content:
    +                        version = plist_content['ProductVersion']
    +
    +        _cache.append(version.split('.'))
    +    return _cache[0]
    +
    +
    +def _macos_arch(machine):
    +    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
    +
    +
    +def get_build_platform():
    +    """Return this platform's string for platform-specific distributions
    +
    +    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
    +    needs some hacks for Linux and macOS.
    +    """
    +    from sysconfig import get_platform
    +
    +    plat = get_platform()
    +    if sys.platform == "darwin" and not plat.startswith('macosx-'):
    +        try:
    +            version = _macos_vers()
    +            machine = os.uname()[4].replace(" ", "_")
    +            return "macosx-%d.%d-%s" % (
    +                int(version[0]),
    +                int(version[1]),
    +                _macos_arch(machine),
    +            )
    +        except ValueError:
    +            # if someone is running a non-Mac darwin system, this will fall
    +            # through to the default implementation
    +            pass
    +    return plat
    +
    +
    +macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
    +darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
    +# XXX backward compat
    +get_platform = get_build_platform
    +
    +
    +def compatible_platforms(provided, required):
    +    """Can code for the `provided` platform run on the `required` platform?
    +
    +    Returns true if either platform is ``None``, or the platforms are equal.
    +
    +    XXX Needs compatibility checks for Linux and other unixy OSes.
    +    """
    +    if provided is None or required is None or provided == required:
    +        # easy case
    +        return True
    +
    +    # macOS special cases
    +    reqMac = macosVersionString.match(required)
    +    if reqMac:
    +        provMac = macosVersionString.match(provided)
    +
    +        # is this a Mac package?
    +        if not provMac:
    +            # this is backwards compatibility for packages built before
    +            # setuptools 0.6. All packages built after this point will
    +            # use the new macOS designation.
    +            provDarwin = darwinVersionString.match(provided)
    +            if provDarwin:
    +                dversion = int(provDarwin.group(1))
    +                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
    +                if (
    +                    dversion == 7
    +                    and macosversion >= "10.3"
    +                    or dversion == 8
    +                    and macosversion >= "10.4"
    +                ):
    +                    return True
    +            # egg isn't macOS or legacy darwin
    +            return False
    +
    +        # are they the same major version and machine type?
    +        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
    +            return False
    +
    +        # is the required OS major update >= the provided one?
    +        if int(provMac.group(2)) > int(reqMac.group(2)):
    +            return False
    +
    +        return True
    +
    +    # XXX Linux and other platforms' special cases should go here
    +    return False
    +
    +
    +def run_script(dist_spec, script_name):
    +    """Locate distribution `dist_spec` and run its `script_name` script"""
    +    ns = sys._getframe(1).f_globals
    +    name = ns['__name__']
    +    ns.clear()
    +    ns['__name__'] = name
    +    require(dist_spec)[0].run_script(script_name, ns)
    +
    +
    +# backward compatibility
    +run_main = run_script
    +
    +
    +def get_distribution(dist):
    +    """Return a current distribution object for a Requirement or string"""
    +    if isinstance(dist, str):
    +        dist = Requirement.parse(dist)
    +    if isinstance(dist, Requirement):
    +        dist = get_provider(dist)
    +    if not isinstance(dist, Distribution):
    +        raise TypeError("Expected string, Requirement, or Distribution", dist)
    +    return dist
    +
    +
    +def load_entry_point(dist, group, name):
    +    """Return `name` entry point of `group` for `dist` or raise ImportError"""
    +    return get_distribution(dist).load_entry_point(group, name)
    +
    +
    +def get_entry_map(dist, group=None):
    +    """Return the entry point map for `group`, or the full entry map"""
    +    return get_distribution(dist).get_entry_map(group)
    +
    +
    +def get_entry_info(dist, group, name):
    +    """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +    return get_distribution(dist).get_entry_info(group, name)
    +
    +
    +class IMetadataProvider:
    +    def has_metadata(name):
    +        """Does the package's distribution contain the named metadata?"""
    +
    +    def get_metadata(name):
    +        """The named metadata resource as a string"""
    +
    +    def get_metadata_lines(name):
    +        """Yield named metadata resource as list of non-blank non-comment lines
    +
    +        Leading and trailing whitespace is stripped from each line, and lines
    +        with ``#`` as the first non-blank character are omitted."""
    +
    +    def metadata_isdir(name):
    +        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
    +
    +    def metadata_listdir(name):
    +        """List of metadata names in the directory (like ``os.listdir()``)"""
    +
    +    def run_script(script_name, namespace):
    +        """Execute the named script in the supplied namespace dictionary"""
    +
    +
    +class IResourceProvider(IMetadataProvider):
    +    """An object that provides access to package resources"""
    +
    +    def get_resource_filename(manager, resource_name):
    +        """Return a true filesystem path for `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def get_resource_stream(manager, resource_name):
    +        """Return a readable file-like object for `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def get_resource_string(manager, resource_name):
    +        """Return a string containing the contents of `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def has_resource(resource_name):
    +        """Does the package contain the named resource?"""
    +
    +    def resource_isdir(resource_name):
    +        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
    +
    +    def resource_listdir(resource_name):
    +        """List of resource names in the directory (like ``os.listdir()``)"""
    +
    +
    +class WorkingSet:
    +    """A collection of active distributions on sys.path (or a similar list)"""
    +
    +    def __init__(self, entries=None):
    +        """Create working set from list of path entries (default=sys.path)"""
    +        self.entries = []
    +        self.entry_keys = {}
    +        self.by_key = {}
    +        self.normalized_to_canonical_keys = {}
    +        self.callbacks = []
    +
    +        if entries is None:
    +            entries = sys.path
    +
    +        for entry in entries:
    +            self.add_entry(entry)
    +
    +    @classmethod
    +    def _build_master(cls):
    +        """
    +        Prepare the master working set.
    +        """
    +        ws = cls()
    +        try:
    +            from __main__ import __requires__
    +        except ImportError:
    +            # The main program does not list any requirements
    +            return ws
    +
    +        # ensure the requirements are met
    +        try:
    +            ws.require(__requires__)
    +        except VersionConflict:
    +            return cls._build_from_requirements(__requires__)
    +
    +        return ws
    +
    +    @classmethod
    +    def _build_from_requirements(cls, req_spec):
    +        """
    +        Build a working set from a requirement spec. Rewrites sys.path.
    +        """
    +        # try it without defaults already on sys.path
    +        # by starting with an empty path
    +        ws = cls([])
    +        reqs = parse_requirements(req_spec)
    +        dists = ws.resolve(reqs, Environment())
    +        for dist in dists:
    +            ws.add(dist)
    +
    +        # add any missing entries from sys.path
    +        for entry in sys.path:
    +            if entry not in ws.entries:
    +                ws.add_entry(entry)
    +
    +        # then copy back to sys.path
    +        sys.path[:] = ws.entries
    +        return ws
    +
    +    def add_entry(self, entry):
    +        """Add a path item to ``.entries``, finding any distributions on it
    +
    +        ``find_distributions(entry, True)`` is used to find distributions
    +        corresponding to the path entry, and they are added.  `entry` is
    +        always appended to ``.entries``, even if it is already present.
    +        (This is because ``sys.path`` can contain the same value more than
    +        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
    +        equal ``sys.path``.)
    +        """
    +        self.entry_keys.setdefault(entry, [])
    +        self.entries.append(entry)
    +        for dist in find_distributions(entry, True):
    +            self.add(dist, entry, False)
    +
    +    def __contains__(self, dist):
    +        """True if `dist` is the active distribution for its project"""
    +        return self.by_key.get(dist.key) == dist
    +
    +    def find(self, req):
    +        """Find a distribution matching requirement `req`
    +
    +        If there is an active distribution for the requested project, this
    +        returns it as long as it meets the version requirement specified by
    +        `req`.  But, if there is an active distribution for the project and it
    +        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
    +        If there is no active distribution for the requested project, ``None``
    +        is returned.
    +        """
    +        dist = self.by_key.get(req.key)
    +
    +        if dist is None:
    +            canonical_key = self.normalized_to_canonical_keys.get(req.key)
    +
    +            if canonical_key is not None:
    +                req.key = canonical_key
    +                dist = self.by_key.get(canonical_key)
    +
    +        if dist is not None and dist not in req:
    +            # XXX add more info
    +            raise VersionConflict(dist, req)
    +        return dist
    +
    +    def iter_entry_points(self, group, name=None):
    +        """Yield entry point objects from `group` matching `name`
    +
    +        If `name` is None, yields all entry points in `group` from all
    +        distributions in the working set, otherwise only ones matching
    +        both `group` and `name` are yielded (in distribution order).
    +        """
    +        return (
    +            entry
    +            for dist in self
    +            for entry in dist.get_entry_map(group).values()
    +            if name is None or name == entry.name
    +        )
    +
    +    def run_script(self, requires, script_name):
    +        """Locate distribution for `requires` and run `script_name` script"""
    +        ns = sys._getframe(1).f_globals
    +        name = ns['__name__']
    +        ns.clear()
    +        ns['__name__'] = name
    +        self.require(requires)[0].run_script(script_name, ns)
    +
    +    def __iter__(self):
    +        """Yield distributions for non-duplicate projects in the working set
    +
    +        The yield order is the order in which the items' path entries were
    +        added to the working set.
    +        """
    +        seen = {}
    +        for item in self.entries:
    +            if item not in self.entry_keys:
    +                # workaround a cache issue
    +                continue
    +
    +            for key in self.entry_keys[item]:
    +                if key not in seen:
    +                    seen[key] = 1
    +                    yield self.by_key[key]
    +
    +    def add(self, dist, entry=None, insert=True, replace=False):
    +        """Add `dist` to working set, associated with `entry`
    +
    +        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
    +        On exit from this routine, `entry` is added to the end of the working
    +        set's ``.entries`` (if it wasn't already present).
    +
    +        `dist` is only added to the working set if it's for a project that
    +        doesn't already have a distribution in the set, unless `replace=True`.
    +        If it's added, any callbacks registered with the ``subscribe()`` method
    +        will be called.
    +        """
    +        if insert:
    +            dist.insert_on(self.entries, entry, replace=replace)
    +
    +        if entry is None:
    +            entry = dist.location
    +        keys = self.entry_keys.setdefault(entry, [])
    +        keys2 = self.entry_keys.setdefault(dist.location, [])
    +        if not replace and dist.key in self.by_key:
    +            # ignore hidden distros
    +            return
    +
    +        self.by_key[dist.key] = dist
    +        normalized_name = packaging.utils.canonicalize_name(dist.key)
    +        self.normalized_to_canonical_keys[normalized_name] = dist.key
    +        if dist.key not in keys:
    +            keys.append(dist.key)
    +        if dist.key not in keys2:
    +            keys2.append(dist.key)
    +        self._added_new(dist)
    +
    +    def resolve(
    +        self,
    +        requirements,
    +        env=None,
    +        installer=None,
    +        replace_conflicting=False,
    +        extras=None,
    +    ):
    +        """List all distributions needed to (recursively) meet `requirements`
    +
    +        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
    +        if supplied, should be an ``Environment`` instance.  If
    +        not supplied, it defaults to all distributions available within any
    +        entry or distribution in the working set.  `installer`, if supplied,
    +        will be invoked with each requirement that cannot be met by an
    +        already-installed distribution; it should return a ``Distribution`` or
    +        ``None``.
    +
    +        Unless `replace_conflicting=True`, raises a VersionConflict exception
    +        if
    +        any requirements are found on the path that have the correct name but
    +        the wrong version.  Otherwise, if an `installer` is supplied it will be
    +        invoked to obtain the correct version of the requirement and activate
    +        it.
    +
    +        `extras` is a list of the extras to be used with these requirements.
    +        This is important because extra requirements may look like `my_req;
    +        extra = "my_extra"`, which would otherwise be interpreted as a purely
    +        optional requirement.  Instead, we want to be able to assert that these
    +        requirements are truly required.
    +        """
    +
    +        # set up the stack
    +        requirements = list(requirements)[::-1]
    +        # set of processed requirements
    +        processed = {}
    +        # key -> dist
    +        best = {}
    +        to_activate = []
    +
    +        req_extras = _ReqExtras()
    +
    +        # Mapping of requirement to set of distributions that required it;
    +        # useful for reporting info about conflicts.
    +        required_by = collections.defaultdict(set)
    +
    +        while requirements:
    +            # process dependencies breadth-first
    +            req = requirements.pop(0)
    +            if req in processed:
    +                # Ignore cyclic or redundant dependencies
    +                continue
    +
    +            if not req_extras.markers_pass(req, extras):
    +                continue
    +
    +            dist = self._resolve_dist(
    +                req, best, replace_conflicting, env, installer, required_by, to_activate
    +            )
    +
    +            # push the new requirements onto the stack
    +            new_requirements = dist.requires(req.extras)[::-1]
    +            requirements.extend(new_requirements)
    +
    +            # Register the new requirements needed by req
    +            for new_requirement in new_requirements:
    +                required_by[new_requirement].add(req.project_name)
    +                req_extras[new_requirement] = req.extras
    +
    +            processed[req] = True
    +
    +        # return list of distros to activate
    +        return to_activate
    +
    +    def _resolve_dist(
    +        self, req, best, replace_conflicting, env, installer, required_by, to_activate
    +    ):
    +        dist = best.get(req.key)
    +        if dist is None:
    +            # Find the best distribution and add it to the map
    +            dist = self.by_key.get(req.key)
    +            if dist is None or (dist not in req and replace_conflicting):
    +                ws = self
    +                if env is None:
    +                    if dist is None:
    +                        env = Environment(self.entries)
    +                    else:
    +                        # Use an empty environment and workingset to avoid
    +                        # any further conflicts with the conflicting
    +                        # distribution
    +                        env = Environment([])
    +                        ws = WorkingSet([])
    +                dist = best[req.key] = env.best_match(
    +                    req, ws, installer, replace_conflicting=replace_conflicting
    +                )
    +                if dist is None:
    +                    requirers = required_by.get(req, None)
    +                    raise DistributionNotFound(req, requirers)
    +            to_activate.append(dist)
    +        if dist not in req:
    +            # Oops, the "best" so far conflicts with a dependency
    +            dependent_req = required_by[req]
    +            raise VersionConflict(dist, req).with_context(dependent_req)
    +        return dist
    +
    +    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
    +        """Find all activatable distributions in `plugin_env`
    +
    +        Example usage::
    +
    +            distributions, errors = working_set.find_plugins(
    +                Environment(plugin_dirlist)
    +            )
    +            # add plugins+libs to sys.path
    +            map(working_set.add, distributions)
    +            # display errors
    +            print('Could not load', errors)
    +
    +        The `plugin_env` should be an ``Environment`` instance that contains
    +        only distributions that are in the project's "plugin directory" or
    +        directories. The `full_env`, if supplied, should be an ``Environment``
    +        contains all currently-available distributions.  If `full_env` is not
    +        supplied, one is created automatically from the ``WorkingSet`` this
    +        method is called on, which will typically mean that every directory on
    +        ``sys.path`` will be scanned for distributions.
    +
    +        `installer` is a standard installer callback as used by the
    +        ``resolve()`` method. The `fallback` flag indicates whether we should
    +        attempt to resolve older versions of a plugin if the newest version
    +        cannot be resolved.
    +
    +        This method returns a 2-tuple: (`distributions`, `error_info`), where
    +        `distributions` is a list of the distributions found in `plugin_env`
    +        that were loadable, along with any other distributions that are needed
    +        to resolve their dependencies.  `error_info` is a dictionary mapping
    +        unloadable plugin distributions to an exception instance describing the
    +        error that occurred. Usually this will be a ``DistributionNotFound`` or
    +        ``VersionConflict`` instance.
    +        """
    +
    +        plugin_projects = list(plugin_env)
    +        # scan project names in alphabetic order
    +        plugin_projects.sort()
    +
    +        error_info = {}
    +        distributions = {}
    +
    +        if full_env is None:
    +            env = Environment(self.entries)
    +            env += plugin_env
    +        else:
    +            env = full_env + plugin_env
    +
    +        shadow_set = self.__class__([])
    +        # put all our entries in shadow_set
    +        list(map(shadow_set.add, self))
    +
    +        for project_name in plugin_projects:
    +            for dist in plugin_env[project_name]:
    +                req = [dist.as_requirement()]
    +
    +                try:
    +                    resolvees = shadow_set.resolve(req, env, installer)
    +
    +                except ResolutionError as v:
    +                    # save error info
    +                    error_info[dist] = v
    +                    if fallback:
    +                        # try the next older version of project
    +                        continue
    +                    else:
    +                        # give up on this project, keep going
    +                        break
    +
    +                else:
    +                    list(map(shadow_set.add, resolvees))
    +                    distributions.update(dict.fromkeys(resolvees))
    +
    +                    # success, no need to try any more versions of this project
    +                    break
    +
    +        distributions = list(distributions)
    +        distributions.sort()
    +
    +        return distributions, error_info
    +
    +    def require(self, *requirements):
    +        """Ensure that distributions matching `requirements` are activated
    +
    +        `requirements` must be a string or a (possibly-nested) sequence
    +        thereof, specifying the distributions and versions required.  The
    +        return value is a sequence of the distributions that needed to be
    +        activated to fulfill the requirements; all relevant distributions are
    +        included, even if they were already activated in this working set.
    +        """
    +        needed = self.resolve(parse_requirements(requirements))
    +
    +        for dist in needed:
    +            self.add(dist)
    +
    +        return needed
    +
    +    def subscribe(self, callback, existing=True):
    +        """Invoke `callback` for all distributions
    +
    +        If `existing=True` (default),
    +        call on all existing ones, as well.
    +        """
    +        if callback in self.callbacks:
    +            return
    +        self.callbacks.append(callback)
    +        if not existing:
    +            return
    +        for dist in self:
    +            callback(dist)
    +
    +    def _added_new(self, dist):
    +        for callback in self.callbacks:
    +            callback(dist)
    +
    +    def __getstate__(self):
    +        return (
    +            self.entries[:],
    +            self.entry_keys.copy(),
    +            self.by_key.copy(),
    +            self.normalized_to_canonical_keys.copy(),
    +            self.callbacks[:],
    +        )
    +
    +    def __setstate__(self, e_k_b_n_c):
    +        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
    +        self.entries = entries[:]
    +        self.entry_keys = keys.copy()
    +        self.by_key = by_key.copy()
    +        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
    +        self.callbacks = callbacks[:]
    +
    +
    +class _ReqExtras(dict):
    +    """
    +    Map each requirement to the extras that demanded it.
    +    """
    +
    +    def markers_pass(self, req, extras=None):
    +        """
    +        Evaluate markers for req against each extra that
    +        demanded it.
    +
    +        Return False if the req has a marker and fails
    +        evaluation. Otherwise, return True.
    +        """
    +        extra_evals = (
    +            req.marker.evaluate({'extra': extra})
    +            for extra in self.get(req, ()) + (extras or (None,))
    +        )
    +        return not req.marker or any(extra_evals)
    +
    +
    +class Environment:
    +    """Searchable snapshot of distributions on a search path"""
    +
    +    def __init__(
    +        self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR
    +    ):
    +        """Snapshot distributions available on a search path
    +
    +        Any distributions found on `search_path` are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.
    +
    +        `platform` is an optional string specifying the name of the platform
    +        that platform-specific distributions must be compatible with.  If
    +        unspecified, it defaults to the current platform.  `python` is an
    +        optional string naming the desired version of Python (e.g. ``'3.6'``);
    +        it defaults to the current version.
    +
    +        You may explicitly set `platform` (and/or `python`) to ``None`` if you
    +        wish to map *all* distributions, not just those compatible with the
    +        running platform or Python version.
    +        """
    +        self._distmap = {}
    +        self.platform = platform
    +        self.python = python
    +        self.scan(search_path)
    +
    +    def can_add(self, dist):
    +        """Is distribution `dist` acceptable for this environment?
    +
    +        The distribution must match the platform and python version
    +        requirements specified when this environment was created, or False
    +        is returned.
    +        """
    +        py_compat = (
    +            self.python is None
    +            or dist.py_version is None
    +            or dist.py_version == self.python
    +        )
    +        return py_compat and compatible_platforms(dist.platform, self.platform)
    +
    +    def remove(self, dist):
    +        """Remove `dist` from the environment"""
    +        self._distmap[dist.key].remove(dist)
    +
    +    def scan(self, search_path=None):
    +        """Scan `search_path` for distributions usable in this environment
    +
    +        Any distributions found are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.  Only distributions conforming to
    +        the platform/python version defined at initialization are added.
    +        """
    +        if search_path is None:
    +            search_path = sys.path
    +
    +        for item in search_path:
    +            for dist in find_distributions(item):
    +                self.add(dist)
    +
    +    def __getitem__(self, project_name):
    +        """Return a newest-to-oldest list of distributions for `project_name`
    +
    +        Uses case-insensitive `project_name` comparison, assuming all the
    +        project's distributions use their project's name converted to all
    +        lowercase as their key.
    +
    +        """
    +        distribution_key = project_name.lower()
    +        return self._distmap.get(distribution_key, [])
    +
    +    def add(self, dist):
    +        """Add `dist` if we ``can_add()`` it and it has not already been added"""
    +        if self.can_add(dist) and dist.has_version():
    +            dists = self._distmap.setdefault(dist.key, [])
    +            if dist not in dists:
    +                dists.append(dist)
    +                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
    +
    +    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
    +        """Find distribution best matching `req` and usable on `working_set`
    +
    +        This calls the ``find(req)`` method of the `working_set` to see if a
    +        suitable distribution is already active.  (This may raise
    +        ``VersionConflict`` if an unsuitable version of the project is already
    +        active in the specified `working_set`.)  If a suitable distribution
    +        isn't active, this method returns the newest distribution in the
    +        environment that meets the ``Requirement`` in `req`.  If no suitable
    +        distribution is found, and `installer` is supplied, then the result of
    +        calling the environment's ``obtain(req, installer)`` method will be
    +        returned.
    +        """
    +        try:
    +            dist = working_set.find(req)
    +        except VersionConflict:
    +            if not replace_conflicting:
    +                raise
    +            dist = None
    +        if dist is not None:
    +            return dist
    +        for dist in self[req.key]:
    +            if dist in req:
    +                return dist
    +        # try to download/install
    +        return self.obtain(req, installer)
    +
    +    def obtain(self, requirement, installer=None):
    +        """Obtain a distribution matching `requirement` (e.g. via download)
    +
    +        Obtain a distro that matches requirement (e.g. via download).  In the
    +        base ``Environment`` class, this routine just returns
    +        ``installer(requirement)``, unless `installer` is None, in which case
    +        None is returned instead.  This method is a hook that allows subclasses
    +        to attempt other ways of obtaining a distribution before falling back
    +        to the `installer` argument."""
    +        if installer is not None:
    +            return installer(requirement)
    +
    +    def __iter__(self):
    +        """Yield the unique project names of the available distributions"""
    +        for key in self._distmap.keys():
    +            if self[key]:
    +                yield key
    +
    +    def __iadd__(self, other):
    +        """In-place addition of a distribution or environment"""
    +        if isinstance(other, Distribution):
    +            self.add(other)
    +        elif isinstance(other, Environment):
    +            for project in other:
    +                for dist in other[project]:
    +                    self.add(dist)
    +        else:
    +            raise TypeError("Can't add %r to environment" % (other,))
    +        return self
    +
    +    def __add__(self, other):
    +        """Add an environment or distribution to an environment"""
    +        new = self.__class__([], platform=None, python=None)
    +        for env in self, other:
    +            new += env
    +        return new
    +
    +
    +# XXX backward compatibility
    +AvailableDistributions = Environment
    +
    +
    +class ExtractionError(RuntimeError):
    +    """An error occurred extracting a resource
    +
    +    The following attributes are available from instances of this exception:
    +
    +    manager
    +        The resource manager that raised this exception
    +
    +    cache_path
    +        The base directory for resource extraction
    +
    +    original_error
    +        The exception instance that caused extraction to fail
    +    """
    +
    +
    +class ResourceManager:
    +    """Manage resource extraction and packages"""
    +
    +    extraction_path = None
    +
    +    def __init__(self):
    +        self.cached_files = {}
    +
    +    def resource_exists(self, package_or_requirement, resource_name):
    +        """Does the named resource exist?"""
    +        return get_provider(package_or_requirement).has_resource(resource_name)
    +
    +    def resource_isdir(self, package_or_requirement, resource_name):
    +        """Is the named resource an existing directory?"""
    +        return get_provider(package_or_requirement).resource_isdir(resource_name)
    +
    +    def resource_filename(self, package_or_requirement, resource_name):
    +        """Return a true filesystem path for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_filename(
    +            self, resource_name
    +        )
    +
    +    def resource_stream(self, package_or_requirement, resource_name):
    +        """Return a readable file-like object for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_stream(
    +            self, resource_name
    +        )
    +
    +    def resource_string(self, package_or_requirement, resource_name):
    +        """Return specified resource as a string"""
    +        return get_provider(package_or_requirement).get_resource_string(
    +            self, resource_name
    +        )
    +
    +    def resource_listdir(self, package_or_requirement, resource_name):
    +        """List the contents of the named resource directory"""
    +        return get_provider(package_or_requirement).resource_listdir(resource_name)
    +
    +    def extraction_error(self):
    +        """Give an error message for problems extracting file(s)"""
    +
    +        old_exc = sys.exc_info()[1]
    +        cache_path = self.extraction_path or get_default_cache()
    +
    +        tmpl = textwrap.dedent(
    +            """
    +            Can't extract file(s) to egg cache
    +
    +            The following error occurred while trying to extract file(s)
    +            to the Python egg cache:
    +
    +              {old_exc}
    +
    +            The Python egg cache directory is currently set to:
    +
    +              {cache_path}
    +
    +            Perhaps your account does not have write access to this directory?
    +            You can change the cache directory by setting the PYTHON_EGG_CACHE
    +            environment variable to point to an accessible directory.
    +            """
    +        ).lstrip()
    +        err = ExtractionError(tmpl.format(**locals()))
    +        err.manager = self
    +        err.cache_path = cache_path
    +        err.original_error = old_exc
    +        raise err
    +
    +    def get_cache_path(self, archive_name, names=()):
    +        """Return absolute location in cache for `archive_name` and `names`
    +
    +        The parent directory of the resulting path will be created if it does
    +        not already exist.  `archive_name` should be the base filename of the
    +        enclosing egg (which may not be the name of the enclosing zipfile!),
    +        including its ".egg" extension.  `names`, if provided, should be a
    +        sequence of path name parts "under" the egg's extraction location.
    +
    +        This method should only be called by resource providers that need to
    +        obtain an extraction location, and only for names they intend to
    +        extract, as it tracks the generated names for possible cleanup later.
    +        """
    +        extract_path = self.extraction_path or get_default_cache()
    +        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
    +        try:
    +            _bypass_ensure_directory(target_path)
    +        except Exception:
    +            self.extraction_error()
    +
    +        self._warn_unsafe_extraction_path(extract_path)
    +
    +        self.cached_files[target_path] = 1
    +        return target_path
    +
    +    @staticmethod
    +    def _warn_unsafe_extraction_path(path):
    +        """
    +        If the default extraction path is overridden and set to an insecure
    +        location, such as /tmp, it opens up an opportunity for an attacker to
    +        replace an extracted file with an unauthorized payload. Warn the user
    +        if a known insecure location is used.
    +
    +        See Distribute #375 for more details.
    +        """
    +        if os.name == 'nt' and not path.startswith(os.environ['windir']):
    +            # On Windows, permissions are generally restrictive by default
    +            #  and temp directories are not writable by other users, so
    +            #  bypass the warning.
    +            return
    +        mode = os.stat(path).st_mode
    +        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
    +            msg = (
    +                "Extraction path is writable by group/others "
    +                "and vulnerable to attack when "
    +                "used with get_resource_filename ({path}). "
    +                "Consider a more secure "
    +                "location (set with .set_extraction_path or the "
    +                "PYTHON_EGG_CACHE environment variable)."
    +            ).format(**locals())
    +            warnings.warn(msg, UserWarning)
    +
    +    def postprocess(self, tempname, filename):
    +        """Perform any platform-specific postprocessing of `tempname`
    +
    +        This is where Mac header rewrites should be done; other platforms don't
    +        have anything special they should do.
    +
    +        Resource providers should call this method ONLY after successfully
    +        extracting a compressed resource.  They must NOT call it on resources
    +        that are already in the filesystem.
    +
    +        `tempname` is the current (temporary) name of the file, and `filename`
    +        is the name it will be renamed to by the caller after this routine
    +        returns.
    +        """
    +
    +        if os.name == 'posix':
    +            # Make the resource executable
    +            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
    +            os.chmod(tempname, mode)
    +
    +    def set_extraction_path(self, path):
    +        """Set the base path where resources will be extracted to, if needed.
    +
    +        If you do not call this routine before any extractions take place, the
    +        path defaults to the return value of ``get_default_cache()``.  (Which
    +        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
    +        platform-specific fallbacks.  See that routine's documentation for more
    +        details.)
    +
    +        Resources are extracted to subdirectories of this path based upon
    +        information given by the ``IResourceProvider``.  You may set this to a
    +        temporary directory, but then you must call ``cleanup_resources()`` to
    +        delete the extracted files when done.  There is no guarantee that
    +        ``cleanup_resources()`` will be able to remove all extracted files.
    +
    +        (Note: you may not change the extraction path for a given resource
    +        manager once resources have been extracted, unless you first call
    +        ``cleanup_resources()``.)
    +        """
    +        if self.cached_files:
    +            raise ValueError("Can't change extraction path, files already extracted")
    +
    +        self.extraction_path = path
    +
    +    def cleanup_resources(self, force=False):
    +        """
    +        Delete all extracted resource files and directories, returning a list
    +        of the file and directory names that could not be successfully removed.
    +        This function does not have any concurrency protection, so it should
    +        generally only be called when the extraction path is a temporary
    +        directory exclusive to a single process.  This method is not
    +        automatically called; you must call it explicitly or register it as an
    +        ``atexit`` function if you wish to ensure cleanup of a temporary
    +        directory used for extractions.
    +        """
    +        # XXX
    +
    +
    +def get_default_cache():
    +    """
    +    Return the ``PYTHON_EGG_CACHE`` environment variable
    +    or a platform-relevant user cache dir for an app
    +    named "Python-Eggs".
    +    """
    +    return os.environ.get('PYTHON_EGG_CACHE') or platformdirs.user_cache_dir(
    +        appname='Python-Eggs'
    +    )
    +
    +
    +def safe_name(name):
    +    """Convert an arbitrary string to a standard distribution name
    +
    +    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
    +    """
    +    return re.sub('[^A-Za-z0-9.]+', '-', name)
    +
    +
    +def safe_version(version):
    +    """
    +    Convert an arbitrary string to a standard version string
    +    """
    +    try:
    +        # normalize the version
    +        return str(packaging.version.Version(version))
    +    except packaging.version.InvalidVersion:
    +        version = version.replace(' ', '.')
    +        return re.sub('[^A-Za-z0-9.]+', '-', version)
    +
    +
    +def _forgiving_version(version):
    +    """Fallback when ``safe_version`` is not safe enough
    +    >>> parse_version(_forgiving_version('0.23ubuntu1'))
    +    
    +    >>> parse_version(_forgiving_version('0.23-'))
    +    
    +    >>> parse_version(_forgiving_version('0.-_'))
    +    
    +    >>> parse_version(_forgiving_version('42.+?1'))
    +    
    +    >>> parse_version(_forgiving_version('hello world'))
    +    
    +    """
    +    version = version.replace(' ', '.')
    +    match = _PEP440_FALLBACK.search(version)
    +    if match:
    +        safe = match["safe"]
    +        rest = version[len(safe):]
    +    else:
    +        safe = "0"
    +        rest = version
    +    local = f"sanitized.{_safe_segment(rest)}".strip(".")
    +    return f"{safe}.dev0+{local}"
    +
    +
    +def _safe_segment(segment):
    +    """Convert an arbitrary string into a safe segment"""
    +    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
    +    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
    +    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
    +
    +
    +def safe_extra(extra):
    +    """Convert an arbitrary string to a standard 'extra' name
    +
    +    Any runs of non-alphanumeric characters are replaced with a single '_',
    +    and the result is always lowercased.
    +    """
    +    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
    +
    +
    +def to_filename(name):
    +    """Convert a project or version name to its filename-escaped form
    +
    +    Any '-' characters are currently replaced with '_'.
    +    """
    +    return name.replace('-', '_')
    +
    +
    +def invalid_marker(text):
    +    """
    +    Validate text as a PEP 508 environment marker; return an exception
    +    if invalid or False otherwise.
    +    """
    +    try:
    +        evaluate_marker(text)
    +    except SyntaxError as e:
    +        e.filename = None
    +        e.lineno = None
    +        return e
    +    return False
    +
    +
    +def evaluate_marker(text, extra=None):
    +    """
    +    Evaluate a PEP 508 environment marker.
    +    Return a boolean indicating the marker result in this environment.
    +    Raise SyntaxError if marker is invalid.
    +
    +    This implementation uses the 'pyparsing' module.
    +    """
    +    try:
    +        marker = packaging.markers.Marker(text)
    +        return marker.evaluate()
    +    except packaging.markers.InvalidMarker as e:
    +        raise SyntaxError(e) from e
    +
    +
    +class NullProvider:
    +    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
    +
    +    egg_name = None
    +    egg_info = None
    +    loader = None
    +
    +    def __init__(self, module):
    +        self.loader = getattr(module, '__loader__', None)
    +        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
    +
    +    def get_resource_filename(self, manager, resource_name):
    +        return self._fn(self.module_path, resource_name)
    +
    +    def get_resource_stream(self, manager, resource_name):
    +        return io.BytesIO(self.get_resource_string(manager, resource_name))
    +
    +    def get_resource_string(self, manager, resource_name):
    +        return self._get(self._fn(self.module_path, resource_name))
    +
    +    def has_resource(self, resource_name):
    +        return self._has(self._fn(self.module_path, resource_name))
    +
    +    def _get_metadata_path(self, name):
    +        return self._fn(self.egg_info, name)
    +
    +    def has_metadata(self, name):
    +        if not self.egg_info:
    +            return self.egg_info
    +
    +        path = self._get_metadata_path(name)
    +        return self._has(path)
    +
    +    def get_metadata(self, name):
    +        if not self.egg_info:
    +            return ""
    +        path = self._get_metadata_path(name)
    +        value = self._get(path)
    +        try:
    +            return value.decode('utf-8')
    +        except UnicodeDecodeError as exc:
    +            # Include the path in the error message to simplify
    +            # troubleshooting, and without changing the exception type.
    +            exc.reason += ' in {} file at path: {}'.format(name, path)
    +            raise
    +
    +    def get_metadata_lines(self, name):
    +        return yield_lines(self.get_metadata(name))
    +
    +    def resource_isdir(self, resource_name):
    +        return self._isdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_isdir(self, name):
    +        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
    +
    +    def resource_listdir(self, resource_name):
    +        return self._listdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_listdir(self, name):
    +        if self.egg_info:
    +            return self._listdir(self._fn(self.egg_info, name))
    +        return []
    +
    +    def run_script(self, script_name, namespace):
    +        script = 'scripts/' + script_name
    +        if not self.has_metadata(script):
    +            raise ResolutionError(
    +                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
    +                    **locals()
    +                ),
    +            )
    +        script_text = self.get_metadata(script).replace('\r\n', '\n')
    +        script_text = script_text.replace('\r', '\n')
    +        script_filename = self._fn(self.egg_info, script)
    +        namespace['__file__'] = script_filename
    +        if os.path.exists(script_filename):
    +            with open(script_filename) as fid:
    +                source = fid.read()
    +            code = compile(source, script_filename, 'exec')
    +            exec(code, namespace, namespace)
    +        else:
    +            from linecache import cache
    +
    +            cache[script_filename] = (
    +                len(script_text),
    +                0,
    +                script_text.split('\n'),
    +                script_filename,
    +            )
    +            script_code = compile(script_text, script_filename, 'exec')
    +            exec(script_code, namespace, namespace)
    +
    +    def _has(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _isdir(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _listdir(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _fn(self, base, resource_name):
    +        self._validate_resource_path(resource_name)
    +        if resource_name:
    +            return os.path.join(base, *resource_name.split('/'))
    +        return base
    +
    +    @staticmethod
    +    def _validate_resource_path(path):
    +        """
    +        Validate the resource paths according to the docs.
    +        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
    +
    +        >>> warned = getfixture('recwarn')
    +        >>> warnings.simplefilter('always')
    +        >>> vrp = NullProvider._validate_resource_path
    +        >>> vrp('foo/bar.txt')
    +        >>> bool(warned)
    +        False
    +        >>> vrp('../foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('/foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> vrp('foo/../../bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('foo/f../bar.txt')
    +        >>> bool(warned)
    +        False
    +
    +        Windows path separators are straight-up disallowed.
    +        >>> vrp(r'\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        >>> vrp(r'C:\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        Blank values are allowed
    +
    +        >>> vrp('')
    +        >>> bool(warned)
    +        False
    +
    +        Non-string values are not.
    +
    +        >>> vrp(None)
    +        Traceback (most recent call last):
    +        ...
    +        AttributeError: ...
    +        """
    +        invalid = (
    +            os.path.pardir in path.split(posixpath.sep)
    +            or posixpath.isabs(path)
    +            or ntpath.isabs(path)
    +        )
    +        if not invalid:
    +            return
    +
    +        msg = "Use of .. or absolute path in a resource path is not allowed."
    +
    +        # Aggressively disallow Windows absolute paths
    +        if ntpath.isabs(path) and not posixpath.isabs(path):
    +            raise ValueError(msg)
    +
    +        # for compatibility, warn; in future
    +        # raise ValueError(msg)
    +        issue_warning(
    +            msg[:-1] + " and will raise exceptions in a future release.",
    +            DeprecationWarning,
    +        )
    +
    +    def _get(self, path):
    +        if hasattr(self.loader, 'get_data'):
    +            return self.loader.get_data(path)
    +        raise NotImplementedError(
    +            "Can't perform this operation for loaders without 'get_data()'"
    +        )
    +
    +
    +register_loader_type(object, NullProvider)
    +
    +
    +def _parents(path):
    +    """
    +    yield all parents of path including path
    +    """
    +    last = None
    +    while path != last:
    +        yield path
    +        last = path
    +        path, _ = os.path.split(path)
    +
    +
    +class EggProvider(NullProvider):
    +    """Provider based on a virtual filesystem"""
    +
    +    def __init__(self, module):
    +        super().__init__(module)
    +        self._setup_prefix()
    +
    +    def _setup_prefix(self):
    +        # Assume that metadata may be nested inside a "basket"
    +        # of multiple eggs and use module_path instead of .archive.
    +        eggs = filter(_is_egg_path, _parents(self.module_path))
    +        egg = next(eggs, None)
    +        egg and self._set_egg(egg)
    +
    +    def _set_egg(self, path):
    +        self.egg_name = os.path.basename(path)
    +        self.egg_info = os.path.join(path, 'EGG-INFO')
    +        self.egg_root = path
    +
    +
    +class DefaultProvider(EggProvider):
    +    """Provides access to package resources in the filesystem"""
    +
    +    def _has(self, path):
    +        return os.path.exists(path)
    +
    +    def _isdir(self, path):
    +        return os.path.isdir(path)
    +
    +    def _listdir(self, path):
    +        return os.listdir(path)
    +
    +    def get_resource_stream(self, manager, resource_name):
    +        return open(self._fn(self.module_path, resource_name), 'rb')
    +
    +    def _get(self, path):
    +        with open(path, 'rb') as stream:
    +            return stream.read()
    +
    +    @classmethod
    +    def _register(cls):
    +        loader_names = (
    +            'SourceFileLoader',
    +            'SourcelessFileLoader',
    +        )
    +        for name in loader_names:
    +            loader_cls = getattr(importlib_machinery, name, type(None))
    +            register_loader_type(loader_cls, cls)
    +
    +
    +DefaultProvider._register()
    +
    +
    +class EmptyProvider(NullProvider):
    +    """Provider that returns nothing for all requests"""
    +
    +    module_path = None
    +
    +    _isdir = _has = lambda self, path: False
    +
    +    def _get(self, path):
    +        return ''
    +
    +    def _listdir(self, path):
    +        return []
    +
    +    def __init__(self):
    +        pass
    +
    +
    +empty_provider = EmptyProvider()
    +
    +
    +class ZipManifests(dict):
    +    """
    +    zip manifest builder
    +    """
    +
    +    @classmethod
    +    def build(cls, path):
    +        """
    +        Build a dictionary similar to the zipimport directory
    +        caches, except instead of tuples, store ZipInfo objects.
    +
    +        Use a platform-specific path separator (os.sep) for the path keys
    +        for compatibility with pypy on Windows.
    +        """
    +        with zipfile.ZipFile(path) as zfile:
    +            items = (
    +                (
    +                    name.replace('/', os.sep),
    +                    zfile.getinfo(name),
    +                )
    +                for name in zfile.namelist()
    +            )
    +            return dict(items)
    +
    +    load = build
    +
    +
    +class MemoizedZipManifests(ZipManifests):
    +    """
    +    Memoized zipfile manifests.
    +    """
    +
    +    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
    +
    +    def load(self, path):
    +        """
    +        Load a manifest at path or return a suitable manifest already loaded.
    +        """
    +        path = os.path.normpath(path)
    +        mtime = os.stat(path).st_mtime
    +
    +        if path not in self or self[path].mtime != mtime:
    +            manifest = self.build(path)
    +            self[path] = self.manifest_mod(manifest, mtime)
    +
    +        return self[path].manifest
    +
    +
    +class ZipProvider(EggProvider):
    +    """Resource support for zips and eggs"""
    +
    +    eagers = None
    +    _zip_manifests = MemoizedZipManifests()
    +
    +    def __init__(self, module):
    +        super().__init__(module)
    +        self.zip_pre = self.loader.archive + os.sep
    +
    +    def _zipinfo_name(self, fspath):
    +        # Convert a virtual filename (full path to file) into a zipfile subpath
    +        # usable with the zipimport directory cache for our target archive
    +        fspath = fspath.rstrip(os.sep)
    +        if fspath == self.loader.archive:
    +            return ''
    +        if fspath.startswith(self.zip_pre):
    +            return fspath[len(self.zip_pre) :]
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
    +
    +    def _parts(self, zip_path):
    +        # Convert a zipfile subpath into an egg-relative path part list.
    +        # pseudo-fs path
    +        fspath = self.zip_pre + zip_path
    +        if fspath.startswith(self.egg_root + os.sep):
    +            return fspath[len(self.egg_root) + 1 :].split(os.sep)
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
    +
    +    @property
    +    def zipinfo(self):
    +        return self._zip_manifests.load(self.loader.archive)
    +
    +    def get_resource_filename(self, manager, resource_name):
    +        if not self.egg_name:
    +            raise NotImplementedError(
    +                "resource_filename() only supported for .egg, not .zip"
    +            )
    +        # no need to lock for extraction, since we use temp names
    +        zip_path = self._resource_to_zip(resource_name)
    +        eagers = self._get_eager_resources()
    +        if '/'.join(self._parts(zip_path)) in eagers:
    +            for name in eagers:
    +                self._extract_resource(manager, self._eager_to_zip(name))
    +        return self._extract_resource(manager, zip_path)
    +
    +    @staticmethod
    +    def _get_date_and_size(zip_stat):
    +        size = zip_stat.file_size
    +        # ymdhms+wday, yday, dst
    +        date_time = zip_stat.date_time + (0, 0, -1)
    +        # 1980 offset already done
    +        timestamp = time.mktime(date_time)
    +        return timestamp, size
    +
    +    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
    +    def _extract_resource(self, manager, zip_path):  # noqa: C901
    +        if zip_path in self._index():
    +            for name in self._index()[zip_path]:
    +                last = self._extract_resource(manager, os.path.join(zip_path, name))
    +            # return the extracted directory name
    +            return os.path.dirname(last)
    +
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +
    +        if not WRITE_SUPPORT:
    +            raise IOError(
    +                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
    +            )
    +        try:
    +            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
    +
    +            if self._is_current(real_path, zip_path):
    +                return real_path
    +
    +            outf, tmpnam = _mkstemp(
    +                ".$extract",
    +                dir=os.path.dirname(real_path),
    +            )
    +            os.write(outf, self.loader.get_data(zip_path))
    +            os.close(outf)
    +            utime(tmpnam, (timestamp, timestamp))
    +            manager.postprocess(tmpnam, real_path)
    +
    +            try:
    +                rename(tmpnam, real_path)
    +
    +            except os.error:
    +                if os.path.isfile(real_path):
    +                    if self._is_current(real_path, zip_path):
    +                        # the file became current since it was checked above,
    +                        #  so proceed.
    +                        return real_path
    +                    # Windows, del old file and retry
    +                    elif os.name == 'nt':
    +                        unlink(real_path)
    +                        rename(tmpnam, real_path)
    +                        return real_path
    +                raise
    +
    +        except os.error:
    +            # report a user-friendly error
    +            manager.extraction_error()
    +
    +        return real_path
    +
    +    def _is_current(self, file_path, zip_path):
    +        """
    +        Return True if the file_path is current for this zip_path
    +        """
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +        if not os.path.isfile(file_path):
    +            return False
    +        stat = os.stat(file_path)
    +        if stat.st_size != size or stat.st_mtime != timestamp:
    +            return False
    +        # check that the contents match
    +        zip_contents = self.loader.get_data(zip_path)
    +        with open(file_path, 'rb') as f:
    +            file_contents = f.read()
    +        return zip_contents == file_contents
    +
    +    def _get_eager_resources(self):
    +        if self.eagers is None:
    +            eagers = []
    +            for name in ('native_libs.txt', 'eager_resources.txt'):
    +                if self.has_metadata(name):
    +                    eagers.extend(self.get_metadata_lines(name))
    +            self.eagers = eagers
    +        return self.eagers
    +
    +    def _index(self):
    +        try:
    +            return self._dirindex
    +        except AttributeError:
    +            ind = {}
    +            for path in self.zipinfo:
    +                parts = path.split(os.sep)
    +                while parts:
    +                    parent = os.sep.join(parts[:-1])
    +                    if parent in ind:
    +                        ind[parent].append(parts[-1])
    +                        break
    +                    else:
    +                        ind[parent] = [parts.pop()]
    +            self._dirindex = ind
    +            return ind
    +
    +    def _has(self, fspath):
    +        zip_path = self._zipinfo_name(fspath)
    +        return zip_path in self.zipinfo or zip_path in self._index()
    +
    +    def _isdir(self, fspath):
    +        return self._zipinfo_name(fspath) in self._index()
    +
    +    def _listdir(self, fspath):
    +        return list(self._index().get(self._zipinfo_name(fspath), ()))
    +
    +    def _eager_to_zip(self, resource_name):
    +        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
    +
    +    def _resource_to_zip(self, resource_name):
    +        return self._zipinfo_name(self._fn(self.module_path, resource_name))
    +
    +
    +register_loader_type(zipimport.zipimporter, ZipProvider)
    +
    +
    +class FileMetadata(EmptyProvider):
    +    """Metadata handler for standalone PKG-INFO files
    +
    +    Usage::
    +
    +        metadata = FileMetadata("/path/to/PKG-INFO")
    +
    +    This provider rejects all data and metadata requests except for PKG-INFO,
    +    which is treated as existing, and will be the contents of the file at
    +    the provided location.
    +    """
    +
    +    def __init__(self, path):
    +        self.path = path
    +
    +    def _get_metadata_path(self, name):
    +        return self.path
    +
    +    def has_metadata(self, name):
    +        return name == 'PKG-INFO' and os.path.isfile(self.path)
    +
    +    def get_metadata(self, name):
    +        if name != 'PKG-INFO':
    +            raise KeyError("No metadata except PKG-INFO is available")
    +
    +        with io.open(self.path, encoding='utf-8', errors="replace") as f:
    +            metadata = f.read()
    +        self._warn_on_replacement(metadata)
    +        return metadata
    +
    +    def _warn_on_replacement(self, metadata):
    +        replacement_char = '�'
    +        if replacement_char in metadata:
    +            tmpl = "{self.path} could not be properly decoded in UTF-8"
    +            msg = tmpl.format(**locals())
    +            warnings.warn(msg)
    +
    +    def get_metadata_lines(self, name):
    +        return yield_lines(self.get_metadata(name))
    +
    +
    +class PathMetadata(DefaultProvider):
    +    """Metadata provider for egg directories
    +
    +    Usage::
    +
    +        # Development eggs:
    +
    +        egg_info = "/path/to/PackageName.egg-info"
    +        base_dir = os.path.dirname(egg_info)
    +        metadata = PathMetadata(base_dir, egg_info)
    +        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
    +        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
    +
    +        # Unpacked egg directories:
    +
    +        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
    +        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
    +        dist = Distribution.from_filename(egg_path, metadata=metadata)
    +    """
    +
    +    def __init__(self, path, egg_info):
    +        self.module_path = path
    +        self.egg_info = egg_info
    +
    +
    +class EggMetadata(ZipProvider):
    +    """Metadata provider for .egg files"""
    +
    +    def __init__(self, importer):
    +        """Create a metadata provider from a zipimporter"""
    +
    +        self.zip_pre = importer.archive + os.sep
    +        self.loader = importer
    +        if importer.prefix:
    +            self.module_path = os.path.join(importer.archive, importer.prefix)
    +        else:
    +            self.module_path = importer.archive
    +        self._setup_prefix()
    +
    +
    +_declare_state('dict', _distribution_finders={})
    +
    +
    +def register_finder(importer_type, distribution_finder):
    +    """Register `distribution_finder` to find distributions in sys.path items
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `distribution_finder` is a callable that, passed a path
    +    item and the importer instance, yields ``Distribution`` instances found on
    +    that path item.  See ``pkg_resources.find_on_path`` for an example."""
    +    _distribution_finders[importer_type] = distribution_finder
    +
    +
    +def find_distributions(path_item, only=False):
    +    """Yield distributions accessible via `path_item`"""
    +    importer = get_importer(path_item)
    +    finder = _find_adapter(_distribution_finders, importer)
    +    return finder(importer, path_item, only)
    +
    +
    +def find_eggs_in_zip(importer, path_item, only=False):
    +    """
    +    Find eggs in zip files; possibly multiple nested eggs.
    +    """
    +    if importer.archive.endswith('.whl'):
    +        # wheels are not supported with this finder
    +        # they don't have PKG-INFO metadata, and won't ever contain eggs
    +        return
    +    metadata = EggMetadata(importer)
    +    if metadata.has_metadata('PKG-INFO'):
    +        yield Distribution.from_filename(path_item, metadata=metadata)
    +    if only:
    +        # don't yield nested distros
    +        return
    +    for subitem in metadata.resource_listdir(''):
    +        if _is_egg_path(subitem):
    +            subpath = os.path.join(path_item, subitem)
    +            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
    +            for dist in dists:
    +                yield dist
    +        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
    +            subpath = os.path.join(path_item, subitem)
    +            submeta = EggMetadata(zipimport.zipimporter(subpath))
    +            submeta.egg_info = subpath
    +            yield Distribution.from_location(path_item, subitem, submeta)
    +
    +
    +register_finder(zipimport.zipimporter, find_eggs_in_zip)
    +
    +
    +def find_nothing(importer, path_item, only=False):
    +    return ()
    +
    +
    +register_finder(object, find_nothing)
    +
    +
    +def find_on_path(importer, path_item, only=False):
    +    """Yield distributions accessible on a sys.path directory"""
    +    path_item = _normalize_cached(path_item)
    +
    +    if _is_unpacked_egg(path_item):
    +        yield Distribution.from_filename(
    +            path_item,
    +            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
    +        )
    +        return
    +
    +    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
    +
    +    # scan for .egg and .egg-info in directory
    +    for entry in sorted(entries):
    +        fullpath = os.path.join(path_item, entry)
    +        factory = dist_factory(path_item, entry, only)
    +        for dist in factory(fullpath):
    +            yield dist
    +
    +
    +def dist_factory(path_item, entry, only):
    +    """Return a dist_factory for the given entry."""
    +    lower = entry.lower()
    +    is_egg_info = lower.endswith('.egg-info')
    +    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
    +        os.path.join(path_item, entry)
    +    )
    +    is_meta = is_egg_info or is_dist_info
    +    return (
    +        distributions_from_metadata
    +        if is_meta
    +        else find_distributions
    +        if not only and _is_egg_path(entry)
    +        else resolve_egg_link
    +        if not only and lower.endswith('.egg-link')
    +        else NoDists()
    +    )
    +
    +
    +class NoDists:
    +    """
    +    >>> bool(NoDists())
    +    False
    +
    +    >>> list(NoDists()('anything'))
    +    []
    +    """
    +
    +    def __bool__(self):
    +        return False
    +
    +    def __call__(self, fullpath):
    +        return iter(())
    +
    +
    +def safe_listdir(path):
    +    """
    +    Attempt to list contents of path, but suppress some exceptions.
    +    """
    +    try:
    +        return os.listdir(path)
    +    except (PermissionError, NotADirectoryError):
    +        pass
    +    except OSError as e:
    +        # Ignore the directory if does not exist, not a directory or
    +        # permission denied
    +        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
    +            raise
    +    return ()
    +
    +
    +def distributions_from_metadata(path):
    +    root = os.path.dirname(path)
    +    if os.path.isdir(path):
    +        if len(os.listdir(path)) == 0:
    +            # empty metadata dir; skip
    +            return
    +        metadata = PathMetadata(root, path)
    +    else:
    +        metadata = FileMetadata(path)
    +    entry = os.path.basename(path)
    +    yield Distribution.from_location(
    +        root,
    +        entry,
    +        metadata,
    +        precedence=DEVELOP_DIST,
    +    )
    +
    +
    +def non_empty_lines(path):
    +    """
    +    Yield non-empty lines from file at path
    +    """
    +    with open(path) as f:
    +        for line in f:
    +            line = line.strip()
    +            if line:
    +                yield line
    +
    +
    +def resolve_egg_link(path):
    +    """
    +    Given a path to an .egg-link, resolve distributions
    +    present in the referenced path.
    +    """
    +    referenced_paths = non_empty_lines(path)
    +    resolved_paths = (
    +        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
    +    )
    +    dist_groups = map(find_distributions, resolved_paths)
    +    return next(dist_groups, ())
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_finder(pkgutil.ImpImporter, find_on_path)
    +
    +register_finder(importlib_machinery.FileFinder, find_on_path)
    +
    +_declare_state('dict', _namespace_handlers={})
    +_declare_state('dict', _namespace_packages={})
    +
    +
    +def register_namespace_handler(importer_type, namespace_handler):
    +    """Register `namespace_handler` to declare namespace packages
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `namespace_handler` is a callable like this::
    +
    +        def namespace_handler(importer, path_entry, moduleName, module):
    +            # return a path_entry to use for child packages
    +
    +    Namespace handlers are only called if the importer object has already
    +    agreed that it can handle the relevant path item, and they should only
    +    return a subpath if the module __path__ does not already contain an
    +    equivalent subpath.  For an example namespace handler, see
    +    ``pkg_resources.file_ns_handler``.
    +    """
    +    _namespace_handlers[importer_type] = namespace_handler
    +
    +
    +def _handle_ns(packageName, path_item):
    +    """Ensure that named package includes a subpath of path_item (if needed)"""
    +
    +    importer = get_importer(path_item)
    +    if importer is None:
    +        return None
    +
    +    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
    +    try:
    +        spec = importer.find_spec(packageName)
    +    except AttributeError:
    +        # capture warnings due to #1111
    +        with warnings.catch_warnings():
    +            warnings.simplefilter("ignore")
    +            loader = importer.find_module(packageName)
    +    else:
    +        loader = spec.loader if spec else None
    +
    +    if loader is None:
    +        return None
    +    module = sys.modules.get(packageName)
    +    if module is None:
    +        module = sys.modules[packageName] = types.ModuleType(packageName)
    +        module.__path__ = []
    +        _set_parent_ns(packageName)
    +    elif not hasattr(module, '__path__'):
    +        raise TypeError("Not a package:", packageName)
    +    handler = _find_adapter(_namespace_handlers, importer)
    +    subpath = handler(importer, path_item, packageName, module)
    +    if subpath is not None:
    +        path = module.__path__
    +        path.append(subpath)
    +        importlib.import_module(packageName)
    +        _rebuild_mod_path(path, packageName, module)
    +    return subpath
    +
    +
    +def _rebuild_mod_path(orig_path, package_name, module):
    +    """
    +    Rebuild module.__path__ ensuring that all entries are ordered
    +    corresponding to their sys.path order
    +    """
    +    sys_path = [_normalize_cached(p) for p in sys.path]
    +
    +    def safe_sys_path_index(entry):
    +        """
    +        Workaround for #520 and #513.
    +        """
    +        try:
    +            return sys_path.index(entry)
    +        except ValueError:
    +            return float('inf')
    +
    +    def position_in_sys_path(path):
    +        """
    +        Return the ordinal of the path based on its position in sys.path
    +        """
    +        path_parts = path.split(os.sep)
    +        module_parts = package_name.count('.') + 1
    +        parts = path_parts[:-module_parts]
    +        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
    +
    +    new_path = sorted(orig_path, key=position_in_sys_path)
    +    new_path = [_normalize_cached(p) for p in new_path]
    +
    +    if isinstance(module.__path__, list):
    +        module.__path__[:] = new_path
    +    else:
    +        module.__path__ = new_path
    +
    +
    +def declare_namespace(packageName):
    +    """Declare that package 'packageName' is a namespace package"""
    +
    +    msg = (
    +        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
    +        "Implementing implicit namespace packages (as specified in PEP 420) "
    +        "is preferred to `pkg_resources.declare_namespace`. "
    +        "See https://setuptools.pypa.io/en/latest/references/"
    +        "keywords.html#keyword-namespace-packages"
    +    )
    +    warnings.warn(msg, DeprecationWarning, stacklevel=2)
    +
    +    _imp.acquire_lock()
    +    try:
    +        if packageName in _namespace_packages:
    +            return
    +
    +        path = sys.path
    +        parent, _, _ = packageName.rpartition('.')
    +
    +        if parent:
    +            declare_namespace(parent)
    +            if parent not in _namespace_packages:
    +                __import__(parent)
    +            try:
    +                path = sys.modules[parent].__path__
    +            except AttributeError as e:
    +                raise TypeError("Not a package:", parent) from e
    +
    +        # Track what packages are namespaces, so when new path items are added,
    +        # they can be updated
    +        _namespace_packages.setdefault(parent or None, []).append(packageName)
    +        _namespace_packages.setdefault(packageName, [])
    +
    +        for path_item in path:
    +            # Ensure all the parent's path items are reflected in the child,
    +            # if they apply
    +            _handle_ns(packageName, path_item)
    +
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def fixup_namespace_packages(path_item, parent=None):
    +    """Ensure that previously-declared namespace packages include path_item"""
    +    _imp.acquire_lock()
    +    try:
    +        for package in _namespace_packages.get(parent, ()):
    +            subpath = _handle_ns(package, path_item)
    +            if subpath:
    +                fixup_namespace_packages(subpath, package)
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def file_ns_handler(importer, path_item, packageName, module):
    +    """Compute an ns-package subpath for a filesystem or zipfile importer"""
    +
    +    subpath = os.path.join(path_item, packageName.split('.')[-1])
    +    normalized = _normalize_cached(subpath)
    +    for item in module.__path__:
    +        if _normalize_cached(item) == normalized:
    +            break
    +    else:
    +        # Only return the path if it's not already there
    +        return subpath
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
    +
    +register_namespace_handler(zipimport.zipimporter, file_ns_handler)
    +register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
    +
    +
    +def null_ns_handler(importer, path_item, packageName, module):
    +    return None
    +
    +
    +register_namespace_handler(object, null_ns_handler)
    +
    +
    +def normalize_path(filename):
    +    """Normalize a file/dir name for comparison purposes"""
    +    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
    +
    +
    +def _cygwin_patch(filename):  # pragma: nocover
    +    """
    +    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
    +    symlink components. Using
    +    os.path.abspath() works around this limitation. A fix in os.getcwd()
    +    would probably better, in Cygwin even more so, except
    +    that this seems to be by design...
    +    """
    +    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
    +
    +
    +def _normalize_cached(filename, _cache={}):
    +    try:
    +        return _cache[filename]
    +    except KeyError:
    +        _cache[filename] = result = normalize_path(filename)
    +        return result
    +
    +
    +def _is_egg_path(path):
    +    """
    +    Determine if given path appears to be an egg.
    +    """
    +    return _is_zip_egg(path) or _is_unpacked_egg(path)
    +
    +
    +def _is_zip_egg(path):
    +    return (
    +        path.lower().endswith('.egg')
    +        and os.path.isfile(path)
    +        and zipfile.is_zipfile(path)
    +    )
    +
    +
    +def _is_unpacked_egg(path):
    +    """
    +    Determine if given path appears to be an unpacked egg.
    +    """
    +    return path.lower().endswith('.egg') and os.path.isfile(
    +        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
    +    )
    +
    +
    +def _set_parent_ns(packageName):
    +    parts = packageName.split('.')
    +    name = parts.pop()
    +    if parts:
    +        parent = '.'.join(parts)
    +        setattr(sys.modules[parent], name, sys.modules[packageName])
    +
    +
    +MODULE = re.compile(r"\w+(\.\w+)*$").match
    +EGG_NAME = re.compile(
    +    r"""
    +    (?P[^-]+) (
    +        -(?P[^-]+) (
    +            -py(?P[^-]+) (
    +                -(?P.+)
    +            )?
    +        )?
    +    )?
    +    """,
    +    re.VERBOSE | re.IGNORECASE,
    +).match
    +
    +
    +class EntryPoint:
    +    """Object representing an advertised importable object"""
    +
    +    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
    +        if not MODULE(module_name):
    +            raise ValueError("Invalid module name", module_name)
    +        self.name = name
    +        self.module_name = module_name
    +        self.attrs = tuple(attrs)
    +        self.extras = tuple(extras)
    +        self.dist = dist
    +
    +    def __str__(self):
    +        s = "%s = %s" % (self.name, self.module_name)
    +        if self.attrs:
    +            s += ':' + '.'.join(self.attrs)
    +        if self.extras:
    +            s += ' [%s]' % ','.join(self.extras)
    +        return s
    +
    +    def __repr__(self):
    +        return "EntryPoint.parse(%r)" % str(self)
    +
    +    def load(self, require=True, *args, **kwargs):
    +        """
    +        Require packages for this EntryPoint, then resolve it.
    +        """
    +        if not require or args or kwargs:
    +            warnings.warn(
    +                "Parameters to load are deprecated.  Call .resolve and "
    +                ".require separately.",
    +                PkgResourcesDeprecationWarning,
    +                stacklevel=2,
    +            )
    +        if require:
    +            self.require(*args, **kwargs)
    +        return self.resolve()
    +
    +    def resolve(self):
    +        """
    +        Resolve the entry point from its module and attrs.
    +        """
    +        module = __import__(self.module_name, fromlist=['__name__'], level=0)
    +        try:
    +            return functools.reduce(getattr, self.attrs, module)
    +        except AttributeError as exc:
    +            raise ImportError(str(exc)) from exc
    +
    +    def require(self, env=None, installer=None):
    +        if self.extras and not self.dist:
    +            raise UnknownExtra("Can't require() without a distribution", self)
    +
    +        # Get the requirements for this entry point with all its extras and
    +        # then resolve them. We have to pass `extras` along when resolving so
    +        # that the working set knows what extras we want. Otherwise, for
    +        # dist-info distributions, the working set will assume that the
    +        # requirements for that extra are purely optional and skip over them.
    +        reqs = self.dist.requires(self.extras)
    +        items = working_set.resolve(reqs, env, installer, extras=self.extras)
    +        list(map(working_set.add, items))
    +
    +    pattern = re.compile(
    +        r'\s*'
    +        r'(?P.+?)\s*'
    +        r'=\s*'
    +        r'(?P[\w.]+)\s*'
    +        r'(:\s*(?P[\w.]+))?\s*'
    +        r'(?P\[.*\])?\s*$'
    +    )
    +
    +    @classmethod
    +    def parse(cls, src, dist=None):
    +        """Parse a single entry point from string `src`
    +
    +        Entry point syntax follows the form::
    +
    +            name = some.module:some.attr [extra1, extra2]
    +
    +        The entry name and module name are required, but the ``:attrs`` and
    +        ``[extras]`` parts are optional
    +        """
    +        m = cls.pattern.match(src)
    +        if not m:
    +            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
    +            raise ValueError(msg, src)
    +        res = m.groupdict()
    +        extras = cls._parse_extras(res['extras'])
    +        attrs = res['attr'].split('.') if res['attr'] else ()
    +        return cls(res['name'], res['module'], attrs, extras, dist)
    +
    +    @classmethod
    +    def _parse_extras(cls, extras_spec):
    +        if not extras_spec:
    +            return ()
    +        req = Requirement.parse('x' + extras_spec)
    +        if req.specs:
    +            raise ValueError()
    +        return req.extras
    +
    +    @classmethod
    +    def parse_group(cls, group, lines, dist=None):
    +        """Parse an entry point group"""
    +        if not MODULE(group):
    +            raise ValueError("Invalid group name", group)
    +        this = {}
    +        for line in yield_lines(lines):
    +            ep = cls.parse(line, dist)
    +            if ep.name in this:
    +                raise ValueError("Duplicate entry point", group, ep.name)
    +            this[ep.name] = ep
    +        return this
    +
    +    @classmethod
    +    def parse_map(cls, data, dist=None):
    +        """Parse a map of entry point groups"""
    +        if isinstance(data, dict):
    +            data = data.items()
    +        else:
    +            data = split_sections(data)
    +        maps = {}
    +        for group, lines in data:
    +            if group is None:
    +                if not lines:
    +                    continue
    +                raise ValueError("Entry points must be listed in groups")
    +            group = group.strip()
    +            if group in maps:
    +                raise ValueError("Duplicate group name", group)
    +            maps[group] = cls.parse_group(group, lines, dist)
    +        return maps
    +
    +
    +def _version_from_file(lines):
    +    """
    +    Given an iterable of lines from a Metadata file, return
    +    the value of the Version field, if present, or None otherwise.
    +    """
    +
    +    def is_version_line(line):
    +        return line.lower().startswith('version:')
    +
    +    version_lines = filter(is_version_line, lines)
    +    line = next(iter(version_lines), '')
    +    _, _, value = line.partition(':')
    +    return safe_version(value.strip()) or None
    +
    +
    +class Distribution:
    +    """Wrap an actual or potential sys.path entry w/metadata"""
    +
    +    PKG_INFO = 'PKG-INFO'
    +
    +    def __init__(
    +        self,
    +        location=None,
    +        metadata=None,
    +        project_name=None,
    +        version=None,
    +        py_version=PY_MAJOR,
    +        platform=None,
    +        precedence=EGG_DIST,
    +    ):
    +        self.project_name = safe_name(project_name or 'Unknown')
    +        if version is not None:
    +            self._version = safe_version(version)
    +        self.py_version = py_version
    +        self.platform = platform
    +        self.location = location
    +        self.precedence = precedence
    +        self._provider = metadata or empty_provider
    +
    +    @classmethod
    +    def from_location(cls, location, basename, metadata=None, **kw):
    +        project_name, version, py_version, platform = [None] * 4
    +        basename, ext = os.path.splitext(basename)
    +        if ext.lower() in _distributionImpl:
    +            cls = _distributionImpl[ext.lower()]
    +
    +            match = EGG_NAME(basename)
    +            if match:
    +                project_name, version, py_version, platform = match.group(
    +                    'name', 'ver', 'pyver', 'plat'
    +                )
    +        return cls(
    +            location,
    +            metadata,
    +            project_name=project_name,
    +            version=version,
    +            py_version=py_version,
    +            platform=platform,
    +            **kw,
    +        )._reload_version()
    +
    +    def _reload_version(self):
    +        return self
    +
    +    @property
    +    def hashcmp(self):
    +        return (
    +            self._forgiving_parsed_version,
    +            self.precedence,
    +            self.key,
    +            self.location,
    +            self.py_version or '',
    +            self.platform or '',
    +        )
    +
    +    def __hash__(self):
    +        return hash(self.hashcmp)
    +
    +    def __lt__(self, other):
    +        return self.hashcmp < other.hashcmp
    +
    +    def __le__(self, other):
    +        return self.hashcmp <= other.hashcmp
    +
    +    def __gt__(self, other):
    +        return self.hashcmp > other.hashcmp
    +
    +    def __ge__(self, other):
    +        return self.hashcmp >= other.hashcmp
    +
    +    def __eq__(self, other):
    +        if not isinstance(other, self.__class__):
    +            # It's not a Distribution, so they are not equal
    +            return False
    +        return self.hashcmp == other.hashcmp
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    # These properties have to be lazy so that we don't have to load any
    +    # metadata until/unless it's actually needed.  (i.e., some distributions
    +    # may not know their name or version without loading PKG-INFO)
    +
    +    @property
    +    def key(self):
    +        try:
    +            return self._key
    +        except AttributeError:
    +            self._key = key = self.project_name.lower()
    +            return key
    +
    +    @property
    +    def parsed_version(self):
    +        if not hasattr(self, "_parsed_version"):
    +            try:
    +                self._parsed_version = parse_version(self.version)
    +            except packaging.version.InvalidVersion as ex:
    +                info = f"(package: {self.project_name})"
    +                if hasattr(ex, "add_note"):
    +                    ex.add_note(info)  # PEP 678
    +                    raise
    +                raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
    +
    +        return self._parsed_version
    +
    +    @property
    +    def _forgiving_parsed_version(self):
    +        try:
    +            return self.parsed_version
    +        except packaging.version.InvalidVersion as ex:
    +            self._parsed_version = parse_version(_forgiving_version(self.version))
    +
    +            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
    +            msg = f"""!!\n\n
    +            *************************************************************************
    +            {str(ex)}\n{notes}
    +
    +            This is a long overdue deprecation.
    +            For the time being, `pkg_resources` will use `{self._parsed_version}`
    +            as a replacement to avoid breaking existing environments,
    +            but no future compatibility is guaranteed.
    +
    +            If you maintain package {self.project_name} you should implement
    +            the relevant changes to adequate the project to PEP 440 immediately.
    +            *************************************************************************
    +            \n\n!!
    +            """
    +            warnings.warn(msg, DeprecationWarning)
    +
    +            return self._parsed_version
    +
    +    @property
    +    def version(self):
    +        try:
    +            return self._version
    +        except AttributeError as e:
    +            version = self._get_version()
    +            if version is None:
    +                path = self._get_metadata_path_for_display(self.PKG_INFO)
    +                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
    +                    self.PKG_INFO, path
    +                )
    +                raise ValueError(msg, self) from e
    +
    +            return version
    +
    +    @property
    +    def _dep_map(self):
    +        """
    +        A map of extra to its list of (direct) requirements
    +        for this distribution, including the null extra.
    +        """
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._filter_extras(self._build_dep_map())
    +        return self.__dep_map
    +
    +    @staticmethod
    +    def _filter_extras(dm):
    +        """
    +        Given a mapping of extras to dependencies, strip off
    +        environment markers and filter out any dependencies
    +        not matching the markers.
    +        """
    +        for extra in list(filter(None, dm)):
    +            new_extra = extra
    +            reqs = dm.pop(extra)
    +            new_extra, _, marker = extra.partition(':')
    +            fails_marker = marker and (
    +                invalid_marker(marker) or not evaluate_marker(marker)
    +            )
    +            if fails_marker:
    +                reqs = []
    +            new_extra = safe_extra(new_extra) or None
    +
    +            dm.setdefault(new_extra, []).extend(reqs)
    +        return dm
    +
    +    def _build_dep_map(self):
    +        dm = {}
    +        for name in 'requires.txt', 'depends.txt':
    +            for extra, reqs in split_sections(self._get_metadata(name)):
    +                dm.setdefault(extra, []).extend(parse_requirements(reqs))
    +        return dm
    +
    +    def requires(self, extras=()):
    +        """List of Requirements needed for this distro if `extras` are used"""
    +        dm = self._dep_map
    +        deps = []
    +        deps.extend(dm.get(None, ()))
    +        for ext in extras:
    +            try:
    +                deps.extend(dm[safe_extra(ext)])
    +            except KeyError as e:
    +                raise UnknownExtra(
    +                    "%s has no such extra feature %r" % (self, ext)
    +                ) from e
    +        return deps
    +
    +    def _get_metadata_path_for_display(self, name):
    +        """
    +        Return the path to the given metadata file, if available.
    +        """
    +        try:
    +            # We need to access _get_metadata_path() on the provider object
    +            # directly rather than through this class's __getattr__()
    +            # since _get_metadata_path() is marked private.
    +            path = self._provider._get_metadata_path(name)
    +
    +        # Handle exceptions e.g. in case the distribution's metadata
    +        # provider doesn't support _get_metadata_path().
    +        except Exception:
    +            return '[could not detect]'
    +
    +        return path
    +
    +    def _get_metadata(self, name):
    +        if self.has_metadata(name):
    +            for line in self.get_metadata_lines(name):
    +                yield line
    +
    +    def _get_version(self):
    +        lines = self._get_metadata(self.PKG_INFO)
    +        version = _version_from_file(lines)
    +
    +        return version
    +
    +    def activate(self, path=None, replace=False):
    +        """Ensure distribution is importable on `path` (default=sys.path)"""
    +        if path is None:
    +            path = sys.path
    +        self.insert_on(path, replace=replace)
    +        if path is sys.path:
    +            fixup_namespace_packages(self.location)
    +            for pkg in self._get_metadata('namespace_packages.txt'):
    +                if pkg in sys.modules:
    +                    declare_namespace(pkg)
    +
    +    def egg_name(self):
    +        """Return what this distribution's standard .egg filename should be"""
    +        filename = "%s-%s-py%s" % (
    +            to_filename(self.project_name),
    +            to_filename(self.version),
    +            self.py_version or PY_MAJOR,
    +        )
    +
    +        if self.platform:
    +            filename += '-' + self.platform
    +        return filename
    +
    +    def __repr__(self):
    +        if self.location:
    +            return "%s (%s)" % (self, self.location)
    +        else:
    +            return str(self)
    +
    +    def __str__(self):
    +        try:
    +            version = getattr(self, 'version', None)
    +        except ValueError:
    +            version = None
    +        version = version or "[unknown version]"
    +        return "%s %s" % (self.project_name, version)
    +
    +    def __getattr__(self, attr):
    +        """Delegate all unrecognized public attributes to .metadata provider"""
    +        if attr.startswith('_'):
    +            raise AttributeError(attr)
    +        return getattr(self._provider, attr)
    +
    +    def __dir__(self):
    +        return list(
    +            set(super(Distribution, self).__dir__())
    +            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
    +        )
    +
    +    @classmethod
    +    def from_filename(cls, filename, metadata=None, **kw):
    +        return cls.from_location(
    +            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
    +        )
    +
    +    def as_requirement(self):
    +        """Return a ``Requirement`` that matches this distribution exactly"""
    +        if isinstance(self.parsed_version, packaging.version.Version):
    +            spec = "%s==%s" % (self.project_name, self.parsed_version)
    +        else:
    +            spec = "%s===%s" % (self.project_name, self.parsed_version)
    +
    +        return Requirement.parse(spec)
    +
    +    def load_entry_point(self, group, name):
    +        """Return the `name` entry point of `group` or raise ImportError"""
    +        ep = self.get_entry_info(group, name)
    +        if ep is None:
    +            raise ImportError("Entry point %r not found" % ((group, name),))
    +        return ep.load()
    +
    +    def get_entry_map(self, group=None):
    +        """Return the entry point map for `group`, or the full entry map"""
    +        try:
    +            ep_map = self._ep_map
    +        except AttributeError:
    +            ep_map = self._ep_map = EntryPoint.parse_map(
    +                self._get_metadata('entry_points.txt'), self
    +            )
    +        if group is not None:
    +            return ep_map.get(group, {})
    +        return ep_map
    +
    +    def get_entry_info(self, group, name):
    +        """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +        return self.get_entry_map(group).get(name)
    +
    +    # FIXME: 'Distribution.insert_on' is too complex (13)
    +    def insert_on(self, path, loc=None, replace=False):  # noqa: C901
    +        """Ensure self.location is on path
    +
    +        If replace=False (default):
    +            - If location is already in path anywhere, do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent.
    +              - Else: add to the end of path.
    +        If replace=True:
    +            - If location is already on path anywhere (not eggs)
    +              or higher priority than its parent (eggs)
    +              do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent,
    +                removing any lower-priority entries.
    +              - Else: add it to the front of path.
    +        """
    +
    +        loc = loc or self.location
    +        if not loc:
    +            return
    +
    +        nloc = _normalize_cached(loc)
    +        bdir = os.path.dirname(nloc)
    +        npath = [(p and _normalize_cached(p) or p) for p in path]
    +
    +        for p, item in enumerate(npath):
    +            if item == nloc:
    +                if replace:
    +                    break
    +                else:
    +                    # don't modify path (even removing duplicates) if
    +                    # found and not replace
    +                    return
    +            elif item == bdir and self.precedence == EGG_DIST:
    +                # if it's an .egg, give it precedence over its directory
    +                # UNLESS it's already been added to sys.path and replace=False
    +                if (not replace) and nloc in npath[p:]:
    +                    return
    +                if path is sys.path:
    +                    self.check_version_conflict()
    +                path.insert(p, loc)
    +                npath.insert(p, nloc)
    +                break
    +        else:
    +            if path is sys.path:
    +                self.check_version_conflict()
    +            if replace:
    +                path.insert(0, loc)
    +            else:
    +                path.append(loc)
    +            return
    +
    +        # p is the spot where we found or inserted loc; now remove duplicates
    +        while True:
    +            try:
    +                np = npath.index(nloc, p + 1)
    +            except ValueError:
    +                break
    +            else:
    +                del npath[np], path[np]
    +                # ha!
    +                p = np
    +
    +        return
    +
    +    def check_version_conflict(self):
    +        if self.key == 'setuptools':
    +            # ignore the inevitable setuptools self-conflicts  :(
    +            return
    +
    +        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
    +        loc = normalize_path(self.location)
    +        for modname in self._get_metadata('top_level.txt'):
    +            if (
    +                modname not in sys.modules
    +                or modname in nsp
    +                or modname in _namespace_packages
    +            ):
    +                continue
    +            if modname in ('pkg_resources', 'setuptools', 'site'):
    +                continue
    +            fn = getattr(sys.modules[modname], '__file__', None)
    +            if fn and (
    +                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
    +            ):
    +                continue
    +            issue_warning(
    +                "Module %s was already imported from %s, but %s is being added"
    +                " to sys.path" % (modname, fn, self.location),
    +            )
    +
    +    def has_version(self):
    +        try:
    +            self.version
    +        except ValueError:
    +            issue_warning("Unbuilt egg for " + repr(self))
    +            return False
    +        except SystemError:
    +            # TODO: remove this except clause when python/cpython#103632 is fixed.
    +            return False
    +        return True
    +
    +    def clone(self, **kw):
    +        """Copy this distribution, substituting in any changed keyword args"""
    +        names = 'project_name version py_version platform location precedence'
    +        for attr in names.split():
    +            kw.setdefault(attr, getattr(self, attr, None))
    +        kw.setdefault('metadata', self._provider)
    +        return self.__class__(**kw)
    +
    +    @property
    +    def extras(self):
    +        return [dep for dep in self._dep_map if dep]
    +
    +
    +class EggInfoDistribution(Distribution):
    +    def _reload_version(self):
    +        """
    +        Packages installed by distutils (e.g. numpy or scipy),
    +        which uses an old safe_version, and so
    +        their version numbers can get mangled when
    +        converted to filenames (e.g., 1.11.0.dev0+2329eae to
    +        1.11.0.dev0_2329eae). These distributions will not be
    +        parsed properly
    +        downstream by Distribution and safe_version, so
    +        take an extra step and try to get the version number from
    +        the metadata file itself instead of the filename.
    +        """
    +        md_version = self._get_version()
    +        if md_version:
    +            self._version = md_version
    +        return self
    +
    +
    +class DistInfoDistribution(Distribution):
    +    """
    +    Wrap an actual or potential sys.path entry
    +    w/metadata, .dist-info style.
    +    """
    +
    +    PKG_INFO = 'METADATA'
    +    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
    +
    +    @property
    +    def _parsed_pkg_info(self):
    +        """Parse and cache metadata"""
    +        try:
    +            return self._pkg_info
    +        except AttributeError:
    +            metadata = self.get_metadata(self.PKG_INFO)
    +            self._pkg_info = email.parser.Parser().parsestr(metadata)
    +            return self._pkg_info
    +
    +    @property
    +    def _dep_map(self):
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._compute_dependencies()
    +            return self.__dep_map
    +
    +    def _compute_dependencies(self):
    +        """Recompute this distribution's dependencies."""
    +        dm = self.__dep_map = {None: []}
    +
    +        reqs = []
    +        # Including any condition expressions
    +        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
    +            reqs.extend(parse_requirements(req))
    +
    +        def reqs_for_extra(extra):
    +            for req in reqs:
    +                if not req.marker or req.marker.evaluate({'extra': extra}):
    +                    yield req
    +
    +        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
    +        dm[None].extend(common)
    +
    +        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
    +            s_extra = safe_extra(extra.strip())
    +            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
    +
    +        return dm
    +
    +
    +_distributionImpl = {
    +    '.egg': Distribution,
    +    '.egg-info': EggInfoDistribution,
    +    '.dist-info': DistInfoDistribution,
    +}
    +
    +
    +def issue_warning(*args, **kw):
    +    level = 1
    +    g = globals()
    +    try:
    +        # find the first stack frame that is *not* code in
    +        # the pkg_resources module, to use for the warning
    +        while sys._getframe(level).f_globals is g:
    +            level += 1
    +    except ValueError:
    +        pass
    +    warnings.warn(stacklevel=level + 1, *args, **kw)
    +
    +
    +def parse_requirements(strs):
    +    """
    +    Yield ``Requirement`` objects for each specification in `strs`.
    +
    +    `strs` must be a string, or a (possibly-nested) iterable thereof.
    +    """
    +    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
    +
    +
    +class RequirementParseError(packaging.requirements.InvalidRequirement):
    +    "Compatibility wrapper for InvalidRequirement"
    +
    +
    +class Requirement(packaging.requirements.Requirement):
    +    def __init__(self, requirement_string):
    +        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
    +        super(Requirement, self).__init__(requirement_string)
    +        self.unsafe_name = self.name
    +        project_name = safe_name(self.name)
    +        self.project_name, self.key = project_name, project_name.lower()
    +        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
    +        self.extras = tuple(map(safe_extra, self.extras))
    +        self.hashCmp = (
    +            self.key,
    +            self.url,
    +            self.specifier,
    +            frozenset(self.extras),
    +            str(self.marker) if self.marker else None,
    +        )
    +        self.__hash = hash(self.hashCmp)
    +
    +    def __eq__(self, other):
    +        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    def __contains__(self, item):
    +        if isinstance(item, Distribution):
    +            if item.key != self.key:
    +                return False
    +
    +            item = item.version
    +
    +        # Allow prereleases always in order to match the previous behavior of
    +        # this method. In the future this should be smarter and follow PEP 440
    +        # more accurately.
    +        return self.specifier.contains(item, prereleases=True)
    +
    +    def __hash__(self):
    +        return self.__hash
    +
    +    def __repr__(self):
    +        return "Requirement.parse(%r)" % str(self)
    +
    +    @staticmethod
    +    def parse(s):
    +        (req,) = parse_requirements(s)
    +        return req
    +
    +
    +def _always_object(classes):
    +    """
    +    Ensure object appears in the mro even
    +    for old-style classes.
    +    """
    +    if object not in classes:
    +        return classes + (object,)
    +    return classes
    +
    +
    +def _find_adapter(registry, ob):
    +    """Return an adapter factory for `ob` from `registry`"""
    +    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
    +    for t in types:
    +        if t in registry:
    +            return registry[t]
    +
    +
    +def ensure_directory(path):
    +    """Ensure that the parent directory of `path` exists"""
    +    dirname = os.path.dirname(path)
    +    os.makedirs(dirname, exist_ok=True)
    +
    +
    +def _bypass_ensure_directory(path):
    +    """Sandbox-bypassing version of ensure_directory()"""
    +    if not WRITE_SUPPORT:
    +        raise IOError('"os.mkdir" not supported on this platform.')
    +    dirname, filename = split(path)
    +    if dirname and filename and not isdir(dirname):
    +        _bypass_ensure_directory(dirname)
    +        try:
    +            mkdir(dirname, 0o755)
    +        except FileExistsError:
    +            pass
    +
    +
    +def split_sections(s):
    +    """Split a string or iterable thereof into (section, content) pairs
    +
    +    Each ``section`` is a stripped version of the section header ("[section]")
    +    and each ``content`` is a list of stripped lines excluding blank lines and
    +    comment-only lines.  If there are any such lines before the first section
    +    header, they're returned in a first ``section`` of ``None``.
    +    """
    +    section = None
    +    content = []
    +    for line in yield_lines(s):
    +        if line.startswith("["):
    +            if line.endswith("]"):
    +                if section or content:
    +                    yield section, content
    +                section = line[1:-1].strip()
    +                content = []
    +            else:
    +                raise ValueError("Invalid section heading", line)
    +        else:
    +            content.append(line)
    +
    +    # wrap up last segment
    +    yield section, content
    +
    +
    +def _mkstemp(*args, **kw):
    +    old_open = os.open
    +    try:
    +        # temporarily bypass sandboxing
    +        os.open = os_open
    +        return tempfile.mkstemp(*args, **kw)
    +    finally:
    +        # and then put it back
    +        os.open = old_open
    +
    +
    +# Silence the PEP440Warning by default, so that end users don't get hit by it
    +# randomly just because they use pkg_resources. We want to append the rule
    +# because we want earlier uses of filterwarnings to take precedence over this
    +# one.
    +warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
    +
    +
    +# from jaraco.functools 1.3
    +def _call_aside(f, *args, **kwargs):
    +    f(*args, **kwargs)
    +    return f
    +
    +
    +@_call_aside
    +def _initialize(g=globals()):
    +    "Set up global resource manager (deliberately not state-saved)"
    +    manager = ResourceManager()
    +    g['_manager'] = manager
    +    g.update(
    +        (name, getattr(manager, name))
    +        for name in dir(manager)
    +        if not name.startswith('_')
    +    )
    +
    +
    +class PkgResourcesDeprecationWarning(Warning):
    +    """
    +    Base class for warning about deprecations in ``pkg_resources``
    +
    +    This class is not derived from ``DeprecationWarning``, and as such is
    +    visible by default.
    +    """
    +
    +
    +@_call_aside
    +def _initialize_master_working_set():
    +    """
    +    Prepare the master working set and make the ``require()``
    +    API available.
    +
    +    This function has explicit effects on the global state
    +    of pkg_resources. It is intended to be invoked once at
    +    the initialization of this module.
    +
    +    Invocation by other packages is unsupported and done
    +    at their own risk.
    +    """
    +    working_set = WorkingSet._build_master()
    +    _declare_state('object', working_set=working_set)
    +
    +    require = working_set.require
    +    iter_entry_points = working_set.iter_entry_points
    +    add_activation_listener = working_set.subscribe
    +    run_script = working_set.run_script
    +    # backward compatibility
    +    run_main = run_script
    +    # Activate all distributions already on sys.path with replace=False and
    +    # ensure that all distributions added to the working set in the future
    +    # (e.g. by calling ``require()``) will get activated as well,
    +    # with higher priority (replace=True).
    +    tuple(dist.activate(replace=False) for dist in working_set)
    +    add_activation_listener(
    +        lambda dist: dist.activate(replace=True),
    +        existing=False,
    +    )
    +    working_set.entries = []
    +    # match order
    +    list(map(working_set.add_entry, sys.path))
    +    globals().update(locals())
    diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..d464d4a9ad05606ca14f31cfae9dfe8546911a86
    GIT binary patch
    literal 146487
    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	i{J>i}{F>*lwZN{K2
    zb_m>vLNi7UG$DvvY=hbJztN~2Lk>)k{YMh+JrlW8WmBhTmp^jjnfc24%g;~6g+Fus
    zmFCOM-+)^nc{SHvI(6|B0`anM^S-&(gNfFI$<{-!;!V{N+MM@Vaqz*Reg#
    z&aN(aNjbW@j$N}IYp%?UA48t5+9PNZv{1AOqTsW%oz%$3=)^n0b_v=#O~zOADLkaNb1a<`cDJII1)eYTGF-P^tu}E)+sr~
    zAJ~gsB@5WDtN1Qm-CfOTrA8XA?zI$Phmv}`YyCZUg{y2~o!6CruP(>+=)EGJYwbcq
    zy{rB%>WI+7B^C2^Da`uSV}lF0sH+a5ModqNamQp<
    zU58geeh)k{jd^3P*w8CDv97s4YAVv0sR}S*6v3rFjG>aZ!-(+e!ErEu9KN$lxD8+izxgD
    z&?gH|{WS)m2bJ&Ux2=;6R37G7b8LH7&wzK}R7%X>AioQnU}8-R1t!
    z?R9MsMN*zV>%b!`A37%(RJv`d(hb)nig#sKf=;=p1zr6PMgutG*!uUd#eC^m#Zp+G2w2!o;^>`4L6ML;A)EcJ+QIvS)63|OEO4F`rH
    zj$=cObWVndTySlalkHWy`i!*@m8T}q-@;*>E{UilxDp2_LQDJ-n4T$?wfSQ`w|SeS
    z6)60utXq1;Oj&Mb6-{EkbCD0WVSm#r+Qj=q!{LK?G4hL+miy2($nCn#S)TrmZg(V@
    z-Za}UDev!v2@LrQ2>Eh$iE^3%7knSdSuL_kNC^Wm$Z>~+H4WmLNvjh*GF1lK%yvV%
    zwT*n$K!nWk%G4!xK`=OZ8Pppp7Lq-38;p`Z&d^y#&6OX++r7i1FuM)w?J!EpY!4cs
    z3kpeY2$8qJ_>&RQVJ^ep6l@=8hnRiM1MLs4>FsScO?)ye;D~9Lb>j7CO`rob5wP9hN$IqYu%XV{X?
    zW45xf-pLWHU+4%dMHxMeR8s^2e;|%FCaXg76ut3AJ7}q-qYKfY-E6o+(o1qeOXY~p
    zhL97IaLIFeEFjO>v~K|=Wk?E$bc>f+v|mPmoP1gYR-tsr3RWu|1*c%X3fl7X1t2Dw
    zj0DG-H<>rJ_I-CfqRUbdqKNydp?8heOKReAc3}$gfaR|<6CQAUz_l?-OW|^c8iHzLJ#t6lhWkMJ+w}@r(TbU~4+e
    zb;(aVoroc0V=V5x;zf+fXr2EZ>2sf4ir@|e)iWZn$ldMPp~$3ROoD|bFmDF*pD`Mi
    z;3c}$_$oo*vveX0tBi%0(<
    zPcqKPFOO^jwK0p=AJDfgU_;w}fC@4RQRF^xR^(*FsTJ_(L!v91{{HpkSCTdp;q*;
    z+>q#73d>@J6U&301TJgw8iPw+(_C#^qP8tri~ZWG2)|=PkvSjjOfb7*{q+q=--EMm
    zJtDnzXbrSQ=DCct@tb*=XjqE@bf~TwhXft14=X$YTgGuR8w#^!vl)c}nqEJEA>yUL
    zO>r~qU_BWH;?}GcX)Ur@jGA_x*&I5}tx#0^J87=$qfYvVjY)QPn*NKRNMTsf3v~yt
    zx@?yLl9*@+{E)x{T!^7{Iu1``!S8J#16?v^gOn_QHr>f)!yIZ9lT5(FhvJ{Ng?<1c6}a
    zBFG_&QY>-s0NXmbb=rB$vuvhuu3VZ*J4jk=TCTv=>F)>FZjuYzup>
    zO>Y8F%@>t((6VEx_mU1#q2=
    z7{Xd#5%@q~bHP>jTI|y-mUnDFL;5SmD}Xk#BY+3h^UYv*b-Nm!1x+h~Fch5IiERoP
    zYh83C6yr5Mt!^Mk(^R8DFpwgs81ZZDk7JaOHM|Z!5hizBS-MWWN=FnOiL%YhAjPvb
    z-8xtmtCJkCQDUt$QPpWpX>aCuJps7bWU0PUwUF?#4W<7AsI=oxZUz;cB{cz%42@Jxjj&zKhKpC)uepTI&@brE
    z+=g?XbrGX$MnghLfIwdEbfxQ2R(S{h9<4kiJi0P`tkdSY+_I=w7p9yJA$Q~q+jv>*
    zMbk?n{Q?0W+4O_r!LZ6=vXw#*m=4Cri5%(ewG06;2CIqm*`a&8`&mk&&k+OAdQIpg
    zh?1WMIJIJ`3!iZV$QXV_{3Xl?;p9cskWm^vqxmmEj^PuS0JUZWXBuh-{3pn#jGGPs
    zj+`OSy5n5!ps6k(@=Ld16efBcN)dQaKr79VjPW=g1WgH-Kz;s@xuj7$l!hsnHXj4p
    zzzBuE)i(~&7uA%<(iJ=d(ihi1A)rrVAw_+jCxEXJ0FTWx%V$0QpO)55KbtIVp7l0E
    zvhQ6XD0IAU90Y$W@wf0CP1~BcEK~wNlUkRw_gj`IykfuK`$x}y~LzoO~b
    zd4%1eJ<-fqffTgo8`xCucMK!5&r>*_4g14wkXiMy93A`*$OpiF2E>DfvaAsC{G9=g
    zLIL_U?j!2J@(}7y>L=d&j44E6s#$>XlJZO!&okc6kwQvlVPZL24v0x`D48NnPW=Ln
    zaTuSW-LcB2g0DSy%hN)(3lv@R$@7QqBCvDWgy+KorLbz+g$>;c*3Q@ZNjkN1Di`YC
    znKhTYz~dILoZ3ayD1sYIANxAl(-g0~3yIZA5>Da$e|9LPb$|TiY~8M8$?jS2?!~OH
    z0UM7qY+&rI(@r1z0p8^L9V0R=vA|=temf=?LE{ib!_!BuHeQcSgp-9^ClGe1a=Lu#5wh*66xO53#S!4pf7Wg(Cc<
    z8wF708f_HG0aEgIV(7?<*e|W9q0fL`7(^#8Ib~)Q6=7=
    zp7n5PM#VA@f5RMT1PDBgAiwFAza7UySV^mqtpJb2D3pvLnR*kL#x&r(nL%0?AbDN`of^_UFM1e_BPUiGU+rui
    zWL*!;`5sI79(#9L(r4-_{`K45x?krq(_2nUf^O!D#X$EgGJ0Zwy5n!r9qGg*CCBTR
    zY%1@T^G8`*x+CG+@$R;y?^CnxPc0s0ydp+NV_zGw2t$?
    zR_h-&T2B%Up@hUPWs7#`TDl8bvUforb-~gQ4od{=#PuGUv9PEE_9lFL|GRa-D!l_1
    zH;`oD0o^r0jyG?7v>3*Ze{5s1a{d^N)oxL5fwoq%^XbBD`q#u*>kj~HFbhbojNtkV
    zb|(Xa8FN=QD~JkZ0b@#z`cp{J)6mJj(Bl#oVn#%uutVV$VgESsd=D8*sQ
    z+#y17WR<%+LW&tBLB9E>?JI^s9`;Xx#I=VOFg`$iJ9|9Foeg(}6Z)7FJd!iMX)lGv
    zC(O(A8X~um?=o9ALLdo6=Ma%t2JJ?ur77CX@j?SRSdp1D!MekT;GOjBycHkvG7~j0
    z09_OWG=esg`O_)C42lu*5vWEaeSMH@La<6<+DY%hQI>dz
    z7dF(0VqqjP3qEPgqU~u-B?BR-Qv9%z3uB;2+Q6SS^HaDg*bFhPO^**hb8O$CuAbd{
    z_x9}U+_`UeT5(n$>~ug2F^WbN#D3Sfz^B9(mGGGgnjbM0x-^(fmBNdW6uaa-(#MXe
    zDW8O#NSKLfjriJ>JBH*lT3|Sp1M4>6kyOqgS&j`e9jkp0d9?4-X*DKJD&OqbRAD+%
    zEh8M~>Z7XBW+*9V3_kdX_@il2VqqE9gnF>ZQXK}i#mFZ!M}m;gizo&zh&f7W#iiDZ
    zt*^Gv6emhnPUIre#$0)GqP+QL`D3@*9!<7A27f|dB^iX=wfhQ+797Pz`Tx?Oc#0=i
    zztVJfCAQZ1uu<{VPoIK|;;GB067`$j+4J^3{3Ht>1hZLDGvUCdUezn{Q#ik@al&!S
    zT{B;3>|kSEpbhT4j4>Q=7Al!}=s3%GPvVSm%N|VGtc|ki7b!%t${{cYV72sy?b|tD
    zQO2EliY3H_^KBi|LGPnv4MSnbXJDgEL7Rz^&p5`MTahy6WNngxt)NXRNjd
    zWmBMI+GgmO9D(luKS}!II2==Hqgxpz6Rej$Z&-;=wxmFWLW#~i2uIAf2H7KIMLUeK
    zW1ZplE?mArw?P9zh>GK8*|U9^JJnIGTz?wTA0S1G>e({l$4#W
    zGcrm;jK9H1l)g{6uStlONi9X6fi)-|v3hjWnUFF{^9Qq*-iGxo5Z%=tU|R8lIrmz;(kXpqnu#pD|1p
    z+W@NsT>lmadqDF@-2)a1cux}0B$nk3K8ewQdVt&zfmw|X69Q*m_w>aL+_r=bp?BiK
    z2{@?E%&&|BXejKMwIIFDWIjP-Obg{H!Q4>XeyE-CT~PoPrTdnQ6J0`rhE2=IHTpYMGcyVxM
    z>-D;Ka}w+K%vK!wN%_r+Lok%LJMtQDdmCq-rSM{IAXYs(YwIodLwA~6C|YZE!d*SR
    z7KUf@z8VA#`voMXMZC>eBZ&Vw?}~(X#eeidCTh!T6uPcI^K`CN-dkI}BiHex92?GQ
    z(gzY`Gf7E?VjwATD~@a=rD`MdPHiPn93kqA!}6{n9yhayy$B>Kg;S}+q}Q_|W+Pl!
    zHu96K<;+O0*UCy58S-UenO
    zQZ&OF|0t{%c7an8LR0_B2OiqQb>(f#)F8rW4q8H2rtCy+LC^}6(G~xP-6ryrok+AO
    z6M?{{1JHdAcd$wWyehi%^vEC~HKGKmXSpwgZ7IP
    zQ%)|$F%%t07gGH%_;S28lheH)ZgvB2L|;LfAUw+y?27o%>Hm$uJrd~5sb+kdd(
    zkGA~5mK!G$5A40Qavu<2LFsK@@r5&!XQpDWzE0r&z$qZA6pG%k`<7d{(cgHTLf
    zn#^(zgWx+x)!=X%U5Ab_wZ)h+Y~(TNT49lZX)SG~Kxfl@C3FZMB=n@E6=ug0Vxw%*
    zF{X*SJfa0OguZ6{p%boDjBXZ0mts(u#luN2gYyHEODY^BJIk4Yu|%*aK`#OUai?%!
    z=|&#LaA;zOHftNAr@!>0RR~a<_&W-
    zCY(zH9o=??X0?QAEH(aE0CAVu41f%JOd5b|lers)7(2`@P!!$
    z7#A@Fz^+)ZQU=WtWeZ~qd8Q&B4mf`TL$i^Lj|AyL=vg2+pe@t|8yyae1T;j@(Rj5ht{L^Dy@rA44eW1xn7oUK-PAq}
    zmKm
    zAw`2A3M4^-0R0N2h!P;fvL^y0+5{rU1S545vNbI*QX(pGMoh;YONt$~l?=A4<+=@W`zB88r$=llQrwkkX>w)^zyC-LFcd-vUUm;e6v-+u*e6eMUs3$7+)
    zSccMIBCAbc>fFUQ+{JUg;&93SsP917bKq8K1u1chg@yoIf5O4Yj!2M8!c1{93aBH|
    zCZHy94waEtdI^$Pw@wh1pSKO#!9|dHwKm=M#e}r-79=#XbOAyNh=!3DTo&2r_iEHj
    z&RDv5>nsd8cD9e1d8~cCG?@?}G&Eu>?E;A-0noT0gf#uMa|=>IZJdx)P>8!Efr{+4
    zr>+}X-;4vWN}$hFwrI5?tyd5M_nxKP6}+)`31bT|i?`d2w)ZQ*YV^0CPr5z~Czzd5fG61@2-d2}oXk^5~
    zBC>9fNck_Zwmd*rU35B1r*1ltSV;OWIK@50`}A~)S&)cDk^Y5FwEiS&B!7{=E=-Qd
    zc7qK#-ov5^9>y;+Ia+!vw{YaCyEZdSiyRg*HF8<(dvUfQOo>N3S?v39vlx+0*5}!a
    z?kqDod|z1d?G5t?e&V}BS9e$V>{WMbbM2M)mZaJ};>+|=>VkS$aYg@R3l^O)C3$_L
    zkdgRBBU>OJ&(-VnjJOE)alx?A0foLTbb%pNmMhby^4MEFzX-6QfT6;hyHSnR2AGn7
    zilHJSjG{^#&Ya6kxXWU+`3YA=C~6fGwF4OT>X2R;=e;@
    zB$D#P)9J&q;0_;7o^n#yun6)n;o4^W0^y0MUg;NG##%0J9NQQ!Y>2uWVSeaw{HS<#
    z>F&tV-LZ_4dsfRb2TTj>4uN^)@x$x7_%2KE<59Xj5ik!Fod
    z)!=Ew7HG0`N0x4&c7e-k8f(N9+)qFBwbsUiosFR-jcc0@*GqfQuR2TIB6Y{DAf%)`
    z^j>d*G=%38olel0lIc9gG?m75)!3@AuY79DbavF;6t*=j96VJDNi#@}KN<_H8SEOV
    zuTQFqYrH5Q7+85?l)s5CJcjjSLlKvK_xbqp|
    zR~}DCsJ_nLo`C$D^PWi_dNBcjXP&N_chHSKSYiG3F~Zi%q}Z>S$eV{bZRL=LFF;u(iOLe~pU=`6?z&
    z6#6F)BMhnm4vCkgY-k2WN;0ff%|b#mcnjDHA+71N1?*%WJZud(G@A*{A^T0!zcTb!
    z)GR1q-(Y#u6hPWAl(hmIxH{o*VnWye4(u$*c|QO`V8-zFr20T7K9R=svfkKG;c)
    z&yemmsf9&QtjGUK<73rdQ}?UY+t^`LZDN~$wK`WUYpUO5Fc`R>SZxyu{VI(;fe@9P
    z>#{fS=r%WT=_YssQfcuSZFNJgi`j0Eo0o)AwW$d?L<`}i^^XAVct*$5Tc2LBVoArg
    z*4?`|w{F=LcZhH#aVtbiNI=AZ6zo1uE-rC9+bCcgrA042O(!3KFKz=*@w?s0~BxC=IVavNX_yR@w;t
    z1RUCaRp$&fKWs~Y#+FF}TKw`%YN$Vy-l*HV57&phFEl0G;H@HLX=()bs^WbqA2Udl
    zm0X{G1EAck5}kgRW_UZ#@a^=Bi^s-}g>$N=g45fh=_@eB2DjX4V*jt4>Y831buXWF
    zuZ_6ZUayS0H-&AR7Lo$$gwb~Pt4)~Epej}rOk;icupv#Pv1*tJs$o9%(d5M#>)Ob$b&
    z-ja7NA@{~$lNE*{JZ?nX`pz>DGh(YctqnJb(d3cUEY=bU*qRQRZe`+!M@jk`hGYSm
    z`U;H;o&HxE7gFK^S%FN=V8?gsHS1wtTAbu6m
    z1=j(v2F^kY3tj>u3ti$whzO95km{l-;lM;fg9D*~9ApvxJ~rvwXj|O9Z?JEm^ZZsa
    zp_Kj^g9(c^L`3Q92OD6ccErtzB7kq1K?B{a~PU)@VF
    zdGg?$YtMwK*{JzKD!KZ?D?jGV_>SwBaMQJC-VbKu?N{9CrthXKwO;ZzSpSWAsr7yP
    zQfq>vpE@T$MQP?6@K+p07~2RzXmbZ5&SJz*Xeb0Tt5k0s#@LvP$b?EyjSDMV0$oI;y-2f6R@J9sKq)3)hC4MGqnHX02^k)Qh
    zd+`B4U53qGIhR>Dn^_*oET7G+i)12SSTwVF)DiRMkSQawkA+=+J(IFH;$94wIJ}o$
    zFj@9`-&9%HRq;z$(%4~1Lx|#)rlqD2OIk~0nkM1Ly2OCeAqlAI`afES&QK**NES7X)&?tr`;^EDYr0ZV@zDdD0tbWN7Pt
    zh#3eSE0alp!ftFNZw!z$6CMr&okDh_3ML5oEMKw=CLE+5hD(#ub?QGc<%Hnoe;X(L
    z9!|EF$h1e#aOh)J4$xBO!$?1VQnf`_N||)T8EUm4k+WQ@LPVi9&}qeF`0Cm?bLf20_lRCBbr6EY(bti;^{e%Uq*X8%8=VzW3UNIu#5DyJRlXGI&N
    zdR|2cBuOGPVw%e>nLIYtd#x>+yOu)u%@vhgS$%o+l}(p7y}$a}s_QKuOVRo#qeZ(&
    zw4X2bV!2CrUuTrif*%jsiy^JhPXxb+fmUS|N+@$n+}d%hPijQrt8%n>GE0^g`dpE(
    zPN+PgbB3lcH>sz>?TW$;QIRl6d$>fE;ORCuCacDhbqce&LqzGb^
    znO8b#jaz#94t+>%iPd&FCXftwC>T
    z5FXK6;O+l}-p-eEZ)q|I#|A~RcO@p!wLQ^-%~9``uxpFxF}|oC|NVQc=FMCWl6zx{}(zet)g*bFC%?-2r<#*%>NqePHngXk``_%
    zd0i&18pyd>Q|QN)wvDu)r?}M#-BNZl1~#ypnb~4eYbGA#4<-
    zkov`aJBN!0*+v9CSbBJ#d{EFOLyu6+aR>adAWH_RM}?#eGJL=Ojj&NH
    zRdp{T#_NGYB=W0J8UR>-1kmCOWtQ4i^%?Y!B@NH$M?dX3hvpfH@Bh|b4mh_a=&q)v6*4hH2cvy3zyFpwnPeBuCMqwJ6gCc;@S3{Cu5$>U*1VUvHQH}KFnyf
    zm_D(jw63y#;;wF8YW-xX9oGqj5t=8~+bUcn5Jrz!NlAzgXoDCE9u8?eMq7_Nq+%MR
    zL}Z~Kqz+=@f?uI6oCSe4w8F_1vqcS&A_RAf7Lmhr*tL8iCj1|Y*c~10D>p
    zk7EczMF~hz!RO-TUlKT!qm%%Lm&RV2TybU1efhN#9I+A7@q8`SKyYN_y#e(TxMAMx(3<@F?!|*RO
    z40WhmUKL}*H@v&1vfnLwyGRb^7x?J(ho?W@A8mXxTBeaPa*McG>S+9TBV!)iW6lel^D;y{JI&f*3CacU{3D8^4#U;rUJ9ot0L8_uBSyywne?$!>;WQf%b>Z
    zzf}K#J@7Z2`{U3Na{Lu#{@Wis|9+bP#DP%fUmge>4Mc;00EBql@Y)7>Lj)A$znzav
    z+KpEmuV+WgHb%2Hg*}^MUPJFZ+IN^-AOY7U2&?4e(G=kbjYvK;QAe;sGp~fRg~dn(
    z8%Tw-1?{$cC_)##A27@@4U<%B-!W9xLj9^NF4`*%%h(gjm<;z#laX>4-W~&lv1QRQ5L?mX@F=rKD4_lk?I?{>xsciI+T$bb_TF}YkBNp
    z0YVvq`1po%$R2Pi9P+ShfT&zPkU$$^FXaium!^O#kkactoiUt(8Y)h=j7o|8oGZ1VJt>4F2{+Gm^GHIBt%tYb|kSWS4AUfrxV0Z5^^7&)38%0BwwAA}%
    z{GTS(V+P~4?(^MU63r!aAa*uc5f)FdOG3Xm1F7aVA$DF;w+R%*I9in-NVn(#trk+F
    zbp{Zd9Rb@Rb&&Sar&4GG7GKzp-%>7}$h*DHEhG$xFlv&@af0TKyBK$iza1=f^~ygK
    z>3Q6GtS5k?EVYT-h}e>-V)ZS$6C{EG1hjGpLYmS+h4K=S=-Ivw@qrY=8ck>h_KnP<
    z$y1P_k@yVM6vYvq%AN7n&iTq>83)1{?XwvNA{ht1Fj+EvbGgNDoIv2|OeBD^Wu@OS
    z+0xP>_(hh{+?q&k&9oz$+dP}QI+DBky5nP8GWjG975jNb^7Sm@#cu992P=FI=k?3^?gb1I+lL>?(aay6wgxM!{
    zx*GF7Pk0NYVR~82vmGH-y!wzTcuhSXt3T2aydrhdX+a~1vI%7+HiAjNdNf0#v0Jz|
    z|HdDs?KG4mvXl49C5fMd2BJ6nr$YazkrW0sIJwTs|ag}fvYeIcsB+N7#MbHH*<)FT7(m99{c1=2z-Rc}=
    zL4jCIv)wUrC)LzMD4m1Sq{!go;ibuvh%%@KEN~fp%y-}lsLHz^UVG3zkg2o-ySO~2
    zub8!XD#+^yE2cs?xQ0-0AX_P|P%YT;&2{$99hibtWoyuMjY37u`wDaVPzfN?hZJDd
    zl8BoM2MwK-@QHzeGr^YTW|*~~Ju?7(RIrJZK}|jV&E0*?zjTO)MrNoCJTXHaJ%oExtqb$qBbc&)bPSbu->(N3vp;QT;Rt)z;p6)o19
    z#_HCEwKO#~|B4k+M!bZ2#Fv`L*jlR9KBzYIH~xUyT{IT|{|cS{mD@^VaqL(7h8S3N
    zM4p8LltKryO@FW(x=0F>57>nx45ay;J;zTBG{O}ccC;|DL-Gcl2ZAzWQq2p-ld>O1
    zwA~ay*k5}ZE|t)hby4gLGU!LxgWy12i`tH+CZSm+u*8}=+s)f>i~j)htgyy!Y9bwc
    zrxL|ynvz_95Yla%42Xw=#g`8B7rRSD-QPpN*Y+d~_EqZyWd4kR6FX6-AxU~xoG
    z&5(n1@qm(JX9)!YSg`0}y8+%oTw<+$kFZNMB*MNz|mBAd;c-aZu?xA|rkm
    zje|{6FLJzkFK!>(PHBu0LFnY=lkXRNP;#{-x@dLSvzkHxm(O|gNoPL^MMfnhs4Bk=
    zCH~OZ&?KaHWt5yM;|s+9rIg#Z()Wy7LDGACY9fnwdfx4SyZ>5Xrg|Nms3!Nl(H!=a
    z-9vPZ+?dBZZXNfH?g;1Yhat(S4I;4>upk;AN
    z%N*Hu*JiQrh7*w4zV@!eOqV#f>CTOJ9d@`8rMr>!xX^50LC?4Gb5V8&uB~{MT7+jU
    zRyY`?YA2gL`;Ldbing1P+*r63@#S8N-7be}riLaM#}l+x;NSdtoJ9P1vMr-9)~8mZ
    zQ_Vvr5eFWI>*hxg+(e!y9U3|O0)}mvf}Sfin=dpCg5VXIb3@A*M-TRN!v&DGNFXL`
    zm+Ye=Z+P&iV|tQ)a$)kRR8g72tB5!hw864%UjpKRyjZSQI*-Eo5JHNax{wN&ClY;(TsOEnWUml`J;r)*JQ)tGbCHrfeX;`WYLey2f>F2AzH
    zeBIJw?$UQ3pWtJ@34dM%I?$(+9W@;Tt^aLTV$9)D@E8Z3;MDBW_wZ7vS}_#SysJC?
    z2;DJo7SRz%tRrFy7z+;CP{Z#cfwVSjV;KGKV3ssxBkLp#=1mb6lAuqPFT(=-EQAaq
    zlQ@jSiE{4%_6LovXkp3XMVi7%9`+F-JYu_-Y`ASHy;03x{xwZOF<$rz=)sjX=8U-V
    zCv#_9er6gABd$W#dljowJ@A%5v*WnXqgldF;?SkWGa2#D@5%Kk2pGVv@=~x9(r1&R
    z9Fdq{jf}AEN1yFT%YI
    zI!&BuZGt2egE)j2Lj_y)gQ%Z^AJ9k&h8w$DM(+1|-`O#}f3|T$q;W&Ea%0rH380(~
    z1U#7?O<#m)doK44SNXW@Qrbk?WY^7%@`$T^q5MSM&)z{(^pIq~E5f|(WdhYt-R
    z4eL=SLMcxWtL>F~gDsA`K;Xa!%(o!oa3R!V}&^B^Xt_Ne#-u
    zudit5S#l3sP03xjURC^Ky45aHXmL4X47Cw2CgLaHCQ~AAVgp1c8z8#6ImNYtBo3wy
    zx{#BM=(Nx(d5yCK0FhM4WKfRVt@0~On3BcmqcGSL+^k1Hivjl1@SCO`Qz1dRg<2QR
    zHOn}&+q#c+!qQ$tR1kCikutQT0p}<~7hfKGc`^|7R>1Ic;i4fhr+@QL;Pjg<8l&dZ
    z>R8x(B3DAW3!2XY(mz?)0akHFz2#w}Rj+n{G=X~bYP4Dxj3
    z&{nzpb!sh1tHf}#1zprz8g|L~DXDeJfudrl+i{_9DX3|EIk`OU5=KipG($NJ$LvFX
    zns)fG9tBz^{fth*`~b_qisb$f4Xp^OI)riHpHbKRsE)dpHQpxDlgyShMoJo|hojjW
    zu7h!D3%lAD0+rg+V|YEGr#j3C2xv{JQVg=sV03}RH
    z*_U*aQjV0}=gd9d$*8fuYhU6_AX`-p^HClSCRxpGro*)$GA)`rmPQXC(4LAYu)8a}
    zzdTehyjK}1M0!
    zyX%%h1<3%XKKhi#8pJ!m?2gTvpE~LRahroNwWKVATC2c6Q?}w-;KywrXaCug(Sq%x
    zPtJM#Q-#y}ZhDqd#-wEoeeDnwkm^YyRkBn_CsNU})t!zxVm^ymqRZ%v^d`V0nK`0;
    zfj5T_s9nqPi?*mIC}ctGK3d^MqL_l8W>h4FnOj3$gTe+(o{-(`N<-m2Wn!@9jK&G|;*6CPqiv
    zL9Z<^Eyc~mZvZ*5wcP_g!^_Z@_!%+-ouvt&Wk3c#nG3%|tAhK2a_Ea{T=Ia=Fdk3p
    zjbf1#r%%zE;!lmHh>y_+^oM@n1fL;3^#c^rJE<`Tk^CiS=z9h_I{r^xr(7ax27<>L
    zfi79G3(#c_pP`mHd=?wx?V4M@+>u?s$ZiPR8b-E_?k6Dj
    z5$O8naT0_bztx2o)I){RO593>(rz13S_*nTXzvEBBKW5*?m5_V2El)NjuFU(7BR<*
    zXvOff5%&-gst3uDMc~W?29PF?2bM=g(kbnYLcEX7b(NoXD3kgqxDBtbJ=G*9CU?7c2ohKL!l9&qs+#b
    zq5GOf$Q`rDssC1MssE(o0AfmB&bBN}OrOS`xD#lF;-7&w*iU#b6{om8#FRY&q2DhH
    z0S@3ns7epiO$@=nf9yKGv1vU8Vmg0D+Bi=uj(FLxSTb|h=^5q
    z+#gLVzhiQxlumWeTSN~^%CEFvZjTl>+;ii`=vD+BMcz{T8|%KzM7b}i@Lf9HXCs_T
    zm92K`Cw6;ly0aZyl@UhcJ(s36ZX=RGAWsd4{SZ$iI^CugmZOE=Hhp2S*j@4tn_(~I
    z9rlg|S9dDmbNNj{dh$zMD6bwi`D%VWE)r3g#nf#xG%F`(D}0;|Wdk0x*E!~lpfcR_9hxZhd#atGRvuDDbLd$W?GZ%_yr+(*Y_m_QN5x54&0DN1B~mpD
    zt0J9x6ygAt;l^TvVG>KfC{AeHMd5~Nw&HgFBT=iR4{(aRl+R;D{t!(SEAo%&`Hyf?
    zR-|8S(eL9{s6c@jJuo%VYH(mrNNMx6l{ZS)Adm2+&_oDmCa-36N35V^wqS9j
    zVDa>tYX_nQFcurn9(xkv{_(c4(5$ySqH)&k50LYmqM=A7G!)>Si3dQUE+wzxKcstf
    z`fs#~D=;kDD$ZU!4i!pWB&%+^Dctg8G;7z$?s=QrF2oZ2R+l#AI>*zua5q^dO&Rd8
    znC;3gf6&2FYAdAF2~McpsYF4mrQGa}>gi4+hg9`$Iy6&57_ic-$xTe<$GmY4*(yBBj^1V$N>T-c%71%G|{Kjinr+B
    z{18r$CH_`W8_Fw(k;M4nRzjrkgJ4p{4T{*@DZNC~#}sA^We|`|m$nGGZj61gJ|L0MslWMkw(V7V%ZJ=ZaF_h0jLOqRG;3~5&~a915s2g
    z5C|0{%)S26A_9ODs0LiV!{p1qR5DTWmUQLZ<#RA_h5fBNbA11$LlcK)b7~_wwKv?g
    zv8){26rr}@-|)g^POY0&@Ky!1>AjbGqlNY1!p3k`6T;`rr5FF(Z6CM&eD|lj!zI5J
    zP2U@K?On((s^CMOL=SR(k!}AUAeh2b7_7em6^x94ht`@33~M0SapMLb#=vic7GU&lVV0s@dl>Q9RfDM5mgJEQpU_^r;)x=x+cT`f=3Ar%u
    zLVffT+)WU<#T}&61cyj;sfHx@UM)dLFFq?EB==JBMDdg>l3B~pp#s9;%ZFt&QL=o-
    zy#mrWhKSRbPe%(IroSF3ToNu^7S38eo3%EQwf4v5KdJuH>S$JL*wd;&$(~R5giH2D
    z(~YyysTlbPn(`nhF%nuD&!!QI(Pl>|D{b*~T1Jq&$qcmESP213ygq+`E1iIWIRsjC
    zp)CC{q6)gXgvPM~Zy-xDS+&#lKI^TCcwx8jf%~d^wsu{lc3srFKI~dA772A(IqN
    z1^K?aQhv+OQN%^i||UG^Hs$%$hw}qBrNcfaDi`}&8m%L)lQd0vsRC~VwpL!nTsQt
    zi=&whw7SzTt{Gbc1;eh1T~n@Tc3srHc=}ibi#vZ2MC)l!n#XOijBG*mPQ7@|HoIhV
    zWXa}_S45ZWxS6pNu}n~eVZAEit(rPMeO@1$LEeXXo(XE{-~36O9t7QFPh!M$34{z0
    zk_zKSi#q|@k%sM<1<(P3yp_Fh#OdewIvD*F8pDntc*}SSMM3IdHp9ke$LUk_7o`}T
    za^@2o6_x%EnzQwY8YYU&3els-m+2K
    zt?c62?CMB%^>kq*d--U}ZRDq?`ALapFCI;adGjYLM>XGa8dT+Q;erSGsEr4i2pIh&
    z$mNtpk0pEj;U$JF#D!u}FT
    z0W$iA>Ldl58cP7KcO(r8BI}KFT
    z-a9e6q&P`BhMXF=E?I_P^P~B>1uVb%Xbm})9>1^70QcQBoT6J^i;|jwpYZH6o%Aof
    zf3jlXy@maQhl93wD-GUoDeXeZ8s#~8{lWWBl~=&J#(c6)d8++IIj1s`W(xOPuRKe9
    zLgR;^TN=EQrZMS241{j9K`W!um|DS;&DyncrH!oA_84<%8-gDfh3?gTiIh`GN5IA`
    zP|*O%c=^!2gH}GUpQ7$p)WE=x(QAmmFuH_}l8*P}-{d{{4UC``Y`8tNu^jSkkvgWF
    zIc@rVwhtbOr|=sBbh0(qc43IKIa-(!**lcdRLPMMy9VGUX(b!u{|by%R|I+$R`=cK
    zrN08w)nr6s>usQWH|g}3gp$*q-Me%D){cD#o__kNz5C{`I(>@L?7)1P)5>agt8mstlE`j}06;`~Cjf}sVbazw#T`9C+B-ya37~HgDISWX
    zAJR3)JfaO=Jb#g{X6O{9cBa60vzO`fxDDpB$KnoTQvhW~a^1)L`5(1h(1+b=ye@zm7L
    zXm%4M_QmOAyCFZThKvsO-IS(hKcX+JyS#3;s5w&9e9aXtT07%uQF8d~ztBGC$sDhq
    zTszehE?j~Hh%ryrtfw^MDV=gmr_6Yk-La*o<<4c~j-Q(xoXMy|Zj6kAuq*$odlfVQ
    zYbMs*HMvnh_Cnh@v2m(yCaZx*u_lsNGo5m6%}m~U@YMdg8~L@j3yQAfUCx_o`@Pb+
    z{6(lSzmEQ%o5I!7SZOVa#4>X3);bYnzp>
    zofSKpte-WSaqiOZ+62t>d;a?X945pJCsoJ2?_qm+y%)jeK&SKGZn59BEK
    zDJq<@$H0KbIpjQXx@?
    zayY`Vu)ee>{+7MAOENdFvwphHzQvVjm!z)3{|)_m5IZ!o`8agA0kT(GLH0_3VEsy#
    zflhk_+Gu-lV-M>CoO()+5;NRbacZRyx$OcvrpFE(B|333>aVwMIs0
    zST6<1Z!wgW#4OWIXleeMAc-9-$S0Q_D-<&^enk4<1c8Q0xA1t%5Rt;L)srf~tp?HWaE@Ven@zROO`<*<{EJ4iQ51Asg!=jRZH=
    z0P880?*o3i5OIvGGLsGkFTxWY^|8*;Dw!`FxbV^fc;f)ZIw})3Og~3$kff(j3TGw@
    zAt_Jrm}5eaeLHkQ(tUVK`p5k8|h~T$9mX-V3
    zlXnWxn)~cI!Lg6mZEm!FlG>V$KcAMm>D*w(IYHM$fX%>t0v8V?5LDkXvLppSt6+|o
    zM9GhrfDk@LJz_3t_!SI6(rlKSC1Qv*xE;z!zz{IQewXHF
    zDXIfTpmkpr$*P(<2EQ>#zr1-M8P{K4ANJPV@U}rIJMhs39
    zdt1V;mWA3EyeB49!iC<->*38cnlijWwIv-Ijiwn!D;NP&`vHn$2k0TZ&t3jI+z=zM
    zpz~}hn4K`CvbpykQupiereYHfk=Pr1X0wsLvx?$xt%+2xxt<%Xe&XZuX!h2qcU#!C
    zZQ)p``|fk7>46h!IF0DL4KF1f=sPBm4qcD^_^ALh2Tx_~&4PGy|2x5NqT)_3I{uJ)
    zT#l;r6JGgl?c24}D?Zq8b;I?>X!(w)cW2nO^M9I-vgzc4j($cREl!wKMVQ_p#N5K&H1l874>i7Z$U9!#qrw)9=vLU5DGg_D&(YXgY-D6%xPU
    z>aK5zz2I)ZoNjNt>v!6V?)tp;yu0NVvWJGV=sL15-Og^HPn!P`*L%!7QrxO8G)O(L
    z68V@1S&3Dk_cwgFKMz}Qq_7vyckyZ`sjBuU0lkqNEC9&}8(xUqV!d#U_dmT$cv%TA
    z9$`OuAP9|0ON(YqsfO0t;NJ%Eic)87c{8yY%>(_-N;TzjYF3UIe@4!h3ezJt&t&^+
    za%N5pHLh4>E7qRGD=GDf1R5_=mRe$`C^+)~)J4dSh;)cS*epV0L>44U@={{J6jnxL
    zd=>sl2nv=;)B~G%ie^y|CE@cfY&R3OS-_CM%08ZhM4DT+3PCnQ@}XF0AI|0;Ir@=O
    zT_t}`;72SLuts)1%sFI}YWkjX(EQUzHD8F+gSZcQQ^!sAvvY9%7W?PFV*LC+>;Eh{kxpCWXc&9~ydw
    zPUyZ%nSP*Y)~fS3GcUZLtHia03KF^sGDGd@f1plQ;B(x`@ep)4H@ur*cY6Ho1eSZwZG76o7#A8W;|FHGBmG5eQzhPC{1sV@&#*z)UFBHq-3`e{4O9B_9
    z^3`JKi990eGUS{!=Q?4&eH1tZk#9|GK@4viS9c%c%~2Ey2a8~XP^sQPE2L#q$VFE?
    zc?a+l`dSKI)6w4tAt@)brgRdDks$Gy(*HxnTnd;b>hR=nzzI{W2kJ0QHF3t6Y8U{v
    zAffo2uP|J+HR{_I_H4Tix#Y8B&%&JM`HAPJ^R5@nq-`PBCI81?kLBfGIyZ6djq{^B
    zNOIu6MZvDhBCfKj+8I|p=+aT|mrmU0;=-)=k25JVM5(>CHZkCv3Nf@YC}<{A;KZse
    zLr^HIg+e~#N%9e}A{?d)J<42DI82D}RO;MFfj6Wo*vM^}Qy-kAivIp5|1Pvl#6ct^
    zJq)y{OUw(@3|o=H3DeKP89e}G>L8y9j&bS=UK4V?&cQH(bQy+BNcMEg6R
    z{)|Sg8o$VzG{x?^n`;IY0`h`SPk`QV+Vk)F5RhU%9kD1x74&u&{;3D1j*t0V{4pXq
    z$eBgDh=-lD&nN@{C44&91NRlCDqy~$x^f`l`U7Z*3V&Pox$fTnGqm>E@>54>pbC!I
    z>EGbj(H0251cIa;h9hJm(n!WU<*6(Sz=<5fN$`MIpxYu)Z^AFOGEr*N;{Pa!1%;nR
    zNu?jPN+s|(kz1g>L-|+Picj~2;2AiAK;c8~Bm7CKAn}`Zhn5^x8%cHG^)_-<=s^;A
    zm=N+e(b5JQL?Vy)8ynQGHK@pVgVJhU+WQLsfj)A`1}%gZ>xVsQG^us?vf*epB1u={
    znL#>t4|LJkYQw60GkK(Fe5lR_b+k|R_w?1Ow`&x)eI@%L&67d*n~q8Sr#Ux^I&7j^
    z<-@vOQxyqX5`dss)P4rnMCyzL8XXEi10f3Gg+-*uScg{?xdrb_bR$u2A*i>fb>N{=
    zZ(q@3Bk>t_n4;2Ac=4`ygNzxB;t>M@n#BPf8ZImgid?&k&cT45|+JqXpKA9P>6U?h|1HtZg
    za-cz?xxu)04q&V3gatY|_za;-L+whrTyAPo;(^V<`o0>cUk*)Xq3@w)0~^7BYJv-BlLJFvIQSd)N@XA)w^zzM4!dCC=ju?$S~sg@N!`Iu
    z%&Kk3r7R+O1Y+<$ws3ejXXpvWG2003f(~J9i!D;nBkTMKTp7g58uXt=?4BN=5Fb~k=W02KNVzuaDbVE`zb1)P?yQOE{Q1uLGs(?%}7>t
    zqsg#-(9@wJhTsThR3~?$4LP2{NRL_q28E5!Q`Fr(?p7}$1ECDPA|{onTahxtnUa>j
    zlu0Kaov8Upz2LTVz8q0>9-ERHyfClBJ`TzcVbdTk`VcDmsDbK&&bX!^Dr
    zu5F(?-M3unv87_$}KO3S`@
    zc)Tth9P`J1CJk-=bMx
    zL&VoG{rq+3$9YlT&ZuYS7dh0@e+m*Vd1cF@trqiNl(m-OPXZr-hk}?ORLoI7KEQ<#
    zfmoAfD}hOfdl(#GJxQ@eq;gEdMw$j%Xe50SAtVyMMYK-^{>{IFsd`n81fYo#$5fT=
    zYdSHac30Z0ZC*yWcT5-g4%hTGK8$R#jL7OSh&B~Wru=QBZ=KeL>mVl#Go3Am#H)=MMVF!e34h=IK;^NJ~Mpni~_Ry+F
    zZ1Av#?ewd(8(4J_q(b^_LJv8Z@^<4;4`0K;>q0$LqSHDm^>O9oi1MgTh>S|BDTom@
    zUa+)!**M`SP$2sOTds`8
    zkjU$rL-6jLIy>uajHK_AV>2vnM4A>j+K_WN5>1D?J2-Yn0Ny&V5j!gjDJV3eB%xBN
    z0OQ7tZ8C!O1d-idi#roU%%$!?+(Ssc<5(w$2Z1+G5(ZsCsIrAR?K*~ptb{(}PPsIr
    zP>wz2KSE@dOlZkVR~`VV5$)MZUH(w*^6iYWsk&%J!^qCt&b-N#8E3hQA!DALxg0!&
    zr`@wxpZ(y4t1n!y`}knA@#$#JZ{4w*ymj*?t2Y(Nu2WKB442~l&*}Sqy#BM4=(@c#
    z>H9{u!+6)1Kk0k}@gZ#XyivPiy-L~WQl?i%vzCs!fX*fdr>m}IM}4bCou6kHP40+h
    zS5YLbJd%RuzWyX|XG-1|PSo&E?40zi&FeRBNnH4#_c~
    zN)zCAVhLvI$VC;=qEv>`UM`jQfL>~3tz$qXE8!ZTA|hoZ!8h1Ki`5L>de~(yiFmZ*
    zu*UKG@$2<3ChPa_CcWXM2AemQxU6NSFwrg(D~t`e58GM>r+m}H+T&9N>Ap+U1Pgm-!rl`=F7X(G|@Cw6!kTZ?4rzzWU1W{
    z&4S&#CEM|%%^z+5aQjDlKHM|sO19Y_
    zk?mg~(s$N9t0|@Oj@4y%e1Uin*>8EK4$S1&<8HeDj+5?saCg#vCH->x)Jrq@%jwCY
    zJ8nEdpqBKU*Pp-R#kF9X&|LLUR>(X_>WpOIoX6WfXoDVPDNWfvre-P7Jm-Iq2e-CP
    zh>mqx3aAL#$w0%#<6m2c>=b>2OgkuI(nCU6oUo%%)9@j~pkzP5eZA`|5?xa(Iy#WW
    zMSKOKAaUoMjxzCPi;l|+h`zv|;Lqgahn|Vn5P)JQWRBZFt4gv^N~*_edKMmj8$kaQ
    z;#A)Xac7WPLF-vq2yK4-{HT}P(hiLweK|Qq-D*@Wwa_U^bV`HIGjN)!BylW>P94yF
    zWSH$a6v0bqvAImbfU3%%yWCTFA}Nz@Xd!qS-7OnuKye|nV(o%VmLtS`7XTIaKHV*y
    zMrr{iKtkNt-apXVrVvi-_7itLwNG4-%T6B>c5iKeYJc0#y>Z9Z)-7AM?!({qr?$55
    z2aK_Rz7jR-VN9x}>8H~$O+TSJvOIU$eQKs|5oh$PIZx3{Npsi@wgo}mAh1MWbx-;|
    zH*g5;zm)IQ!->V-T6tx|dHAF5DV%Z$--2d8^5@&3wz9_RBkN
    zymFs&p1+cvXS(D?w%2JFPS@6J*iuuI-pm9QF~E)N7-G4y$6IdrU6wnL(+X^7aq3sxpn)iYHA0`n_8`5e`)C^9op9s
    z%v0TKA0W6vsH6cB1M>l9MW#MvW`!wb_@A?DG2GWuA!P6B4!~Za8_pKm#>(z$yt{JP
    z27+Wkpt6qjRr<-4YYD;K>-ZKlp#+&o_Q&C-={D`8NyZAzbe~S&Auzp&7dQ->lFM$>
    z*rv%9QMZ4jZO)nU>Wkle@zvpP4v+7jaTdXyehmxYi=Q-Nq!
    z{g~@ET}QL3KredIDV@fwr#Rv%hC76(d}QlfYVK@mWhAu{Kp%4f^fU18ofMP1YTjgb
    zJ8-f)1nv0B<~5rU@ZJz^UqhQ^xK*EP^8-s27>k3+f}o6S9E|A0_fP{J^c;e$+#$>N
    zEtkwNLoc$y4Kx6jQ)4=1|H2(Eib`BByMWD=KXWlZ=^2YknwzxM-$T*yM@}(68zogP%(CPmZ*5000
    ztNFY6tF7-kR$Kot1wTHrx0;+kcH$~wE(oHjjq@jPqCijD+8xu@nVADTA>1R)hc@Pq
    zl6w!R7-Pt)IZuIxwT3!*^tLmpDwGYhS9JDqj0UDs8(`GOI`GKB!oGthSJ??NpFL&j?j6r*2N-q+^|1e?8Xu5oky4Ha;dFV=5z~F&8q^y(N+9
    zw&^ejG2IfO4~6r#qN@yJ27Gr#GC6L*dtW19TZUSdkcpODM{MPq3l@bm{@&h8&rUph
    zsbivJYJW6m@${Bi*AnF3%#~O3w_2U8sb;Y;+ZcSMZ(*EStss4q8Y-hM@CM49uofp6
    zPnVk)kbk?G_&+Z7pFJa@7avj9iL?X|$*13^=5mBbL`+OI<<~$Xkq3=L_Pm7}zJB*T
    zY8vcn9j2_@ncUjxrl@c2$gVjUXSpZ$0<(o}ekK9qZfMICg&FjKSt5)w3>>r$Cvs{IvMw@5if
    zGBE8u!UAUzS(Rg=l9VZFSlZR$Ql^c)%t`mfs!X7O9^oaav`P-$>W9rH%!4U?u80EL
    zd0gs7Y1T*fP{Or76d_2EQA%(3xlW)MY8tC5g(el~X3!rz!Ip0HQAS5L5Ru}+~IMd0Wj^Sa?%%6=IO{0ff(DRr?I}UZ>8f;JaYjgB+$ZyFC{vCOiPi}G@ykSnHH~`
    zvE@ys-LO?Jrp=Q%O+2ZRr6kt9XC)0L40-s!X&KYj&8WBLEBgq4?iA;K-UiIk1
    z=00ruhK*{{1TBxPm(#X4covVW(=>A@iCIiKv=*H=58EI9HDM-j9HOEQm7LY0c4#%3
    zO?~+TrOJnp&06&q4tfU4l=}f2-oQxG0R!L)aRolFQn}KpnuUa#8=*_C)-S5g(c$&c|zGm*xZEJoS~t(6FMl|&Zyd6LP(KC2)LpEr%0FD%vK
    zU4*u7?F&+tJjNQda#Z{TT7)uBVS#rli;Sl436y_vn+8#@+m$
    zKtR%O(VG!E{T)tmJ6V+kXooH9n2O6fyH
    zNE>J+-0_!gx+><+`f_aukI~1c?wC|u=;jd&TLv`B&{-IjcsueTftftG}djT=<{w*ipy*Ag%TB%r=MV
    zr;d`X71p0t)NIYN|132H*FVd$Z!J#wS-z95%gs0^=pSiqV?s>xl;ZtW^Q(?moxuLM
    zAr2!3z0GtH&ZoysU6#YZlwinJI|5CsH(|NpwV}kY^)=_HQ$(GA%`s{obsR(N_;0&l
    zsiD%_z&SQ8t`Wk}*&qK4!*+aM#Yey*2BHg1=&xX8DFgNkhGhe`fUU?hXrt#HYQF|;
    zT~H!WZ(hV%xvH~=zRp|tUa@*);t2v)#vdJ!<^%0O5iAf7Wtku<3pUV#`jKG8)*av)
    zkWLwd_L=@ZT~cM(E~{EbWLs8}0brWcgSLt+{F{FPCkls~Vj43H9^ST%Ad@6WBmYVBuDG4df0)8@WO@{4c9S9;DDVC91mTcFF
    zvsXY?tw~a)n3N=3jj*MP#0<{F6LyH)YOu2=Z4o)0=$MUY@
    zZAUbxW;8XHS23Gc7s;!eu88I}UCWH*EgSX3G72X*PQEa?C!Dc()c(1*e5PW>kM@4_
    z%!ki>bm+rFALm3@ZjV;zeSqtrCB-)=4*+laGz4Ny>S$p8BmJbkp1rZ_T=A5CsYlK@
    zNc4up8?pI}MB)X+WAA>ER~3(o)QfvMZTAyT2(!YY^d6nQq^0r=eBnMb>&?qPIC1sF
    z-*{I~XU;(1U3N30@`iWy$c}q9r``V#J}0ba?)i{`aJ(m6wRXna0;8d(RSCtzR2-+<
    zPQ-D#)I8Dr&I%Y4#Y(D19T&Z0-pgj>eY{mzKI-_6_n+>rG-a&$r@M=BW*yM?eVfy4
    zpE!M+eYS*!rz&W!VfM*;YRL2^wvm5jO$gnuVm0(eKJ;M@17uo=9@7Dwr*1zdF#^el
    zA}yn^bVEAj4E(inp&ruSH6UxXcL(hQs=CG~j1iW$p+$K>HS>D`?HxwACepM^>ov`?
    zwv0hKTQvm`R6TBuCDNBdtF^Wmu}W4B7h=S0ShV_2mL-oA1#1#I_JIAk%JQ77Fes<8
    zZWw)an>MTw$%&M$npgu!lhJmBb*fTo14?vM}cfIhH>rONMs
    z6Qd?W(vbZXOTa#Cf7z}n%kb`F&c3>LxYXibU|dIN)8mRCFrk(kVVdf
    zgRcOIKfU#7|B7Wx>ZnnW+CnA>LWP7pkNWbFCbkSeF)(l@*wWn0IZOwje}?J&;F->*
    zp8n?UzUE%|Y6l0JRas-O8HsgX#4ZzTIx%p%w?h8asJ66G9*m$wsvn8A;C8XCJcspB
    zm!OOkbb>w+r4#dB
    zjCYxTW1eak$S-E6n2iC#CSsc18+qfB?%?~Jn^+V4Yx3dv(t@_l#G}x(Xt$f}5_Qd(EbdEDBl&{v@wljwIL>&099+
    z8Fh@C$Cv)XojKYsA(1as7;|ea=-RKYr=j<{8)OTLrN5
    zw5BwV?gYP=mN)*=)XtlprZ1ohX{Nfg27h(0#FSl5Hlg@(ZfV%R
    zZKvz?R=U3_cWX{!5FK@!`A5u+UIu2w1!-s=s7Iyqj3_#C4_8nMP#J8#p#s(MESjW9
    zjs)e?#k|+$eSw0klo6fE0vOo}Xzd!b09id|Sru7XLv4C#30D8Pp8m7J-oZv0%>;}v
    zh%83Y1ShO)AcE#Rt&c%E(F$Zy1}`1y_h^ZQa1Y7{HanuF6L-o>oy7@Bs#AW0PHnVo
    zx^Mwkh=ir!uouq}kTyl~nx@YICi7Yd>ej*hIM+XwH(eLaT`{^n?nMB}+UdM&H8(R_
    z2n5$bOQ8qB3pREA+z*mT#rJDk%T0ftj?*XQxvgugUFv+}p~^vjiXV^Soee`Dn8Ayx
    zn+htC4?QP9o3jE#;GH$-QQf@3H(QOkUqBqNCN@v)9hJNovQx+gs9+KBY0!$8UN+_e
    zHg7>*v$F%pl-B3(3o6)G6_63r*D0*?2PqmWxjMnp{TM=ksIEo=J^vi7CaPc4suPhf
    zm;k2v3A+MFNU|h=fYB+@vkU-8p`+N32Bbp(WllOMP^rMBaW8#VCoh*qP}kE0AjA{1
    zcnN8JkB=R{*gMvXu%f4Ct5-*=S6{bAtJh!O8>xOGn%+9HeJ-{iX5#P#;-l)K#%-Eb6f@2LB~HH%_&r?MV+5FwctZs=G)O*l
    z2u-B|-;;Zh{1+f-4lQk0Cf+YVtr>>ajCq8Ti4yNgJwfoCXU#R?Zg0_>?H`BFMR?pW3(cIsdXHOV+?|
    zyU)Lcho-@gPz7Bt2K=?l>l9sAkY5cBo+g7)+=LTj9|+4}lm9>v)FnSveBL{ca^4#x
    za{x_uiez0ZDk7~Uj51F53?TMoe_xZo6)5C9QJZ*Ce6d!TNWRE=I`}6ag^S~$|7bVN
    z(x5OyNzp(*0tNIz*anGyuwO|A$xUGLnm+{X+G$Qteze4>aGmi+CM&l(?WHdN@_ffT1ak3mQ#e}Sw4rq;sAG&18#{xh7WCG&vQnm^|(uF
    zxkPE54f^+FMZXmN!cMzUbvMquP_Kc0`^pXblcPuu0E{MYM6UeHD
    z4BcPNxnUt^vFFZJF1xlST1gpEMjfN)Bd+|(RVepb8lrL9bA=G?6`RxaYEhN-9dlKp
    z5RLjm|K^wBq$jfUeG9scd(F6EHP3ZhH=yD)jC@FSEUc$lGSzwJOn0ZG%suH~j~^G)
    z4&PIbCXT&|9S>^I3=Wi}pJO(Zrqj1*APUh&%(2Vl$s31TW$_L7su@tE*-`(hux-^t
    z*7r5;9N2q8ElGz$p&6M*X?s3Q=T~76Y|6`zYdWtVMg|_YT7!YGLMu&JqW!*&?9H(w
    z8=0El!l+2oghf+f_bu=E3kLAJG^%uZjRtTFJ`T%os76x9QeQ{-oRWwO+(y&|*9A*T
    zm29PUv3;x^W^W$x}|YcE1ZxhZWFe{2hJfA
    zVH6=u5BR(q==3`@Z(GqmW=cI77hA?!USB`!_D5iIm>YH1V&*&!+12H1SHGq=(ceGW
    zG8KxtklNeQUjA!nzaq*y;)7Al7Ov@vN7t}+UTau4UtpVc*%9`zhE(g43
    zk!?gT53wK&CZsOqQ--A&St~Oshgd?)+ue8xL(gJvieD>SGn^2FbRzVvrqcyI$fPcb
    zvqjngVt*3pL5ZSf@aavO651(11A6jiJtYya>|Jcr8FOb`TsyY*^>rg{pF2IV%Z_fP85L9e-(UX0x~uE1y%ee6a?{lYza*FNM+|vhc(K0r
    zg(jTq7FUM8&*-&w)6?ro0JHJX*BTGk*ZFJtE)fuo^a#OW7CzypX9npxhmSEXq1Hj^
    zBsMnHYaw;$N!=#(L-M8kr%Ra*`m4ah{5$xOI9RY8^fqPDl
    zgy;%nAeW{2U<$HfrW$2`38W}1^C0ED%tV$;vjS}g({abG%Y^CW5*}TN48D`5yOW7*
    z^gfBG=Fsw|I3+cVsAOwMlFeb0>I`5+2YN`UBGmL8-9hB9Ztv2QeKxuK^KWt2H3nY`
    z3=TsSWq?RluDWX?;~1!n4gi`sI3$i*QpX^wo=qrClnNiZ=PJ{Q=W5%aGBtImY%C&<
    zS=vKcJNsZ7)f13aqfEdi<{h`wk_k#*r)4ya
    zl2}(iR9=uK(QfJY=%hYZbwG-ojl-a1Z6%+orxA^4K#hX(C$yg0P!~C!BQ@&xCY89m
    zgHJGq!{6is*#$8fMv^7UF8H8$<5C%#z)upGku5b5jbt152O3Ukf2
    zfc*hA8@!>`3=oiOHe)Yyw1=$z4gUM)7RH7lyZ=yC@bG!oojz6dQ>%>Fg!-A441#cEiwar$pxKX(x>{&T#rkL_AueHQH
    zY2#Vr!As{S&QICiO?^8xnpYpmtdDr=M_W1U{A=r|NZ#b~D{C&VnQD7?*W0_IMN1-?
    zOCp{nDB{f+buA?EXovxJrujuUkuFNN0@W=&gdt&qDwM5jJy_OYcWsqa2fj0mx1}H8
    zq~C+z!S7Haz!IY9==e+Oa3-Fj!``a*t*;qtOc3;&3_jsK%ZHHH*^pY
    zG^Ap!sYY;zu2ARr2v}f|LEXdw6^vQ(!He23Q00)N2Pz;6Nr-YLBW_f|olNKKP|^Ed
    zGMoetrwI3DS4eP)+K@Gn#<>sJQrMLD3~2TRp(mg2lz=V31u(HsNuk-UB0#7WW>(z+
    z*kNuVs|%z$67N$;So{#*4R&KbP^=dYmynPNy#iqL9^spRpwpXl_aL3N5{$}OtNF$@
    z+>JXw-2Bc+e6C
    zXHAHURq)a_)Sk#z6Wk;qFc}hK1P;&RMP@F2#glD9pmaU;+R$f9XEOJUI-q<>Svr?h
    zJeyS!$*Oo~I|9ZZym}D9(z9rT5?Kq(DB&x4t81#_%@a{y&Gf#oX9+1uQkLEi=ArgC
    zD_c#bPfRJT71mEua#|NzKUrkQHBp}Gp#n}h+WMf)3JE0)!3dOwN*~a6riiFHx2XZx
    zJz#TD8>3w)AOZ6(b?Y%UXaP+_dUWko^-A;og2-Gm>eWC|t2sk`Nxjg5ODJt2GM_S+
    zR&VL-s~G@RVnjlME<}()ZZLmmg4YYoI(TnO(MS~OJgS$TBk1X&D}oOZW1k%|$RZLL
    zh#~4MJvv9H9dxQk@#JI|go%=%i(B-66LcNNLlzldT=&|#$$=|_zc+{&0^!o_pCN=m
    zd)U*C7+M+G6y8}jvaEc!{%v7sIhRp1n^8eLL)&!4^x((YKQH>ED4bCd&DewB1TN2o
    zecvm(R60>QRTWLEz3HlBY!o{DLU6IlH8j<4s>AOM@;$LEHy(Q7#U?NlbhAZ%LaS7{
    zU$;rV$vM-48(%oowD^U?e77x0@K05gzm^Biw=#1GZ=}J18qH7RL$y0O?Y)E7&
    zn;B=z#W*J)FbKD>vIdhz2jULEM4awO*~*m>90ydI8V2(AVJB_3DDR**@z=?Jod{%N
    zc~4$(*iK!Y+4v0hLHJ&D`biQC70d#>NTKt{rTr?h<_c&N
    zmeI8M4H`gRN&(?vOy56pq=gaqkt2l6)eYdt5%HbiVLZV84U|v*IQ?fxrrg=9mJ6-b
    zHedvff-^G&!H^)=&?h&@jpq-@4G$i!;XZc`@M?|Q=%LVJk*$cJTuCui=O85|iKP3a
    zr|Ah>Hm0ykRG_D804fHw3&Cdv5VI%%5lUJyQE@A#fLR%dY|7YdAP(m+na82+MVM;Q
    zVB-+biGPLd>3L&chiq`nIPz$6qxh9xEBeH@{FfeNV+?x^e?LjbP>@NGJDx$vX
    zu%|kf?!9$|4zM
    zQx!8A)z_Di9h+}_`S`hsbyL=<9dD;ipS^bMdLZiE5_WA_NQ2tYF!aVWKZFy}pqw)f
    z*Wxf*ngPghLU^noTM}y<@iS7YW`LtCMr=10Bc29J1dhHme{u79Al4wRBpT1So$OtL
    zf&pbDZ51=*7PBU7_x}LJ6Zi8!K&L|ay17W0YY)hx;3~W{V)})*FqV}wmtHWNUK&X+
    z#h9In_?Jf0mto+Mzj^IzYcVfxG=x2iVqPD4^@d#qVi;-YltbN{Z{tpatXvgrCGq+?
    z{Dq`ddfcYEGD0D|19*wDeXHEM@}Y27=w_6m
    z$V!uyW8Z+`LbzCk0iIN;-SgEg*;%
    zo^q%V1grHV2-1v)l|4_Q7`Q4ur&NI@DPIno;nASz&MK(YQYAvYyDmhvozsCZ#_?iDX$8#SA6jL#c%#1-e^K
    zfOip}V!-p{jtAaqn{k(^{^w(Dx3kKoDx+C705<}`Sg{{j&QdlaKkL@E$XIoEB`!VLh+
    zoY!{U$wa-#X{LfCxFkZt!YD|ZMAso4Y?u7F2f-*=qb5gr;n>(D{*m6H6YXU+q&-i?!_A*2!H?x
    zzDe-?5J`y?^%f;jB4tUIC|j1~r$SN!DeFbbmy{*JR6;)%Lyi(taavK0J=2L>GqtxU
    zP1dN7&uXRZlJ2v106`fP!mP^T?9;V22~0=Qz#!qjj{#dN{87mA46?EpB?ka
    z$L<+WW0RLPPv7?WU!%PwZ+eO1#^Gc6MiO0R{-(vWRp+tBW^3O3EVh?Ala*(|*hH25
    zGRtGw9m6(OrE=knn5A8-)RY;kEZnj+FqsmW!!I$4OpX{p-U9s+muwHD259ID?t_Aa
    zr2ryx9tt8rKE~``A_gHtMj}<&|KKnLKICjLKyi3s765lWkWiS$uwjsb-ITou@fZ80
    z^N^-<_CKvZ0TtAE`X#jazazeoQ)jS1Lie|pL;lb*rK=9&A=y!^Pk)9L_N+6cbH)QMw
    z57uuPutF&WHBi4T)Bwehrqr=RJtREg=+7brkpj<8IH4vIp2!Z_QM#Z65}t6A>gNeh
    z$cZv1l#S9Ga-sC$PItPczBgq*5Bt89{rvudkUwR=FqDh86opoV
    z0%(76C=Yujp?s93p#qd;p~g@l&ICh6*eeeeqpS#(psWm)qO4+(K+0aSJyFfRJ(%+C
    zHKB4`Q5&j2S%-e9#B=IHRoH95Q>(GJB23GEtWtqYkNH)S(-d9Qrx;QpUupytCCyCBEXlAVUF
    zQgHgFP%a8+kgrJ6h9oUL-5vY7IB(>Jvm9wv6o^FxO2#-bXk-Df7)aJqqjX-LG!idO
    z3jy=(f;>anI5kFrv%-aG@X6LeB{2380@B~d?XVwOw+YgQXTEnbW?LO`jvt>0PpzNJ
    zFMQK_-I~a+i@{$zKc3%uIXhw-uVm~s8AQw!u83u=nDbUn?s#YSTf4vgV9dKJvg1R4
    z@x)``ydqt9-2T}uJO1R4~n%byGWGwzAb5^K2S-P8^>M-&lVSzUffK`0*ck
    zdOZ$=hAXU@^%u?NmBTUnUN#+a3GSSGZqz>Z2w8=fSH>MhME@4^)e1nbZdAuN3yZ{*
    z5#^!ekYZ%&w{S3pT#){Xx~Dj;dospjm^z5i5~B$e?l1L?bdtUCx8ygT#Bb)NFWJXY
    z6*p>k;3zddW5dx@oGqV~=|EC9qoJ9ba(2LiUU(CDA9A&V9!MQw$_HsBm#e6t$FXBO
    z9>Q^Sxy1ji{upRJxiIWkr%<06HlXwNs+@
    zXX=G1-~^pS{LD;z&JRCNpT^b0b8g>w=e508_r~4jQ5(+~l$I$4UCrCs#@dO|!EffK
    zp9|*{?v>jM4K}s(J6vxs-9kN8bDy;I^qd|+dwppm!4JNK)-LAam7JD^PIIFF%`?}}
    z#M~>QwiUc*sg=t1|I*?@wZ&2bqa)3tSk};fy@ul8%gY;j?#)ZrFU8!AQJb7!D^Tn+>TD6vYtx`!57WWlB=97f
    z0rSY0H?ihwd(@2ti9B{%8qceC_!xUR`81zIEpuBI8={7pbm(;KXOUX4Oc#38N0a%c
    zo^`qjUYc<91rR$>3b)aQ;PZ(!?fmimxR^6T_+p1@|gs(NW8~<2rPq$T9
    zrKc~TS!sX@IgARFwJ@C^aAuo6cq-T)J(GH+&RU9ykl-6w%k^UK5iUEkqyP+kJ
    z+I~}bLzO>;1ek(A()C3##T3NSopfhV24P2?Y(TUTCTI0YTVE)ItOJlU-NSof*70-v
    zNY7EhXygA%7>T}0^58o;-TJq5EJ~MiYYvG2FCd~d;+>~yf08aHgH?%=a8Vjqrl0(6
    zg3uq}nUt<6Fg_A3X`XSfoHtmr4~uiPZOAYD)c2l>*KQv-&3LLHBJ}tZ?#h_EGHR=g
    zjHuO5mfV8BB;l)y`Kl7W)iK{{IHutVvjx!2C#u%Os@6m+*WT!h=B*z$&G`x^S|`FY
    zzJ^(UfW)?wrWt?rtiJ$$w244%EKr*Wtc?ZM{&D5aqkmL;v*7*m_dDNT8(p_29(XYN
    z@S&*Z5TY5=(?1<1k?hwBJIHvXWcwE5t&)!7?Hi0g+F-^`8fL*)a#a3xHbXuiX3>Qd
    zow)$${U&6cDsP>_i0Li@$}CfUG27Iq!a!UHmQ!Idgpfvx-avW6C9rZSNlQ}U6)HzS
    zEyBFrXJ(Op&5z#6*l>^K4Lht_$UcW{x`FGABcNRPrp!l%i*;r(VOKs=9+7`jW(=6d
    zhXLo1DX>W~jOFckdAUPV&J$18@Xxh56b_Gm!>7~Va*!Or@V^fU)?tn?1P(R?sjgzK
    zM?PU`_wR(zh=ji*Ct!7Ov>!}CV@CXeUY_5bB2V^)-|kJjo8m@7jI5@UCU>{KXNO>l
    zd=wsmr^p~eNfi${)Uzj~p+O3jFw8T{E8ju!&IgeZ@EpX^{mkzT&TB_cAj|7T`jq46
    zU_m%Ig7|RF>EF70Ab4@;98^p&PNPtfGKva@lkB)0ijrb7umBBdEvIj$I0Y<_B~mC4
    z9!J0^YJCXyMx^GX3*_Xm%!!YJHMFgQ-8cf2OUN2EH%*_)qE(Gj#AQuw8nwXDFB0w}>b@%JXCy!38fO~oA#<+h|q-)+_$jkmP
    z+cWO{%A=9p;|C_pv-a2X^=R0q!$tUv7l>df*(o%^NV!#6YSuVUB7;)1a0!NNR!f_}-g>!Y(7G7R~}e@TFR9;XSA
    zv+PAg_qK!XcLq7#YsaBLAz$p{fqG;^a|a?{n$0Upu=%qaDtZvqYeCqQ2-Tj_M5PaobCm{cGvmHT-7zMPI4@InlKQAJ}N
    zs!;&hun}@4n_`v=1Ioubp6jb#u~uX2g?cZBAD9`70$@NDtCH6;1sEmJBeYEp{@g%L
    zTkDVzG|-cZ$9j6OCX!B{L!OJ$VS}EP4ayMklgH{*F8UUFH$`v=VUc_$Q&=P)o+B9A
    z#bL;4wC@rLh>(6K>MU2RigB!@Jb_p+CGd4kv~x2#x|uI4=V!+a}q2b#6SYw2)bGTl^`SY
    z6Fp?4#h7IZZ38n*F~hgE016zHu+*}{K`aSFf)qki%`oaDQ%;KnA`!%!YIveCLyAC?
    zwN;1I93}D+n1r^IB&*BVfa+uvi8wEpV6Fnm0L)e1Rsl>2yAQxPOYlUtD+H#DIKbE<
    zl_jF-Bf2DFO9KGOxMe`SIfcXlj7z701(}gN2dyA8ULGVrdF?Uky%hWU424Tjpjdu@
    z2EyG;{1$>tfCz*7Rp4YG#Yd;rUwZ
    zn)8%SJRA4aOnbWC8@f3VZ|;gVbRkqzb^)miif8i*z>4KpOm2whH%;fSx#5rOzKdiW
    z5GzmAL+9kS0|63q9wTsJFp{}weyRfr
    zX^8S42ojFrp%9m4yCa5Ke+&7bBXMcxTv^jpDABwv*1YX~f4q5TyzBvrK($A_nl)}7
    zADQ)duVr7&p6JK$dFm3Ll`+rCnN{20Z;P+mb=$L>l9uif=i$1J5+I@6^VDnc@WjB_=TBx+(hL->i-D=}QMr?a%|pEP)UbKv;l39OBVnxr93_B2OPUAhH97WZ4C?9zS!=-u`-c
    zs`8s(iWRTC?O8Q%#s$nXBa-#Wl3nl@BY;&lBsdkx4eft09QE&DWZK=le8?|z3gGO6
    zv)tL|_e(nR47c*^9c#_Ef;k;6=36ah)YG&9CbSlx$^!=9pCr@8C)!#If}4pW>1k{O
    zR2W&dGf^e04B-bIydQ%YaF#KG@vWegiLRnL589#3d`5mVbFRK;f%3^pOj}^W-X{?$
    z7I`ITEegTs@7Tx@2f{&)hWQTB!)M58aosX;%QR18RvSlXKG`yZA-?(^A43cxLNjyhs*t
    za%9R()acn5DZZYH7}E@;d|HQ9D*eOq9>I$?kyRX{AXzh66|?!piTstZd@OD8{56C?
    z)6zO)iF8)-^sp~9uS!p7L~WqI#RDkrXOxG2NbO5pNt=RoAShJvqt-XnD~gKMDACtR
    ze~%Y2Lp7x<$ljI-htpwa35UZ4%V9@m#pZ^jG<3dHZ+BQGE9l+lf^O5h;mN%L+{6vlmDBRk{P_yKay4WoFMH<
    zLH?h~tusyxADX#ocA@~jAb=0vR4J|3ky1Vj9_30va|2Bycd^i1glZ3q#1=XDAX^4b
    zK>S9Qo+LL!#3^Znn~n}b3?9
    z=3#sZkJL%VVmt_8FVz@m#OUnPC=?kKW6}Q}2a?9Kr;ewG=YXo=*a$MejPz%$56aUxluSRY)MUE?E@k49WGwkAxYZ>*+M2roA0teQOd&XKo{
    z%s5vwzMY~=M;o@s^LBt*$%bzZv{$cJzPaN1ifLc_p|h
    z{vDcX|l7e?eeD_(%>;z(d6m22zmaIqYPNJ>JFQ@NS^7Cl3>5j-Q=BVM^rJ$MWlM
    zI~(Slc@w5Lo!6bW5ptDVpG-SzU%wD_)*{xC-x0CR!voy&YWpkgusfPCPK20oL_P~#
    zunS2sC7&YFlH<(}F|6@6`~jll~iU7&?T_
    z8B&>L+Nv;n{ftiOf#DKGG3cUBslZJ@nF!H<4@?HDCPVL>`SzKp51|{{KJ-CT_8O^i
    zmor0z+zEd!4x%8^B^5Y92CKRo5*WzLxPgJ14&dTjAuymo8_RUwW|3)89v7}usl*H-
    zxcw4u4d*<0j@xwxijUAW@70F?3U^wTblS^pte#q@Esd>peXWQs3;x
    zX%HUp{4SacluU#scTbJ5kfmTNe1+5ARnd}F5$kMWX`*mNyl};L9*w%!L~Uz6Sppq`
    zbRr^?{=M=5Q6iAlF-j!6M);kqHskljw)9xHD!>fjowWR%M7uLL&0Pm!#nr`2TV0Xa
    zh=zr2`tu*x(u~1I9AUVl6N-)Fq{N`O4Ce+BsA1^%AkxDlBhR^`aN|OnMlL+#I*(?R
    zI#f(znL#?x^AaA(jR$6^MwFn^>%WV7YOf>e8__WIWT?OL(^quu%p)`c4R{zs*DQwL
    z>Y1#vId2eNSjS&@PjtXD(
    zY37~^V%6>;zYlb=4r=_YkQ<$FhmClt!569bO=YowHZSLd23IP<`S{_c>iGk
    zg|pI@r)Z?eUWO5&(>ae#w7uW<TJST-}Q7n-S
    zFs5P$bt;Q5NuV#)qHXDvl2m}>8C-?x@>4n~H#K91s&KOJ}0zUTdJ
    z-goj6^&4XK8*bLc>vz15&NFx%vkyPQei3I*={~eX-7so=DiZycIuS9AWSpd4i^@OJ
    zWhw=u-J@VOsaStv%1f=zyLg1BLE`LmCNwR?`fcR*Y59!wOd7O-Wb)&!GM&^1kNOnB
    zOK&fTCQwdHu1mN!lY)X^1$6A`i(x~1d)V0C-VWlK8PH|uc-=Iam=<>!J;S{46g(Wl
    zsHfs#iM(_>dLcpbeOWki%>Vv-GLw6yECLnQl
    zP1Gi*K19>hjg~OlUnE-nzRV}MEM>rn+ZoHz<{c<1oEw9Ph|J5{9-md
    z?J2U6UYZKMX%4B7mi02<(q3|*k^11$7KEujSRs}yJ?!jC@m>u(n0RD>!tH{$?Ztbf
    ztu!~uds5+Oh$iLC{|{++Xp#i6aZL9G?1f9xurPA~z|cq+dswKQK^mfUxQ+?E64}96
    zc5pIx$`sFTg7hmZJF@X--jbV#-tYXwebG`xQ`;ML?v>q{zj85Z%U^DxN@$LC|G!1$
    z{xT_W^5XMeNI}tn%xx47$jacrfR0P2)OiQ#)JpIm^r>vq(-UF7soEgrI=DlsGA~Wx
    zj7*Z4otl9o2*rIWp=gl21mm8R4&%aZ1dZrPQR*=_Pwu127|*}OI~8#RjZo6UFHV<8
    z&`UGWD9O(G%b*rIM`LpW7m;?@YJk>Qj-Oa1VFpM6-$^fuwBIOpxuXi#qEN
    zwKtOe$x^o9DWyR9uDPn_MAiCO)p}K=5v^Pk_pH5Xg4nUz1x%amitHRe_?u5b@Mw3*
    zsy}Cy@b;RHV&knM5oKDW78+PKxZ6>=|J+jMjIN+db-KZ7rMQY#8=oBgraJDfOSl_h+C6nJ#i8<;3N^T1h17o!*uuwkv>w7QIo7eTdsM1Gn7+ieX**&c4%FkrX*xMylwhAg)Y(l9E7~
    z8N@*k&^LJTJRG&*?;RSVrHd5In#`Y;rKVsPUa-+Yb!}r0J~09z4-fCnG}$Z>9aKe#
    z2FL9*h7cVNl0&)q>2`hetP_L72)P
    z-9x>jU7gZ92c>fvZNG1q$gNbnBv?n94oH)R)5GHii4J)B#Bp>RYyeLn5gaTLLCML9
    z`1tqN>D~ALVHYnS6RH2q5V?O*KLB*j_e)LcSJE;E>jtf-IY7uD!o~&Ztz_L2*b4x{
    zvcc(=2s5y3gfLfRLM#^fUgK#RaY54FKX?vVZy~4Pj%P2^O(Z%_297=5f9#ZE2i9|J
    zXm9{hixDYAbk;BEGFrm8!Iy(O?~)8TX~aB`m>}6Sh-%Vw6hJDS!?iGRBmiRRO_GMe
    zv*gt$@K2+X6J{i=4hPZ*GY-BzLxW$YBUg_^jELEUj8GrC
    zgOk3vyBc9TkX=2{CvWFQ>y8;u5IupT$Sn*T{Jh!R!fQ`neG;}H&rG$vbuOOUG;V;d4{?4g#&=JQOm3gJ
    zaMvFg7w2F;t~do(L>nD+~mX`;zdD=(WA#nV1ZPX_}VixlP6_qPqm@P
    zJvuC>dL=QQde2mq`ydm(DeHUG<^QC*=xeQb7NilP?}*U**q|HoC}%(bh*v5`;ULXw
    zwVHK(3R|o5JRX)kWKNOu!fjewt7nj+yX31>2L^(D<_KLoM}Y`PVO
    z4`K*O)AjlkXY6mN*-XOJXy`wwn(DLF*(A7e*F*0KYARzg8`>r?#=}GB
    zq+>9DuEIsgyiL(lRscVRt@~Kw?jUR-&Xb}0X_&N!u-Y-s5VBMft^~st9!(DyVHsow
    z^n@gF8aPtbm^qn;l~jfCk*cX+{K%K7#?T{Em@&N=%iqO>txWcM77dZjbCSlv;j>aH
    zHPVXEdc?*i4FiLj7CI&Lsg-F+Odp&6d%|e9(FCq1Sbur__~>+2r=4qNbHsfi%arB30zIO)3;`?sxn^}7RkNTOj;6GQ?|8DEl
    z$agQjdkNzBoGl;0P{Vbv1PxiP+Mo%?kir*HxjzRCn$QSJj#ep|4Y?
    zuBN(SR3eZKZOld^C9{D_3mQ}o*3=#L92z9UDMo%U!WCaeCP-#Q3KjwBkvY6=$Iw|K|CU)D51%_aj8H#NpM#bHxlQC0cO?l0<@A~`t2#a$
    z-Yh$kFr}rU)e4@ys0>q(k~F}y`HV)$Q*`ZqGBxe*mI!QFlq~=VEi2r7Pu0jslQ^bG
    zo@(j*-vB7M^dHE8kvWXONt%zrDX2f}O~(#&?C%Ir9>>Mt);--3GyK_jNHWrQZGtjg
    zwymss+d5^M3f<_82RGbyZX_Mprn@%BtJ#;c$4`PPX@0AD#?~_HE{Tkg`7&JXCJo%*
    zZux|ywy_Dh6P5d|(qO^i*?JuA)<-byNI?R2*D@-C&9<8;Sv&9t!Th!L}EBr8x
    z$E(&-(=}76iM>xkzHmWe?$0f{Vb+)}3{!N!jE74s>Kcot#>D*;fDk6+@{?-
    zRLoKF*HrwRieFIiODb4|1|}gU_Z*Hhm_eSI8bZdp64`0;2*@8%jV(7zRCA!$B~qy~
    z6*5zmN^Uwv`WL1`U;Y-ZOa3UOMKTr`kfD8M`j0
    z*}qWiMp0oj7cDqUXok~nUa=5xnDZC%P3DpXr^UQ>!Gq>5IZb8SIZpVTm*d%aYTlK}JztIheEp$(}|I<^Ja5&G7Fy1B46~
    zefZc37?x-Z?)j%rz*rSltW0Jx1WU%@zJY!P%Qi9z#_*8(Hb@tc?oc)|pr^uKWf=LN
    z2Pronlr|LTITVEOWKg{YtSGLh2$dl3D2g7DVRE|~gDuT1EzPT%L;cULTG6_?bwht2
    z{0O!8rJU}OPuDjG4?c~!dTIVF!`$PNWD`gG)mL-RXYxrr+b^BIs2&d?0v3!L`uomM
    zU!{&0|K7A7Nd5Z0Q!Mu=!+kL1>8DU)_%5Ebka~cmFX_F*XkPWrbY3+bpw1vi9tgJB
    z=%t8ylz!5L3c$?_8B>j}^=PneJn$*d>R)olG(eJ8!x`(3)Qoh`u>Rx6b^c0i$t5i4ZQdZoDsFTqOm~fS#
    z(_a+E{soE&CL2Hm&OAo+-^s4y}Q8ZaLtB&=72~#Hv1`grpzy}DRl-IV{kCEqED=dFwEnk%Vz^Qr4kaR;_|No%5HQ>_!Z6*BigF0~yM9jlGET1AxlpaKoaKLu2(?guK$!2VN*j#H6F
    z_@CJR!_=wiy+i~F)
    z61LC+pRwtQ$2370*MJ=-rVcptlHsyVPso)bN>YVI@5-|m>>T795!(O^2Vb(m0}v>e
    zZ+a+G(}L-F`hmHF6SVT=%wO`%3W=oj(QBjTtHVI+^Y(JPT6;CScHg|`!Wh0j1CYk|hvy@QsYWy*KsoxN}`PyXz27MLh&-75E
    zR0>gggS8e$R^d`t(9bZWbg*JH|EkP{YyX&RQk+cjS>lPr!@ldV2~S@
    zC0#Im8D@UtjM52j*PGPMy0cibic5dSYMQA;_kO}1H1dkbYP=Ly<9UVG!e0+hKJv~J
    zZ#|KyULUJof3x=eHPH>bZ&&X@81L71lMQ((H=BELqN5!}(n?x&P{Q2Vio{IP5qw_KvyVHd;?@fn4_*XGSViZmsd%0W7I)arl_TVX
    zC9&?=LC>@R63z?_a;H%1Fn0+}iW2WU65<5qP3Gse;jVDQ=kK=$>Yu;Cb3S35^yGnw
    zlTlk;#1J`nMsBabL%@?}7IZkhq~GvV-JQNVPGO-!Qd0
    zp1<<8a}`M%T9zzEd+Cxx@a83QYGXOI@0q@v{hjRZ4ZeRczIIQ%?!kD@UZmHsIU;SB
    zZLhj7yC*C&wz9jq1&Q2-SZ+fiw>6gA8eP33p4&N{yXPkcl6^fSM!FDfeKPl*qPL2^
    zT@nwhj686srtQX|c+I8{3inUu+0
    z8dZdglqc`u4#|%KF)Yfd&cygIZHGYz70gndR8TDJ3fK)2bTP|K>9?teo3Wc=8^)x*
    zRP3g4CP_7<^UmzCE~J_LihZnO9#QYJ5j+CvOh`iC6?au6T#YeTBUFj5mRV=c_`{d?
    zM7qFS>0B}GYFV-&venD`p5Hg+kDA&h4oyCM{c%)oc;lwFPnO`?62J^JXWy|oG2zVF
    zpAM6N;Aei!tg=%`0@cu2
    zkHUOAQ!
    z-%-;~^nu@@JWedieP6Kd><}WF96f!p3HeLF_19~$^}+l~{X+wsr-fklMH=T}e3}Hf
    zg^4B=)HC%WbV_(3laI-YW`@S8I838li3%K8;Ev+H^4v^u(|gB$(D-LrKk1BbdpO>F
    zAYS}PJnLZ8bdXKcW4Kn`l&)MP!F)Qa$z(XW@+wY7pNxy(=8TOyKnQ3Nmd+!HIF=9A
    zVRGh|l>53RvY^RCN8Lac5*0o40YnnK1l5@w9iNV;wNs&=7Wd-9)By40pf^
    zc|st0lxCJw*g`BXatT{d+WPHjA>$n^5PB9s!Nz(#&G}X(atH8Q<{N;Q@=b$B_yJ&S
    zG$UR{<`I6&*gzKJWB8_Fk$;2*1vY`!gPf(Vh;1Vj&6L+j;K4SuBPdr>ev~<=
    z%t<^?)i~o0wXWTQqZQhoQq%v+5u#n#cAvM);EuC3%9Yx$lsi(d?CD>jv>KV;!~x2p
    ztP2yf}!AMD*@800SUArF%9_sGg
    zzvIxpuI__fok7S=cJ1%nM54)H%H-ln#_HMbq
    z{r4D}p@OskNxO{Q`X%Wm9sDH@O1}qeEM2F9A*JW(7zyi>#&gnXGI8ey?N
    zScI^ol|mfvICEB-!EH%zPf8p&)cXv@BGYN9P>gB#}N8C&~oQQ4atu5aLppIA?2G
    zZ|qI9?ToeUjJNHgNRAXuf1>U6^|RYLf9$&D`XG1zO%q&*E?vDe8G7gRTc@W3tEY4K
    z%Xy_=-|@C%s`I-Ke&@k>@%nfGZ@7|m7v!cKms~T>Yc1_
    zWnI}ZZX!#U8E5eg|9qAu-+{ZGh6RB)xL;^a|u0MaTV!cFo9rb_3i9FI4Mi$Ku*6@K`-bO_fj
    z3(d^bN?~vM@K7w?b2K>RxLJ-8Ajqf1~P$jo)j0zxu~bx0+(D`=hq~d|^@>
    zj$5eCK9EdINH_4g!tgTXR%TNu1n&hjMfxuUUxcdkyK;)XNuw_Gx>Bmq?=bz&J+%%m
    zq)^DB9-T@e6TJv*`iAo?39#HlShh^vQ1*+-EGT&;xa##mVFBMMHd3TD;|e}Dl@DOd
    zk~U}^D8S*cBKmt0lQ~uNCw1dMI6r+5m798co};1c#Dg)ESjbCW+Dk5b^T>(JpRylii!2y<>#Wd!sU&?LwO@;4I}0x1r$`GQcD<~
    zN*c*n7#YK*NdmHO;R&hK+S}OAY#VpAeTCYVgVWTun)iHD2j4A-X?cRusATFP)=NQD
    z(k8vyJjlG6hFj|^q7gCZ|B{;ZuTW1LbQs0MSvGahnTYtS)F>Y=22#zboa{iZyUUh{
    z4;c_6JfQw^)|4$czo3^e{W3w5#Prbg=@Qc_)5|1XWiMN@s5nM1UW*Epy-U!L)Gt(s
    z=7&Vm%a$)#9OkVH`6ASy*j-KPTVq*DW~V~E_G9J2`$X%H}%A*@T@2~
    zMpKRqu+)|m+nI3*dl;7>8(ed?AV{Pxgz{vq!L(P>P!O4^xqgpg%Ry(@#55kkW2gIu
    zF)wBMUQAl}6EJP9@~IRULAbcS)93px4)^e@B=Tr@jrxPY5yZViu(`$`jaiFf|MYsz
    z1fZlMYO6pBn6d8VNR8MA1}azhC#&7@+01Z?T@px~6sAfQrm5yL@)H%phRk#zzyrxj
    z#3ecw@DJG{WRN5wB|_&B0irkPg~P3iryI;&LVagpD;FGq3mch%Q~&i29qr|YalKOi
    zamWs(i@l60=mr5noszTykAWi_Nm?M;IwK8nr|t<1GeY#)l$)e2crllBi6a?2GTE$2
    zRJ=hQyd4!ly0h^0b#HFDzU95z8x=QB{aM>j41c;l-mo`bv@h=L9_yOT_CnfYE{lk>
    zSd`ce@-OIGDt?=KwgMIOtjqK2@yo|w9lAU;5sJGi#~zq7Szdnd`3J|XlT{y>YCogr
    zet-w0_S|rad%Gr@Pj_!uK$0aKBKt8>sv9*()v3U(Tr*st2jn6gI#PJGl+ayd+QzDIBU`{(-~i&XNNm324g)xO<5XA4f|&DiQGCPK~}gh;g$Yi^U`PN-fz
    zzJBcdClDKX%1AbwbI0i+QEbkqY~A}KXGfNBE6d)IXS@{>w!vHLZs~Qmv8xFgJBlVd6n7Q0NsEfo}y}j}^y}e|4%%6$XEtCqVgg4~Nlt{dF
    z6;H}Xj#O~37qa?blCs`j`EAN0m6)v5T=r;|#~0{EiMD$5bl>19ImaX(;{Y^L{B9CB
    zH4P1(hIa`i{%sDDj}rSp7G{p@Bw1KF{=k?y`&i>o9S
    z7Dx9a}H%{#t%y5w4wDR(x
    z7x@4|rbFRU++W}XFe(vZNvnJx2mwAgJP9QhH-TQrr{fqsiHe&v9lweSQx(BR%k3L`
    zVAkaU9`#@edd;;UILzhn5kah$t(Uh>P&5o8bT3`LH1WucyBy9R*N@K@mQSvW7B)=#
    z8xWUd;+aYBL_?ymA%*~(g^lBgRZ@J_`XS{o-gvV!9_WBK$z7-KRWPv=ZMU7l`CPmK
    zCT>~Y@pVy0Vcb;sE5@3>(6OnbT|9=isT)mMCgcAWDyg_zZ`HeG0H&qSW}8NtX*OOO
    z*4E>dpy$I>A$dCjB`S|eu@EDp5dAX>rj~-Z4U`32=}3x}v<`s=gC0I<8|goDmMo88
    zEq@BK+cRf@Kve;J(gsS8T{w&(rE%lKHb>Z)ifJ0QO*lpDFUu1R%S8y^i$3%gTrpg+
    z&bjjv?lL&YOoBCPobtk@6-2GC=!)U1)=$Rk=;u?Gk?rf19inhc%Jg9*;&rZr7s*u9YClmVGlf2R2H7L+xc>^({O*?OPC#JI
    z!3T##QaghmrmHiyhzMoA;U$}<0l2J^qs!x_&;l{
    z`AHMp&}M8k_l&rRhXQ=DzESK(GoGO)RZx)t;Gm79f|6L1urCC+u~`7f(HbLt5nuCP
    z>Gjlkkkpa(sWk2?0~YfaA(QOM=l9K;%rEbHe%B(k>O+6tg!Q$(OJ>wR5=>?b2Q1vH
    zZgQUr_t9HOaD5WO?=tMY9kLP5iZS-$e4jK(v{>I!ilq#r1rT6NufsUH-rh8ap59)*
    zTplFLea5rVLP^kq`EUY|A~Pzzo!WCA!iDA~7XHSqa2zfFnhBFI_
    zC$BNON)q}E_AP%;y+`u?mxKk_BHLJxurtThK0!sDZ(l0OQ>KncF?B$Cy@c#T
    z?^%>-BMQfHwWj&dOk_q>xjf#hqtO^4qfNG*B!N@LraWJJyQbezT6VH5<0kBmlq<)S
    ztF$MOrDb0i2898^Ly-M|731=QKCCQK@cfX(a-Be?&aC~2(PHO&!3DFpD|PjNMyxWy
    zj)!(5Ly8)Dl^tUMI&f}~k$f!fE&?#Y;T5D}|G)q!LFQjgw496(8Mb4$lJ9M*6I*j|
    z_Xt5bs7SI!V`j=nVV67j>=1ZA@FK@xk2u0^rRS;BoGVB1G{&mHz3dzreX{F7Eh&EL
    zfP0qo8^ow$r#+1LVj8bQq+|%h7rT*#3?vI{7$^s&6T_$YWRdy^J&Mu^ba)zq#$k@2
    zx1pkj#R3G7^|(HIeotLXf2I8U%-Wz+>?2#
    z4H?68SB-Ho`%Vne*YTq6`W%TwAkq%(NOe?uf{H#WUZZ1AQjMvb+Gv-B0DF;Y8>o1g
    z&N9ZeoN8?G`95kCEQ}6l4q~EPqYZlsj8mpD0}&
    zD_tEm!6l`bTNsV)VLmI6-|19{Tkn{P?$}n%<^(=68_gEj0u_~vJvd{^
    z`_N>&;)^_)$gYTGSG>LBon3G3irbrJOwDtqtQU7DO#Yb3|Bb`1J$Bnv$`^qkeKU;0
    zh5A{ki0Z7n7&+UDqf(R#W-mlmU(yuq7Ex`9`gWd*-@$Iu3M@b_5?l*-fSz=UPX1@q
    zl1^q(%*EW2w1GfqD?Q^J)sl2sKh=il;iswSrL*`GqzhD|@J2}^{9dIqxGrh$hBlIW
    zBW|J7IL1X560J58Ep%M8K?J!(3<6Q*cs=~@nT&&^9Z4VeqXiw;d?i?mXC;TgQ7ZbV=%*q?#Q+sf>ZymRI6%cm)a#UoNji)oDejj1^y`w_Bajo7
    z#Sf`CPsIf){(_3%V>N2<%T$X{ahZx&sQ3yM*Qp@7S~^I@|Dd9qiv3jlnu;${@g*u4
    zzMv^CkuXedm5OmHu2FG{ib6VD
    zK}8c44OFyHQAfo}Dt1w^ii)4p9s5yBI!L&;^8}V?Nt&Re19bi<6;IRdZ&5KuyDw1j
    zW!n8R)oQ31qsD!WYPD2QwoB=UkF?Zf%5exs?R2MVVAtTw?J~~+T*L1N(Ec=;h4cL8ie!>)-HU&Sn
    znMA`q0mVm7L9G6nQ2ukl5zT6t5mwxxO4E$c%qlBqgjKAfo~oM>>hBsY38OD&^onyB3OV5Z#+z?d89sG@=o
    zj+A3AzR%C6Udt}aFOCYi^2O{He1zy4v%Q@CeD*y21-FZLAr5eRKC+ud17ubH((zV`
    zWfm>n_Y>(qj{L<)+;mRd-HTMK6m!5Uzh^^!PB>_Jl*X=WizIy_d^G8iWVRcjpELpNKB&V0qV%x{T
    zL4)YLCs4T%GTTJULclDpT=3Y%wF~(Hv0|asgjOuLEaC=umSW$NCFU#^JH@JxOSc(C
    z$320SI{_TI@UyhmD^^ZyUJ~%L)X--T_le^xmIPM0x64c~
    zeHub{(F%Xc0vhpby6_6V4f-dePz)^A;LBqUGb7
    zY%%{H`Z0eYm@T>%f^PI*l}#*y+pbuCuTU^$Mb?e)n=w`ZQ;a{5@YhcJYp055OlyBG
    zxTBuRgr|Ah(|iLDZU4F8LX%o=)9hDj3l_JyX`!k@^eyZW%f!lsPO(lbUOX(?#o~p0
    zhnScChSG`iiL%z|vep~>XH1x}Rq
    zwCkdWzN=_r?IaGYrb+m?xZtpf`$c#v*EK8(W=um&$aM=YGrr7YK>;A>5;5N${)qS0
    z!pnu@`{VYiguP+f-Y{lSZOh5)+6FUnv-RaYFYFojUMu-}Nz7Ebn49G^d>jyrwil}B
    z^90fUadC%1^xqSxT-arDiYq@Z9kGaO?g>;b4Q6{p{{)~2KT9>ML@$8?e&(MRk=|)G
    zr)t()bI)qZH2}pexE$h|g+hyXNL=!Y;_8XriQ?Aj;?_iQ*K~0g&GpqwwkFXxUZ3#R
    zO?&GS-nMBkpbUo=dPOTrzga9>@EFCq1*ZcuvM>(=*@n@a2f*Zy*%CtDw2(Jpn`(dG
    ze_Pl|_$eFaFNW+p-h$Wa7X(b6MI(0c?V@EVU=eMTk1h%LK|dH^VqY$nvGc6<$$Z~{
    zDA;^ZHH&%w#T0<6fSC7dcy-%ypga>xX9FcK?x!`Z^w&TN{JO%s{(=|x(Upb2hTAF~
    z6vZ+i`?x8OE-m|Xco&wxTMec|YlT}Y4Tmklt@X~se&I(x@8JsJ_FDU4qwxcSNTtPk
    eILG*bN2JnkJzQq|pj4!?!g{#L_(7wH^8WyQ`n?DM
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 0000000..5ebf595
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    @@ -0,0 +1,566 @@
    +"""
    +Utilities for determining application-specific dirs. See  for details and
    +usage.
    +"""
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from typing import TYPE_CHECKING
    +
    +from .api import PlatformDirsABC
    +from .version import __version__
    +from .version import __version_tuple__ as __version_info__
    +
    +if TYPE_CHECKING:
    +    from pathlib import Path
    +
    +    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
    +        from typing import Literal
    +    else:  # pragma: no cover (py38+)
    +        from pip._vendor.typing_extensions import Literal
    +
    +
    +def _set_platform_dir_class() -> type[PlatformDirsABC]:
    +    if sys.platform == "win32":
    +        from pip._vendor.platformdirs.windows import Windows as Result
    +    elif sys.platform == "darwin":
    +        from pip._vendor.platformdirs.macos import MacOS as Result
    +    else:
    +        from pip._vendor.platformdirs.unix import Unix as Result
    +
    +    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
    +        if os.getenv("SHELL") or os.getenv("PREFIX"):
    +            return Result
    +
    +        from pip._vendor.platformdirs.android import _android_folder
    +
    +        if _android_folder() is not None:
    +            from pip._vendor.platformdirs.android import Android
    +
    +            return Android  # return to avoid redefinition of result
    +
    +    return Result
    +
    +
    +PlatformDirs = _set_platform_dir_class()  #: Currently active platform
    +AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
    +
    +
    +def user_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_dir
    +
    +
    +def site_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_dir
    +
    +
    +def user_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_dir
    +
    +
    +def site_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_dir
    +
    +
    +def user_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_dir
    +
    +
    +def site_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_dir
    +
    +
    +def user_state_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_dir
    +
    +
    +def user_log_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_dir
    +
    +
    +def user_documents_dir() -> str:
    +    """:returns: documents directory tied to the user"""
    +    return PlatformDirs().user_documents_dir
    +
    +
    +def user_downloads_dir() -> str:
    +    """:returns: downloads directory tied to the user"""
    +    return PlatformDirs().user_downloads_dir
    +
    +
    +def user_pictures_dir() -> str:
    +    """:returns: pictures directory tied to the user"""
    +    return PlatformDirs().user_pictures_dir
    +
    +
    +def user_videos_dir() -> str:
    +    """:returns: videos directory tied to the user"""
    +    return PlatformDirs().user_videos_dir
    +
    +
    +def user_music_dir() -> str:
    +    """:returns: music directory tied to the user"""
    +    return PlatformDirs().user_music_dir
    +
    +
    +def user_runtime_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_dir
    +
    +
    +def user_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_path
    +
    +
    +def site_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `multipath `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_path
    +
    +
    +def user_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_path
    +
    +
    +def site_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_path
    +
    +
    +def site_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_path
    +
    +
    +def user_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_path
    +
    +
    +def user_state_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_path
    +
    +
    +def user_log_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_path
    +
    +
    +def user_documents_path() -> Path:
    +    """:returns: documents path tied to the user"""
    +    return PlatformDirs().user_documents_path
    +
    +
    +def user_downloads_path() -> Path:
    +    """:returns: downloads path tied to the user"""
    +    return PlatformDirs().user_downloads_path
    +
    +
    +def user_pictures_path() -> Path:
    +    """:returns: pictures path tied to the user"""
    +    return PlatformDirs().user_pictures_path
    +
    +
    +def user_videos_path() -> Path:
    +    """:returns: videos path tied to the user"""
    +    return PlatformDirs().user_videos_path
    +
    +
    +def user_music_path() -> Path:
    +    """:returns: music path tied to the user"""
    +    return PlatformDirs().user_music_path
    +
    +
    +def user_runtime_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_path
    +
    +
    +__all__ = [
    +    "__version__",
    +    "__version_info__",
    +    "PlatformDirs",
    +    "AppDirs",
    +    "PlatformDirsABC",
    +    "user_data_dir",
    +    "user_config_dir",
    +    "user_cache_dir",
    +    "user_state_dir",
    +    "user_log_dir",
    +    "user_documents_dir",
    +    "user_downloads_dir",
    +    "user_pictures_dir",
    +    "user_videos_dir",
    +    "user_music_dir",
    +    "user_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "site_cache_dir",
    +    "user_data_path",
    +    "user_config_path",
    +    "user_cache_path",
    +    "user_state_path",
    +    "user_log_path",
    +    "user_documents_path",
    +    "user_downloads_path",
    +    "user_pictures_path",
    +    "user_videos_path",
    +    "user_music_path",
    +    "user_runtime_path",
    +    "site_data_path",
    +    "site_config_path",
    +    "site_cache_path",
    +]
    diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 0000000..6a0d6dd
    --- /dev/null
    +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    @@ -0,0 +1,53 @@
    +"""Main entry point."""
    +from __future__ import annotations
    +
    +from pip._vendor.platformdirs import PlatformDirs, __version__
    +
    +PROPS = (
    +    "user_data_dir",
    +    "user_config_dir",
    +    "user_cache_dir",
    +    "user_state_dir",
    +    "user_log_dir",
    +    "user_documents_dir",
    +    "user_downloads_dir",
    +    "user_pictures_dir",
    +    "user_videos_dir",
    +    "user_music_dir",
    +    "user_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "site_cache_dir",
    +)
    +
    +
    +def main() -> None:
    +    """Run main entry point."""
    +    app_name = "MyApp"
    +    app_author = "MyCompany"
    +
    +    print(f"-- platformdirs {__version__} --")  # noqa: T201
    +
    +    print("-- app dirs (with optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author, version="1.0")
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, appauthor=False)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +
    +if __name__ == "__main__":
    +    main()
    diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..707aa1abf88204f8417ac30c53aaf88221fcc7fc
    GIT binary patch
    literal 18042
    zcmeHOS!^4}8D5^tQ<6pT@FmlBVv9ORSvgueh8x94;>MN*%Wi5W!Dh`}No$i_c6Mn;
    zh5|@vfF#I6g1#g`U)rKTo2CyfTA&5`)~5pLA=xP+Y~#Q|VxWE~phPKx8hPmd&mKIo
    zr07I+E69}i&%uBG`DgZOc_$nWF!1@0|5xH4#u(-!Oqd^+9&xNV-3;>vBQRM;
    za0t%4qu|Us9T<1zU0D|m-B~w;?!2eq&3fTCkKoO-1z*-j<80nv2xJ2^?t^$R8*(tB
    zm+XQv{(QL5k?nxA`$Df-btM!67oTAm!UAUyq<3Yz98A$mQ=9aZ&@Y5ubZ5JrjM)9Q
    zQ7{`3BiSB5WBv&PW~??828Hm8o@}&|+mLfe=m5@G3!H;OCve7F;2aXVfHP6WnXbgE
    zV?svQ1e}{Ic|v2(Zs6Qf#o4&+5#Zcf#o1V94{&Z1hJ`5f^mYhi5cWbChj0gk2?&!A
    zZiaAYOA@z$#9dXKjkMe+Yz5BUEpUzq+ko@F7C83_+kx}`7C1+QUf|qQ#o4Hj9uRf_
    z=iZh$lfcpct3;zB$||i)8H05A%(?NS+~FsV9)9xp*yFbxI#=hoQNaT)hPrQ|czOf(zYdtP%?B
    z+t?NG5qwnAxmEc67Jq>9kFLTWH2Ib2Dx4vclQ?IY2?p8_&Iby?7aR`8$;>)T!#(eV
    zUpnBI&dAj@--&z+ipi2H0&
    zdR_~SjvYCD>i7}v$mp5TE1rzNt9&K%^r=&4uCN(pMp4Cr=9zfn=!p}Wcl`9xW5>S>
    zB04z$9g!u0o0Ri{NU+9HJtq~`Tu@B&ndsG$C8?AKSb;($ZRS$sgJP&8=>(;<-iB-i
    zJ|`;#pQN_EAyXL|MerGGP8pg#1w*fRsY%^N14tZ-kOYvFOY@!iaADl

    !I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t64.exe b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/util.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + splittype, HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, + marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): +# The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as +# changes to the stub launcher mean that sys.executable always points +# to the stub on OS X +# if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' +# in os.environ): +# result = os.environ['__PYVENV_LAUNCHER__'] +# else: +# result = sys.executable +# return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + #entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + def __init__(self, func): + self.func = func + #for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + #obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + compile_kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and + self.prefix == other.prefix and + self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile(r'''(?P(\w|[-.+])+) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + +PROJECT_NAME_AND_VERSION = re.compile('([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result +# +# Extended metadata functionality +# + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + #data = reader.read().decode('utf-8') + #result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', + event, args, kwargs, result) + return result + +# +# Simple sequencing +# +class Sequencer(object): + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or + step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node],lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node],index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', + '.tgz', '.tbz', '.whl') + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G','T','P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + #elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + #import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + #import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + +# +# HTTPSConnection which verifies certificates/matches domains +# + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if self.cert_file: + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + +if ssl: + class SafeTransport(xmlrpclib.SafeTransport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + +class CSVWriter(CSVBase): + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + +# +# Configurator functionality +# + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + +# def _get_pypirc_command(): + # """ + # Get the distutils command for interacting with PyPI configurations. + # :return: the command. + # """ + # from distutils.core import Distribution + # from distutils.config import PyPIRCCommand + # d = Distribution() + # return PyPIRCCommand(d) + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in + index_servers.split('\n') + if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and + repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and + result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647:'32bit', 9223372036854775807:'64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/version.py b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + #print('%s -> %s' % (s, m.groups())) + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + #import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + #import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + #TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w32.exe b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64.exe b/venv/lib64/python3.12/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

  3. }ZV1-oMEoW-&|r3lU2w4_=ZNGX+7%^4T#8l-~Xf-vIq!?&TUBS&iP z=#nn~F7ULGl1oVOca|iWHB%KW$uRRJ)=(xmxfr0iZ%#wPhjn5Shh&136S!xTHkqj? z5a{ke`>lN0O|{=?CQ&Bf1{pE)t_-x1<|^aoL9)MO*#f|yWmTd&*;&JZq~S@ z@}7|=V?QiIa1xrGC)Rw{G;-N8q`Pf>d;H3`vdnPE7*NisvxH^KMmehhnQqgp@IKF3 zYMWUOPNSlXmuqfBQ4Gs)6lHO!jltv1-67DCrJ#F=p7)P@9(tzl^nY(T_;GBn?=*a( zdxOKv!Cxj1fdXm1zhUBIb`2(Vw1kR2Hk{ULy7aWM`apJkd;l$}iRl!|$dfb*XXP6QFURaf23AZ<>H%)4Q~bug85(F!)@1gBzk0jM?9@?|TMnaFTk)u`8k;(* zped9_4woU?1w;c9x`(V_6)gnrp{jJEyl|7J^=&V!CN*V&XKzE;bLR?|xm^>@>V1n+ zo4R4|ddNt^xs02MJ%4sVd@vNu;r1>)N;3xB>?hEHSLI-|XRr6Q`kQNS)~~Hy z+qk;fJF=M=`Pbi*uOA>O+Vf?idp`i*m;2!sP#r+cL+Pv=jLG>8~^>W`5X9$l({||#Y1#;V{=$M1>q|O8s~(@gA2hX+kSNQPJ6mKGFU@dy z!=06hQm!zKK<5S>Vw$|1k~uf#-EQ*+sk*^ZNiDl!Uga#?jZfUXd24D)`N6G;x80Bk z(v0kth%j7(71Lq-AlwM&uouURgKfiDu-^c3_6z79qP=)>^{tQI+DrDXF0L%Dez@`> z6oZY4KPNA~I5V^s-cO*O{(5XJR!^=aH>8a#JKYzbpGiOO8>qjt_RhNgo8qsEyQ%C} zD!ZM!^6bhVrgyL3-MW5vr*HBwAP=5;9NrJ3&YsoxSKeR0y^~1qccHWApwuQI)T5oN zv6a|vWMC^Y@R!J-@YCe6vdfVZQT=-uoD|i?2EIVzw-%NUJW+fsDU?SI2}SuSJd+zc9g3pcnxatnTZ(8u z?^-7Ea1&NN@rs*gCci`|?|9Czi_kqn|B$;wk%J3?Q2HPi3!Oh0NQU|khR=k~9=;I` z^&Os$hx$Z33BF9ojqv{%yy}VPD?JB7+_3k*N|4a2u;Ov>TK_U~&C~w|{SHid`DSOK dgX>n3zK$Vj^sgxX&v0In`qnRfjrdnE{|CrulcN9t literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b20e15400b52555e8fc96f6b78e779889fe096c8 GIT binary patch literal 6090 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 Qd!u~o_2b`g@L&u54}bb{m;e9( literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69b03ef32f5839411985c3cc5bf045e3dce957b1 GIT binary patch literal 7281 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 Rj?mO8YOd@*k(y9-@IS6D{80b^ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b363ecd5a0d2fae8af25129b655e222e879661c6 GIT binary patch literal 865 zcmZ`%&ubGw6rRcc$ZleqG>O6f5UnDzNIO^$7EwW}h^^*Qd#Q)8-5ryyo9r?(X-(Kd z1VInIH~1GQ_2B>EO?ns?1i_QHKL@b*RJ%=T~s*W)}R78n|7I5@IxP1`8UWQ4g#12NW1tYi%BmFg`Is|O2 z73}IM5a|(&Qjrp=krt&t!vlS|Y1fFrmNp_d72H&09E=zs_)m>;wq^}jYSq%>tRs7? zVP@B9oS~R_w(oT@iOmLX6OS^_i3`rKbsv+O@bSfLfgSly_a}?J#=kxU1%G(wvq2`qOc?Mwr(xlTtw7k zcwSV#vg??l&?Qm3*mZTPyw@Z{d;>) z_EtaQ-XmU~`&M2$ytdSP_I+Z88#!LS#7h@>afVM>eEP<5E}hqVj|T;yneSHKti12^ zuOF&cxN0O>w}1Okz4|ko@2wsQdSIoi&#TfbjpRk1jFsdhN~SEud;+8>7Yf3i7Ep=@u#iyw11T}q A6aWAK literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..4266b5e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,61 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import logging + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +from argparse import ArgumentParser + + +def setup_logging(): + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session(): + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller + return sess + + +def get_args(): + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main(args=None): + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + sess.cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if sess.cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..94c75e1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,137 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import types +import functools +import zlib + +from pip._vendor.requests.adapters import HTTPAdapter + +from .controller import CacheController, PERMANENT_REDIRECT_STATUSES +from .cache import DictCache +from .filewrapper import CallbackFileWrapper + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache=None, + cache_etags=True, + controller_class=None, + serializer=None, + heuristic=None, + cacheable_methods=None, + *args, + **kw + ): + super(CacheControlAdapter, self).__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send(self, request, cacheable_methods=None, **kw): + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super(CacheControlAdapter, self).send(request, **kw) + + return resp + + def build_response( + self, request, response, from_cache=False, cacheable_methods=None + ): + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( + response._fp, + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self): + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() + + response._update_chunk_length = types.MethodType( + _update_chunk_length, response + ) + + resp = super(CacheControlAdapter, self).build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache + + return resp + + def close(self): + self.cache.close() + super(CacheControlAdapter, self).close() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..2a965f5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,65 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from threading import Lock + + +class BaseCache(object): + + def get(self, key): + raise NotImplementedError() + + def set(self, key, value, expires=None): + raise NotImplementedError() + + def delete(self, key): + raise NotImplementedError() + + def close(self): + pass + + +class DictCache(BaseCache): + + def __init__(self, init_dict=None): + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key): + return self.data.get(key, None) + + def set(self, key, value, expires=None): + with self.lock: + self.data.update({key: value}) + + def delete(self, key): + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + def set_body(self, key, body): + raise NotImplementedError() + + def get_body(self, key): + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..3782729 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .file_cache import FileCache, SeparateBodyFileCache +from .redis_cache import RedisCache + + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d151f7f3a18da8ed518b39cfb4d013d19212676 GIT binary patch literal 385 zcmYLFu};G<5Ve!Er77Lu3s}g|TEK*aKmv&gF;KB&u}pkz4Nh!1rd3A1qB|QK|G^(b zVq#)L?SSZnT?*Xr?%v(I)6>0lyD@U{)qaM#%Wt0iMzAgxyRMiajyRSm$0^Q(G{Bw* zGR&hi!f1qe_=wX+6(x;#?Bq#Mx6g%yGnS2^-X4HvhFLgOy!vY=xQ?%Yi*hAOLKC`0 z6M1MjxJ;ULJaji`=8ybO>yGhT>$aEHElQb`ls=(_qi8uLW0eCbr@$;339F5|h0K;@ zpjieNVhFu!&7C1bCQwX>6gNaycC3nn{@y+*g@v9|-mwvsL<>!*lW}Fp%1WjRYn1#U wC81Ol!cyAT)pFw~SNvYWvDtJ!{3psS2OlBE_%lZM@D=UMo2Ya0&@%q>-xnQhU;qFB literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26886fd6cb2e7292e0428ac28b1aee11256d4792 GIT binary patch literal 7308 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 current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set(self, cache_url, request, response, body=None, expires_time=None): + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response(self, request, response, body=None, status_codes=None): + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers = CaseInsensitiveDict(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response(self, request, response): + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__(self, fp, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt=None): + data = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt): + data = self.__fp._safe_read(amt) + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response): + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response): + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + cacheable_by_default_statuses = { + 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 + } + + def update_headers(self, resp): + headers = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp): + return None diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..7fe1a3e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,190 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, # Empty bytestring if body is stored separately + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data, body_file=None): + # Short circuit if we've been given an empty set of data + if not data: + return + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data, body_file) + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return + + def prepare_response(self, request, cached, body_file=None): + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data, body_file=None): + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return + + def _loads_v1(self, request, data, body_file=None): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) + + def _loads_v2(self, request, data, body_file=None): + assert body_file is None + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached, body_file) + + def _loads_v3(self, request, data, body_file): + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return + + def _loads_v4(self, request, data, body_file=None): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..705f416 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.05.07" diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd448e9199bfa1f594144e41eab3cc10a27b0620 GIT binary patch literal 331 zcmYjMJx{|h5Vi9`KcccBBo<)o&^WY0EQnu#SP)AFtPo!l)5NxH)2dA6AF%No*!UkT zj3^68Ol(M<=!7eQ#2fD3-Fv5}d+znR$l<&51edOVtcO2%zht@R$OB@C;R@9_#kH4u z7%`9eg_rs)NP~IU-}uDN*7urrE`0t``H5f>qt)FcOO`Ir+*x!{)4Sj|`M<65$t3Qlz7 ive%E9ZCAd0jPV=Ve~-5AXD{8|MeB8Q=PuG6r~Lqt9$WYT literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d9b41a6d7e1a6699c59bf3e9389d940c6be3f6b GIT binary patch literal 658 zcmZut&ubGw7@gVQyO>rQgwRtEL?dnn_1X%8$5IL+NG{8|^EH_?`-9m@OG*z#5S3oM z>7P)E2mcQ*hE`I?OT~kD6MC{2olSR}ivu&?oA=&)^JYHPY93PKkNXk+s`{hYRKqO6 z*|7p|5k(XaP^YNc0LNNKi}j9Eo$AoMj!W1v!R*)Oe1)h^4QhU{#`*<=k@788 z>bzd|alq*tbG|}+K_zh2)GFr~UuYPOaH;A4(^~eg!noejq!XoyfJEfd-01;_UCobn zJ>S2iyOvS!qN&O!P2DVNhjppEaW-Jdd9MLunh@Kc{>6w*e2t}+jtRLE>0^MqL(K3+jsAgoC)xib1UpZPE=r01}0@-5(II` zk|1bjqjP5^PU&y}5BQS0yZF@nsak&P7~^kf@h2juZu3=R>NY2C^T@rvZ=E1(is}Yu^>Rad7j+I=`x# F{{uvBrWF7H literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c78812b8d3769cac6445fc2a7a7a73443245ecdc GIT binary patch literal 2862 zcmb7GO>7fK6rTNy*N*K?V#fqRi5p14l-Lj`1(i}LLO~);A`(z>DJ$1IPS&x#*6czE z4OI>t;6y5_f+`LidO>i=tv&WwsTUg~1#PK>R3yaBG)Sm9^}V&%c4%6OvG%<;JM(7W zyziSg{w)yj5omvVm*`I&g#3vex3$-emHiwcw}?iPMB_9*$0a$+Wkq*dQ)|M^IYQV* zm?h?fyqFa8Qc~iG#;4lg@n{m2GrZPzRZM#8wg+tA9RDBd$&K~AuwHx8pARGh|60%2 zvR->_Jtxj!GU#X}setz9I`W;#PL9w{s${n{qjoKfZ6kD&A($a+fqF0OC0?R+Ye5>) z6dKk#U<}7`FFvj7s+0`W_Y!J}BV3Ck7P(A)Y04};qsNPLzHb`M=bN0?&1l}xF63yG zQR@OLm{Dt*M)iVerEXsQz8wHCNEHmzVfx8%u z@h=3>FA%vHZ+lXvn$dIAmQb2@TkSJxoa;6T4D?y~0mLn0x$nus5ewft&B9qu)42OU z25ebRO}9#ocSl{F5-pcT#FE{)*??;`_5Hfp@N9`?g4`2ES3^a;7*{XSf@ZLIJ*lg{ zW>#Vz+piuwdhGbANp<|_)FUs0W>>2c1Y8i~=2OX?B`2%EIu`PI$~CAQs504&v`AwfDV> zkly|u2TD6WuJj*X?jJ7q5C7_~^q;P5I&DyoF{qWkzGo`mA z_p&ZnWDUd!qXY37FaY8@fCNsno9t`@YM4@QO)#?!_}ww^6&{GLH^3u}GAtwv!M3H8 znb!4toGsHr+R*gER7`MiV2HczWi+L!7QJLK+_e)h3*m_D5}NfwHwKTn1H=M(qJ&G` zJ1ffj%gVm8vTx~JMfr4D87V6xr88fal#z;Zz9gS_R*LZqH}eAN31>h=)Y&HJq~U2a ztX@t|a$u~XeXL1)tRDCInoo+i8icpd+i6*^Yc=)%6Pck$Ok#dewmd~G)d?^NU8bOb zDoozUi$f4c?1e#d2t*4@dPwiq($)h%@2YGXek)!yj{X){a4j!1-odxdiV4CZFy$WS z2v|A+U0h`jE@5@Bl--rJ@unv z%Z!@F1qO!%%dp)>88eufZX_FC;$e1Ry97pS$W74P^w0ATI2XJR$Q5y3T#v@?>@=^z z1*Z|$gCi4UE7?O#ZkFfBS;E0@j$9JXl36askFp;4eoU}Mqeu%5GPa1U24J_r2pd3w zyI}8uutg{qDHHP@#paN`mP;h&7x0+7K>(qc8IFBWFnY3?Dv(o&Dt zU1go4Fpnjs{>2G6jiXL|h)FhYnCu-`-u7rZE2Q$&mR0AfQdL{TS{>tTE@NV)s%Hyp zq?70j7$%kmV3|L7WBB^;jj`)vcTQCN1J}4`O6QH)>$5lJug~8;dV9X2>?+B-9P+J6 z&)YJey^CL8TdW+)J7NY0`%xhIWBg_5f|VIOV7I~TqNlA`x9w3?%}B%E1ar=`{TC@S z;TWiTA!FDfJzq4K1$Ri?<-ggyxtLQJuvpZpgOdj5#9{ha9}46U+XcdwthplI^Pr&U zvaR^e_nGq-V-iMe&v@-tvgK3mQCqvIRryfuAIV{M2%IthCI_-Aa2)rNmpF07Pq_AK z8xcLrLZ~c+7H1y{Tb_$UPrD)uCxNL8BULdXZC>2FLO@k_bCSv}re6`%;MV3{mb%MQ z_wC3-sqeY?Nvqq2nj5I<5GRe--Nv~UnMlFk#g0G3%};}&#pBE2ZRPN`yXjImRu1l5 z7=EmT7bk8Hmb$l>l^qKws$FDb^l@a%ORq=jd)(Pm6+l1j+EkT5LkOWr)q|EyI>S|* ZQ}q#FV5J?ch#(DO=%A{;))*XU{{h$@Oi%y- literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..5183934 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4589 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1 +# Subject: O=SECOM Trust.net OU=Security Communication RootCA1 +# Label: "Security Communication Root CA" +# Serial: 0 +# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a +# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7 +# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c +-----BEGIN CERTIFICATE----- +MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY +MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t +dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 +WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD +VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 +9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ +DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 +Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N +QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ +xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G +A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG +kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr +Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 +Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU +JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot +RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE +BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu +IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow +RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY +U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv +Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br +YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF +nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH +6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt +eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/ +c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ +MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH +HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf +jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6 +5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB +rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c +wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 +cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB +AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp +WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9 +xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ +2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ +IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8 +aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X +em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR +dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/ +OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+ +hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy +tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Label: "Hongkong Post Root CA 1" +# Serial: 1000 +# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca +# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58 +# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2 +-----BEGIN CERTIFICATE----- +MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx +FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg +Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG +A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr +b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ +jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn +PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh +ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 +nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h +q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED +MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC +mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 +7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB +oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs +EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO +fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi +AmvZWg== +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 6047274297262753887 +# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 +# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa +# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy +MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD +VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp +cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv +ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl +AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF +661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 +am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 +ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 +PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS +3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k +SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF +3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM +ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g +StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz +Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB +jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Subject: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Label: "E-Tugra Certification Authority" +# Serial: 7667447206703254355 +# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49 +# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39 +# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV +BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC +aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV +BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 +Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz +MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ +BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp +em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN +ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY +B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH +D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF +Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo +q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D +k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH +fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut +dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM +ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 +zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn +rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX +U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 +Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 +XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF +Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR +HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY +GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c +77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 ++GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK +vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 +FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl +yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P +AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD +y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d +NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Label: "GLOBALTRUST 2020" +# Serial: 109160994242082918454945253 +# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8 +# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2 +# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center +# Subject: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center +# Label: "E-Tugra Global Root CA RSA v3" +# Serial: 75951268308633135324246244059508261641472512052 +# MD5 Fingerprint: 22:be:10:f6:c2:f8:03:88:73:5f:33:29:47:28:47:a4 +# SHA1 Fingerprint: e9:a8:5d:22:14:52:1c:5b:aa:0a:b4:be:24:6a:23:8a:c9:ba:e2:a9 +# SHA256 Fingerprint: ef:66:b0:b1:0a:3c:db:9f:2e:36:48:c7:6b:d2:af:18:ea:d2:bf:e6:f1:17:65:5e:28:c4:06:0d:a1:a3:f4:c2 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center +# Subject: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center +# Label: "E-Tugra Global Root CA ECC v3" +# Serial: 218504919822255052842371958738296604628416471745 +# MD5 Fingerprint: 46:bc:81:bb:f1:b5:1e:f7:4b:96:bc:14:e2:e7:27:64 +# SHA1 Fingerprint: 8a:2f:af:57:53:b1:b0:e6:a1:04:ec:5b:6a:69:71:6d:f6:1c:e2:84 +# SHA256 Fingerprint: 87:3f:46:85:fa:7f:56:36:25:25:2e:6d:36:bc:d7:f1:6f:c2:49:51:f2:64:e4:7e:1b:95:4f:49:08:cd:ca:13 +-----BEGIN CERTIFICATE----- +MIICpTCCAiqgAwIBAgIUJkYZdzHhT28oNt45UYbm1JeIIsEwCgYIKoZIzj0EAwMw +gYAxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHEwZBbmthcmExGTAXBgNVBAoTEEUtVHVn +cmEgRUJHIEEuUy4xHTAbBgNVBAsTFEUtVHVncmEgVHJ1c3QgQ2VudGVyMSYwJAYD +VQQDEx1FLVR1Z3JhIEdsb2JhbCBSb290IENBIEVDQyB2MzAeFw0yMDAzMTgwOTQ2 +NThaFw00NTAzMTIwOTQ2NThaMIGAMQswCQYDVQQGEwJUUjEPMA0GA1UEBxMGQW5r +YXJhMRkwFwYDVQQKExBFLVR1Z3JhIEVCRyBBLlMuMR0wGwYDVQQLExRFLVR1Z3Jh +IFRydXN0IENlbnRlcjEmMCQGA1UEAxMdRS1UdWdyYSBHbG9iYWwgUm9vdCBDQSBF +Q0MgdjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASOmCm/xxAeJ9urA8woLNheSBkQ +KczLWYHMjLiSF4mDKpL2w6QdTGLVn9agRtwcvHbB40fQWxPa56WzZkjnIZpKT4YK +fWzqTTKACrJ6CZtpS5iB4i7sAnCWH/31Rs7K3IKjYzBhMA8GA1UdEwEB/wQFMAMB +Af8wHwYDVR0jBBgwFoAU/4Ixcj75xGZsrTie0bBRiKWQzPUwHQYDVR0OBBYEFP+C +MXI++cRmbK04ntGwUYilkMz1MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNp +ADBmAjEA5gVYaWHlLcoNy/EZCL3W/VGSGn5jVASQkZo1kTmZ+gepZpO6yGjUij/6 +7W4WAie3AjEA3VoXK3YdZUKWpqxdinlW2Iob35reX8dQj7FbcQwm32pAAOwzkSFx +vmjkI6TZraE3 +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication RootCA3" +# Serial: 16247922307909811815 +# MD5 Fingerprint: 1c:9a:16:ff:9e:5c:e0:4d:8a:14:01:f4:35:5d:29:26 +# SHA1 Fingerprint: c3:03:c8:22:74:92:e5:61:a2:9c:5f:79:91:2b:1e:44:13:91:30:3a +# SHA256 Fingerprint: 24:a5:5c:2a:b0:51:44:2d:06:17:76:65:41:23:9a:4a:d0:32:d7:c5:51:75:aa:34:ff:de:2f:bc:4f:5c:52:94 +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNV +BAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScw +JQYDVQQDEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2 +MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UEAxMeU2VjdXJpdHkg +Q29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4r +CmDvu20rhvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzA +lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG +TfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF7 +9+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGmnpjKIG58u4iFW/vAEGK7 +8vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtYXLVqAvO4 +g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3we +GVPKp7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst ++3A7caoreyYn8xrC3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M +0V9hvqG8OmpI6iZVIhZdXw3/JzOfGAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQ +T9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0VcwCBEF/VfR2ccCAwEAAaNCMEAw +HQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PA +FNr0Y/Dq9HHuTofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd +9XbXv8S2gVj/yP9kaWJ5rW4OH3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQI +UYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASxYfQAW0q3nHE3GYV5v4GwxxMOdnE+ +OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZXSEIx2C/pHF7uNke +gr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml+LLf +iAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUV +nuiZIesnKwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD +2NCcnWXL0CsnMQMeNuE9dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI// +1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm6Vwdp6POXiUyK+OVrCoHzrQoeIY8Laad +TdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/core.py b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..c3e5466 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,108 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys + + +if sys.version_info >= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c29092ce25a91a21639287d02fc9b9d7946f4a14 GIT binary patch literal 4581 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30b2d7845f608272334628b1bb2f64d1ef97e3f8 GIT binary patch literal 1400 zcmah}&2JM&6o0c{UK^W0P(s{ZQV>Nel&k}2wftZ+ zN*PM$TZ33eD?`avH+|k_@;lz^FpiqW%GY;q&~}TqzP5Gx^+`jOa zUH`eZS9@F^qX)b*P9@04sj%9IA#t?z%upGh!c)S}pj4=VE%I5USzXnM5Yg06*w*=} z%BB^L@=~MUfxlpR}^7o`hh09?kiA6=Eu}9s6l_fUvy-M=4xV)@8zlJfWlU zDoWR#s#*wDE~QzG(xev-V#U`feK7FjLX#t%*@!%DkQ`<@K4HF~3i%L8)|f0pz~Y!v zhw!s1p(^iojtjSysUjDY;uexuyKtfz=G<`|tkcIDG3TEI{{miPy%Zc<6R!E>qEa<; z)l0N(<}Ks_RRd@8?U>rwVu@#qr55TRB`N+<@|DkKlFnot#VTq1jx-JxON2BkKm)1R)aMEID7d7@Xl-fA3T9j ANB{r; literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b51f6af81f87adbac1d9f10b333601755f455c5 GIT binary patch literal 9651 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd7c59aa3dbbca05e5459493d1d0204934b88f00 GIT binary patch literal 4135 zcmd5lX#$;ws=`p0)%+DC(QM#JMM{ZW^L!s zxfS=u$e#IT=9_P3zVG{e-|Qa)fnEgVKfd?yVi2K!&`!IEE#lcXfY?Af(zz_kad9rk z$N8Km?%|Nm>z=HT6XPPIg{(K%6Yt4Mafw4bI)`*|73p3q-uJk&;=Xc^Dt$mZs>czQ zGKT3$7m8-4kWXYC@lqa$4>&r@If2)&B*-#0-z0_0n5ewdx0J}IONlgI$Yf1S9GT8! z^66zWVdA8_fm?S@{!8fp5YCQKoYPU9$DS2wJEKddIGw{DdY6ZL0FLDb?>Thza=K#yKAmz+nisQu#5w^FU8Z9AS0L(bl<8FSAgCFl6rye zuc7a9@z63-Wv9P&>2st|D!Mm!{8_lSmU1ucCD<&Hd@RYg4nP~KUHX6aCR9J=HjoLe zTh{n0`Vr`(%KeJFPc;jL+Nz4Qj)XLVUduvoO4<`#PK3%}sF=zT83qVlp^A=Zl!~B# zNz*d<2yKEM$;J+maX8VX+)Qci6mair0~q8q7L>Z(Q7z=Et<_-juy-2 zl|p`Q_Sh>?BV*zj;JgZ6VnmCXVpIb*y+EQ#a3&p_tTnKiruucyG+Qha1-7po{H*S0 z+gBV124fnkPi~;6Qedsek_PJEdMFJ%mX6s6hibxOX~6#CY)x2~?Ju9M2~VVvXTXh; zEtOLmQKd37JpiJ+nc8jzCgQf6sESs+RK(7527P-Lq3c|gTj`i@i({KCzRGQxv-!FDWN&3ZL>}K*ZNZlN z-(Ff*d0cqKF*AE1Bea4 z!V0vzi!lu2FID*q)^X(*NbF{iWps~=f%2#hoxU_SwPYcm%IG+s#Ewio8g#DZ6FGd3 zV;VN7w?$l)jsRI1>7vr@>s|pSV;-s-=x@PLBRH`coM0*&vE-4*@~9o!-v~`_hNkWP z2W`e+1t%K8IV(8#P@4NcR~{LLi?!584gu{*G?LN`LL$)JuB|cXcMSmT6({I|&#$Sd z6^uTVqD)hcbh&I|%`nN1;N6J|zXj{P$l(C#zXzoAReps!=&oXL>k7g6PP5`3m6dNCda<+uFTNC3y}lqa8cbh`X!Mo#BKf zh8%ktTiPXPpDTkjZ5f(_sto_s&(JC!Ico|;jcfO0j33}UHTP?u!2LMxm+6sLz?JCA(ch^~=X>(W61(4Cj zo$t5q#i8|AfrF;fU8SA&uM3}JH?jL}FiP|Du2L25QzwMNAqW)0RX7s>_xn`=0+a`U z)S5+Ty~g0u<;`tyWlxm{(0F6%chCL35`Onzr_(!)bZs~n$Y~nvH}?cN)=tKQG_`@ z_HLz{FxWW)B@G%4DehXpqY0%l+68z!^YkTPGyVh>Ku`&9^xo>NiMC(4z0?S+R#@Hi zs{oDGz@!zP-1JYYGZD}np=3R zoTC5^4K_kkR%q%`Xu5U=68hVVYl{te*pi2BW%8YU4fUj@o_vt{UEw!{_sx$ye4wxC zMatlvz`K`0Q{@S~7*R|O(~klA5P^?@ zUQNpt^ir16vZlRNN@U#`Lfya-Vi#g(*@K(C`Wy)!h43|DmI?J5#{=onwGA~3p-Oi| znl}wF3p5Er5@pxYH1s)QDqBdHZh8;2z9*76o7FVZx z71{HzH|Eb<^XLDK1o1Vl9&57p{fp08`&{l3C!77q+t=hp@%Wu9b>nXCLj>eAPkXT0 z*P@QznX1p-ouSi5JJUy-eS5?McP`cE-%%fq&soFAn+OIT3_YVwb7HSJSQkG=&@iR4 z1IE-|$7`00@OevUykp97wGn7N;98Gq8W9~4!7&-6`m!R6sbSTqD1S*vNy70iHRjOR@^3z>(rH$ScO0Z7LA~CU24T0k}EBD znc1ZrDikUdMnNMEVz&n~=%MOOfphRNw-)WCKrd3P!ot=-1vEgBOTkD1isq8OH_KmH zY0&{VKX2Z9GxL7FndP6`+L{TJfBPTNbKQje9S4;nmOBR;bRH0eD1t`jomQ9^VC>Rd zY4^N4EzXMqQQV5CdD7l_Z@Ou|Ngyslg{6*)vRbQn9tzHA-tQuB62*I)C`}JtWmZUkK_u+5eX|)$HFR0CJ=b;Ue1W1sZ=aF%WL8enH&o4{%x-;)8H=i(oU>$$n$H8% z4S8hs%Ec3Dy&YM z5EK^`@!Sbf@!a;zdzE8w8gagf`V=?y)8<}aOt_S$+v3Br=zPneIbYpetKz3^w4DYL zE|dfv9iX`xG#=wp9iXeFj=vK)flRe2kG`Y{?HLT0pJPL@f<&b2laH+ z@$}@xaHriik&@XQwb1mGB@?{-^L4vL1K-3Fj$^!xT3Mz?;${DGGq|C~-@z}SdO$2r z#A>OYt4z(4Se2>>FhWUQ@;ItQDY05A^rhBHuhv@am3}4qK-O2G2jLJVzw7&DT5#t zO{yihh>0hVq^~n$DI-nC%v)5p#*(U)Va5`TTjtnYMvl`NH9<$NXB1eFjjd39WlU2S z$1*u9W$5FhFP$GVRf~=Q=Q0GoIhIi~V=-V;3^o=AS18ottw~WYxMVbw!+oi`YQc4+7m-{a6r z1@VKH1CSx{aw=mVGQRBAQRw_XZq1R8g-F=VtQ`$;tHOHRv#WiLi`LIw zKtY6$b+Q)-KD#2GfX6!?tKKj_7o4>PI~Xyn>2yY;X{uXPnPSXf&uqwtnT4o#*qIgj ztGE%2>UHvY`*T~q=lEW1-(t?95Xr0|3;)-ym;{Q#F75<&8Z|pn?6^WqP^zqUHW~$K z-$zbo4^L}*Xz)OFWwiJMk|#^h9xii^U%~90i36TsV315c#33f#K#z*d5{49=<_Fes(kb;sI)q0DWAH z+HNzu2nKusNcDl;?SOMEr6yA`9vgqaTu1Rup0*>#_3rmRC zhf3a!X6ma-2m~l_i}#T=F)uFp53$3rvJ0~*54ZU;?1Z@#5x9@mFIM&5x-(fzf>=#ZCdFl4TEvqW*<{L+EJK0}uw+%2WXYsVbxwB6V2TN+*3>lIQc898 z#hm19z#NsLDbj9tt(L^+D#B;3ao5<>AM!Z1?(o(RnBEPZcoICb9XzuWJiGboqg$W7czO4PbkAQAoBj(3bc3c+59#PB z1pW&Iy#PRRGz2NanoDu5xh;e$UTUy&6eua~hZRsFRuzb9G5}L=5b_hig*9=_llLg% z@-RS)4?xDV3i{UosMcI}gD~U88B@61n-}x$Ww6LRj^Kybw$Fvh{IzoD{UzsHX;9I21%9kjUf6(VV7fgXLCKddn8$ zkiE8_>e)19__^?1;0Swp#jQopFjoK-C54=-D9DGcQ?>c5TCa96oc;@Pud5!+XpwsAGZ$` z+@GHu+I0U~-zNe8$vct4Gm*@@IilyT|*B^8I)3iMzcg?|b)-^%kR#k3F{= zJYGEW%h!IpQu31Sfd{kqXE!F`oe|xL>~xLqb)Ddp$(^q7ZtuW-Z|M{${_+gz2myOr zH^-8R4ROO${LxP9&|ctp857_+i=T;+a4+kG)^3i)(uR`N@WZV&7JDZvYvs?l&bh0z z*P;{Gqp|4KYf~_onPg}-Ta3&`rdSBNtRKfd_}I!&X5|>-20Xbe#!lkwAXXyMJp9_{ zZgjqJp2w*nK9$f6*A~vsV95)^;`NOSo8hg~e*%f92Y+??V+=3t+TqHu^uf+d1 oGWZWNws&&4xcHl;kCt}DR}S2+Q?4!2|F7m{LFm~hSo2-}2Ned%Jpcdz literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6da6c65bbcf401b92f884d685e411f9611fafbca GIT binary patch literal 3891 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 E0S?wrxc~qF literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..169524809b4576ff74d5f355bfff09b511adfb5d GIT binary patch literal 3009 zcmbVOOK;mo5MJs@(UNQ_?h|RdNSY!#L_(7yK#iiPEYUV&g)$_$Xmp`yaV;^SNM%Vm zkWUJb9}u7g(qpehE*^+2QPK=G&S5DV354 zJijG=U|+`w`2`!ZCpr}lz5(GLF-Vgbf)TQWUZ@%Bg_~i4gvcr}!gq)fxgVNXHzR>A z3c45z-w#i<(Lfsqt;j-$+E}1XfL1!}9}jeMpi3U=#6XtFK7GZ#%u5w1->Dh5QIk=SNm7z0;oTa)QFNac~-hdxVju0Imxe zLNjcHnh_)1j2e+%c(!xinJq~_wjsA;y|W18kmn$~lS zfrWBX({2uQYx*ayX@=8Ala0-qtQG4eMe!4Iy)+Zol+`tD`C3E%o*clqhi*!8JX0VHy*+ z&^P-94a^LO7p4I#piA6*f5?HQBmg9?`!>KGvL6aX#YZB^o*G>lFJwjvz-@(RW~R@@ zXG&CZumZpTJw8UX88>20(TFz_hS-!?l*M-Agf!>a9E+pG#GsuVCUTOWuIP4W0F+uW zE!gGm^;eB1P%P+2w}Xx@y~Tnk>ixboq@F|dV5C-Sa~AFLG}x`yGePFCAi_m}y$C`e zEui!PfSOD31bjIPAIbQRK3JYNl({ie;stRMld| z7q1jIifHM_)~hwSsQPgjKr3BY_rt|X#g9)r`C(9ToP835EJ}+rK*3!Dz`%tea1u!_ zjLPG8-g^*vbNuf64x9$R2rx0gR_?(rY~bVb9e2bbo$$! zhtj#*rO6~X>~n#Bor9R%;Let5cP2-1^;Ls+coc!}TkQDbcN7^oe#b^3QI;EWsiCN= zzPM7|RLh#u@MCJVp`3(TKiK+mObuS~pxrvKk7SM_$+wAsWf z>T7!?a1ZTG201o2{kLv|4#Bh%cg*wggBPchS?=JmH;Bycru?*Iq$%2D{+Azl9GmFH*hoCx{Sy*m{@to*q zN;4LeCNUW9{&+Htj&27>j;DvE1E7S4@4dee z{zUi#;dcNvmpC@I2}pqQ3KXQWFIC{9EkmVQ_ha>ISC^|5KU!8+Aw9;YbH5nPB^a3_ zDDb*x05FKsoE$5S)8bp#dc zEH;CD6A&ku@A*piRQzmmulk(h6$1(2RskM`1wq&kMTE$cBoR(OiN%HNJ^^^Vm=->| o+jvai^Y~0$n7{kUW6;k(Sp+}}kWxZsp8!0eNg?|y0SH$859omSK>z>% literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..726c255c32b7974a570018e8080ae90a8a45e88a GIT binary patch literal 4579 zcmbtXU2GHC6~1GSo$+51fNztRJAX?n zdL`eVbIv_;?mg#x_xO(yx!KOzsnz$Xt@7xCocBL@XSU zEwVLfP4N+4pYusu${w-nb6c_^B}9ajBjQLoBTk)WPr6d>h&$zpcv6*-%2ZXPiX#?s zj>r{vh%8Y4iPiXCqkYmbpe5 z5Ngh3Nr(kxA~zSovXQ$5D-$_hz2{O>Lg2tVwMf}kN(0?T>Cjtf5zP>YKb{(nI@kD zf13L>_XGnG8b`*+G?7Xgrpbie;B4$w!CdX+?;Pl2mtZGvN|nb6PkC<6R7h2$snzDp zw8tDdu<9N3)x1^T+fU{-_m)TfWL@uM$sSXSc_MSvPxf|8>dn37@&B-7uc^hfz#I|S z!1t9VU&cr%`9@!r{G+y-QWNi)v+@Z0cAG1>Ex$Q0k7j;zWQzE$AwS1<0h3|e`D-1AWfEo_ zLNG(5(;S0CqeEv#gQ0VpT~ZLOH5-FWRROJeg(l;=y_!RkV#%nYNRoodD2lhgO9sX> zDH>2drBO97mQVp$CIC*9z(_V4qZbo#+I=-EgF+U#Nz*q2$;7olc1j)3r2Bdf^#+uL zO1nYwI+&savWaX!0x>zm0%$WFAOJ`MI^j9#$xg9a_-d|UEBf`A7km)d%0Hp|_BMGT zcxEf|LjA(Wi$eX1aH!bOIK$tqEV`-+uExBp@ym3f`Bc97)ROB|(OrEnG#e_oTk`If zmDa<*`FOc?V8#7|t@M@tbIYygSKPr(O8WE7{Y$R?|4q0r-`uz4>id3SpE$#>2>Xf$ z598QeJk*b)@5P?h!kz>9JqO?nuA<<+=bUwZ?p}kVlGr-t;atZ^9VdSei=A<@9J4zk zz##b%JUzEKnVaS$)TOs+ZlW|dX@rz@-EHKF>M%JwYc?|!^2&UFp@4x^2{-f=2EE=O zr!1jSzrYZ~n1~(X4`hcP>Y6o4)2tE6`><<*&TnNcI7c~#$!!KIYeR|%U2e~|_|ZfC zH1L#B=*-}m_1vv0HZ(nKo^O6dERN=xVA0n$6I^lcE4pj%g=fRh-A$`DV0>dIV%x&u zU!DBL$z@-!;lGx4!+)(EGyHSG#}HmNc?!LzdkTTF0w1kEY;8 zQ9q96UQcW(9Zk_()3$SMWCw9CBE@a;m#W=`s`h+U`=ZeP&W16BLjXLyb+#XsZ!k- zwwYNuMpZz|bR6rG7|r>%-QZ?{%b-L-47yE}*rA%ibHEqpH+->FrIht;`l59Li|Z}T#4?a9 zRd;a92rXM0NR;Y{|7JZ;?!M+RyLUJv#3~;;%g~QT$xv z%?5JX4CFk7+PIj3v~IIt!ID5hL-B9MI{NT&O66SbwwysS;;8ZhI>?k=4X;R*qhn^E z*wpgyllf0xkxEa;oTFGL7V0{e>N<kHnlC2!ZGfxNf-xwlJC!u|QW{f}-e*ByM((Oc;FAm8!91O7`F zK=s4id~T)QU#xBU>W78)WBK-D%eBW|wDuHQkLFvC&JF(bLb3Zup*x)K4lj3Ko*P{8 zzF+J)TIe~Q?>UXD{l!M#!w=^_T=BNQYyy*4t#FFfR#NS~mz&Kk3JrR~`z;Jz8-jWd z3Oxj3DD<3?l*-7HNu0YS>BeL$Snq$Y2=UK1SVlN!3;YDa^(x?zP&?UT6mkV>Ly19xkCT>eE<2Eq|#Qq5L(6I52LSfcr8}gI#+9m zy>ivU**YGKFDUb=R|KYOR+G4DU!Qe8=vwHT??!fKiQTzs=WNFoY->P0wra1j?R{`{ zq5qM8v8^xPba<5j;kWzV;GkczZe_^7OS7v}S%_o(a*P}BtUqx^iO3M}w3_vQu^6*v ztYb}~*=Tw)rRX=Wr<76q+NctPg4_iXdX=r$)_P5?fA=vlY{2^AJK?zD){`s*ON31Y u-Lq=tIPT3c!nOT_bp46+{+XP}lM`<&HqNp}p!=r!1h;qY)@uTTuI)crZ^VoM literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbd47cfc91ff1154c8c1eed04a08ad68ad7c2f88 GIT binary patch literal 15323 zcmeHOTTdHF7Vc`m*v2N@1LQuF3ow8K$<9m?L@)+I5-yH0mpEiR#@%2CFvNx|xsm*Y znWuf(Kd=ug?f=-9)Kei#D@9sqCEhy9YF9f?TcoBCQ+2*B zH_2c9ey>7*{^R+J{!2hn{tiI?REo~qf7C0=ACzfDQ#7=qtfCk~&{tQ~)v{O_?U%*M zmlVD10h>z>=k2eE^1gRDK))iboY@MEDVBHiQONga;H#bPnffgiUu=Gg%D+~z$2znJ9kNFB$si?+6yW~Kl|A_1qiu3=SFO@nRwBLPMm%S>P?xB70u}8)4*Zhw2 zFs0i=4fpZ>9Q}WW`3vo_QpI!7ev7?dM~$V*?$@eg)w)kRqWkq~twt#O5vJ_5Oxf#V zHD8RfJ7(cC?9PMU4aLr1X!m@ne6jg)ydG3^zxK*!dfGVO2Y(V2T5HEK^uCL|zR*0S z;tR!Jh~KX`4|@LninG{xioLHw+Uv;ECsVCfAFI=Av ztfAyjred>p(AO7Ql~VEha=)ci%R-93pHG8AK0bmkw9bxIM(5ubo>prkeM8WsH_$f( zje3*TqP4PWJ<6)}7*y-y-%NI)*Y4U|iJo{zV_i1}yLvD6^yVu=pszW--IcFOt|W4~_(o!3MbG;7QVKzZ2uj8DA~gtlp+W1o}$EW7Zm16)y=8NuHK8iysYQ z4^141vRd2XBbA{TW!;4b)%yu4m8ilO93G1)s=F*3PKluZ7J)xz-;dtu;;)0VcFtk1 z6w>mQD|)-P_)^@3nzza8t#ICbE3uw{Q?Mztx55V^w4W>r#RzS-ps1Q!SA6#NX@t`= z;FFW{B~NfDuZQvq$Bz>21Djsnj^tgp*RpydW2)uth^dwn?ale7Bzu9&-Wja&7q}XI zft!VQ75NH1v$>kf!V9&$i@qrcjZNh%rlP?}G+!|siA>VjZ$_u$tOJacs!BGtkD+}>9tHQ9?$!&Lo!V2vml+N*+TD4)&P^qu~hf% zW8pDijRoVofwb7i(k$4=LQ<@;V0?G%F*^27%3J!W{FVx&)>idE?)Q3PBe0a-SkJCK z(32avz|?vosgI=>^{(l4jlP1(1|I2|M}d{}LSX&zMrti{sk^5)kV|jqUG&Oj`uZgo zSWmA9;`B0YEgOJWHJZK=&~wS$YWMo%-`stxYue_D-kGj537KzkXEE zwZAE+4A&X2`qE{Lph}OrqxgtYhm|^`3{b;q(r_L(oad;ko3|JH$i+c?agd{-Fd3S` zLo*!BX=LsJo_oO2$`)DK#w*(l8LARg$JKu;w3$-h@P=7ln_erZ*Vm?3hT1NZwyU`9 zs=-j-DCwKPeG?po=Set;!%2?xheY4P`W8b*x$+d<0B=vx1bBl+TEgl)Si))&EYNU^ zOF@33)MKUIsHBk?E~V)k(%6O@+a&((2h!1pJNhKPejAbgFzydaVhY6(iD)>YNoEP< z5Lw*9i(8TzP=l)Mhtx?3C8SP6D9~_=TX9ty9tgs%cp8bj6}wv{{^ncRJJ&IFYl;KytE5t#ZBy^il>ulJJd{Vs^e>& zL=w!67+`b57$3OtgBu@na}2wWNqn+{oCx3(0f~G2Nlys(gd`q85k!V(@$jr}Cczst(sD<=50*Q;Mxfyqmr_wH@=!@5p;>G>Ct?w}>k8?-jyta#0uQ1IM1oNq zj7nw}B@vlPNq84ax?lHA0}P04JbAqZiM#z;eehFhwwCM+LD_6963eMYl#{D)UcGsxB%CR?X=n!0yvEbj$mW zZUF+_g4WV4K$dO+vUCfOrCWeL)Gf*u&@F1Q=@uYMw*XnX1<2AZK$dO+vUH200=mU5 zPPzpayKZr8=@!T4(pGY8TUx>JrCq|&B||WL(>=rKXOek=Zo{U3fg-T!p^=uT`ZHLf z>JnI>;TF4YfoHpJact=p$6U8&aA?NxaON)35t&=YbIX!}CnEKhK|$~ajkGu%Im9fp zRORWIS+1Q=byl~V*$V5CYna#F(@uspz<$=>*ygO+9Rwz zlFVZ?3_(1md8C0u!!16mHvKTO&#Fy<%>@*goqcf0Hrrc znkg9|s<94ACM*t0#w=W8*$J!?=5SdjFo8kI25|R)A#jL(H6ephJV?)md;~umrtnNk zGV4?#WIu;qK#Asfi9#bS4kgNF2P=5;%qBxw;Rgh%La1Th<10yZ!J^GHM@lR{}G$}mW@iT0E& zZI9Y1>_|D%Y?P%in{uYBqE%@w%2C{za;2-I)fBEuxznDghr(Q{CS4n?WsnV>LZa&$ z600T8UAwVnl%IA7Jx>S{WOQ~+PGsaKjDa-{j`g2CKafyVoEXok!0D4?sc9vlz|{Kw zjF^xoN7a}r4aMS930Vr-bWaJSWZiQfXU5G*AmgJ7`!ljCT~aN&-WtlK)Wo~fs?m>Aa!J*ad&1TTGeOQX;Sj5?IifWH*MbfXV15Q& zVxrzr6s*?W)KbH6-H9bNhvhgqNVAaxC;yG#K=&y#k5rR`W|;!|1f0M$ib1OB5=eEL z)9#kE6_8+V9jWdzw*&yUETMv<8O_uTT+XBwP;!e2KOfDR44OuFm@w>&RdQJg>zp7Y zmV^Tv&PFOzi^ONyl4vFQ#)N=@i4 zL5QbfiXsS#4Fm#Lzmr2#nY0vAekR4#&}2f*;!IMCt4e4z8;eWl5))F#SXKlF#Gwx* z`NL2uF&@fJt5X@dr?aa&q$E_S17==~O-f2Ao5+R)m?ma$C=PBWN@_^T#gkdk3eMJ< zoyPUBY~FBE<03oFJ%0~4$~(|~dljv6HM3P3*YJpIT5a6-+wgMZ;TgyE+ST@B%k3v- z9FMr2tAXC-zyShoU*SAAs%NV|@oa!FdbvZq2b|YA1YB16(upRcB}=c^#K~yAK%``HG|dEU;k*;{cbq+c2iyub09_&e9H0j19&#h#41yd>OZf(?C00&1 z5hI><6|M39|7~5JI~&W!WNeSjMZiv*=@Z?n$d;iEr?pKm7t@KKTJO$9(WHLhpmrW!q)@ z%XKG-1r@DeH+5Wg6dY>#@h53E+C2H<9yp$}pxd*VPOxM-lsxB&WFN%CDjHD9OR8uE z+uf1}LwNI<%p~#3iUvWdYyks1m#a2ePCT}vQOo@nt=lRl0J>SL{CJa2;u#f<=v0{N ze|*JR@2Hp#sQL0Pvjv-Iqc(j|Aa}L%#kr#W2oQm{>qTCYM4O8CaxDe+Zpn`rqN@a3 zMc+)<9CQ7h|HC#0_G{0BN6`_MZ$fWq*=sa`T|alA0wX#|R(|=Jh_=$n!u?e?i-+v3 zygKO>U` zrV?rZvTg5d6W5~1uMR_LyQ!N_2LN4^~LX_mVq}Pw09v+GGk41#Y>5)M|&J6^eG}mDA%ycH9JIHxJ zx+&EybP0}FB7i9hscZtY8F{e>@VwWWjfiQ7fU0~ADdZ|z;kVqlGJ9o-4{BTxkRkwl zaEafqar?jV2NoKZ{d+f%-}NJA_S8(@jJnp``s-t#9V<5XYR$d(BFoK(X3nkf&7T*F ztzBAc*F(N*#p|1Q-*gwfJ2dZ(72m-XUqjK?uKC&lm>;@1wBpEc1n7cBZZHDBj#^>-iL`Dl@Q@Z*rm|P2Oxf-QvCG&3yXDMjxAnzQ1{i?QtuBR zfTs7>L*(GryHU&Th4IhcpK;vaXZc%<#xN*Bz2lZ%lKbqY-%~d7a&lYp??$^WuAk+W~0J82s(9pI(7+)KT>NE zkEdT<0*n*7r&Om?Od-1jr#D=lNamZYF2DJa#elDzgpNAD)!*0r%|-v)n*Z&h|FGsi zyzDWc zSP;?~F_$8+M-YCRi=_+>Ez@Z=t8)clOj=f0#$)8JU1ZJ3ZsrDML#{B@3l-vW7P8)?R@Gy!7!nv`aRDO0q73@1D#Zuc>n+a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed40f908dca81fca9e104ba60b821ed4b20360c5 GIT binary patch literal 12095 zcmXxq2fPn-+sE-^?~s|0y*WjtBH1IdH8f-#oa{||P*fCIMHxkDD$3qFBO}?H_(f4R z#q)cg=XvheeShxnbzR@q_&2VR?goH8>vc+C_9R^1v_fHpbB<3W~OCK>G z8YtW%Bz52w0@-s?5*#blQkHu-NW->KlU#)V~6j7%YWl zup9=88U!npD`8bc7%91jfckceO6g6lX30XGiU_&+*63YiSxbGNCStJAb)phkhU;Bo zSt<2w08wK=d*{4?#hDiP@J}ophm>WaGXlj#`&9DW2vFoRl z+|1e}AEqa)hOI2yU^}d3$pv@%Sg%>zA)q>ScN~NlsL$;FYGWt-2D>2HU^ms5+C%My zeXt)!8XTYw!XY>eN8l(t?gfwgC~?G`yg!>d+;YTr8L6yAT6YW7aUJdWq>?(i`#h7;3XKUe3|;f z$^LMkUPc@3e49x5-qD&PZo`IPygJ@ai;0k|CsLLn#&54m;+)zWTJD56XhKMNK}DXLct z9%OmVwHv0z^%k;}ph`k1C=F$xEL5(DX(v%T%_EZ@*qeJLzycIs1y-O`*l^oV3ORveu?)YM-miQB3VP%czL$ko)5~C^I#tc! zC6))3HQ*uW#a!0lBsIlGO@j$kEvhywX4%D38J!$cM0#rVgTyKN1ggk`QhMLo^(3QImWp3%E%`kv5sro~K~%Nq-ChkUUg?`W<21JCy@>U6WN7Q~P_bLan41zI^mor!% z^TN|M1{(~4|J+ys&nw&VUG~z7(H9m-~)G; zP_IA@zL)I241<_op}J77Qr}5=jk?#y>r_e8H>jZzp^TH`y>B2jmnuYkWn&P$D&=Tg z3*QDB<}!q#;eNmrP3Q|_j9|cm4C3Lq1GCFVK586gs&n( z37_qim=catf5)hBnOZCPYrgJMX1ei>@>@t7L&M8_TlxNgI?)$~>rG|O318c->G&ki z*u(dofZ4DkmZ7qZH>qP(V{7^No`*-3`K7EEe=b_W1enU)!k{m7b|ak|uh_^P%P@@Z zUA`isxw%0FMgjY9qb7e@K2<%Fm`7;m+6#hrA#|w1f^(g^aL7?`<2~ZDbU%$;QXj z=BPqWmM7wkaE171JpA3&7ip6F6u|>C?xy- zcE?_5;P_P6{C1z*4Q9h08xOj+m)ght0rP&UC^gsgfayWKhhr}sHaMhwP`OMwp6@*m zdP(wO8)?1ZIY?#jCd(0nqi_t4!wL8uPQoehOFQ`wsAugobq4-~zaqjMcb_wD7Egxw zcS7QKMO~uK@|}af;U9RgHNuCuJS@r&LVYMJ=?rawa7I0&r;3{@V6ZqXN} z#9r7BYfV2F@UOfJ0;)hcd7pYgAC?W)R#G*joMuVK@}IREa1#>ZA4AFI4N_65Aq}L3 zbP=JNl+iID^rq4q4EBNy)VdfS-Zwa=m&Lb{(IBV0v-HkWne>)ZnW-#r#WX9G4Sx2> zSLMx$dEuha?w)pwX?FNTz-MmcQ09yXWtmSi->Upr`LD8vy!+gkK;?nD%3OALQn{%- zkX2}2Dj&>H=BH*-w^0QmLRHC4;%=x-eQuiFtLl2`?R-B|1*zpuUWEQEh4c!;9Z&>{ zLN+PIsNzrpNOwsz;ZS|5 z0c;WV3zRgN?Z!A?L~p%@EREn{XbeqYs}H>da@sg-_j_szbp{^cYYNSvIkbS55h1Ui z(KLrz=_OLFsn@7B)J7>8-ADzG>Wz=D3XSYGq)t+|+E~f_gBMI=evEmJ^6{v`M7};g z(Gv!3;YoN3{1eGj^|h!iP@CmmnBe%cdYz;sK>>s90$#Lss~epSexk0L-UD6qzNNZSBdFx4 zLc_QgzOnn9!6xxjpqp}@llW78LvFTu<33cLynSYC@N}<~E7OG@`Mz>=M9A!=W0XmJU)cRX zxg(lGchePmkHl%XJ(l5XXkm~c#)sxqddau(Jp&ot%_gs+vOYCYZ>;3$$~?+(%JHzs ztM(dPg9&;Q;Y0Wc7PCyEj<`0N`WQ01QAyq^gZ|Vf22)@vOceUC!6uezdeh-k_|Ra9 z_@&T=HsX2@>|>uZ?QaL<4I4u2M)3v zrw&m)P2YQuvvMWI!JwMZ8CL2FSCdLPMw5PkjXSq zg}m<%>NK2zKjE*4P~XYc@)D(-H8=-B#>!u%lyU75 z-^N(Jf;N(=5iFD4*aheLE{b1ddPz!NgLS@*%gWX^uCP4Bl27RG)K$}Ka2xY=Q3aw3 zNv1_oo&kRexX$-4{0DCt+=wcaWWH1AEm4KIAAcnpG^0Khnvf~tJ}IfF)Q|?!LONLQ zZv2N(@y}zUN=~nr0WwB}xEg9A@#kyf*!d6euj;3i;e8CiDi>s4rNZb z6>>pt$OD^M@>2OC!mBYp+z)jfO6M8*eX%?AzSP^Tyo1VbqY5>L?{_C}6IB3ihZj;_ zN@ZkO4~3M4;SQLkSA^OU-xA)FcU><7eCHb~YT8XXQTYpBf^w_ZH}#BN6@)bNsU`^|rxNdQ)Ai%<^#@Bv+w+6}l7dR^9{m!XTEa)O@@5QEv#X0)=dRX|P{;zv%}Oj#rC=aEhwV@|v~W*50Sm!Ef?*K^AwXnjSXTt@og{t6u-GUJd0#P!smB z)QT$n<3?@0I#3t(n%1M%2-qN?zOn%{ghp^Y7F^0|m`(^s69`H+u#H&rSk z{AO^J`4|+1kE11=HCW8t3Wf;H3ddPaKrzUs_d8V_x;c50>Q425o?b9p-ZFRpme-qV z0U!DtmGpWsw}~puU~VS)l&IbY{29; zS^+QUW$>ne)dp`-!(jxx4e!9aFot;~H45H?_u&Hrzr7@nR{r78RPkd{rjW*iYI@LD zd}m>-K?83YM;+5U0k_z#Y-6X5)AG*neFWo~C%{Db5Sm*1h|20M$Kf2Tu(40xB-6?8 zF?<43B0^s`rYirG@;r0TsKTcPXB=N4s=2{5zT$k-sZypb3_eW>Q1&qWOxcl|XLmo# z4877UGpRwI_Br)MMA++E8Po38YQhDUzx2*RSvUvfV3yr4;VbwWPPq0B^(}k{v*ANg z(>&vQ5MI)&;M!XTW8eYhA`dF892F5J@nthe1C30VOKwVC<-1Gh z3cbf-FIZc+SzQ}UgbKB|NBBc|oXWjrm!$#Nyn?Sx5ED(d~F+^xK<+?7(o9@q=}V1G(a-T~?$9D>7e1dhVLKIJj$fae~k zPDF&;;v>T*FRkj@?*`|nlT<qw+qV*mh-0jl^3Xsa0zBezH05V@^&{4 z=@o)@Hl_)!SvV*^W5la+LbSdjThiL%Zt>%rVC(M;@RW_z24Av#2Dd0vv!sEvkPgyA2FMr@7TC?C%nVr|D`fPbYd-H7QT{)y z$I zAeWO9;VqV4EVmo{$Jf#`w#BJ`z8(MAqT;ud5K1WvMqlWr?5TV{dcrnk0p$@N@E^&A zpcE|ITW7$ZRrz${2s04}daLUw;JC%1qWmu`#+M!`ARrKzLd*I%P5FDzi ztmPS%YD`6i38JfN%wfAdwR9)uc@n(v2{2l*L2q_>E#CY8pt7F8S4 z8q}fcLOrMt4PdhAa8d23C#i-8jbNr;T6xb>?crgA*ZFSs`cJ5tRAYlC@CY=G2w(X4 z&6Mx*B?~A_6}FL1a&yxb&@!TF*))5L)N50xam#kCpJ?8wPOT>G>NaZCx@DuK z*0f#ATJgX3=J-EHt=diMwQJR=ZN0tu|F=`8VXe5>tX=(<^;)!R*0OHBma`K4wPwP# z?ulJ{^+-zWHz=un|HLlI{d@QA^;}ZN{{0eL^={uWsY!C@q>62NcWU21sc+)Iq@Dv4 zyC-)@>^-D^*IqrVRJyBjV!!16Nfo2BTl+3a{Std8_fBjVZJm1cP3+jUecw(={S%W0 zbnMo*bKj&sm3j}kma%$|UY!PXPpZ*3bNrPN|DDjUP{g@3sZymn*D_T?iPBpWiX6_B XZ)-x1a~WHwE|_{-LjJz~n)`nMjN4%Z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60fba971ba880be0bc94539e9a17bef54d82a0d5 GIT binary patch literal 1403 zcmah}&2Q936o2Ed^@iO9(grr|B?_X#LWu=jkU$Y_K$XZxD^^^589DYOG5BMdnFTh= zA%{raNJX4b_!m%m=>O3R6&zYCkt+4nTht{I<(pn#$5YKLdW96rcyk!}=#hL8#G*B0; zmP)R^K_AI;vJbM-z#iF#rwDVEj)1H{2Z`+{*TFE_Hc+FI$x{_q`J(oN$2Q!bsPrHA z%9212(O-4!+!Wmo~ltz+LuHthQCa(tt{8S`d6`xOqBWeCjwnw$wH9W6Hm zi`Vlyr9tcqL8;KtYi8$t>TYHUbH!ukOLrrZ9iH81ffR1L;|FXxT4!_jIwAI$yN_7< z$c>{lx6_lGS$cK;@)cJ^lFgyz1Al`Fw-a?-ie_QP-2nR^GU>8z@PK1foPzmIk2f&w z)|VqanXfK)9yMYf$-5mmw3~ai-|f~L`>Vt0OTVnXp1$5UejY!(u<-iA&A#!*p8dma zJR92^d)gSF2Yk{{B`6xI(AtL{akSMf3scT5-F*o!2|tZ;p_(?sCz0k2RV%_oQ$Jx_ zthY_tvYoz5UNy4^D#=3EbPXLZ&3QM>&K<006Mo3c$^^F%XNIj{G5vQHIlqJ9E50d)5Ua*Ol&#CljTqg^-oF4e@Zd(`9!id>_j<9T(u#$P%7{Ns0UFNT%fGL xDlYNfzEOg+z`sG6>bRIea;y_VPObsDb_7?B;OY^~zO|a9^=k6s3E*DT`akubQ62yQ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2008f878941948dc0cf0d41fc99f1d8c74024bbb GIT binary patch literal 27217 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1032bb8596009d302cb57e1dc065ce158b8a9979 GIT binary patch literal 19139 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e2ee02748e12b6fd2c23f40c65c1c009a0020ce GIT binary patch literal 1416 zcmah}&2JM&6o0c{UZ*yJpg;_lhzO)rm8?iEt%N8LDkPMIN*0&BjMlr8WMMztnK7-S z9CC<+BNg>jg?|C1hyEYEw1NX#B?5_4ZxJRE<ydY}F4o zqm-fa+-fhD(XGB@%bPxLGx-D0I*g-cvW!OCt913=?eABDQTfF+$`8X8{CtevFz`qS zo)($|SSO*j+wgQ|goK&vTBz?D2P1FK`Y1KVq_qM3Ogy^{j+Hmc#APA5#hL8!G*CTO zM`c&P;Q+~RWFKUufjzPfPjJ#zJ_53uJ4oC}c@9R=wt*UzOny~yl`m>PdThgk$x8p} zt}F@kaRF!sPX!SO66XSHu60NiO``r+?%-u&U zedNYb$L;pzW|l53TwQcUB-uP#KJ+)3aJy00rDzsr+zk)`A;Xv*1tScLKv?MZc?0uq zO^&f%{EOP&!xVEgGhhY31n)CB2#8_%O_S20Xj_-@1RN{GMU!|NWQaT#1 zqjb%wD`=>aDa|J+O|q~TE51SLk3BywHO0hp8#jPhlKouA2hC?xDHoCC%@HI57RQu2 zgr89fRe?8(*>GE#Dso9Ft|NKB3n!XkP9HbGI(4iObLMIA7VsMCmEhPKajmCwO4TY< z@6fhYv`_?84V*4;GKSp}&Qm44h5CO<%Kw)F{P|?k87-uQ6j!6kEtCp;3hHT;1sAhc y`zf0EU|%bTbDdv7nd(l=B01IxAt&De`Su7Fk6`Ht=H6LN()#PHa{_o5wf+aA`cWJJ literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4703b93435655481bff4ced694bcce40f1cbf58 GIT binary patch literal 5823 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/venv/lib64/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77748ab87eb7f102aaf509ae1cf5d92dbf110db2 GIT binary patch literal 22168 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
  4. GL>E3U8;wWJxulxD51)p=PryE4$P% zs%0}?ob3#fGjRy%k-xeJvTSh;3lozVly=?)q_TonL@g* ze2n|#N#`C9YD2hsvuy^cQJD1JXeTD%k|kwid`C9q{Z%UrPJG_Xl<`Q{lBSvQH+vHy zdzv(c34=Y~8e@g%oWohrO8CC7xI|@RpFX9um+Hz-(a*ut)w!e;PL^)%%P~%33u9S~ z{z6sacdSS6KFW3nWFWWcU}HJ7Ub-!_{xGAb|(*%V&V7?W*&Jr!iBkayi{#PnSt<)&VvkE&*PnX6}*e$J~O%<^aHupDPmdL74; zcKQjQxbT5%>4gvaFXMOST2Gb>xJ|!oR}rUG{w5_k^}duyXxGe~BQRfi$FbbW%`{Zg z?TxKT+Lr0zLPMgtO(Y~wUgovSsQS+pnPJ(jZ_#Z*&z#j%uMszDs{7SFg388N4=xGw zWK8)(U61T(aqzI)32Gzf{C;Vd@;ue27nm&mwhvidp{u)7jO7MiE5efq(}8K*7r9 z1lz2qMGRsQY$9TDC_*|tbB7nmUCvyD1RD#BU=?g^QwBQ=t%F$Dd8CjuLa?y1v9Yi) ze(&d-ot@lCaAEJw%+5D6JM-qv-@CU_&Wf}G>svWdIeKWLT4#9Oaf|{vANiq_He6;a zO}oxW7U70~3VP8cL}e&%nF3B(x22q7+r_>G@h=r6EiOWXv!g`x;UiAImB);TG9l<1r6lqdKS5xlYZ?nsLdI z%3|)fr7I>sE0XpUK0>8Qg<)QHWx6tli~Ib_+=!whhKlbBS7_R{$S=zxt>kB=3D4`4 zVPq>%ocq3_?h8w?4j*!2AkuPUGTK1J;V4BH)+#v;j}(%IH2#rCco`X}NZIaVPY!&j zg(~?@(nQHdv9Z2}^+)s~&P7mUV>FssflahzT!NB^R*NxJ_CB$fLlL&UlBu!) z!6}33BV`M{vf{7;i>lnA7_4_;Z4GpF#b}2voWZw?$GxY8tnyn^i>;u(j+|c=t@R#| zMlq7=6Pclkl3wb0fM+Z1rKSMf)yD+ASQJ@YtjbcW5Uoo*TZXBbW+>VnSFi81fThn6 zrjl<6x&On+m;O{@(7l1pC+s&y4|NKg% zm$G!-++_?c;QDoNuuQyvHXxAJPgv9mN6@}36Ts(t!b#l3Z=SLzq+77VDVO9cmJ5le zy~bIDN!rBAcO2v*{W4{K{+jhe`a*zN+;EVT|5(?ak10cZ+^4*q*vcnTZ}lS`Xa-Bd~G#J3d^gN z%bPQXy@X40VEuxtiU{N54qAAptjCw|}Y`;OoC>O>U1YEDT$!y&v! z{Kjo_ZCp1x^yX*1vE1Z?Jz&%P=kFM9{)W+QBg`)HKhyb|;X}g#vqo=a3`891_Y6<_ z=?~p5`u23pS{=2jH~fHK(qb`dv{U=sLORUIaW$tTKjDz~uQR~uq~kAV;a;7Jkw@as znn)2dj&IymZxA_f50P0M%3rA-mfd37@5Zi$K7$?E^kV)DI}67s{KQ3T@!yQ-G{^r1 DNR#cw literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/models.py b/venv/lib64/python3.12/site-packages/charset_normalizer/models.py new file mode 100644 index 0000000..a760b9c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/models.py @@ -0,0 +1,340 @@ +from encodings.aliases import aliases +from hashlib import sha256 +from json import dumps +from typing import Any, Dict, Iterator, List, Optional, Tuple, Union + +from .constant import TOO_BIG_SEQUENCE +from .utils import iana_name, is_multi_byte_encoding, unicode_range + + +class CharsetMatch: + def __init__( + self, + payload: bytes, + guessed_encoding: str, + mean_mess_ratio: float, + has_sig_or_bom: bool, + languages: "CoherenceMatches", + decoded_payload: Optional[str] = None, + ): + self._payload: bytes = payload + + self._encoding: str = guessed_encoding + self._mean_mess_ratio: float = mean_mess_ratio + self._languages: CoherenceMatches = languages + self._has_sig_or_bom: bool = has_sig_or_bom + self._unicode_ranges: Optional[List[str]] = None + + self._leaves: List[CharsetMatch] = [] + self._mean_coherence_ratio: float = 0.0 + + self._output_payload: Optional[bytes] = None + self._output_encoding: Optional[str] = None + + self._string: Optional[str] = decoded_payload + + def __eq__(self, other: object) -> bool: + if not isinstance(other, CharsetMatch): + raise TypeError( + "__eq__ cannot be invoked on {} and {}.".format( + str(other.__class__), str(self.__class__) + ) + ) + return self.encoding == other.encoding and self.fingerprint == other.fingerprint + + def __lt__(self, other: object) -> bool: + """ + Implemented to make sorted available upon CharsetMatches items. + """ + if not isinstance(other, CharsetMatch): + raise ValueError + + chaos_difference: float = abs(self.chaos - other.chaos) + coherence_difference: float = abs(self.coherence - other.coherence) + + # Below 1% difference --> Use Coherence + if chaos_difference < 0.01 and coherence_difference > 0.02: + return self.coherence > other.coherence + elif chaos_difference < 0.01 and coherence_difference <= 0.02: + # When having a difficult decision, use the result that decoded as many multi-byte as possible. + # preserve RAM usage! + if len(self._payload) >= TOO_BIG_SEQUENCE: + return self.chaos < other.chaos + return self.multi_byte_usage > other.multi_byte_usage + + return self.chaos < other.chaos + + @property + def multi_byte_usage(self) -> float: + return 1.0 - (len(str(self)) / len(self.raw)) + + def __str__(self) -> str: + # Lazy Str Loading + if self._string is None: + self._string = str(self._payload, self._encoding, "strict") + return self._string + + def __repr__(self) -> str: + return "".format(self.encoding, self.fingerprint) + + def add_submatch(self, other: "CharsetMatch") -> None: + if not isinstance(other, CharsetMatch) or other == self: + raise ValueError( + "Unable to add instance <{}> as a submatch of a CharsetMatch".format( + other.__class__ + ) + ) + + other._string = None # Unload RAM usage; dirty trick. + self._leaves.append(other) + + @property + def encoding(self) -> str: + return self._encoding + + @property + def encoding_aliases(self) -> List[str]: + """ + Encoding name are known by many name, using this could help when searching for IBM855 when it's listed as CP855. + """ + also_known_as: List[str] = [] + for u, p in aliases.items(): + if self.encoding == u: + also_known_as.append(p) + elif self.encoding == p: + also_known_as.append(u) + return also_known_as + + @property + def bom(self) -> bool: + return self._has_sig_or_bom + + @property + def byte_order_mark(self) -> bool: + return self._has_sig_or_bom + + @property + def languages(self) -> List[str]: + """ + Return the complete list of possible languages found in decoded sequence. + Usually not really useful. Returned list may be empty even if 'language' property return something != 'Unknown'. + """ + return [e[0] for e in self._languages] + + @property + def language(self) -> str: + """ + Most probable language found in decoded sequence. If none were detected or inferred, the property will return + "Unknown". + """ + if not self._languages: + # Trying to infer the language based on the given encoding + # Its either English or we should not pronounce ourselves in certain cases. + if "ascii" in self.could_be_from_charset: + return "English" + + # doing it there to avoid circular import + from charset_normalizer.cd import encoding_languages, mb_encoding_languages + + languages = ( + mb_encoding_languages(self.encoding) + if is_multi_byte_encoding(self.encoding) + else encoding_languages(self.encoding) + ) + + if len(languages) == 0 or "Latin Based" in languages: + return "Unknown" + + return languages[0] + + return self._languages[0][0] + + @property + def chaos(self) -> float: + return self._mean_mess_ratio + + @property + def coherence(self) -> float: + if not self._languages: + return 0.0 + return self._languages[0][1] + + @property + def percent_chaos(self) -> float: + return round(self.chaos * 100, ndigits=3) + + @property + def percent_coherence(self) -> float: + return round(self.coherence * 100, ndigits=3) + + @property + def raw(self) -> bytes: + """ + Original untouched bytes. + """ + return self._payload + + @property + def submatch(self) -> List["CharsetMatch"]: + return self._leaves + + @property + def has_submatch(self) -> bool: + return len(self._leaves) > 0 + + @property + def alphabets(self) -> List[str]: + if self._unicode_ranges is not None: + return self._unicode_ranges + # list detected ranges + detected_ranges: List[Optional[str]] = [ + unicode_range(char) for char in str(self) + ] + # filter and sort + self._unicode_ranges = sorted(list({r for r in detected_ranges if r})) + return self._unicode_ranges + + @property + def could_be_from_charset(self) -> List[str]: + """ + The complete list of encoding that output the exact SAME str result and therefore could be the originating + encoding. + This list does include the encoding available in property 'encoding'. + """ + return [self._encoding] + [m.encoding for m in self._leaves] + + def output(self, encoding: str = "utf_8") -> bytes: + """ + Method to get re-encoded bytes payload using given target encoding. Default to UTF-8. + Any errors will be simply ignored by the encoder NOT replaced. + """ + if self._output_encoding is None or self._output_encoding != encoding: + self._output_encoding = encoding + self._output_payload = str(self).encode(encoding, "replace") + + return self._output_payload # type: ignore + + @property + def fingerprint(self) -> str: + """ + Retrieve the unique SHA256 computed using the transformed (re-encoded) payload. Not the original one. + """ + return sha256(self.output()).hexdigest() + + +class CharsetMatches: + """ + Container with every CharsetMatch items ordered by default from most probable to the less one. + Act like a list(iterable) but does not implements all related methods. + """ + + def __init__(self, results: Optional[List[CharsetMatch]] = None): + self._results: List[CharsetMatch] = sorted(results) if results else [] + + def __iter__(self) -> Iterator[CharsetMatch]: + yield from self._results + + def __getitem__(self, item: Union[int, str]) -> CharsetMatch: + """ + Retrieve a single item either by its position or encoding name (alias may be used here). + Raise KeyError upon invalid index or encoding not present in results. + """ + if isinstance(item, int): + return self._results[item] + if isinstance(item, str): + item = iana_name(item, False) + for result in self._results: + if item in result.could_be_from_charset: + return result + raise KeyError + + def __len__(self) -> int: + return len(self._results) + + def __bool__(self) -> bool: + return len(self._results) > 0 + + def append(self, item: CharsetMatch) -> None: + """ + Insert a single match. Will be inserted accordingly to preserve sort. + Can be inserted as a submatch. + """ + if not isinstance(item, CharsetMatch): + raise ValueError( + "Cannot append instance '{}' to CharsetMatches".format( + str(item.__class__) + ) + ) + # We should disable the submatch factoring when the input file is too heavy (conserve RAM usage) + if len(item.raw) <= TOO_BIG_SEQUENCE: + for match in self._results: + if match.fingerprint == item.fingerprint and match.chaos == item.chaos: + match.add_submatch(item) + return + self._results.append(item) + self._results = sorted(self._results) + + def best(self) -> Optional["CharsetMatch"]: + """ + Simply return the first match. Strict equivalent to matches[0]. + """ + if not self._results: + return None + return self._results[0] + + def first(self) -> Optional["CharsetMatch"]: + """ + Redundant method, call the method best(). Kept for BC reasons. + """ + return self.best() + + +CoherenceMatch = Tuple[str, float] +CoherenceMatches = List[CoherenceMatch] + + +class CliDetectionResult: + def __init__( + self, + path: str, + encoding: Optional[str], + encoding_aliases: List[str], + alternative_encodings: List[str], + language: str, + alphabets: List[str], + has_sig_or_bom: bool, + chaos: float, + coherence: float, + unicode_path: Optional[str], + is_preferred: bool, + ): + self.path: str = path + self.unicode_path: Optional[str] = unicode_path + self.encoding: Optional[str] = encoding + self.encoding_aliases: List[str] = encoding_aliases + self.alternative_encodings: List[str] = alternative_encodings + self.language: str = language + self.alphabets: List[str] = alphabets + self.has_sig_or_bom: bool = has_sig_or_bom + self.chaos: float = chaos + self.coherence: float = coherence + self.is_preferred: bool = is_preferred + + @property + def __dict__(self) -> Dict[str, Any]: # type: ignore + return { + "path": self.path, + "encoding": self.encoding, + "encoding_aliases": self.encoding_aliases, + "alternative_encodings": self.alternative_encodings, + "language": self.language, + "alphabets": self.alphabets, + "has_sig_or_bom": self.has_sig_or_bom, + "chaos": self.chaos, + "coherence": self.coherence, + "unicode_path": self.unicode_path, + "is_preferred": self.is_preferred, + } + + def to_json(self) -> str: + return dumps(self.__dict__, ensure_ascii=True, indent=4) diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/py.typed b/venv/lib64/python3.12/site-packages/charset_normalizer/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/utils.py b/venv/lib64/python3.12/site-packages/charset_normalizer/utils.py new file mode 100644 index 0000000..e5cbbf4 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/utils.py @@ -0,0 +1,421 @@ +import importlib +import logging +import unicodedata +from codecs import IncrementalDecoder +from encodings.aliases import aliases +from functools import lru_cache +from re import findall +from typing import Generator, List, Optional, Set, Tuple, Union + +from _multibytecodec import MultibyteIncrementalDecoder + +from .constant import ( + ENCODING_MARKS, + IANA_SUPPORTED_SIMILAR, + RE_POSSIBLE_ENCODING_INDICATION, + UNICODE_RANGES_COMBINED, + UNICODE_SECONDARY_RANGE_KEYWORD, + UTF8_MAXIMAL_ALLOCATION, +) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_accentuated(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: + return False + return ( + "WITH GRAVE" in description + or "WITH ACUTE" in description + or "WITH CEDILLA" in description + or "WITH DIAERESIS" in description + or "WITH CIRCUMFLEX" in description + or "WITH TILDE" in description + or "WITH MACRON" in description + or "WITH RING ABOVE" in description + ) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def remove_accent(character: str) -> str: + decomposed: str = unicodedata.decomposition(character) + if not decomposed: + return character + + codes: List[str] = decomposed.split(" ") + + return chr(int(codes[0], 16)) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def unicode_range(character: str) -> Optional[str]: + """ + Retrieve the Unicode range official name from a single character. + """ + character_ord: int = ord(character) + + for range_name, ord_range in UNICODE_RANGES_COMBINED.items(): + if character_ord in ord_range: + return range_name + + return None + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_latin(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: + return False + return "LATIN" in description + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_punctuation(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "P" in character_category: + return True + + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + return False + + return "Punctuation" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_symbol(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "S" in character_category or "N" in character_category: + return True + + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + return False + + return "Forms" in character_range and character_category != "Lo" + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_emoticon(character: str) -> bool: + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + return False + + return "Emoticons" in character_range or "Pictographs" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_separator(character: str) -> bool: + if character.isspace() or character in {"|", "+", "<", ">"}: + return True + + character_category: str = unicodedata.category(character) + + return "Z" in character_category or character_category in {"Po", "Pd", "Pc"} + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_case_variable(character: str) -> bool: + return character.islower() != character.isupper() + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_cjk(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "CJK" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hiragana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "HIRAGANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_katakana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "KATAKANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hangul(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "HANGUL" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_thai(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "THAI" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "ARABIC" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic_isolated_form(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: + return False + + return "ARABIC" in character_name and "ISOLATED FORM" in character_name + + +@lru_cache(maxsize=len(UNICODE_RANGES_COMBINED)) +def is_unicode_range_secondary(range_name: str) -> bool: + return any(keyword in range_name for keyword in UNICODE_SECONDARY_RANGE_KEYWORD) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_unprintable(character: str) -> bool: + return ( + character.isspace() is False # includes \n \t \r \v + and character.isprintable() is False + and character != "\x1A" # Why? Its the ASCII substitute character. + and character != "\ufeff" # bug discovered in Python, + # Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space. + ) + + +def any_specified_encoding(sequence: bytes, search_zone: int = 8192) -> Optional[str]: + """ + Extract using ASCII-only decoder any specified encoding in the first n-bytes. + """ + if not isinstance(sequence, bytes): + raise TypeError + + seq_len: int = len(sequence) + + results: List[str] = findall( + RE_POSSIBLE_ENCODING_INDICATION, + sequence[: min(seq_len, search_zone)].decode("ascii", errors="ignore"), + ) + + if len(results) == 0: + return None + + for specified_encoding in results: + specified_encoding = specified_encoding.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if encoding_alias == specified_encoding: + return encoding_iana + if encoding_iana == specified_encoding: + return encoding_iana + + return None + + +@lru_cache(maxsize=128) +def is_multi_byte_encoding(name: str) -> bool: + """ + Verify is a specific encoding is a multi byte one based on it IANA name + """ + return name in { + "utf_8", + "utf_8_sig", + "utf_16", + "utf_16_be", + "utf_16_le", + "utf_32", + "utf_32_le", + "utf_32_be", + "utf_7", + } or issubclass( + importlib.import_module("encodings.{}".format(name)).IncrementalDecoder, + MultibyteIncrementalDecoder, + ) + + +def identify_sig_or_bom(sequence: bytes) -> Tuple[Optional[str], bytes]: + """ + Identify and extract SIG/BOM in given sequence. + """ + + for iana_encoding in ENCODING_MARKS: + marks: Union[bytes, List[bytes]] = ENCODING_MARKS[iana_encoding] + + if isinstance(marks, bytes): + marks = [marks] + + for mark in marks: + if sequence.startswith(mark): + return iana_encoding, mark + + return None, b"" + + +def should_strip_sig_or_bom(iana_encoding: str) -> bool: + return iana_encoding not in {"utf_16", "utf_32"} + + +def iana_name(cp_name: str, strict: bool = True) -> str: + cp_name = cp_name.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if cp_name in [encoding_alias, encoding_iana]: + return encoding_iana + + if strict: + raise ValueError("Unable to retrieve IANA for '{}'".format(cp_name)) + + return cp_name + + +def range_scan(decoded_sequence: str) -> List[str]: + ranges: Set[str] = set() + + for character in decoded_sequence: + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + continue + + ranges.add(character_range) + + return list(ranges) + + +def cp_similarity(iana_name_a: str, iana_name_b: str) -> float: + if is_multi_byte_encoding(iana_name_a) or is_multi_byte_encoding(iana_name_b): + return 0.0 + + decoder_a = importlib.import_module( + "encodings.{}".format(iana_name_a) + ).IncrementalDecoder + decoder_b = importlib.import_module( + "encodings.{}".format(iana_name_b) + ).IncrementalDecoder + + id_a: IncrementalDecoder = decoder_a(errors="ignore") + id_b: IncrementalDecoder = decoder_b(errors="ignore") + + character_match_count: int = 0 + + for i in range(255): + to_be_decoded: bytes = bytes([i]) + if id_a.decode(to_be_decoded) == id_b.decode(to_be_decoded): + character_match_count += 1 + + return character_match_count / 254 + + +def is_cp_similar(iana_name_a: str, iana_name_b: str) -> bool: + """ + Determine if two code page are at least 80% similar. IANA_SUPPORTED_SIMILAR dict was generated using + the function cp_similarity. + """ + return ( + iana_name_a in IANA_SUPPORTED_SIMILAR + and iana_name_b in IANA_SUPPORTED_SIMILAR[iana_name_a] + ) + + +def set_logging_handler( + name: str = "charset_normalizer", + level: int = logging.INFO, + format_string: str = "%(asctime)s | %(levelname)s | %(message)s", +) -> None: + logger = logging.getLogger(name) + logger.setLevel(level) + + handler = logging.StreamHandler() + handler.setFormatter(logging.Formatter(format_string)) + logger.addHandler(handler) + + +def cut_sequence_chunks( + sequences: bytes, + encoding_iana: str, + offsets: range, + chunk_size: int, + bom_or_sig_available: bool, + strip_sig_or_bom: bool, + sig_payload: bytes, + is_multi_byte_decoder: bool, + decoded_payload: Optional[str] = None, +) -> Generator[str, None, None]: + if decoded_payload and is_multi_byte_decoder is False: + for i in offsets: + chunk = decoded_payload[i : i + chunk_size] + if not chunk: + break + yield chunk + else: + for i in offsets: + chunk_end = i + chunk_size + if chunk_end > len(sequences) + 8: + continue + + cut_sequence = sequences[i : i + chunk_size] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode( + encoding_iana, + errors="ignore" if is_multi_byte_decoder else "strict", + ) + + # multi-byte bad cutting detector and adjustment + # not the cleanest way to perform that fix but clever enough for now. + if is_multi_byte_decoder and i > 0: + chunk_partial_size_chk: int = min(chunk_size, 16) + + if ( + decoded_payload + and chunk[:chunk_partial_size_chk] not in decoded_payload + ): + for j in range(i, i - 4, -1): + cut_sequence = sequences[j:chunk_end] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode(encoding_iana, errors="ignore") + + if chunk[:chunk_partial_size_chk] in decoded_payload: + break + + yield chunk diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer/version.py b/venv/lib64/python3.12/site-packages/charset_normalizer/version.py new file mode 100644 index 0000000..5a4da4f --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer/version.py @@ -0,0 +1,6 @@ +""" +Expose version +""" + +__version__ = "3.3.2" +VERSION = __version__.split(".") diff --git a/venv/lib64/python3.12/site-packages/distutils-precedence.pth b/venv/lib64/python3.12/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..7f009fe --- /dev/null +++ b/venv/lib64/python3.12/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/LICENSE.md b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/LICENSE.md new file mode 100644 index 0000000..ce36701 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2023, Kim Davies and contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/METADATA b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/METADATA new file mode 100644 index 0000000..9be8060 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/METADATA @@ -0,0 +1,243 @@ +Metadata-Version: 2.1 +Name: idna +Version: 3.6 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.5 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: Name Service (DNS) +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst +Project-URL: Issue tracker, https://github.com/kjd/idna/issues +Project-URL: Source, https://github.com/kjd/idna + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for the Internationalized Domain Names in +Applications (IDNA) protocol as specified in `RFC 5891 +`_. This is the latest version of +the protocol and is sometimes referred to as “IDNA 2008”. + +This library also provides support for Unicode Technical +Standard 46, `Unicode IDNA Compatibility Processing +`_. + +This acts as a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports the older superseded IDNA specification (`RFC 3490 +`_). + +Basic functions are simply executed: + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + + +Installation +------------ + +This package is available for installation from PyPI: + +.. code-block:: bash + + $ python3 -m pip install idna + + +Usage +----- + +For typical usage, the ``encode`` and ``decode`` functions will take a +domain name argument and perform a conversion to A-labels or U-labels +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +You may use the codec encoding and decoding methods using the +``idna.codec`` module: + +.. code-block:: pycon + + >>> import idna.codec + >>> print('домен.испытание'.encode('idna2008')) + b'xn--d1acufc.xn--80akhbyknj4f' + >>> print(b'xn--d1acufc.xn--80akhbyknj4f'.decode('idna2008')) + домен.испытание + +Conversions can be applied at a per-label basis using the ``ulabel`` or +``alabel`` functions if necessary: + +.. code-block:: pycon + + >>> idna.alabel('测试') + b'xn--0zwm56d' + +Compatibility Mapping (UTS #46) ++++++++++++++++++++++++++++++++ + +As described in `RFC 5895 `_, the +IDNA specification does not normalize input from different potential +ways a user may input a domain name. This functionality, known as +a “mapping”, is considered by the specification to be a local +user-interface issue distinct from IDNA conversion functionality. + +This library provides one such mapping that was developed by the +Unicode Consortium. Known as `Unicode IDNA Compatibility Processing +`_, it provides for both a regular +mapping for typical applications, as well as a transitional mapping to +help migrate from older IDNA 2003 applications. + +For example, “Königsgäßchen” is not a permissible label as *LATIN +CAPITAL LETTER K* is not allowed (nor are capital letters in general). +UTS 46 will convert this into lower case prior to applying the IDNA +conversion. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('Königsgäßchen') + ... + idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed + >>> idna.encode('Königsgäßchen', uts46=True) + b'xn--knigsgchen-b4a3dun' + >>> print(idna.decode('xn--knigsgchen-b4a3dun')) + königsgäßchen + +Transitional processing provides conversions to help transition from +the older 2003 standard to the current standard. For example, in the +original IDNA specification, the *LATIN SMALL LETTER SHARP S* (ß) was +converted into two *LATIN SMALL LETTER S* (ss), whereas in the current +IDNA specification this conversion is not performed. + +.. code-block:: pycon + + >>> idna.encode('Königsgäßchen', uts46=True, transitional=True) + 'xn--knigsgsschen-lcb0w' + +Implementers should use transitional processing with caution, only in +rare cases where conversion from legacy labels to current labels must be +performed (i.e. IDNA implementations that pre-date 2008). For typical +applications that just need to convert labels, transitional processing +is unlikely to be beneficial and could produce unexpected incompatible +results. + +``encodings.idna`` Compatibility +++++++++++++++++++++++++++++++++ + +Function calls from the Python built-in ``encodings.idna`` module are +mapped to their IDNA 2008 equivalents using the ``idna.compat`` module. +Simply substitute the ``import`` clause in your code to refer to the new +module name. + +Exceptions +---------- + +All errors raised during the conversion following the specification +should raise an exception derived from the ``idna.IDNAError`` base +class. + +More specific exceptions that may be generated as ``idna.IDNABidiError`` +when the error reflects an illegal combination of left-to-right and +right-to-left characters in a label; ``idna.InvalidCodepoint`` when +a specific codepoint is an illegal character in an IDN label (i.e. +INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is +illegal based on its positional context (i.e. it is CONTEXTO or CONTEXTJ +but the contextual requirements are not satisfied.) + +Building and Diagnostics +------------------------ + +The IDNA and UTS 46 functionality relies upon pre-calculated lookup +tables for performance. These tables are derived from computing against +eligibility criteria in the respective standards. These tables are +computed using the command-line script ``tools/idna-data``. + +This tool will fetch relevant codepoint data from the Unicode repository +and perform the required calculations to identify eligibility. There are +three main modes: + +* ``idna-data make-libdata``. Generates ``idnadata.py`` and + ``uts46data.py``, the pre-calculated lookup tables used for IDNA and + UTS 46 conversions. Implementers who wish to track this library against + a different Unicode version may use this tool to manually generate a + different version of the ``idnadata.py`` and ``uts46data.py`` files. + +* ``idna-data make-table``. Generate a table of the IDNA disposition + (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix + B.1 of RFC 5892 and the pre-computed tables published by `IANA + `_. + +* ``idna-data U+0061``. Prints debugging output on the various + properties associated with an individual Unicode codepoint (in this + case, U+0061), that are used to assess the IDNA and UTS 46 status of a + codepoint. This is helpful in debugging or analysis. + +The tool accepts a number of arguments, described using ``idna-data +-h``. Most notably, the ``--version`` argument allows the specification +of the version of Unicode to be used in computing the table data. For +example, ``idna-data --version 9.0.0 make-libdata`` will generate +library data against Unicode 9.0.0. + + +Additional Notes +---------------- + +* **Packages**. The latest tagged release version is published in the + `Python Package Index `_. + +* **Version support**. This library supports Python 3.5 and higher. + As this library serves as a low-level toolkit for a variety of + applications, many of which strive for broad compatibility with older + Python versions, there is no rush to remove older interpreter support. + Removing support for older versions should be well justified in that the + maintenance burden has become too high. + +* **Python 2**. Python 2 is supported by version 2.x of this library. + While active development of the version 2.x series has ended, notable + issues being corrected may be backported to 2.x. Use "idna<3" in your + requirements file if you need this library for a Python 2 application. + +* **Testing**. The library has a test suite based on each rule of the + IDNA specification, as well as tests that are provided as part of the + Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing + `_. + +* **Emoji**. It is an occasional request to support emoji domains in + this library. Encoding of symbols like emoji is expressly prohibited by + the technical standard IDNA 2008 and emoji domains are broadly phased + out across the domain industry due to associated security risks. For + now, applications that need to support these non-compliant labels + may wish to consider trying the encode/decode operation in this library + first, and then falling back to using `encodings.idna`. See `the Github + project `_ for more discussion. + diff --git a/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/RECORD b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/RECORD new file mode 100644 index 0000000..103e9e6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/RECORD @@ -0,0 +1,22 @@ +idna-3.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +idna-3.6.dist-info/LICENSE.md,sha256=yy-vDKGMbTh-x8tm8yGTn7puZ-nawJ0xR3y52NP-aJk,1541 +idna-3.6.dist-info/METADATA,sha256=N93B509dkvvkd_Y0E_VxCHPkVkrD6InxoyfXvX4egds,9888 +idna-3.6.dist-info/RECORD,, +idna-3.6.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +idna/__pycache__/__init__.cpython-312.pyc,, +idna/__pycache__/codec.cpython-312.pyc,, +idna/__pycache__/compat.cpython-312.pyc,, +idna/__pycache__/core.cpython-312.pyc,, +idna/__pycache__/idnadata.cpython-312.pyc,, +idna/__pycache__/intranges.cpython-312.pyc,, +idna/__pycache__/package_data.cpython-312.pyc,, +idna/__pycache__/uts46data.cpython-312.pyc,, +idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 +idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +idna/core.py,sha256=Bxz9L1rH0N5U-yukGfPuDRTxR2jDUl96NCq1ql3YAUw,12908 +idna/idnadata.py,sha256=9u3Ec_GRrhlcbs7QM3pAZ2ObEQzPIOm99FaVOm91UGg,44351 +idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +idna/package_data.py,sha256=y-iv-qJdmHsWVR5FszYwsMo1AQg8qpdU2aU5nT-S2oQ,21 +idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 diff --git a/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna-3.6.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib64/python3.12/site-packages/idna/__init__.py b/venv/lib64/python3.12/site-packages/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/venv/lib64/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..566d161d6f896b91dd0ec763c5392b7faf12d154 GIT binary patch literal 882 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 J!Sdq~{4WPS7`Olc literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d439ec91f3aa6988086130cb3cbd0d9d8b19609 GIT binary patch literal 888 zcmb7CJ8#rL5Z*mM?nQX$f=Gk{ZYUg*I3$Wh0Z1pHI4N*cHd<7N3&bS*aRDD{mMM%K*mC* zicFo=z+e`uW8A>FQPkb$8FoNis_5dGF6~y7(M}6x?WPe=l@$j)h?Ols9*8v5cc;rh zplvdT?uf`M?j8AZiMPoy^)a^%X~-EIQ&Gjcxn`a7uD8z<@bWhhNN+Eanc%M=l)1N^ z1tDxkeOTVjSRg@ohman6an$p&Lhkc)edW=bmq!wo@#gDb4{|SJY2bxC$pX2O6{@elPfthY+yrCt|MLj_a(W^LdLp6IUd$tA5UTnPN8w7U zg>el{+|cf(W@+yKTS-Qz5`Lg=#ecihdEvL6wbj+f4&#tJDVNTHjN&KwIx60Pt zrZPh=Kv{aWP}#D`qI6GaZH0|a8Mze7>J<|5Qgv0=I1nNzgqET#aeN^}snvPyNy6Dd z49~=URH@1PqSl+shuIwi9|$->yAbbhctCb$hZCVCs&`e=8!@!1{Sefa(MQc0e) Tu1KE_41MO)q4~Sq%NhOv%WBID literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72f4035edacb6761814242d1bcd867aeef11526a GIT binary patch literal 16203 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc b/venv/lib64/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eeccdbfa8a3738ef9f8d82c8abeb6e0db2b19a7b GIT binary patch literal 38362 zcmaLgeSDR5{RjTT7&pSW(+Q|kr=kK*Kt)8HdSDyuj%|!F#u)5|Gq%C**amE{!8E*W z8X6fH85tTHnHrfH*-}(gN;6U-GBPSGva!g__~!5Re!pIye*gR)zrJ5z@7MFXu5+Dh z=dhi#bGJ7~j2ITd|IQlrboH&@iA4Tj2>% zw~q6^dCzbnn-D&hWg!bEfBwp0hk}^5aPLezT>Y(=F~>J)^$GY|lBKX?_`{ zd(ZHk>p9Q2&-Bdl%=XOj%=Mh_nP=(el-$=^`7mX9iAIJH+pt@c6n~{-0a!yd7Gu5)9vohd2aE%!}CthyFBmqyvOri z&(C}Ic;4rEzvmbHE8gn;0nZ0*iJ#LKecd+CFL^%X`DM@To?r2N*z>D?`W@cC=KT@x zU-!P#^Bcb8QO|E$`Z?|Le_fCH(#Ji&d zKkNBD&%K`CxAb#*&bRx4=kuOF^nAg$`;qs3oRa zzjJ!ceZbef?)?qVH+{)L&!72{pL@RL`L^dTJm2yBrRO2fUwOXk`JSbJO^1D7zxF)h z`5WKjsON7z-}n5T=P}RUdw$^g2hZc4fAsv5=bt@KSo%4A=>ChJ$6q~9`jWqSe&qRg z&puy!%6q@}e|VnuCI9sN*z;e${1eZA+Y&#gPkr5gJkNOkpXYx)KeOCAAQsUapc$t* zP%~b0kmg{`A(}%q&(a)b)6O6J9XY|V2t6E)A(9IH7_({EpJ ze&@-48v|cp*0CgM-G!PLXAUaIAnX-?3*T+?rTu-%n*sbfymoTT-W z<*Vcrn>v=OwQP#!RLyCc*Jxg=d7b8T&Fi)A8S)MCOwAiL{k96nc9Z>Vz)aQlH`~;) z+@fW-YDTrK-*VwJbF@57`}Er{EcaV5Our4ooTv4fnpv9JnmL-en)5aDZ0cC@wX8sM zfo7rRLd_!0MViH$ek+G#DbaPgM6*sO&v>xmQ`w2Y5J`n&LgJN zR%@=*`Wnqz%{t9hntp4D)7Q%lnvI%Gn$7k#=~&k2>ub?$)p@qbehZ0xuG4APYk9k- z-%?_|-&SI7)OMYkU7DLTH|uoW@@+PCEVpaf=QREH6Z^bFzEkrq&AT=4(Y#mFZ%uK! z9{E1a`!&CyuW_s916ux|U6(qRFKXR3t^1PZLz-XK+^+c*&4)F=s<}h+YnqQ}eqD2? z<~KAS)%>PS9m_5)drb3j&2MS$)_g+qNzHF-?$P{?=2M#A)%06uTwc$}&uV^8bFWPu z%lEbHIZeN<#%cZ58uN!*{(|O@H1}!#So1~ApJ?`K{#5fN&6hRzYrbMr$MUL{y{36U z^L5QPG~d)bsQEL^pKHFQ>9_9q8h#=BEj;YE@tB9S{8yUq+SIZ5?LD?RtaZQEJfis< z&7+#X)qG#`cbdmEf3Nw0<{vbVYyMI5Pnv(Wsbe{zWglw(Mf0zkCpG`3f8!r%{#~%^{jYHP5o?#}XGCre(u56EsI?j?^5b$@>mCXPNgM;$pn-5Eo0- z@^dxEYL4^EEiN|RZyVxp-@$Gp<6`IA)UjNkWl5SBYF?y$T&$U_d5PwwnwM!#(7asp z3e77uCu&a8oUD13O&v>$mR+qmMRTeq?>ofBu911)Auh)I4srb57GK}>T0cYc2F;n8 zH)_t(yh$_FrjF%iExSeYR?Vp9Y|S~EX`1Pp8Jcr7=V@kYW@%&bO&!$sOl3;dca)U~xxYl<`%X%=fP)-3T`y|~yCoz8zl#@?37{#!Eazb9iZ*Ya|kI+}|A zoxA_W4EgWOn7rQ*hx-k7e=#oRzd2*B)VbGa)@s&iuEI9_dRA*my=H@Eqh^!l|9j6N zF1AL?S~OcVdCws(wpL%mI!)elh>NvryAI6_nj1Ac^;LAqo8--Mw|tvTT{gFC+2^#) z7R@^}@6`IclwZ*Nk>)9pZG~Aujfg*8ft+ zd`SM4=DRj^EbnRAVQuS=72sdX5iS3X=26YxYQC@eJI!O7zt{Xg^ADQGHUFsjC(S?G z*PvrLp=BRx`lAUr7Jobe^Q4ZE_Z{M5A8EV4Yk8mMDJ}2U^v4%)`qT11H9ywn_b>Sq zJH3wO-`dxwTK6Aqdq(sBH2}TNu{6rjxdk=OCJP?mZbH@7~2ja15 zTnkt}SaXQxP|dS!`q2#3y@!E%fXaZJdVxtI!7~6^IXlb zn&ULbYo4chzD*s=1zMJ*d7{>0qPIJ2E^_nv@Z_wnuhk>yh>UG32W}nMF=t}hz({1n;A^g*a?O-!lP1(dkv2r{ z2(Rs^hgdhEo?z`pJ;Qnj>gbWa?OmwjSwD}O%z7W{G}cE^XR>~P+QS-&$GMI2JzRBR zB(lBDYZYqSTCb~ZDQhq4nRUK&?8P|JPOlfCRiEsR^eAcxYaePG>pxKsuzrSmcym3z!pN1E z;H!uq5OJ)$YCvS$)q{vH42X+F1`Q>?0dx-*<`&}UGe<@yjrCJKJO%rirCpo`>I2@L ziZ!WPGk97gk{A_+0!aarfh_^4z%k&Y9bNByM1f8dNgjYJDvk%#xB-X_A&vmOb;9wc zxX9hN4(AT~f!=^)R}8}LMsv-q8-S#9iHl|e%Y;Ys21U9ngx{|o6zQEcmYXea1g4JT znO?L3r>PjnH96-D#;(T`PhU1T5}iLjGU+V8Iu2mF^sy)H8viS5beu2!C+fa&egWRF zaX_T4UWb1(a4g_f;FEwkK%_yNWdI2Q1;BV<(qO;TzKn}7ezq>Poj}_hA^Dntk@)Bc z9_DqxfplRZ5X~6DFKs}JUBROwlScaf{$tlq*hS=;NaS>yuAj)YxQ^y&=br)59HHbo ze7U(o^X37O?Oi(ZM}Yl+@A~xAfw+Ej3}=8t0iOY<0l$O>Ov3@;xE+__P`kr%7Xw8& zZr@uiuoajz=*XaXE!EYlj||MLY&0i+GDc7DFwDTO=bsOt+0MFyk>F0;&qEREZ(#@Xz??PpIf|T@wUY;EZ(vBrNyr-erxfO#osMHwfK+4 z8H>*>Mh(F~t|I%#H5#q%Y>RU&5-rZP7;7=kV!Xw97Ux@BV3A~Tp~XcO7h5D-Tw-yl z#bp)~EH1aW!s1Gci58PACRsl`%@GK*yv%Pq<+Dl953sw`Gm;N~b&S8cJXjdE${<9QimVc z_*S!MvS_wgW6@&KYSCt~)?%H-dW&|84vP&I8!b95@Dml^Zx)*^-mrMn;-JOPEPihB zmc`o^zp!}6;+GbOEPiG2uEl#6hb?|>am3;`7Dp|9Yw^Ct?<|g4{NCaNi$7Q#xA>#Q zpDg}tal+z5i@#WWY7rfZm~An~BF!S*BEw>?#XO5li!6(5iyVtwi}@CL7Wozh77Hv2 zEf!i7SuCJkHjA|u>nzq= zv|DsoY_Qm9(P`0TvB_eyMYqLm7Pnh`&SHzj9Ts<5++}gM#XT1HT72H3$KpPV`z^Lw zJYccY;u{u^T71)Dm&Icik6V1pVzu7MEIFW--Cya*Hc0uC$nFG09@G#Z?w57FSzLv6yNx&Egu1Yb~y`m~L^s z#SDuZEM{8VXfey;CW};yn=Nj!xYZ(RG23E}MVdvrMTW&(i+L8A7FibA7C9EV7Pupc zf8G}P76ldyED9|aS`=9MT}SthT7PXs~FsXtHRwSYy#*(Q46VvDRXp#d?c&i*AeCEN-{>oW&N4J1p+B zxXa>hi+e2YwfMY6kHvi!_gj3yVyndi77to{(PEp$mn;3c*){ri~Sa_SiEZSn#BQ&*Dc<#c+=vb#m_8$Zt<4I+ZMmDc*o+G7Kbc;W$~`X zdlrW+er<8Y;x`sYEq-h9zQyk>j#>QP;sc96SRA+btHnu+zgc`_@pp^v;fUKTZnyZH z#TJV@Ebg?p%i?Z}do1p?_`F4r#eEj{TYSM{tHlErPgp!@@okGe7T>XW%Hq2gkr9Xi z7I78>E#fT(Sq!!qVlmX>EQ?_l!z~glMp%rr7-ccqVvNPv7Ux(bTAXV!)?%E+c#HEa z&bPS0BFW-Hi;FBSwn(37JDteZ}FVP4=kRy_@TuM7C*AsXYpf;7cG8b(QENj zi0VE+G32w*%s$mBwCznG1g+7#dwSJEY7#Mz#_@wLW_$mF1ARvxWwX8 zi_0t~SX^##g~gQ?6D=lLOt!enBE{lrizyaUEv8vqV{xs;br#btuD6(Baf8K7#H56} z8?Dc>xXB{b;%19mEN-=kTFkbXW07W&gP8a|JY?mM?briids%0p_Ofn7-7>&8_!nyD zK(7%zsB?@p4mCdBm*Nq*NCN9%)I`>ys7b8&X%m^int+8y#U zxvXPRi&)2_ma(3X8e>gDt!KRmwT;ytgzIFz6m<*h1k@hZD^RzwPDI_oIvI5rYYOTf z)+wlaS*M}yW4#u2KkE$CL##KV9%a1=^#tq9sC}%rqJF}P$EPAg2l*wLfjXKM4^&0Q zvu2?tv*JOjND6Bn>U7ou)Ku0&)O6M&)LhnL)FRdr)H2pm)EH|SYCY?6)Hc=%)K1na z)Ge$r)E?HAsM}a;QFpMeLfyq$kGhAo5p^$XGwMFp7S#Q$ZKwxX*P$L_ZAU%IY7Z%% zVC_QfW5pwMkxy7}LyZjfOL7Zp0_&ZqiLCdaCbQm;I*s*S5M>sK;6Nqn>7c3w7oY z|Jr_m8fE<@Y9{NiPzzY!LoH$bHEIRxZ%}Jl-$!j`J%-xJ`T^<|*5jx>tban?#(DyE z2kT!@cd?#C-NX73>R#4UsQXwyMm@y(De7_7GpHw7|BHH>HG;?S&#=a!#t-FB7}NyT z!KjI>Ls64hhoMejO+Zay9f>-fbu?-!>)EL3tcj?(tYcA&SjVH5v7V0_V@*P>XT1ou zjWrpyll4;6EvyqzdsweP-Nrf*bqDKY)LpD8sC!tapzdXzhPsdSTGailvrrGR-i+GE zIve#2YZ~fMK9Zk_n#7uoI)OD8HH9?~bvoH!(V?Bo2$!brNZDBo*+Qa%M)NQOMP%UQtvHl;0(HS+}C5vOb8K&bkdXm-QjkBG&DwWvmaQ##nct*0Vl>+QzyQwUhNx)Ge&L zP8`_n_`!eF}9i>(i+FSf54R&$<`&AnS9ehghFSJ<9q5>T%Y6 zs3%!pL_N*gi+YCjWz?bP_{H}M>S)&2P{*^rj+)H+ChA1ipP^1;eH(Qq>pQ6FtcOr@ zS>Hu1Vm*vn#(D%b#(EUBp7njyHr8XPova_AZecx++Qa%M)NQOMPdYttP>PgoBqMl}r;EBgGtZ}IEiGHER zqb9HpMonZLikiea40Qr)0%{8DNYv@9qft{?&qhsWO+?LQ9gAATIv%x*^?cMAYZ7Wb z>qV$-tjVaIte2v0VV!{5!)nj!ZeyK@x`TBx>Mqt4)IF?IQ1`MHSu0TE&-11BMD&bkG4KkI#{iC6dr51^*9K7pFc`V8uB*6*PnV0{7gFzYL*eXOseCSB<}dkZy% z^)PA~>v7a>)_&COtpA7F$NCxSC#>;!6K(uN-`Q}~MAk8=sjQPwb6KxJ-OYL(>H*dn zsE1f*p&nzs8MTi!4fPY&EYze)er|cFDXfL4>8#68n_1VPZfD(s8b8@jc0Xz&>w~DN ztWTikvOa^ln{_Yh0oE5#53#Jxy%6c5No3#&hJ8NV({&}*- zqsFKB9!8)hvW`JbWu1hY%X$s!Zr16j2UusJ9%9Wv?PJYCO}d&F6lw}<32G5*47HQB z8Ff2r3+jH>EvQ4M_#Qrwn#lS9>P*&$P%~M-iW+168fr7^PSkeR$54A%zm2++^##=D zSzku|g!OgQ@l$!BqE2M}1!|P_FlrfVAL@425efJ%oaQGRgF2IS5^5&vEY#hs8K`}% zS*YW$;RS^{k##X@5$jUa3fASQZLBfWZq{bh?W|i+BiH)Q?n6yveE@YP>l3J%tb0*+ zv%Y|Oi1iiJKGxS!$6v?G0d*qld#FXMze8O|HO)B@HRYA0(m>UP#{)Dx^*P~&I#9=?p4$oed5E$cqigRC#2 zo@RXwHFATW>`l~(tiM7{Wql8|g!LF|1#2JbcGlCV2UxEgiDQ`QJG%+>ZPt9$$c?_V z6gA5FIoo!YFTDeGH0$S4$FuH2oyPh&>NeKzq3&RP5%q1>S5PB2`OaQL9nbm}YBK8) z)F|sQ)OOYZqj0iRKUo553hVi(6|9p{yIE(T9%7w|dX#k*>T%XI)K6IP`lHC`n|;6Y zQ75n#qRwPpjGD_@hFZZ|huX&4fV!Kt6?H%BTGY2$Z$mx7dI##zTm0Ocnh6*)yn7*5^J(~80$|_ zBRRh9tEfX+-$PAi9di!Ojdd()X0C6$)RwYVptjBTrCU)Wd0sz8?PhHli+{8QzO);4 z-x9B1wWXzA|BBkp`ft?zOMU6saoAaz*XvO`S&MAxGGE$&+ReHK^?BAd)B~)0ZQJF( z?IF~|tcOv{%6;kksLiZ@LG5NeAJ6MWD|~|v)Na;qqeiNH>Bp$OtQVh$r7>Tcg4)fR zirUNCh&sO7H&|;+S@)nuR{GL6Y$@vz)M$+_O*$VN)OsyP?Pl$=TIWmeMLom%Fluy_ zFWrs0gY`w!Ue>p4Th{p(V88XgZ7FKB!D}1p9@f*gL8C97nS|QxHQVYMubWV(v;Gn_ z+UiUHgId6vf)~f)<&Ad#cN*$G)>PD!tof)j*ZKzSsC!tyih7(iauH6u-ZzLtjc@lF zkD9v+^M*7H$gtVyW# ztQVoSu_mK-vR;b1g>?dI59<}E+gK-}?qHpax{Eahbr0(l)V-|JQ1`K3i@Kk6I_g2z z8K{R?XQCcuorQXwH5K(F>n*6KS)-_DSm&U|clhO-j+($a7d4SJ6E%r78+8I}E@}#E z9_n<~0@PI2LezBDBGg>gV$>qm64Wx*Qq&l08EQT2a@01~3e-;4D%35kG1MN`m8jcT zYf*Qwu0q|#T93MiwGnkMYcuLT))v(LtZk?VS=XT+Vr@q~%DMsdIBO^BN!CrMr&+sE z&#>N(8o$9W-z}&KtaqX&vfhoF#Ck941lAtZ6xRDur?YNFO=W!$HJx=EYA)-;s70)g zpfLJ$WQIE2|fO?#DAL>cg7g0~M_M)C)eF-&wqhEacQ4?5SMNMQqfSSbm2I>UXgQzL2 zKS!O;`Zj7R>pQ6FtcOr@S>Hu1Vm*vn#(D%b#(EUBp7njyHr8XPova_AZecx++Qa%M z)NQOMP;PqO|O z^)%~Hyc^&QtG#<6+Ub|?L{zVTaAtAX7C4Zza@ zEx`VOwZOrEPT+9B?La)9?({R=0we_72_y#G4I~BJ3rq;;0a60)2c`#X1yTbZ1kwYx z0l5JW0Yw4ZfwF*yfmpx}pg!Ocpe8S3uq9v@&=c@Duq|LWup{6}U{}B%U{AnP zz}|qTfqenb0{a8@0tW-00}cf|4;&460XQD84>%d{B5*pO7dR8}5)gl#uAlutLcps) zV!#0)Dc}uYLcl>FCE(}4^nka4)PQ$@^ngP^Zos=hQNUrKEZ_(b3pfhY2fPoo1snr9 z13mz@1pE=`3HTfEbU;7we86eoV89hu_nd^0$Zvovi zgzo}71Abtq3HS+cEZ{XDa)VCu7LXk99uN)q9Z(SvnS%2PmQq$$Ae zsMg#J^Z_mS<(A))U&WHx9IgI3VDF@9!S7~V{h6HruQl**-)VSbOk%pw3v|!Lw)X3k zJx|AN?wf$8Wy4#T{tHCU(YviiT!A%su-tc*0z~l`xnm9xf1Z#IBm~R_5(6@Uq=0N- zLO?E%5|9T>4=4aq0}6rkfFd9_pcp6$C;`d>N`Y8F8Biav9B2!u06GJzfGq(rpeJA@ zuq~h#*b%S_*cDI@>pdaYHKwm=gmDmBEFY&Ku z0?-q11+Xn(BCsQ1GO#Nk1=tfX1=t&KEwC?OI&d&x25=}~CU7)h7H~Wu6*w7i3vfCh z3Y-a;1H@k#{#^qJ0ds-GfJ`7MARCwvkPD;)dm;+<7VrshIA9`P zP%7| z9K@Tz90?KoZA@>?z7m)oa1*dI;1-}SAP+bbupEdE&<_3sMB;@14v52x$b_%ii^qlu zzW}-ees37AHOT|9S%NSd*c*@y3>~308-ZxRBX*jRTC*SM4tN_#9;G#p#N+E3Ej$Ty zpDmmLD$Wrm4#M6Ng&5Eq@F-9=R%@OGdIDYm4hH-fI2mxm5bSNdPE%~SP^bmE18%c5 z7irC4dl_A_a2AjpFawwva3gRu;AWsNpcpt4upa2XM0@)>5V=(Nhpo9x_!xLQVC-4g zY=YLz0=fg9w>4L2O)v0CK)k);Z=%)=0TKfefoTEbfuevJKrG-U;8;KuI1|tXbWhT* zzXn7m3kM8W34aDA1k4zYH7QzCY`9uz1-b(sv^97ogMTk%*((*N3I8x$CrlgxOc!PW zy#Y_!OB!cs&3Ax30nY-x0T+(K_rgtKZ@`XJVFAz^aHrvBt$D?8i|{X?`&MC|y?8Pz ztOK^s7JdYr33wS8nx-`$0?~j^f!=`Y$6#;i+AInj4#)&XXJ}0u5Di#wn+3cAMCNL< zp8*r*3BLhm2K*Li4mjIh^qHy6W&*hZbAV3*?y}9Ywb?yDa=`t-#DGVD)PN^|&VauH zy#b#ZaEWu0<^8tntubm0cY83oSU`g24G^q zY~WZxDG*(w&9(vu0(JwLEn4#fU{}D93$g1qtr-R+2iyRp1l$Ci2)G643&;e{1e5|% zynWfP)0IGXKpn6n;0wU+fCud~>vWp00J#BA0^I@s!i&4RH)^vn7vrcqg`0rPfHdHf zfKnjZrOloJdN&CVUxpn-&f}213dv-fztuq zjW~iEb()+e>>yRR8%Vub*lD;$_yFj}2j2LX@JFBrXtBq%eaR<7@K{t-tKUrkk`uV* ztP#NUgh-1$XWx=&ac(%3ed3CJ{7MU6!4PQ~ZGq?IBQ1E2oF_hW?Z8NH`1F|7sn{B? zukkbN0(#d7_t+Y|GSb&P3`7II4zvYKv6s82j^t+ZfZl)`O0lL^YZ`!)0qcN6by{-= zFnX1+6Q~b(8rTwWaXI$Zsm-newgn8Sz?#S?9>IA)a=@iPeZb{FPry~c_JBs9H()D} z8mGNoU5Q=C3%3Bh0ok@@kk;e_GXuU`g^OyK)_e*?h6lv3<{aVAHTYnhi-nWG&VauI zdjmcLdIMgm#om&2n)iU{WkPPUd$S?PlSos$5ce{qX>alQbtu|RE1TXs}q=Vyp=_>5G`#i7q z!6UsF_+HN7Vb+s)n03;?BZCWyXXj?69~qjKpI4MoQk4C_mY+8%{>bq1@^#fMt#wU} z<>g0)w618WYi?^jGGbLzU1MEiO?g{Kb9L*HF)Ny4)y-JcR=%RXvbD9k^@+$oaAc8B z%cj;gHB?V+U0+?bmO2byMr> zs-`w~wAD5>UN_~MYp1r>wN+n@Emv38RJTs8i#1ky-~^RZnmaxnn%dA5TU%d!ON%|8 zjo%?7t)uM$D931G zjN@$L97iH?u461Q&M}@i&v8C+fg_2y&~XuQu_Kwd#Br(P)MbtdTyweO3gSw~L}HR- zGI5n7g}B-=g_!D?MqJ~#mblI_ow(jHgSf#llep0_i@3>=O5E(Yg}Bub9YD<<;G83- zk$76bu9yA{a<10SBQwP;GF!|c@%}`=PUn+(Vm^uYDf-$4WTCi_ED{%y#o}TT?_2cK zE+I?Br6k_J=xdje%f)iCLaZdK#1&*rtR`2I{WWB**4B}$#MLC;-{|MtKsJg^B;M!f zYuAu1Vk_Aut|ixr>q)%t(NEh!;;|OzMzT}vBJmK5uiZ>W|agRYi$FG`#ApPH<8Wa8nQ)fCELWc7yS$r5o1iMuv_NiHSJ#AW1iv7E$R65qIz#C;0q3KI7!oYmw?v4+IG1YcW6 zt`b+1xb^n64P+zP-$df=i@tUZiKj-Ltt8&Y=v+(UPJ(kiiFYWa zxP&Yfmy%`TGIF_CPF9GOWRDxR%7nfco0?Bt8q&*+Fg~`!|xETH8h9qd|S+&17^4Ih((_ z%n{SbbTNaRE6yV`#Vj&g%pr5d`6NCP($6=a#OFdf7m$VGLK2@4>1!8}_?SrNViKPf z>0CnM10$VFNqlOgv40tfkB;=UG!mJ4k#0rE?>RPoZ>nk@zS| zWB+Cn&vp3P*+cF7_tYFQjZ7CaNIVna8_y&0RDv^$#B%}891@SxJLi*mVm^t-)_v^) z5|5!f7m`KdA`*|5``X1M9wK)xA@NYSb18{Oxt+_%$#vp-vR&*TH;5a_PO*#JByJ|7di-eiFn<4v zX=J*XLCz)n=aHFOn?+`eIb^OlpTv8j{VU2R3&aH^-X`s97m`KdBC=RqOqPgC$Wn1B zStc$cmy6|Og;+^ei7UvMSWT`JYsgx%zm8m`wX4Z`v4Lz9o5*Hy4T*c z^Td3zKwLl;iVMjiaS>T8E++9-a6jfHWU086EEAWJ%f)iCLaZdK#1$moS?+tTCRd6z zWUW|7t`b+1^<;ko*{HQmB;Kg*dtO805p!oN*(RY{v{Qecw$aFD-oGZ>FGsP@28ytT3oW2|~SDa7gk^T8(fz~b{3&n+Gk+_H~78jEx z;u5k{TuPRS%SgPj-H)oAtPm^7DscrF6RXLUVhvd<){(2k)nvWcKsJg^B;HAHhta== z#FHU@RIOy2xRzWet|!~Y4swIIk?a(^$W7vA63@>08O`>`^iRzZ(@6Za1Yes$&K2j8 znPL{1E#{E9;(Rhs%qI)P1!N)FzmP1_+C^lsxR}H{^Zlrnkfq{MvP@h?E*Hzm3bB%` z5?7FTqrdODnp`Q?khNkRxk_A3){6~fqu4~^c}?H*8WK-gI$Oy$vVSePPHWeb?P3SH zLEK1oie2O;aWfgkvo!WiH+v+%f5kL1UCbcoit|YPsTMzN7MU&Pkh$V~GEdAW3&aIv zp}3GN5*LxhWdCBaL~ECj_}l_NjHP6mxQtvbmXj4?C0Qk|AY)=Rxl*hl@tm-qQ5}h= zd!4Jvda;3Q6r0FqaSe&Lg7|4$$u@B`Nol#SC(;IFHN}v&d{Qhs+h{lX+r3Ss*ST3&n+Gk+_H~78jEx;u5k{ zTuPRS%gE(oIawiAl2v5?3Nog()#OUChO8Cq$W`KMvR-T;8^tEFSzJTny?DHS$u@B< zxlUY9wu>F)25}?VDRz;Y#LZ+BuZ8gM-?RDsE2fd@WPb)ZS8L~ynPL{1ZM+BfpUGUU zoloL3UIr!HUD%gT7KjVTLUAEkBrYP0#l>WaxP&Yfmy%`TG7=vh|agRYi$GB zC^nJJ;u;dKHstk7wux)Wb>e!mUF;w?h#SdHv5VX!ZYHC6`I3EG%}(U^ub4)riy7ox zaUPi|W|7%q4w*~#&nNS=HlHjI7m$VGLbAw+f0K*IVy#_FmWWHpQgJC+CN3kFi{)g6 zSV>liE6A8wO|BGc$Xc%|7Lk?e0Go3(Zgi5HUc`X$@Mwd6W+J=rdHkQ>B} zWT)6gZW1?>(Q|eE`s>q9%@NbcbTNaRE6yV`#Vj&g%pr5d`DC7$PZp5<3&=vPT}T#* zi^yVeFF zGsP@2Tg)MI#rb5Om`@gn3&=uoAz4KBFCvSzb}?BZE+I?BrDU17j9f03lNDkmStYI@ zV`4SAQmi3s#X548xSFgN8^}hniEI|vka(RpzkkU#aV@!y>|al|Yi$R)LEK1oie2O; zaWfemr|Z{WQhI8Rm`0|H8RT4X9+@d-k=bGnnJdmG^Td3zKwLl;iVI16x}1Oci^yVe zFj`len40pF#6I&mPb3UonkL7c)rw zRW#pt9*IAV=FB4T_tBg=B>qU6b3Tc`l;+GQ@#oT<3rPIUH0MGRe>ly#h{Rt{b1o+F zC)AuvNcLGF{9d=Zf>lOfieh7IVm4aXy(R=92~D07fK6rTNal69OvizNJ%ObBhW5Nr|yLRDy`f_Oc=Rq6Rn%eCkX*FXY>3Gu**tLOO zCrH(zsC5}_0z&Eu>n3rqfo;q4v75n` z>=bg>2xU^+b+VWi98U!%?K&Pw7kqI0hOe}n%NKkC#+2kK@rdIazU4a1+@B&i=f^ahNF=lbzA(k&b-Y`!IWxUcARc$M>z3i++qmIgwHz*X zsg<=H!{!J4WEaGQeJe-sXT!Fe9UkIwYg$5m!7l2oCI<3p$V8xADCBJtC@d{{5TV2` zP$!XwjIEDWpd|R#x?uG_^4Dc0^teIK3RyHOn!>E)Gfh5xrAd{9re1SChOS&fXjU%C zrZ@v?@6w$X5u!aMp(HbKusPJ_z!7HviqpfOA>91{WKt+=>TE-^N=dv9AborIZOxUE zVoKbzVhRnPAbJeDveArGKqYxry8F3|{AehFSj47u0%@|b9g=XqdE0RFZzBxDbpe2wJX304W=G9Cx~f$B)4BID;QBfJyAR02M2ta%bmxc%dsN?V7}7NAN5sYj0q^ z0a`phj#Fc}#C$=Bj_WgBpMlCtaBnYO!+61fLRoILND%Q{>Ju|icpd`DCQcAB@_BF( z#B@j!Y^jGbg?rK>lz}OThK4%JFkqF38K|}a(7i=1p9F#x#L@*yq3l8j9_vdi%^1JB zlAMB5CZV7VKbf`sJaw;=wC^P+@gITmv=_E#xbc35-yC|`h2mSwTYlO%cd8ca zoI76Yj?bNZ9_zW6TKsA?KC~L!{U3@bee*&s+CG17A$2dlczLyZ@M(0g*14@by6|;n zd-YuP#-oXq!O^9`mBG~0&Qz_dzt%rgIa$5&@bpsm(&#Vo<^F^7v07`#kFkZ=y7D5l|v_f8(cYbYPI+Dv(_`UExikBJqG(hSnb`5y+0gTmiyNrP!uQ}DS-r6 zl5SK4TStuMy`Tq(`=|s>eg^oGFaxy))gYdIfkE;JDB2GMWtHVID~#zDw$Rc1VIaJ2 z_|2gj?0$aXR5`U0-MK99q|S-KshHq(23 z=k*;4(H%f)0(}oAk6|#30$^s64VcjZkPI;u=A6Y7TkKglv3R3=W~Fb>a&+&qyf+L= zhD+8di+WR97&>`ye*&?&MVdmhrOb*O&GEVnif;{QW8%851T9UNJ_ZRJ^w-;1qtQX@ zV`+WN&I991Nbjr+4NopXRJXFH)AgE+wA=vek06p*lLSX zQPz~1BgY67NzQVh8)WcRmXfPD18=3rUP2eUAZWaIVR^8}=xRt_P4F&2SsT7^TvIq6 zg2*)s9#cPvhO=&yjL$EHwu7G5LNQD{?LmZh1U-=Qt{2Em5&DRgo$>=g_gJP_t;67G z3%WOo5*}>dupFv^&WG@M-@tDU{S(_(K2YgijSbBmf39}@q3&2wca$$xF0HB~b4TkD z)Eb>X_wB9cy+f7b)fCj;!G~v7d&d@{^YT2YMLQP{Jc|yL-+vk%sKxv05^BfX=I#X4 z)8(fv{m**_Dv^r!FuK|^vd{uX1~>YC9Mo&kE)FX#8no!T>85p^?t-Y`ki|T-Tgos+ z8B_v^9fYAXEFcEhK)&X>Ha`!CId{d6{i=05=b8nZd`uId$Z+D#!>=w0g7B}X2=ZD7 z5<31uJL_^>*jn~0M;{dH2*~QirPLE?>F^_cjj{DTf-q2y*AYyW6rZZ8HOAE=f-tf; v!InnK7b~f%R5|* literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc b/venv/lib64/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3657b70dda8138d0a594c74d3786f83ec29754e GIT binary patch literal 217 zcmX@j%ge<81e{zOQbmFEV-N=h7@>^M96-i&h7^VBG?(NE7TDJaU%N=+^))(EFQ_cZ$j>v@Gc?jK&MZmQ1**(WOiwM=&rHcn)Q9roftnKa3Mzkb k*yQG?l;)(`6|n&=1i7&oVN3852$6#)^j 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�{Y5s(fpcN%8pqn*B@0Jv|G>G0KX#w5*AX-V$ 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 W_Kx&bX7_bg(c5&u6n>{QAC literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/idna/codec.py b/venv/lib64/python3.12/site-packages/idna/codec.py new file mode 100644 index 0000000..c855a4d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/codec.py @@ -0,0 +1,118 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Any, Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b'', 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b'' + if labels: + if not labels[-1]: + trailing_dot = b'.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b'.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b'.'.join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + if not isinstance(data, str): + data = str(data, 'ascii') + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != 'idna2008': + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + +codecs.register(search_function) diff --git a/venv/lib64/python3.12/site-packages/idna/compat.py b/venv/lib64/python3.12/site-packages/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/venv/lib64/python3.12/site-packages/idna/core.py b/venv/lib64/python3.12/site-packages/idna/core.py new file mode 100644 index 0000000..aaf7d65 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if not isinstance(s, str): + try: + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if not isinstance(s, str): + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/venv/lib64/python3.12/site-packages/idna/idnadata.py b/venv/lib64/python3.12/site-packages/idna/idnadata.py new file mode 100644 index 0000000..5cd05d9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/idnadata.py @@ -0,0 +1,2150 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.1.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/venv/lib64/python3.12/site-packages/idna/intranges.py b/venv/lib64/python3.12/site-packages/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/venv/lib64/python3.12/site-packages/idna/package_data.py b/venv/lib64/python3.12/site-packages/idna/package_data.py new file mode 100644 index 0000000..c5b7220 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.6' + diff --git a/venv/lib64/python3.12/site-packages/idna/py.typed b/venv/lib64/python3.12/site-packages/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/idna/uts46data.py b/venv/lib64/python3.12/site-packages/idna/uts46data.py new file mode 100644 index 0000000..6a1eddb --- /dev/null +++ b/venv/lib64/python3.12/site-packages/idna/uts46data.py @@ -0,0 +1,8598 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.1.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ß'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2EBF0, 'V'), + (0x2EE5E, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.APACHE b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.BSD b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/METADATA b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/METADATA new file mode 100644 index 0000000..54db5b5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/METADATA @@ -0,0 +1,102 @@ +Metadata-Version: 2.1 +Name: packaging +Version: 23.2 +Summary: Core utilities for Python packages +Author-email: Donald Stufft +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: License :: OSI Approved :: BSD License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Typing :: Typed +Project-URL: Documentation, https://packaging.pypa.io/ +Project-URL: Source, https://github.com/pypa/packaging + +packaging +========= + +.. start-intro + +Reusable core utilities for various Python Packaging +`interoperability specifications `_. + +This library provides utilities that implement the interoperability +specifications which have clearly one correct behaviour (eg: :pep:`440`) +or benefit greatly from having a single shared implementation (eg: :pep:`425`). + +.. end-intro + +The ``packaging`` project includes the following: version handling, specifiers, +markers, requirements, tags, utilities. + +Documentation +------------- + +The `documentation`_ provides information and the API for the following: + +- Version Handling +- Specifiers +- Markers +- Requirements +- Tags +- Utilities + +Installation +------------ + +Use ``pip`` to install these utilities:: + + pip install packaging + +The ``packaging`` library uses calendar-based versioning (``YY.N``). + +Discussion +---------- + +If you run into bugs, you can file them in our `issue tracker`_. + +You can also join ``#pypa`` on Freenode to ask questions or get involved. + + +.. _`documentation`: https://packaging.pypa.io/ +.. _`issue tracker`: https://github.com/pypa/packaging/issues + + +Code of Conduct +--------------- + +Everyone interacting in the packaging project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + +Contributing +------------ + +The ``CONTRIBUTING.rst`` file outlines how to contribute to this project as +well as how to report a potential security issue. The documentation for this +project also covers information about `project development`_ and `security`_. + +.. _`project development`: https://packaging.pypa.io/en/latest/development/ +.. _`security`: https://packaging.pypa.io/en/latest/security/ + +Project History +--------------- + +Please review the ``CHANGELOG.rst`` file or the `Changelog documentation`_ for +recent changes and project history. + +.. _`Changelog documentation`: https://packaging.pypa.io/en/latest/changelog/ + diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/RECORD b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/RECORD new file mode 100644 index 0000000..57cbbe6 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/RECORD @@ -0,0 +1,36 @@ +packaging-23.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +packaging-23.2.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +packaging-23.2.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +packaging-23.2.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +packaging-23.2.dist-info/METADATA,sha256=s1dJQ86EjZBul_UCkQNGdHcbLts6Zg4_mxCqk60X6xs,3203 +packaging-23.2.dist-info/RECORD,, +packaging-23.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +packaging/__init__.py,sha256=EhCMuCSz60IgQJ93b_4wJyAoHpU9J-uddG4QaMT0Pu4,496 +packaging/__pycache__/__init__.cpython-312.pyc,, +packaging/__pycache__/_elffile.cpython-312.pyc,, +packaging/__pycache__/_manylinux.cpython-312.pyc,, +packaging/__pycache__/_musllinux.cpython-312.pyc,, +packaging/__pycache__/_parser.cpython-312.pyc,, +packaging/__pycache__/_structures.cpython-312.pyc,, +packaging/__pycache__/_tokenizer.cpython-312.pyc,, +packaging/__pycache__/markers.cpython-312.pyc,, +packaging/__pycache__/metadata.cpython-312.pyc,, +packaging/__pycache__/requirements.cpython-312.pyc,, +packaging/__pycache__/specifiers.cpython-312.pyc,, +packaging/__pycache__/tags.cpython-312.pyc,, +packaging/__pycache__/utils.cpython-312.pyc,, +packaging/__pycache__/version.cpython-312.pyc,, +packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266 +packaging/_manylinux.py,sha256=Rq6ppXAxH8XFtNf6tC-B-1SKuvCODPBvcCoSulMtbtk,9526 +packaging/_musllinux.py,sha256=kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE,2676 +packaging/_parser.py,sha256=5DhK_zYJE4U4yzSkgEBT4F7tT2xZ6Pkx4gSRKyvXneQ,10382 +packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292 +packaging/markers.py,sha256=eH-txS2zq1HdNpTd9LcZUcVIwewAiNU0grmq5wjKnOk,8208 +packaging/metadata.py,sha256=ToxjINOmSn8mbEeXRSVNMidEJsPUYHEYFnnN4MaqvH0,32750 +packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging/requirements.py,sha256=wswG4mXHSgE9w4NjNnlSvgLGo6yYvfHVEFnWhuEmXxg,2952 +packaging/specifiers.py,sha256=ZOpqL_w_Kj6ZF_OWdliQUzhEyHlDbi6989kr-sF5GHs,39206 +packaging/tags.py,sha256=pkG6gQ28RlhS09VzymVhVpGrWF5doHXfK1VxG9cdhoY,18355 +packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268 +packaging/version.py,sha256=XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A,16236 diff --git a/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging-23.2.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib64/python3.12/site-packages/packaging/__init__.py b/venv/lib64/python3.12/site-packages/packaging/__init__.py new file mode 100644 index 0000000..22809cf --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/__init__.py @@ -0,0 +1,15 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "23.2" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014 %s" % __author__ diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f151038cea7805065d8e7c1c23b0432ee73acb4 GIT binary patch literal 559 zcmYLG!EVz)5M3u}96NQC1Bb!^86=QW$==rO0aXYA?Fk`-6mjuowefD^0o!Zsu7m88 z`3m?2Zu|!)Zc$E=_<=~h^~9#3>Ks<{cHg|2dHdV*Tx7y=fAOt_(BB=ni_ZV#`q(7j z5koOzR&23O++p3g%X)E-9mEH$ANQHfdrcpq*scc?XYG_U`9c>^ESjg6LUO;-kbwrS z{JD_+$6BYN@b@IHnkT8&rMkd)0XnT_VIp!|)+NRFGQH?5jGD=nC}_s~sjlX8?bCw! zP%u~mt7zsYqR@T_stk@jC{(2C_HKG=;ZX= zf2KZ625W~94Lak5tcQfCD$l8`4X_ERBn+a literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8cccacb8793f4a15388d5fee86b49637e52f010 GIT binary patch literal 5027 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..206e614367f494d9683f76c304edb44f8ed4c6b6 GIT binary patch literal 9907 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 IWariY1qChh!2kdN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f594a5cdc36ab44d89e5f3657947397621b89617 GIT binary patch literal 4587 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 buUfW_!|Op9n==3vVFuuBz4Ht`N+JIX09|oH literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f7557f627c631fc41e6b7f470177dee44c56325 GIT binary patch literal 3242 zcmc&#&2Jk;6rWwM9ow_hJ`}V!JZ|1#uAHVrE zn@ux%Qt4m#VVto)A@m=k$8|ir0Gf@-y&pK;j|oR?%!$(QS>#>bk8T7!`x~IPo#!6Sl!8NKV!bJ5F+HNKTNP z9+D?Wo*a^sBxi=?6vfw4U>t@0siEYK?#H z)cNukZM*7oVeW8u$80(qX1n8Ww%kW6YY$D&@%b`YepzjB&s2=#HcZR&#deK?wr+r%6)e{f(QTKVj;)1J2f zU8l2_PxQdpta_V)fdE93Y}LsHnhSy9@0h@p8b;mMi0rdJax*`Ebd>+$v-8~Dv*cZo z!TNa1-{hj!YdX@XCscqFz5G<*geSU4(MRNocvw;_swfhc)$}QbnUUl`nI*e!KQ(#j z^=fzG4fudRF-PQ*BR%8a(iluwmdhKI_WZCP8c(TRqzyex4)Q+e{cI0>LBL0zIYv6qO}2(35<u9OV=yQ?K;zh+5!OtE&y&(PUv5()g5vnz1wWh4r zV3k*@yi(;ORK@S>*uHpn?}NYbRkcHqHF^gRCJ0aWfXM%Km+&dNOD5?q$#pWNtaw17 z2m}`DCz8WsL-)sSYPsJRsvILQD$Bcjd$i3$5Ra-3ApVvbqXCT5zZ*il#21mH4Mv+< zc3Nam3f^Ux0Z~-h0L&raBRQOmD`s1^@$N!I5&-46yu@I@Z|(@A677g4a5>r$>Mh~o zhEOhUWA9PemV+A^60my}%kF_(x?M;)lH}+cOoBtCBf#||_!xhU{U=9gjc7-dED4_0KzV{EkJK~F`|tm9)Cy{9$*o8Joj}@rnFp|7Vly|S$tGim>@u2A+rzU z6>A_5K_XFCBJ4Qmm4E@VM6dTP5e2;q3T_twk;Bk?Jp>&Cz1PF+f`Z<{@gk77phg(s zl}m=YCS-nP)N=H~H_5ByV|8Oa5szsR%H<(<7couKUS{UB;$IBpJ(eka^JG8yGBKwW Spem3m|KNP4^c$O&PX7UzmW2WU literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17e50bccca4364c99f26504ddd259be4454f86dd GIT binary patch literal 7931 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 X^}fDAjxp?46U-#T1fLP4)Exg0E#@lS literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/markers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa5db34f076688a77c85c1a6c511ad6309f7c3c9 GIT binary patch literal 10491 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 E2PF##Z~y=R literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c3a2ad6dff59465f6e2c73cd73e64fa1734bc0b GIT binary patch literal 26905 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 DAW;?z literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f646c94896d2304bac20b1f239875ee59b0093f6 GIT binary patch literal 4478 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 Zz2G^_{|{@NwCDf; literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1908d2dfc9f0cfc23c7126b6d0d3ea0c1b195afb GIT binary patch literal 38671 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..649154e1cee661bce9917e694434baa423573bff GIT binary patch literal 21012 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b87628ef557aec87113447a4fa5edf2ea8b4858a GIT binary patch literal 7285 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc b/venv/lib64/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51c9cf30e6b0d0858ab6490551b070454b7862b0 GIT binary patch literal 19998 zcmdUXeQZ=$mgjr*{bg7A3v520ZNM%*${0e27-ArNBqZPvOgHID(nY!6GZd7oocGEG zSIQfwCo{6Udm6Ky8H(v1VOEiVVP-;WS6Z@KX;^8b$!N8jD$EE^Ez+XhmUdeEPk~v@ zcK+Jmx$mPsTop(r+dcch_q}`Wx#!(`?z!ilbMAfhpX=&e94@EpwiMgLasPud`c&3Nr$A$@$Ur4>;3Iv3tq$Cw7IX2qY=W+?ShULVFFdB}W3!je0PY1>&S&1g% zLUd#_AtzBFE7E4+dn(lRYwFN|-<~(`i%;Yo`@^wVcqk_2T?63}Njxz&if6~0qe)N* z$MWvMu~DL;9F8aRR<+dn-8c$=O`P#t@{Yst;b=UXoXC6hrxO#SQrkr4r!?CESde7(IJJq4&qaF|EWL#b9_tp>RB&NP@?SxDpD<4!l>kA<3JSq?~siA(F)6o7^Ix z+?S_%&Ll>p9_73gPWGIRCP(GOSt*iKdIljo(vj$}wB@^_VmK+uJ>yb*yeAeN>KUC# zo=L>F2YR>lDAA;}MU^s1=`q9&xJ=vvqZ4v7HGz_K_*1@*WfR`5ZtCjj7)8P@FV4rXT z?hog$52<5WhC!9Qkc2Nr}YDX0T(jbHdHdXXem6o4pJi%=}7@$!1 z1)0W3_UXwMD)1ti;+{5go~GFs=iMu_mX(ap5x|X0XWk;!ElxO*51OH)%yJ{ZslPo= ztrvy!)LOJjQ%Ncxg<5T89VhnceC&v-GrvRS?+F=#Is`>0bdO-#2(lEB;zD6i6oq0&3R{In~u-ppv0lUT!zR&! zwZJY~Many{g4&RGmgMcoyF{zx*2*2odrHck$k&zRUC7s$;JcCcPI&xv&^fO_RcRv; z$Xi0^qzQQgT2g&#ZDxHaomywLbsGi7bxV_;LGC6$;5X$hXTr)End;u;^A<&l4VOqK zG-!y*L!nelSz~lCE!hf*;S~4K+cbON^5IK|fBa$Ap=yV`HGz2|M@pMPEH~qC@f4CW zO~5A&Jl)_>Y)O5HxIr$>oh9vBai#fc&~u0`KI}(MOBB)a|ZwrNDNwA=)f&~OT0=z|<)5L(b%=%AP-S-9_ zHnnFx?T@@o7bj*WGCQvJUFpkt*JmB;)wyhR6V-lO>{wy2L*9Yc$~%!P=_D4qrJV%u zIFO&w$%9v4zw&y{yCLh?@Vo0|_j7bodcR613HUa#rXCY=UQr1tmyPWk`hbF@ERjsFBZTgLwZzprA^Qq4nBeezmL)=;tyN!~J) zNW^4XvSeCk^0vefnT0a^T29_a$$m->Qqn;Q38=c@kuqZ%jW85i#bEEbytC%n!CA*l z&%C9rVBxK6Go6bZZUv9Ux*;=A;BdQQh?3hGiphX|`{j$vsaRw2vm0B78BXpgu=i__Wt$R<=R={)jo@2Y2k>3B#)-5l+x5?k`-$Q0ZjjK~&$cz%9 zP<73=*9d^-y8(^XM*mVWoiJXQFCZw=X<7!#Xu&h+Us|UYq*DO?7LA@khp^w-5_&iA zp4wx*HnkP_p;&)7HhLzU4yT8tB$70M<5B56-P4h@98qm9z1mliitAh}zR6#FWG{rd z_WV6Uhg9>9aj2|E;OiEhU?|?Jzqq`u>B=f)`C5!2xIsGBPfbXJC26^w_;Xc{Z_`^= zC`DOblu!`MKC*!OE<6f6dIYWn4N$TZE3Oo5blunsQe@1nh5%p>dqf*zITl2($X>Qd9@ySwJJ)N^WH);y zA99GYiLjb)X|#il4BCWP5b97+0Og2t8RgBayhUn~JbHvq!>TXATBcz&Xl34#vgH+J zzLK(5t<0mSev;P&lTP6`|2;ouwtU zEA2Llj5nn$KX_N!n6e;Q$9x?YhG4$rK$)fM!EC`g%`N^3(#zy=X_Kn-c9t+It~7s3 zb1WxKX_MkjT6F}GPxC+LMAM&|b&MbKNpj8El{TGq>d(cyXyD2#l5QRTEL@#_oEI(0 zI=z-?{g|s!)27!rOL3QqOSJ2y2RMB~=#V4@xY$*LvO~wLQSQ{sb>;U=iY~oI4T^5P z`~t5u@U?pE(XpQUy>)tx8t<*w%MFT6&)|*MsG&*BpZjiU%TAgL8Ouv@xj~0JOCimQ z>nw#5D=x@uHB30al~)Z+3Nck&H89D1uefSp3KeL`*1#m=zTzt33`MWlHPPU24DSc? z4kPLxMO;1wb*XDML3JK9txFb0Mc~s#F#Vz+s1_2GC77KG>|hqpR<*evH9UVN8aX4J zk0Qzkeatoom^MbhQyyUrP!+RIc1RjdK!=Yhk{Safc#UvsS#u5#Gj)FIl=k9Nrvx#9 z5G=)2BZ)YOj!=;H*ui7M3omSin#YnbA)F6SP&Eq5MwK#p(uIh`Hd2hXvzV?}Y*ngp zY4q_+zDsTar)3J%l*QU8T0`NXMe^I;;CQAY--Gg)Qqoq-pFP*zjOL6JKsNA3G)B}H^5bf@SLIKsxQ~Co2(tiOV zg(UtTx&Jf8-D^8C_tq~uGvTWna&1R`vq-J|Vasw}UWSJ+`2evV@w|=fYh>;0 z9`Ds3w&ktNR#k6tnP!jQrgDTR$u#j~vTkIWqO5$t--IxkES;7vvYk6_pT7P5JK=2m-ucFTS5R=Rxd(z&^=`DGjLH*Wf(;bC(d2IMzcB?V4}g{j|Z^ z=9;$rr0!`e*RpECS(EduF*0Q(L}0Pb-U8Zx z=wyL`vbjZrLVt_oJYd(JPjjl-fQ=z@YHA;xtx5$&n=sm#VeW^Mf^sHt9=0je6te)a ze+un}{j?HoSh~5vc8|7dTSpKGq0GVyphUIss3_$s7N*Q7QA06XNknKJD@qf!6EVgT zX;LAN2$dE`NRx+aT$MSH`OaKZwj?mDt%pG2I9d@IJA%v+I}H_sRf83kCnA3iaVvQZ z;^2f|aaFIw7;DnkVOR@Q>x$;Hh80&Niw%$(k@%%{Qpp>*v$Q>0aedTV^F zSE2KaHybuZ@%10o;Fo9z$Ex7}ocq&KesO2XQm(ja(sY1k75pVMtGLZIX*xl(3Vu0F zu__;nwmPPkEA`>N+9m+aFik0|GfZ>IpwHu?ByPd3?C7Y3_0(8)X@0??=+@?CcZcR^ z6{8+B>)<^ZHP|xyCEqT;1%8&Pgl}WHy~)c0=-xERM{&#Z7fRP#`Axu59Ywv5mRDV9 z|2Oa!iwo`QT{jwj5t(bhI-Fa*>o@W-qWtYQU5Kiae4X}EY~=1ArM?IvY*&%K{*^WXPu z1dg-*qG!f4J9zo+OK*ecH^k3kH)Ho#@0xGfb>FdDC9-p7XV#51N~O_wb@`R$=<4m} zf8YAc*84)=d|Tgr&n^}9rJ0wqZb3)gG1q*(?ONNMJKMJTzGq7{YA?)Lt~;(dGO29a z#`~U4DhgVibz>b=U)Y;DaW!})m^q?0`jNNc;`y2LvtvL0S6RpErRyCjd#2z6c&O=W zlL=aJv4avHlI6}q;AE+nOw)>~XiURxI4H5T!yhOQn{PE{Vd=Wq(c4}fU5$g#a_Be7 zr_e6d0IOI888B6+4?TOM6WwLPh=Fh9e9adpXC@zbJ96HRtfPZ5Cr~!^|5@A#i>OWv zqNq|L4xdKRxzwQr={xkOzg{q|9il1MWCr_s1KR@I!M@5Ee|PU@VcTY5dr`fWF;Zva zl4_{475{5g)A-M3Ckc;pTjz?l+B77x;<)SPemy%@iorcDe%zq*o(F8_jZWF92 zeak}Vp>VboON`P+h|ptDCG}t+DPzOK(F+t)BMG2OmjY&iS4sf^iwZ#NLUV~6tTNsa?KPm-`j6NA#8YMVV@J?x`6Y?Lfr!qmYBo#KEEK(Gu(lnpwQm2fY{4HXQO z?yhjxW}&x8U}>G9rFDj$RY#62tt3avYw5$p9Jk70B4Em`Pgb;eUC9uwFosCTd4;S) zSUNM@$hx@nA}#~IIVVSMdZof97GtAc>`Bya+k?wd~9S$lE2xgLdJ`u@{D0+ zQ<8BUwT!VX>P4AsN1UrswIg$qD;Z9}l*eE==xisBZv>brNB@@3>TcFO=p=J9}9 zzGN0RK-c|F1Hi z^{|23tSXVUL0t)|k+qe3=idLt{yF~Yq1?*7s_{I4$kHhc3yXir@6%JIlu_iYXa_M4 z945LHLS$1Nmha0mFF$avx#wQ9(6sFG&PzK%|HgsOj@~@_VDp~b<~{dU?wxPioAvB{ z)U^C71g;+x%MQ~S$7-tu1?VdXJzOucZxf(ZEvdg}T6JtF7L7o;%5<#xs}<@J>u8i! zE{-x=35(;rbj8zz;~Uju=YDCC{py#>2^tzw%goV)Y8L4EJxVGD3?WfQD^+i3XO=%n zgGNDH9L-(E`I=^5`0>QW4`)8iD0BPfy&LA<&w2e>hkxn#7(tw0q4H&XIr9H^5a&6< z3AXTiU=|5d#}E#$>cNAKuPI1WSC967eR28*wcDAfk~r#ORfC9%*j02Bs`M56*-0`` znDFQ<&^e&(kYh&z2m4{0(+&o#E+HW^i^k}!W-tpQVfh?WwyQEPi1nf!|v3O#D9JQsIm-#2vs~X1!s@G&*$~UU1`YPY3s%G##M_n?$nax+t z+sW6JQAoAu;#CHoB>8GrOzqEv#*eV64(2AL;&btR|X7chI(J6ewiQ)VB@lyKa;O7ubo;}%F`m%pAu8G z?GF|K!rAyaOSXpN|Ml4Tm$lgl!7<_*8h@UHo2d1*nOPLkDz%revYK1Mq_bGLOgf9; zE0v7Yr8Dd3Tq=*`k1(I)1e3>-ZR)D(=@y97gH5OSq}+E(W8x`V-A@UFkMUD53|6+OnC&YWK$v9B>ZOd~sA}0*iZ#SOG*JsB1Qp6J0(_EH+ zLJ1p$TC7LyQr07T2dtNWN)ujX2J-8ueO!Ow$Vbo||xzul61`Q&`v+f#=YT)y8s zQn0MEy5`IU4!0YYMYf0fHHSi+_fM>^HeT%}?P6Bbe*1t&S)%F8yriBydI3xo!xcSu{^_@fPGQ zTHcC$9rCtuDzzhLL(YL54z*LwB)yYe#ohT~1iRCm(vaq5?^k0@U>|>gDTKV0eN&R> z!}zQSUzOzfA-_4#N7zim2`}{v6U_4nzWp>Km*-_>)**{;;Ll4ko2;;*GiZ%`1xcxQ zCjWq-l>9ZVqBJe1xW^98QBOOfjnn-LEz714;kmK(@~TU#ezs=XR&b$U_T)YHs)d%; znL`V8O|#?o>Q?KS?D9aaF0jzjrWU1hb)5?>E2j@V^0s`UWWMvW53+2F@E_a_mxdYL zXq&(7Qa!i8e!#e zJn1;oi{vjGCl7n*@7dJXwKWC ziWtQ&7s#KY8M>sfgB2DWxlOz9b{~gP}Jv{Gu`LP)|zfp)WKiu&m20^BXK)x-+;;ee`D5OYe zSU8!G6&CV?6GKtik|SGk2zi$LFKWXJ$RVr%k*>?yTOWFxA5&X?)!O@@^~GH4i+8N^ zt^H4}04;K6pR2%`oh~4Id`tw@2nSo`bP>DQ*w~Fe}qr0~>$*8G_ZQ8lf5&_hTY@n_X8>YD1 z`|dRS^3arOR+LRbIt|ArA^B3qBor!-{}#20J`A!Yjo(BWHpT75@7dG*ut}R{9hhc3 z9T0}vrBE4dEqn)e)o!Yzrz1#~&aM?p`=g&9?x7BCK`pj{@q{xicP$)#{gc#O`=^8V zm;0yRnl;V5dVlNQyY1PY1M{8(kIlf)rqhOQ-fvf@lLJcx;!+Y01I42FofIbwVmXQL zRh7I`gn5UP;jk206Ww^3-(7PGuz82mwwgl((|L12XV$ae|o5U4)5&&ADv$|FyHXzyyFh9bcVO@-v2c+yHM+3sK_@iKc4rRE zt-sNHV?68Lk+tk#I>O&2lc_D=rsQ8E$=i|>qxh0Zrg8N3brey`gsA?wjE_)U-wVgaq=T}Ykkw<}n+WO)Rs4<+ z^B|Zxp0^H7;8&AW^WkUos+*KB)yoF9gR-5JtV4n+tN!v%zkC;23^=FYH=?+LndkY( z4hwIA65t#DE9d-g+*=R0w{qND|C2j8&z=15uKiQ?N8r5i>o#-SvyB^ao~|k9qvp2E z=4|)wJJQ|#Uo_o)?ej!-#nD{zK$dG*@HQ`4S{E$N>GiYL*+^#l?3qj6xfaCu?tJ&| z_AktLcYYqqb{)yJAI=>L5Mx7FJC*lc&1rfd+#m7Q~kZXC*XZohpZ+xb#%MPHU%{?umU*G{LNa<~;5 zo&2iV?FA0E%u9=Od)jK}9kaow9B%*Ayov96%pob9;#W6YvYfBb&oy;Uc?%{dZ+Y4} zWa0Pn)3K))RUZGQYa})Ecdb3 None: + self._f = f + + try: + ident = self._read("16B") + except struct.error: + raise ELFInvalid("unable to parse identification") + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> Optional[str]: + """ + The path recorded in the ``PT_INTERP`` section header. + """ + for index in range(self._e_phnum): + self._f.seek(self._e_phoff + self._e_phentsize * index) + try: + data = self._read(self._p_fmt) + except struct.error: + continue + if data[self._p_idx[0]] != 3: # Not PT_INTERP. + continue + self._f.seek(data[self._p_idx[1]]) + return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0") + return None diff --git a/venv/lib64/python3.12/site-packages/packaging/_manylinux.py b/venv/lib64/python3.12/site-packages/packaging/_manylinux.py new file mode 100644 index 0000000..3705d50 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/_manylinux.py @@ -0,0 +1,252 @@ +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Dict, Generator, Iterator, NamedTuple, Optional, Sequence, Tuple + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[Optional[ELFFile], None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x", "loongarch64"} + return any(arch in allowed_archs for arch in archs) + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: str = getattr(os, "confstr")("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/venv/lib64/python3.12/site-packages/packaging/_musllinux.py b/venv/lib64/python3.12/site-packages/packaging/_musllinux.py new file mode 100644 index 0000000..86419df --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/_musllinux.py @@ -0,0 +1,83 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Optional, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + try: + with open(executable, "rb") as f: + ld = ELFFile(f).interpreter + except (OSError, TypeError, ValueError): + return None + if ld is None or "musl" not in ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for arch in archs: + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/venv/lib64/python3.12/site-packages/packaging/_parser.py b/venv/lib64/python3.12/site-packages/packaging/_parser.py new file mode 100644 index 0000000..4576981 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/_parser.py @@ -0,0 +1,359 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains ENBF-inspired grammar representing +the implementation. +""" + +import ast +from typing import Any, List, NamedTuple, Optional, Tuple, Union + +from ._tokenizer import DEFAULT_RULES, Tokenizer + + +class Node: + def __init__(self, value: str) -> None: + self.value = value + + def __str__(self) -> str: + return self.value + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +MarkerVar = Union[Variable, Value] +MarkerItem = Tuple[MarkerVar, Op, MarkerVar] +# MarkerAtom = Union[MarkerItem, List["MarkerAtom"]] +# MarkerList = List[Union["MarkerList", MarkerAtom, str]] +# mypy does not support recursive type definition +# https://github.com/python/mypy/issues/731 +MarkerAtom = Any +MarkerList = List[Any] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: List[str] + specifier: str + marker: Optional[MarkerList] + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for dependency specifier +# -------------------------------------------------------------------------------------- +def parse_requirement(source: str) -> ParsedRequirement: + return _parse_requirement(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_requirement(tokenizer: Tokenizer) -> ParsedRequirement: + """ + requirement = WS? IDENTIFIER WS? extras WS? requirement_details + """ + tokenizer.consume("WS") + + name_token = tokenizer.expect( + "IDENTIFIER", expected="package name at the start of dependency specifier" + ) + name = name_token.text + tokenizer.consume("WS") + + extras = _parse_extras(tokenizer) + tokenizer.consume("WS") + + url, specifier, marker = _parse_requirement_details(tokenizer) + tokenizer.expect("END", expected="end of dependency specifier") + + return ParsedRequirement(name, url, extras, specifier, marker) + + +def _parse_requirement_details( + tokenizer: Tokenizer, +) -> Tuple[str, str, Optional[MarkerList]]: + """ + requirement_details = AT URL (WS requirement_marker?)? + | specifier WS? (requirement_marker)? + """ + + specifier = "" + url = "" + marker = None + + if tokenizer.check("AT"): + tokenizer.read() + tokenizer.consume("WS") + + url_start = tokenizer.position + url = tokenizer.expect("URL", expected="URL after @").text + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + tokenizer.expect("WS", expected="whitespace after URL") + + # The input might end after whitespace. + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, span_start=url_start, after="URL and whitespace" + ) + else: + specifier_start = tokenizer.position + specifier = _parse_specifier(tokenizer) + tokenizer.consume("WS") + + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, + span_start=specifier_start, + after=( + "version specifier" + if specifier + else "name and no valid version specifier" + ), + ) + + return (url, specifier, marker) + + +def _parse_requirement_marker( + tokenizer: Tokenizer, *, span_start: int, after: str +) -> MarkerList: + """ + requirement_marker = SEMICOLON marker WS? + """ + + if not tokenizer.check("SEMICOLON"): + tokenizer.raise_syntax_error( + f"Expected end or semicolon (after {after})", + span_start=span_start, + ) + tokenizer.read() + + marker = _parse_marker(tokenizer) + tokenizer.consume("WS") + + return marker + + +def _parse_extras(tokenizer: Tokenizer) -> List[str]: + """ + extras = (LEFT_BRACKET wsp* extras_list? wsp* RIGHT_BRACKET)? + """ + if not tokenizer.check("LEFT_BRACKET", peek=True): + return [] + + with tokenizer.enclosing_tokens( + "LEFT_BRACKET", + "RIGHT_BRACKET", + around="extras", + ): + tokenizer.consume("WS") + extras = _parse_extras_list(tokenizer) + tokenizer.consume("WS") + + return extras + + +def _parse_extras_list(tokenizer: Tokenizer) -> List[str]: + """ + extras_list = identifier (wsp* ',' wsp* identifier)* + """ + extras: List[str] = [] + + if not tokenizer.check("IDENTIFIER"): + return extras + + extras.append(tokenizer.read().text) + + while True: + tokenizer.consume("WS") + if tokenizer.check("IDENTIFIER", peek=True): + tokenizer.raise_syntax_error("Expected comma between extra names") + elif not tokenizer.check("COMMA"): + break + + tokenizer.read() + tokenizer.consume("WS") + + extra_token = tokenizer.expect("IDENTIFIER", expected="extra name after comma") + extras.append(extra_token.text) + + return extras + + +def _parse_specifier(tokenizer: Tokenizer) -> str: + """ + specifier = LEFT_PARENTHESIS WS? version_many WS? RIGHT_PARENTHESIS + | WS? version_many WS? + """ + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="version specifier", + ): + tokenizer.consume("WS") + parsed_specifiers = _parse_version_many(tokenizer) + tokenizer.consume("WS") + + return parsed_specifiers + + +def _parse_version_many(tokenizer: Tokenizer) -> str: + """ + version_many = (SPECIFIER (WS? COMMA WS? SPECIFIER)*)? + """ + parsed_specifiers = "" + while tokenizer.check("SPECIFIER"): + span_start = tokenizer.position + parsed_specifiers += tokenizer.read().text + if tokenizer.check("VERSION_PREFIX_TRAIL", peek=True): + tokenizer.raise_syntax_error( + ".* suffix can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position + 1, + ) + if tokenizer.check("VERSION_LOCAL_LABEL_TRAIL", peek=True): + tokenizer.raise_syntax_error( + "Local version label can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position, + ) + tokenizer.consume("WS") + if not tokenizer.check("COMMA"): + break + parsed_specifiers += tokenizer.read().text + tokenizer.consume("WS") + + return parsed_specifiers + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for marker expression +# -------------------------------------------------------------------------------------- +def parse_marker(source: str) -> MarkerList: + return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList: + retval = _parse_marker(tokenizer) + tokenizer.expect("END", expected="end of marker expression") + return retval + + +def _parse_marker(tokenizer: Tokenizer) -> MarkerList: + """ + marker = marker_atom (BOOLOP marker_atom)+ + """ + expression = [_parse_marker_atom(tokenizer)] + while tokenizer.check("BOOLOP"): + token = tokenizer.read() + expr_right = _parse_marker_atom(tokenizer) + expression.extend((token.text, expr_right)) + return expression + + +def _parse_marker_atom(tokenizer: Tokenizer) -> MarkerAtom: + """ + marker_atom = WS? LEFT_PARENTHESIS WS? marker WS? RIGHT_PARENTHESIS WS? + | WS? marker_item WS? + """ + + tokenizer.consume("WS") + if tokenizer.check("LEFT_PARENTHESIS", peek=True): + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="marker expression", + ): + tokenizer.consume("WS") + marker: MarkerAtom = _parse_marker(tokenizer) + tokenizer.consume("WS") + else: + marker = _parse_marker_item(tokenizer) + tokenizer.consume("WS") + return marker + + +def _parse_marker_item(tokenizer: Tokenizer) -> MarkerItem: + """ + marker_item = WS? marker_var WS? marker_op WS? marker_var WS? + """ + tokenizer.consume("WS") + marker_var_left = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + marker_op = _parse_marker_op(tokenizer) + tokenizer.consume("WS") + marker_var_right = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + return (marker_var_left, marker_op, marker_var_right) + + +def _parse_marker_var(tokenizer: Tokenizer) -> MarkerVar: + """ + marker_var = VARIABLE | QUOTED_STRING + """ + if tokenizer.check("VARIABLE"): + return process_env_var(tokenizer.read().text.replace(".", "_")) + elif tokenizer.check("QUOTED_STRING"): + return process_python_str(tokenizer.read().text) + else: + tokenizer.raise_syntax_error( + message="Expected a marker variable or quoted string" + ) + + +def process_env_var(env_var: str) -> Variable: + if ( + env_var == "platform_python_implementation" + or env_var == "python_implementation" + ): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/venv/lib64/python3.12/site-packages/packaging/_structures.py b/venv/lib64/python3.12/site-packages/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/venv/lib64/python3.12/site-packages/packaging/_tokenizer.py b/venv/lib64/python3.12/site-packages/packaging/_tokenizer.py new file mode 100644 index 0000000..dd0d648 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/_tokenizer.py @@ -0,0 +1,192 @@ +import contextlib +import re +from dataclasses import dataclass +from typing import Dict, Iterator, NoReturn, Optional, Tuple, Union + +from .specifiers import Specifier + + +@dataclass +class Token: + name: str + text: str + position: int + + +class ParserSyntaxError(Exception): + """The provided source text could not be parsed correctly.""" + + def __init__( + self, + message: str, + *, + source: str, + span: Tuple[int, int], + ) -> None: + self.span = span + self.message = message + self.source = source + + super().__init__() + + def __str__(self) -> str: + marker = " " * self.span[0] + "~" * (self.span[1] - self.span[0]) + "^" + return "\n ".join([self.message, self.source, marker]) + + +DEFAULT_RULES: "Dict[str, Union[str, re.Pattern[str]]]" = { + "LEFT_PARENTHESIS": r"\(", + "RIGHT_PARENTHESIS": r"\)", + "LEFT_BRACKET": r"\[", + "RIGHT_BRACKET": r"\]", + "SEMICOLON": r";", + "COMMA": r",", + "QUOTED_STRING": re.compile( + r""" + ( + ('[^']*') + | + ("[^"]*") + ) + """, + re.VERBOSE, + ), + "OP": r"(===|==|~=|!=|<=|>=|<|>)", + "BOOLOP": r"\b(or|and)\b", + "IN": r"\bin\b", + "NOT": r"\bnot\b", + "VARIABLE": re.compile( + r""" + \b( + python_version + |python_full_version + |os[._]name + |sys[._]platform + |platform_(release|system) + |platform[._](version|machine|python_implementation) + |python_implementation + |implementation_(name|version) + |extra + )\b + """, + re.VERBOSE, + ), + "SPECIFIER": re.compile( + Specifier._operator_regex_str + Specifier._version_regex_str, + re.VERBOSE | re.IGNORECASE, + ), + "AT": r"\@", + "URL": r"[^ \t]+", + "IDENTIFIER": r"\b[a-zA-Z0-9][a-zA-Z0-9._-]*\b", + "VERSION_PREFIX_TRAIL": r"\.\*", + "VERSION_LOCAL_LABEL_TRAIL": r"\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*", + "WS": r"[ \t]+", + "END": r"$", +} + + +class Tokenizer: + """Context-sensitive token parsing. + + Provides methods to examine the input stream to check whether the next token + matches. + """ + + def __init__( + self, + source: str, + *, + rules: "Dict[str, Union[str, re.Pattern[str]]]", + ) -> None: + self.source = source + self.rules: Dict[str, re.Pattern[str]] = { + name: re.compile(pattern) for name, pattern in rules.items() + } + self.next_token: Optional[Token] = None + self.position = 0 + + def consume(self, name: str) -> None: + """Move beyond provided token name, if at current position.""" + if self.check(name): + self.read() + + def check(self, name: str, *, peek: bool = False) -> bool: + """Check whether the next token has the provided name. + + By default, if the check succeeds, the token *must* be read before + another check. If `peek` is set to `True`, the token is not loaded and + would need to be checked again. + """ + assert ( + self.next_token is None + ), f"Cannot check for {name!r}, already have {self.next_token!r}" + assert name in self.rules, f"Unknown token name: {name!r}" + + expression = self.rules[name] + + match = expression.match(self.source, self.position) + if match is None: + return False + if not peek: + self.next_token = Token(name, match[0], self.position) + return True + + def expect(self, name: str, *, expected: str) -> Token: + """Expect a certain token name next, failing with a syntax error otherwise. + + The token is *not* read. + """ + if not self.check(name): + raise self.raise_syntax_error(f"Expected {expected}") + return self.read() + + def read(self) -> Token: + """Consume the next token and return it.""" + token = self.next_token + assert token is not None + + self.position += len(token.text) + self.next_token = None + + return token + + def raise_syntax_error( + self, + message: str, + *, + span_start: Optional[int] = None, + span_end: Optional[int] = None, + ) -> NoReturn: + """Raise ParserSyntaxError at the given position.""" + span = ( + self.position if span_start is None else span_start, + self.position if span_end is None else span_end, + ) + raise ParserSyntaxError( + message, + source=self.source, + span=span, + ) + + @contextlib.contextmanager + def enclosing_tokens( + self, open_token: str, close_token: str, *, around: str + ) -> Iterator[None]: + if self.check(open_token): + open_position = self.position + self.read() + else: + open_position = None + + yield + + if open_position is None: + return + + if not self.check(close_token): + self.raise_syntax_error( + f"Expected matching {close_token} for {open_token}, after {around}", + span_start=open_position, + ) + + self.read() diff --git a/venv/lib64/python3.12/site-packages/packaging/markers.py b/venv/lib64/python3.12/site-packages/packaging/markers.py new file mode 100644 index 0000000..8b98fca --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/markers.py @@ -0,0 +1,252 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from ._parser import ( + MarkerAtom, + MarkerList, + Op, + Value, + Variable, + parse_marker as _parse_marker, +) +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +def _normalize_extra_values(results: Any) -> Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: Union[List[str], MarkerAtom, str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs, prereleases=True) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> Tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + # Note: We create a Marker object without calling this constructor in + # packaging.requirements.Requirement. If any additional logic is + # added here, make sure to mirror/adapt Requirement. + try: + self._markers = _normalize_extra_values(_parse_marker(marker)) + # The attribute `_markers` can be described in terms of a recursive type: + # MarkerList = List[Union[Tuple[Node, ...], str, MarkerList]] + # + # For example, the following expression: + # python_version > "3.6" or (python_version == "3.6" and os_name == "unix") + # + # is parsed into: + # [ + # (, ')>, ), + # 'and', + # [ + # (, , ), + # 'or', + # (, , ) + # ] + # ] + except ParserSyntaxError as e: + raise InvalidMarker(str(e)) from e + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash((self.__class__.__name__, str(self))) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Marker): + return NotImplemented + + return str(self) == str(other) + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + current_environment["extra"] = "" + if environment is not None: + current_environment.update(environment) + # The API used to allow setting extra to None. We need to handle this + # case for backwards compatibility. + if current_environment["extra"] is None: + current_environment["extra"] = "" + + return _evaluate_markers(self._markers, current_environment) diff --git a/venv/lib64/python3.12/site-packages/packaging/metadata.py b/venv/lib64/python3.12/site-packages/packaging/metadata.py new file mode 100644 index 0000000..7b0e6a9 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/metadata.py @@ -0,0 +1,822 @@ +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import sys +import typing +from typing import ( + Any, + Callable, + Dict, + Generic, + List, + Optional, + Tuple, + Type, + Union, + cast, +) + +from . import requirements, specifiers, utils, version as version_module + +T = typing.TypeVar("T") +if sys.version_info[:2] >= (3, 8): # pragma: no cover + from typing import Literal, TypedDict +else: # pragma: no cover + if typing.TYPE_CHECKING: + from typing_extensions import Literal, TypedDict + else: + try: + from typing_extensions import Literal, TypedDict + except ImportError: + + class Literal: + def __init_subclass__(*_args, **_kwargs): + pass + + class TypedDict: + def __init_subclass__(*_args, **_kwargs): + pass + + +try: + ExceptionGroup = __builtins__.ExceptionGroup # type: ignore[attr-defined] +except AttributeError: + + class ExceptionGroup(Exception): # type: ignore[no-redef] # noqa: N818 + """A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11. + + If :external:exc:`ExceptionGroup` is already defined by Python itself, + that version is used instead. + """ + + message: str + exceptions: List[Exception] + + def __init__(self, message: str, exceptions: List[Exception]) -> None: + self.message = message + self.exceptions = exceptions + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.message!r}, {self.exceptions!r})" + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: List[str] + summary: str + description: str + keywords: List[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: List[str] + download_url: str + classifiers: List[str] + requires: List[str] + provides: List[str] + obsoletes: List[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: List[str] + provides_dist: List[str] + obsoletes_dist: List[str] + requires_python: str + requires_external: List[str] + project_urls: Dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: List[str] + + # Metadata 2.2 - PEP 643 + dynamic: List[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoptability. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> List[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: List[str]) -> Dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: Union[bytes, str]) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload: str = msg.get_payload() + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload: bytes = msg.get_payload(decode=True) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError: + raise ValueError("payload in an invalid encoding") + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: Union[bytes, str]) -> Tuple[RawMetadata, Dict[str, List[str]]]: + """Parse a distribution's metadata stored as email headers (e.g. from ``METADATA``). + + This function returns a two-item tuple of dicts. The first dict is of + recognized fields from the core metadata specification. Fields that can be + parsed and translated into Python's built-in types are converted + appropriately. All other fields are left as-is. Fields that are allowed to + appear multiple times are stored as lists. + + The second dict contains all other fields from the metadata. This includes + any unrecognized fields. It also includes any fields which are expected to + be parsed into a built-in type but were not formatted appropriately. Finally, + any fields that are expected to appear only once but are repeated are + included in this dict. + + """ + raw: Dict[str, Union[str, List[str], Dict[str, str]]] = {} + unparsed: Dict[str, List[str]] = {} + + if isinstance(data, str): + parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data) + else: + parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data) + + # We have to wrap parsed.keys() in a set, because in the case of multiple + # values for a key (a list), the key will appear multiple times in the + # list of keys, but we're avoiding that by using get_all(). + for name in frozenset(parsed.keys()): + # Header names in RFC are case insensitive, so we'll normalize to all + # lower case to make comparisons easier. + name = name.lower() + + # We use get_all() here, even for fields that aren't multiple use, + # because otherwise someone could have e.g. two Name fields, and we + # would just silently ignore it rather than doing something about it. + headers = parsed.get_all(name) or [] + + # The way the email module works when parsing bytes is that it + # unconditionally decodes the bytes as ascii using the surrogateescape + # handler. When you pull that data back out (such as with get_all() ), + # it looks to see if the str has any surrogate escapes, and if it does + # it wraps it in a Header object instead of returning the string. + # + # As such, we'll look for those Header objects, and fix up the encoding. + value = [] + # Flag if we have run into any issues processing the headers, thus + # signalling that the data belongs in 'unparsed'. + valid_encoding = True + for h in headers: + # It's unclear if this can return more types than just a Header or + # a str, so we'll just assert here to make sure. + assert isinstance(h, (email.header.Header, str)) + + # If it's a header object, we need to do our little dance to get + # the real data out of it. In cases where there is invalid data + # we're going to end up with mojibake, but there's no obvious, good + # way around that without reimplementing parts of the Header object + # ourselves. + # + # That should be fine since, if mojibacked happens, this key is + # going into the unparsed dict anyways. + if isinstance(h, email.header.Header): + # The Header object stores it's data as chunks, and each chunk + # can be independently encoded, so we'll need to check each + # of them. + chunks: List[Tuple[bytes, Optional[str]]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparseable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparseable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: "Metadata", name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: "Metadata", _owner: Type["Metadata"]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + try: + value = instance._raw[self.name] # type: ignore[literal-required] + except KeyError: + if self.name in _STRING_FIELDS: + value = "" + elif self.name in _LIST_FIELDS: + value = [] + elif self.name in _DICT_FIELDS: + value = {} + else: # pragma: no cover + assert False + + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: Optional[Exception] = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: List[str]) -> List[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{value!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata(f"{value!r} is not a valid dynamic field") + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: List[str], + ) -> List[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_requires_dist( + self, + value: List[str], + ) -> List[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata(f"{req!r} is invalid for {{field}}", cause=exc) + else: + return reqs + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: List[InvalidMetadata] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email( + cls, data: Union[bytes, str], *, validate: bool = True + ) -> "Metadata": + """Parse metadata from email headers. + + If *validate* is true, the metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + exceptions: list[InvalidMetadata] = [] + raw, unparsed = parse_email(data) + + if validate: + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + exceptions.extend(exc_group.exceptions) + raise ExceptionGroup("invalid or unparsed metadata", exceptions) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[List[str]] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[List[str]] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[List[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[str] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[str] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[str] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[List[str]] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[str] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[str] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[str] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[str] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[str] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[str] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[str] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[List[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[List[requirements.Requirement]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[specifiers.SpecifierSet] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-python`""" + # Because `Requires-External` allows for non-PEP 440 version specifiers, we + # don't do any processing on the values. + requires_external: _Validator[List[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[Dict[str, str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-project-url`""" + # PEP 685 lets us raise an error if an extra doesn't pass `Name` validation + # regardless of metadata version. + provides_extra: _Validator[List[utils.NormalizedName]] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[List[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[List[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[List[str]] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[List[str]] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[List[str]] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/venv/lib64/python3.12/site-packages/packaging/py.typed b/venv/lib64/python3.12/site-packages/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/packaging/requirements.py b/venv/lib64/python3.12/site-packages/packaging/requirements.py new file mode 100644 index 0000000..0c00eba --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/requirements.py @@ -0,0 +1,90 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from typing import Any, Iterator, Optional, Set + +from ._parser import parse_requirement as _parse_requirement +from ._tokenizer import ParserSyntaxError +from .markers import Marker, _normalize_extra_values +from .specifiers import SpecifierSet +from .utils import canonicalize_name + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + parsed = _parse_requirement(requirement_string) + except ParserSyntaxError as e: + raise InvalidRequirement(str(e)) from e + + self.name: str = parsed.name + self.url: Optional[str] = parsed.url or None + self.extras: Set[str] = set(parsed.extras if parsed.extras else []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Optional[Marker] = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/venv/lib64/python3.12/site-packages/packaging/specifiers.py b/venv/lib64/python3.12/site-packages/packaging/specifiers.py new file mode 100644 index 0000000..ba8fe37 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/specifiers.py @@ -0,0 +1,1008 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from packaging.version import Version +""" + +import abc +import itertools +import re +from typing import ( + Callable, + Iterable, + Iterator, + List, + Optional, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier-like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier-like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier-like + objects are equal. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> Optional[bool]: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: Union[str, Version]) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier. + parsed: Set[Specifier] = set() + for specifier in split_specifiers: + parsed.add(Specifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> Optional[bool]: + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: Optional[bool] = None, + installed: Optional[bool] = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iter(iterable) + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases. + else: + filtered: List[UnparsedVersionVar] = [] + found_prereleases: List[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return iter(found_prereleases) + + return iter(filtered) diff --git a/venv/lib64/python3.12/site-packages/packaging/tags.py b/venv/lib64/python3.12/site-packages/packaging/tags.py new file mode 100644 index 0000000..37f33b1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/tags.py @@ -0,0 +1,553 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value: Union[int, str, None] = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_").replace(" ", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> List[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/venv/lib64/python3.12/site-packages/packaging/utils.py b/venv/lib64/python3.12/site-packages/packaging/utils.py new file mode 100644 index 0000000..c2c2f75 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/utils.py @@ -0,0 +1,172 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +def canonicalize_version( + version: Union[Version, str], *, strip_trailing_zero: bool = True +) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + release_segment = ".".join(str(x) for x in parsed.release) + if strip_trailing_zero: + # NB: This strips trailing '.0's to normalize + release_segment = re.sub(r"(\.0)+$", "", release_segment) + parts.append(release_segment) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name. + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename}" + ) from e + + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename}" + ) from e + + return (name, version) diff --git a/venv/lib64/python3.12/site-packages/packaging/version.py b/venv/lib64/python3.12/site-packages/packaging/version.py new file mode 100644 index 0000000..5faab9b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/packaging/version.py @@ -0,0 +1,563 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from packaging.version import parse, Version +""" + +import itertools +import re +from typing import Any, Callable, NamedTuple, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: Tuple[int, ...] + dev: Optional[Tuple[str, int]] + pre: Optional[Tuple[str, int]] + post: Optional[Tuple[str, int]] + local: Optional[LocalType] + + +def parse(version: str) -> "Version": + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: Tuple[Any, ...] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

    _jK>&}#sf-Io|pE)Q|P$Kd^UY;%wQI)&|SqE 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_pytorch.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_pytorch.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53f75dc5399a6fdf113465f8e9003f5d2b8331b7 GIT binary patch literal 6122 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 Q*zG`>#(`rh7zN+?9~7c|ZU6uP literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_scikit_learn.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/__pycache__/test_scikit_learn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..372c0892160f4e26bccbff7d5807a3856051788c GIT binary patch literal 1747 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_enchant.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_enchant.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31a3948a77be021555d440f8061909ad603e9ad6 GIT binary patch literal 1846 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_tensorflow_mnist.cpython-312.pyc b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/scripts/__pycache__/pyi_lib_tensorflow_mnist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a92e4c9412b81aabe906264e4cbad1bab7aed13 GIT binary patch literal 1924 zcmb_b&rcgi6rQ!$>-9RW3BQ6vBMdCA@zX7sX6tn!3nA15UC^W%$x6h?|X0F z%>EV%NeG4{?cjfW2>s=5nnOG_j^kd0en1-1I0L1S=D{fEX_DTqn)fzrH2wmwui-srbm;R@k zLQS14-?UQg7t}V?T1PI{ifJEghu>&*;r86fIh;1!rCrW)+wEKMYTdyhV9F=<*%^yC zpmk^++nrnd3Ep6ip5>g_Si(Wzbu|@J5ggGvBH+}z7at=;{ZmN0(tLg2aYZiHbLfUX zD0xOkS!d$W#OKQV1-qC zEAm;)bLhS#TYxFXv7l~R1xKL^s)Y~BfHB_2MgcsMns)Rh)zOKW{pm+{{CfA${gvk2 zu#8Reib1lvLm97XYMzN|I$f~UbTQ^-0b)6NUN2#r@dlxk`SaMZ^)x+nUuMk11ZB-M;4q9+wu}LM>g~)vQ=~zhZpc+ZDoOwMXIC;R0c6_1E@^Xwr;@+JOz}XEzK?~jef?h z;%o6XoVZ}%JN6h9=w3H9U_SD49Cv&bang~1hCV8LmZgfc8|<&40T+m!1&#&8^#B?O zu8FJSz8I;Ak$thRCiazmuZBPV`T2|I_2ExzXt0Lb%U4#0Yn_AZ^VRu-_DD7Py}a?s zX7a_Ia=7eY>3$=!7G4eSivu-r;D8sF?^o_G&s1ji`Q94eyD9GSy>)){9Y>_bN2=F1 zhj#hMe_d`&HBslItpNjd{@PK%H|RM=zJRyvJ8DD0(AtgF8*B2ayf2N{r16&%yV7`F znk@UFHcnU$RYFx^= 0.90, "Resulting accuracy on validation set too low!" diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_deep_learning.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_deep_learning.py new file mode 100644 index 0000000..73e0bb8 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_deep_learning.py @@ -0,0 +1,361 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2023 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pytest + +from PyInstaller.utils.tests import importorskip + + +# Run the tests in onedir mode only +onedir_only = pytest.mark.parametrize('pyi_builder', ['onedir'], indirect=True) + + +# Basic transformers test with BERT-based unmasker +@importorskip('transformers') +@importorskip('torch') +@onedir_only +def test_transformers_bert_pipeline(pyi_builder): + pyi_builder.test_source(""" + import transformers + unmasker = transformers.pipeline('fill-mask', model='bert-base-uncased') + output = unmasker("Hello I'm a [MASK] model.") + print("Unmasked text:", output) + """) + + +# Trying to import DebertaModel triggers error about missing source files for TorchScript +@importorskip('transformers') +@importorskip('torch') +@onedir_only +def test_transformers_deberta_import(pyi_builder): + pyi_builder.test_source(""" + from transformers import DebertaConfig, DebertaModel + + configuration = DebertaConfig() + model = DebertaModel(configuration) + """) + + +# Building models from tabular data example from https://docs.fast.ai/quick_start.html +@importorskip('fastai') +@onedir_only +def test_fastai_tabular_data(pyi_builder): + pyi_builder.test_source(""" + from fastai.tabular.all import * + + path = untar_data(URLs.ADULT_SAMPLE) + print(f"Dataset path: {path}") + + dls = TabularDataLoaders.from_csv( + path/'adult.csv', + path=path, + y_names="salary", + cat_names = [ + 'workclass', + 'education', + 'marital-status', + 'occupation', + 'relationship', + 'race', + ], + cont_names = [ + 'age', + 'fnlwgt', + 'education-num', + ], + procs = [ + Categorify, + FillMissing, + Normalize, + ], + ) + + learn = tabular_learner(dls, metrics=accuracy) + learn.fit_one_cycle(2) + learn.show_results() + """) + + +@importorskip('timm') +@onedir_only +def test_timm_model_creation(pyi_builder): + pyi_builder.test_source(""" + import timm + + # List available models + pretrained_models = timm.list_models(pretrained=True) + print(f"Pre-trained models: {len(pretrained_models)}") + assert len(pretrained_models) > 0 + + # Create a model (non-trained version, to avoid downloading weights) + model = timm.create_model("resnet50d", pretrained=False) + print(model) + """) + + +@importorskip('lightning') +@importorskip('torchvision') +@importorskip('torch') +@onedir_only +def test_lightning_mnist_autoencoder(pyi_builder): + pyi_builder.test_source(""" + import os + + # On macOS, multiprocessing seems to be used at some point... + if __name__ == '__main__': + import multiprocessing + multiprocessing.freeze_support() + + import torch + import torchvision + import lightning + + + class LitAutoEncoder(lightning.LightningModule): + def __init__(self): + super().__init__() + self.encoder = torch.nn.Sequential( + torch.nn.Linear(28 * 28, 128), + torch.nn.ReLU(), + torch.nn.Linear(128, 3), + ) + self.decoder = torch.nn.Sequential( + torch.nn.Linear(3, 128), + torch.nn.ReLU(), + torch.nn.Linear(128, 28 * 28), + ) + + def forward(self, x): + embedding = self.encoder(x) + return embedding + + def training_step(self, batch, batch_idx): + x, y = batch + x = x.view(x.size(0), -1) + z = self.encoder(x) + x_hat = self.decoder(z) + loss = torch.nn.functional.mse_loss(x_hat, x) + return loss + + def configure_optimizers(self): + optimizer = torch.optim.Adam( + self.parameters(), + lr=1e-3, + ) + return optimizer + + + # Dataset + dataset = torchvision.datasets.MNIST( + os.path.dirname(__file__), + download=True, + transform=torchvision.transforms.ToTensor(), + ) + dataset_size = len(dataset) + num_samples = 100 + train, val = torch.utils.data.random_split( + dataset, + [num_samples, dataset_size - num_samples], + ) + + # Train + autoencoder = LitAutoEncoder() + trainer = lightning.Trainer(max_epochs=1, logger=False) + trainer.fit( + autoencoder, + torch.utils.data.DataLoader(train), + ) + """) + + +@importorskip('bitsandbytes') +@onedir_only +def test_bitsandbytes(pyi_builder): + pyi_builder.test_source(""" + import bitsandbytes + + # Instantiate a model and optimizer + dim1 = 256 + dim2 = 256 + linear = bitsandbytes.nn.Linear8bitLt(dim1, dim2, bias=True, has_fp16_weights=False, threshold=6.0) + adam = bitsandbytes.optim.Adam8bit(linear.parameters(), lr=0.001, betas=(0.9, 0.995)) + """) + + +@importorskip('linear_operator') +@onedir_only +def test_linear_operator(pyi_builder): + pyi_builder.test_source(""" + import torch + from linear_operator.operators import DiagLinearOperator, LowRankRootLinearOperator + + diag1 = 0.1 + torch.rand(100) + diag2 = 0.1 + torch.rand(100) + + mat1 = DiagLinearOperator(diag1) + mat2 = DiagLinearOperator(diag2) + + result = (mat1 + mat2).diagonal() + """) + + +# Based on https://docs.gpytorch.ai/en/latest/examples/01_Exact_GPs/Simple_GP_Regression.html +@importorskip('gpytorch') +@onedir_only +def test_gpytorch_simple_gp_regression(pyi_builder): + pyi_builder.test_source(""" + import math + + import torch + import gpytorch + + ## Training + # Training data is 100 points in [0,1] inclusive regularly spaced + train_x = torch.linspace(0, 1, 100) + + # True function is sin(2*pi*x) with Gaussian noise + train_y = torch.sin(train_x * (2 * math.pi)) + torch.randn(train_x.size()) * math.sqrt(0.04) + + # We will use the simplest form of GP model, exact inference + class ExactGPModel(gpytorch.models.ExactGP): + def __init__(self, train_x, train_y, likelihood): + super().__init__(train_x, train_y, likelihood) + self.mean_module = gpytorch.means.ConstantMean() + self.covar_module = gpytorch.kernels.ScaleKernel(gpytorch.kernels.RBFKernel()) + + def forward(self, x): + mean_x = self.mean_module(x) + covar_x = self.covar_module(x) + return gpytorch.distributions.MultivariateNormal(mean_x, covar_x) + + # Initialize likelihood and model + likelihood = gpytorch.likelihoods.GaussianLikelihood() + model = ExactGPModel(train_x, train_y, likelihood) + + # Find optimal model hyperparameters + training_iter = 2 + + model.train() + likelihood.train() + + # Use the adam optimizer + optimizer = torch.optim.Adam(model.parameters(), lr=0.1) # Includes GaussianLikelihood parameters + + # "Loss" for GPs - the marginal log likelihood + mll = gpytorch.mlls.ExactMarginalLogLikelihood(likelihood, model) + + print("Training the model...") + for i in range(training_iter): + # Zero gradients from previous iteration + optimizer.zero_grad() + # Output from model + output = model(train_x) + # Calc loss and backprop gradients + loss = -mll(output, train_y) + loss.backward() + print('Iter %d/%d - Loss: %.3f lengthscale: %.3f noise: %.3f' % ( + i + 1, training_iter, loss.item(), + model.covar_module.base_kernel.lengthscale.item(), + model.likelihood.noise.item() + )) + optimizer.step() + + ## Inference + # Get into evaluation (predictive posterior) mode + model.eval() + likelihood.eval() + + # Test points are regularly spaced along [0,1] + # Make predictions by feeding model through likelihood + with torch.no_grad(), gpytorch.settings.fast_pred_var(): + test_x = torch.linspace(0, 1, 51) + observed_pred = likelihood(model(test_x)) + + print("Test X:", test_x.numpy()) + print("Predicted Y:", observed_pred.mean.numpy()) + """) + + +# Basic import test for fvcore.nn, which shows that we need to collect its source .py files for TorchScript/JIT. +@importorskip('fvcore') +@onedir_only +def test_fvcore(pyi_builder): + pyi_builder.test_source(""" + import fvcore.nn + """) + + +# Basic test for detectron2, which shows that we need to collect its source .py files for TorchScript/JIT. +@importorskip('detectron2') +@onedir_only +def test_detectron2(pyi_builder): + pyi_builder.test_source(""" + from detectron2 import model_zoo + from detectron2.config import get_cfg + from detectron2.engine import DefaultTrainer + + cfg = get_cfg() + print("Config:", cfg) + + # We cannot instantiate DefaultTrainer without specifying training datasets in config... + #trainer = DefaultTrainer(cfg) + #print(trainer) + """) + + +# Hugging Face datasets: Download squad dataset (76 MB train, 10 MB validation) +@importorskip('datasets') +@onedir_only +def test_datasets_download_squad(pyi_builder): + pyi_builder.test_source(""" + from datasets import load_dataset + from huggingface_hub import list_datasets + + # Print all the available datasets + available_datasets = [dataset.id for dataset in list_datasets()] + print("Available datasets:", len(available_datasets)) + + # Load a dataset and print the first example in the training set + print("Loading squad dataset...") + squad_dataset = load_dataset('squad') + print("First sample:", squad_dataset['train'][0]) + """) + + +# Basic test for Hugging Face accelerate framework +@importorskip('accelerate') +@onedir_only +def test_accelerate(pyi_builder): + pyi_builder.test_source(""" + import torch + from accelerate import Accelerator + + accelerator = Accelerator() + device = accelerator.device + print("Accelerator device:", device) + + model = torch.nn.Transformer().to(device) + optimizer = torch.optim.Adam(model.parameters()) + + model, optimizer = accelerator.prepare(model, optimizer) + print("Model:", model) + print("Optimizer:", optimizer) + """) + + +# Basic import test for fairscale, which shows that we need to collect its source .py files for TorchScript/JIT. +@importorskip('fairscale') +@onedir_only +def test_fairscale(pyi_builder): + pyi_builder.test_source(""" + import fairscale + """) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_libraries.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_libraries.py new file mode 100644 index 0000000..8ed8a83 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_libraries.py @@ -0,0 +1,1897 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import os +from pathlib import Path + +import pytest + +from PyInstaller.compat import is_darwin, is_linux, is_py39, is_win +from PyInstaller.utils.hooks import is_module_satisfies, can_import_module, get_module_attribute +from PyInstaller.utils.tests import importorskip, requires, xfail + + +@importorskip('fiona') +def test_fiona(pyi_builder): + pyi_builder.test_source( + ''' + import fiona + ''' + ) + + +@importorskip('fiona') +def test_fiona_transform(pyi_builder): + # Test that fiona in frozen application has access to its projections database. If projection data is unavailable, + # the transform becomes an identity transform. + pyi_builder.test_source( + """ + from fiona.transform import transform_geom + from fiona.crs import from_epsg + + eiffel_tower = { + 'type': 'Point', + 'coordinates': (2.294694, 48.858093), + } + + crs_source = from_epsg(4326) # WGS84 + crs_target = from_epsg(25831) # ETRS89 / UTM zone 31N + + transformed = transform_geom(crs_source, crs_target, eiffel_tower) + print(f"Transformed point: {transformed}") + + # Expected coordinates: obtained by manually running this program unfrozen + EXPECTED_COORDINATES = (448265.9146792292, 5411920.651338793) + EPS = 1e-6 + + delta = [abs(value - expected) for value, expected in zip(transformed["coordinates"], EXPECTED_COORDINATES)] + print(f"Delta: {delta}") + assert all([value < EPS for value in delta]), f"Delta {delta} exceeds threshold!" + """ + ) + + +@importorskip('jinxed') +def test_jinxed(pyi_builder): + pyi_builder.test_source( + ''' + import jinxed + jinxed.setupterm('xterm') + assert jinxed._terminal.TERM.terminfo is jinxed.terminfo.xterm + ''' + ) + + +@importorskip("geopandas") +def test_geopandas(pyi_builder): + pyi_builder.test_source( + ''' + import geopandas + ''' + ) + + +@importorskip('trimesh') +def test_trimesh(pyi_builder): + pyi_builder.test_source( + """ + import trimesh + """ + ) + + +@importorskip('apscheduler') +def test_apscheduler(pyi_builder): + pyi_builder.test_source( + """ + import apscheduler + import pytz + import asyncio + import random + import datetime as dt + from apscheduler.schedulers.asyncio import AsyncIOScheduler + from apscheduler.triggers.interval import IntervalTrigger + loop = asyncio.get_event_loop() + async def test_function(data=0): + print(dt.datetime.now(), random.randint(0, 100)) + test_scheduler = AsyncIOScheduler() + test_scheduler.add_job( + test_function, + id="TestJob", + trigger=IntervalTrigger( + seconds=1, + start_date=dt.datetime.now(tz=pytz.UTC) + ) + ) + test_scheduler.start() + loop.run_until_complete(asyncio.sleep(5)) + """ + ) + + +@importorskip('boto') +@xfail(reason='boto does not fully support Python 3') +def test_boto(pyi_builder): + pyi_builder.test_script('pyi_lib_boto.py') + + +@xfail(reason='Issue #1844.') +@importorskip('boto3') +def test_boto3(pyi_builder): + pyi_builder.test_source( + """ + import boto3 + session = boto3.Session(region_name='us-west-2') + + # verify all clients + for service in session.get_available_services(): + session.client(service) + + # verify all resources + for resource in session.get_available_resources(): + session.resource(resource) + """) + + +@xfail(reason='Issue #1844.') +@importorskip('botocore') +def test_botocore(pyi_builder): + pyi_builder.test_source( + """ + import botocore + from botocore.session import Session + session = Session() + # verify all services + for service in session.get_available_services(): + session.create_client(service, region_name='us-west-2') + """) + + +@xfail(is_darwin, reason='Issue #1895.') +@importorskip('enchant') +def test_enchant(pyi_builder): + pyi_builder.test_script('pyi_lib_enchant.py') + + +@importorskip('zmq') +def test_zmq(pyi_builder): + pyi_builder.test_source( + """ + import zmq + print(zmq.__version__) + print(zmq.zmq_version()) + # This is a problematic module and might cause some issues. + import zmq.utils.strtypes + """) + + +@importorskip('pylint') +def test_pylint(pyi_builder): + pyi_builder.test_source( + """ + # The following more obvious test doesn't work:: + # + # import pylint + # pylint.run_pylint() + # + # because pylint will exit with 32, since a valid command + # line wasn't given. Instead, provide a valid command line below. + + from pylint.lint import Run + Run(['-h']) + """) + + +@importorskip('markdown') +def test_markdown(pyi_builder): + # Markdown uses __import__ed extensions. Make sure these work by + # trying to use the 'toc' extension, using both short and long format. + pyi_builder.test_source( + """ + import markdown + print(markdown.markdown('testing', + extensions=['toc'])) + print(markdown.markdown('testing', + extensions=['markdown.extensions.toc'])) + """) + + +@importorskip('pylsl') +def test_pylsl(pyi_builder): + pyi_builder.test_source( + """ + import pylsl + print(pylsl.version.__version__) + """) + + +@importorskip('lxml') +def test_lxml_isoschematron(pyi_builder): + pyi_builder.test_source( + """ + # The import of this module triggers the loading of some + # required XML files. + from lxml import isoschematron + """) + + +@importorskip('openpyxl') +def test_openpyxl(pyi_builder): + pyi_builder.test_source( + """ + # Test the hook to openpyxl + from openpyxl import __version__ + """) + + +@importorskip('pyodbc') +def test_pyodbc(pyi_builder): + pyi_builder.test_source( + """ + # pyodbc is a binary Python module. On Windows when installed with easy_install + # it is installed as zipped Python egg. This binary module is extracted + # to PYTHON_EGG_CACHE directory. PyInstaller should find the binary there and + # include it with frozen executable. + import pyodbc + """) + + +@importorskip('pyttsx') +def test_pyttsx(pyi_builder): + pyi_builder.test_source( + """ + # Basic code example from pyttsx tutorial. + # http://packages.python.org/pyttsx/engine.html#examples + import pyttsx + engine = pyttsx.init() + engine.say('Sally sells seashells by the seashore.') + engine.say('The quick brown fox jumped over the lazy dog.') + engine.runAndWait() + """) + + +@importorskip('pyttsx3') +def test_pyttsx3(pyi_builder): + pyi_builder.test_source(""" + import pyttsx3 + engine = pyttsx3.init() + """) + + +@importorskip('pycparser') +def test_pycparser(pyi_builder): + pyi_builder.test_script('pyi_lib_pycparser.py') + + +@importorskip('Crypto') +def test_pycrypto(pyi_builder): + pyi_builder.test_source( + """ + import binascii + from Crypto.Cipher import AES + BLOCK_SIZE = 16 + print('AES null encryption, block size', BLOCK_SIZE) + # Just for testing functionality after all + print('HEX', binascii.hexlify( + AES.new(b"\\0" * BLOCK_SIZE, AES.MODE_ECB).encrypt(b"\\0" * BLOCK_SIZE))) + from Crypto.PublicKey import ECC + """) + + +@importorskip('Cryptodome') +def test_cryptodome(pyi_builder): + pyi_builder.test_source( + """ + from Cryptodome import Cipher + from Cryptodome.PublicKey import ECC + print('Cryptodome Cipher Module:', Cipher) + """) + + +@importorskip('h5py') +def test_h5py(pyi_builder): + pyi_builder.test_source(""" + import h5py + """) + + +@importorskip('unidecode') +def test_unidecode(pyi_builder): + pyi_builder.test_source(""" + from unidecode import unidecode + + # Unidecode should not skip non-ASCII chars if mappings for them exist. + assert unidecode(u"kožušček") == "kozuscek" + """) + + +@importorskip('pinyin') +def test_pinyin(pyi_builder): + pyi_builder.test_source(""" + import pinyin + """) + + +@importorskip('uvloop') +@pytest.mark.darwin +@pytest.mark.linux +def test_uvloop(pyi_builder): + pyi_builder.test_source("import uvloop") + + +@importorskip('web3') +def test_web3(pyi_builder): + pyi_builder.test_source("import web3") + + +@importorskip('phonenumbers') +def test_phonenumbers(pyi_builder): + pyi_builder.test_source(""" + import phonenumbers + + number = '+17034820623' + parsed_number = phonenumbers.parse(number) + + assert(parsed_number.country_code == 1) + assert(parsed_number.national_number == 7034820623) + """) + + +@importorskip('pendulum') +def test_pendulum(pyi_builder): + pyi_builder.test_source(""" + import pendulum + + print(pendulum.now().isoformat()) + """) + + +@importorskip('humanize') +def test_humanize(pyi_builder): + pyi_builder.test_source(""" + import humanize + from datetime import timedelta + + print(humanize.naturaldelta(timedelta(seconds=125))) + """) + + +@importorskip('argon2') +def test_argon2(pyi_builder): + pyi_builder.test_source(""" + from argon2 import PasswordHasher + + ph = PasswordHasher() + hash = ph.hash("s3kr3tp4ssw0rd") + ph.verify(hash, "s3kr3tp4ssw0rd") + """) + + +@importorskip('pytest') +def test_pytest_runner(pyi_builder): + """ + Check if pytest runner builds correctly. + """ + pyi_builder.test_source( + """ + import pytest + import sys + sys.exit(pytest.main(['--help'])) + """) + + +@importorskip('eel') +def test_eel(pyi_builder): + pyi_builder.test_source("import eel") + + +@importorskip('sentry_sdk') +def test_sentry(pyi_builder): + pyi_builder.test_source( + """ + import sentry_sdk + sentry_sdk.init() + """) + + +@importorskip('iminuit') +def test_iminuit(pyi_builder): + pyi_builder.test_source(""" + from iminuit import Minuit + """) + + +@importorskip('av') +def test_av(pyi_builder): + pyi_builder.test_source(""" + import av + """) + + +@importorskip('passlib') +@xfail(is_linux and is_py39 and not is_module_satisfies('passlib > 1.7.4'), + reason='Passlib does not account for crypt() behavior change that ' + 'was introduced in 3.9.x (python #39289).') +def test_passlib(pyi_builder): + pyi_builder.test_source(""" + import passlib.apache + """) + + +@importorskip('publicsuffix2') +def test_publicsuffix2(pyi_builder): + pyi_builder.test_source(""" + import publicsuffix2 + publicsuffix2.PublicSuffixList() + """) + + +@importorskip('pydivert') +def test_pydivert(pyi_builder): + pyi_builder.test_source(""" + import pydivert + pydivert.WinDivert.check_filter("inbound") + """) + + +@importorskip('statsmodels') +@pytest.mark.skipif(not is_module_satisfies('statsmodels >= 0.12'), + reason='This has only been tested with statsmodels >= 0.12.') +def test_statsmodels(pyi_builder): + pyi_builder.test_source(""" + import statsmodels.api as sm + """) + + +@importorskip('win32ctypes') +@pytest.mark.skipif(not is_win, reason='pywin32-ctypes is supported only on Windows') +@pytest.mark.parametrize('submodule', ['win32api', 'win32cred', 'pywintypes']) +def test_pywin32ctypes(pyi_builder, submodule): + pyi_builder.test_source(""" + from win32ctypes.pywin32 import {0} + """.format(submodule)) + + +@importorskip('pyproj') +@pytest.mark.skipif(not is_module_satisfies('pyproj >= 2.1.3'), + reason='The test supports only pyproj >= 2.1.3.') +def test_pyproj(pyi_builder): + pyi_builder.test_source(""" + import pyproj + tf = pyproj.Transformer.from_crs( + 7789, + 8401 + ) + result = tf.transform( + xx=3496737.2679, + yy=743254.4507, + zz=5264462.9620, + tt=2019.0 + ) + print(result) + """) + + +@importorskip('pydantic') +def test_pydantic(pyi_builder): + pyi_builder.test_source(""" + import datetime + import pprint + + import pydantic + + + class User(pydantic.BaseModel): + id: int + name: str = 'John Doe' + signup_ts: datetime.datetime + + + external_data = {'id': 'not an int', } + try: + User(**external_data) + except pydantic.ValidationError as e: + pprint.pprint(e.errors()) + """) + + +@requires('google-api-python-client >= 2.0.0') +def test_googleapiclient(pyi_builder): + pyi_builder.test_source(""" + from googleapiclient import discovery, discovery_cache + + API_NAME = "youtube" + API_VERSION = "v3" + + for file in os.listdir(discovery_cache.DISCOVERY_DOC_DIR): # Always up to date + if file.startswith("youtube.v") and file.endswith(".json"): + API_NAME, API_VERSION = file.split(".")[:2] + break + + # developerKey can be any non-empty string + yt = discovery.build(API_NAME, API_VERSION, developerKey=":)", static_discovery=True) + """) + + +@importorskip('eth_typing') +def test_eth_typing(pyi_builder): + pyi_builder.test_source(""" + import eth_typing + """) + + +@importorskip("eth_utils") +def test_eth_utils_network(pyi_builder): + pyi_builder.test_source(""" + import eth_utils.network + eth_utils.network.name_from_chain_id(1) + """) + + +@importorskip('plotly') +@importorskip('pandas') +def test_plotly(pyi_builder): + pyi_builder.test_source(""" + import pandas as pd + import plotly.express as px + + data = [(1, 1), (2, 1), (3, 5), (4, -3)] + df = pd.DataFrame.from_records(data, columns=['col_1', 'col_2']) + fig = px.scatter(df, x='col_1', y='col_2') + """) + + +@pytest.mark.timeout(600) +@importorskip('dash') +def test_dash(pyi_builder): + pyi_builder.test_source(""" + import dash + import dash_core_components as dcc + import dash_html_components as html + from dash.dependencies import Input, Output + + app = dash.Dash(__name__) + app.layout = html.Div( + [ + dcc.Input(id='input_text', type='text', placeholder='input type text'), + html.Div(id='out-all-types'), + ] + ) + + @app.callback( + Output('out-all-types', 'children'), + [Input('input_text', 'value')], + ) + def cb_render(val): + return val + """) + + +@importorskip('dash_table') +def test_dash_table(pyi_builder): + pyi_builder.test_source(""" + import dash + import dash_table + + app = dash.Dash(__name__) + app.layout = dash_table.DataTable( + id='table', + columns=[{'name': 'a', 'id': 'a'}, {'name': 'b', 'id': 'b'}], + data=[{'a': 1, 'b': 2}, {'a': 3, 'b': 4}], + ) + """) + + +@importorskip('dash_bootstrap_components') +def test_dash_bootstrap_components(pyi_builder): + pyi_builder.test_source(""" + import dash + import dash_bootstrap_components as dbc + import dash_html_components as html + + app = dash.Dash(external_stylesheets=[dbc.themes.BOOTSTRAP]) + alert = dbc.Alert([html.H4('Well done!', className='alert-heading')]) + """) + + +@importorskip('blspy') +def test_blspy(pyi_builder): + pyi_builder.test_source(""" + import blspy + """) + + +@importorskip('flirpy') +def test_flirpy(pyi_builder): + pyi_builder.test_source(""" + from flirpy.camera.lepton import Lepton + + print(Lepton.find_video_device()) + """) + + +@importorskip('office365') +def test_office365(pyi_builder): + pyi_builder.test_source(""" + from office365.runtime.auth.providers.saml_token_provider import SamlTokenProvider + + SamlTokenProvider._prepare_request_from_template('FederatedSAML.xml', {}) + SamlTokenProvider._prepare_request_from_template('RST2.xml', {}) + SamlTokenProvider._prepare_request_from_template('SAML.xml', {}) + """) + + +@importorskip('thinc') +def test_thinc(pyi_builder): + pyi_builder.test_source(""" + from thinc.backends import numpy_ops + """) + + +@importorskip('srsly') +def test_srsly(pyi_builder): + pyi_builder.test_source(""" + import srsly + """) + + +@importorskip('spacy') +def test_spacy(pyi_builder): + pyi_builder.test_source(""" + import spacy + """) + + +@importorskip('shotgun_api3') +def test_shotgun_api3(pyi_builder): + pyi_builder.test_source(""" + import shotgun_api3 + """) + + +@importorskip('msoffcrypto') +def test_msoffcrypto(pyi_builder): + pyi_builder.test_source(""" + import msoffcrypto + """) + + +@importorskip('mariadb') +def test_mariadb(pyi_builder): + pyi_builder.test_source(""" + import mariadb + """) + + +@importorskip('dash_uploader') +def test_dash_uploader(pyi_builder): + pyi_builder.test_source(""" + import dash_uploader + """) + + +@importorskip('cloudscraper') +def test_cloudscraper(pyi_builder): + pyi_builder.test_source(""" + import cloudscraper + scraper = cloudscraper.create_scraper() + """) + + +@importorskip('mnemonic') +def test_mnemonic(pyi_builder): + pyi_builder.test_source(""" + import mnemonic + mnemonic.Mnemonic("english") + """) + + +@importorskip('pynput') +def test_pynput(pyi_builder): + pyi_builder.test_source(""" + import pynput + """) + + +@importorskip('pystray') +def test_pystray(pyi_builder): + pyi_builder.test_source(""" + import pystray + """) + + +@importorskip('rtree') +def test_rtree(pyi_builder): + pyi_builder.test_source(""" + import rtree + """) + + +@importorskip('pingouin') +def test_pingouin(pyi_builder): + pyi_builder.test_source(""" + import pingouin + """) + + +@importorskip('timezonefinder') +def test_timezonefinder(pyi_builder): + pyi_builder.test_source(""" + from timezonefinder import TimezoneFinder + TimezoneFinder() + """) + + +@importorskip('uvicorn') +def test_uvicorn(pyi_builder): + pyi_builder.test_source(""" + from uvicorn import lifespan, loops + """) + + +@importorskip("langdetect") +def test_langdetect(pyi_builder): + pyi_builder.test_source(""" + import langdetect + print(langdetect.detect("this is a test")) + """) + + +@importorskip("swagger_spec_validator") +def test_swagger_spec_validator(pyi_builder): + pyi_builder.test_source(""" + from swagger_spec_validator.common import read_resource_file + read_resource_file("schemas/v1.2/resourceListing.json") + read_resource_file("schemas/v2.0/schema.json") + """) + + +@requires('pythonnet < 3.dev') +@pytest.mark.skipif(not is_win, reason='pythonnet 2 does not support .Net Core, so its only supported by Windows') +def test_pythonnet2(pyi_builder): + pyi_builder.test_source(""" + import clr + """) + + +@requires('pythonnet >= 3.dev') +def test_pythonnet3(pyi_builder): + pyi_builder.test_source(""" + from clr_loader import get_coreclr + from pythonnet import set_runtime + set_runtime(get_coreclr()) # Pick up and use any installed .NET runtime. + + import clr + """) + + +if is_win: + # This is a hack to prevent monkeypatch from interfering with PyQt5's additional PATH entries. See: + # https://github.com/pyinstaller/pyinstaller/commit/b66c9021129e9e875ddd138a298ce542483dd6c9 + try: + import PyQt5 # noqa: F401 + except ImportError: + pass + + +@importorskip("qtmodern") +@importorskip("PyQt5") +def test_qtmodern(pyi_builder): + pyi_builder.test_source(""" + import sys + from PyQt5 import QtWidgets + import qtmodern.styles + import qtmodern.windows + + app = QtWidgets.QApplication(sys.argv) + window = QtWidgets.QWidget() + qtmodern.styles.dark(app) + modern_window = qtmodern.windows.ModernWindow(window) + modern_window.show() + """) + + +@importorskip("platformdirs") +def test_platformdirs(pyi_builder): + pyi_builder.test_source(""" + import platformdirs + platformdirs.user_data_dir("FooApp", "Mr Foo") + """) + + +@importorskip("websockets") +def test_websockets(pyi_builder): + pyi_builder.test_source("import websockets") + + +@importorskip("tableauhyperapi") +def test_tableauhyperapi(pyi_builder): + pyi_builder.test_source(""" + import tableauhyperapi + """) + + +@importorskip("pymssql") +def test_pymssql(pyi_builder): + pyi_builder.test_source(""" + import pymssql + """) + + +@importorskip("branca") +def test_branca(pyi_builder): + pyi_builder.test_source(""" + import branca + """) + + +@importorskip("folium") +def test_folium(pyi_builder): + pyi_builder.test_source(""" + import folium + m = folium.Map(location=[0, 0], zoom_start=5) + """) + + +@importorskip("metpy") +def test_metpy(pyi_builder): + # Import metpy.plots, which triggers search for colortables data. + pyi_builder.test_source(""" + import metpy.plots + """) + + +@importorskip("pyvjoy") +def test_pyvjoy(pyi_builder): + pyi_builder.test_source(""" + import pyvjoy + """) + + +@importorskip("adbutils") +def test_adbutils(pyi_builder): + # adbutils 0.15.0 renamed adbutils._utils.get_adb_exe() to adb_path() + if is_module_satisfies("adbutils >= 0.15.0"): + pyi_builder.test_source(""" + from adbutils._utils import adb_path; adb_path() + """) + else: + pyi_builder.test_source(""" + from adbutils._utils import get_adb_exe; get_adb_exe() + """) + + +@importorskip("pymediainfo") +def test_pymediainfo(pyi_builder): + pyi_builder.test_source(""" + from pymediainfo import MediaInfo + MediaInfo._get_library() # Trigger search for shared library. + """) + + +@importorskip("sacremoses") +def test_sacremoses(pyi_builder): + pyi_builder.test_source(""" + import sacremoses + """) + + +@importorskip("pypeteer") +def test_pypeteer(pyi_builder): + pyi_builder.test_source(""" + import pypeteer + print(pypeteer.version) + """) + + +@importorskip("tzdata") +@pytest.mark.skipif(not is_py39 and not can_import_module('importlib_resources'), + reason='importlib_resources is required on python < 3.9.') +def test_tzdata(pyi_builder): + pyi_builder.test_source(""" + import tzdata.zoneinfo # hiddenimport + + try: + import importlib.resources as importlib_resources + except ImportError: + import importlib_resources + + # This emulates time-zone data retrieval from tzdata, as peformed by + # zoneinfo / backports.zoneinfo + zone_name = "Europe/Ljubljana" + + components = zone_name.split("/") + package_name = ".".join(["tzdata.zoneinfo"] + components[:-1]) + resource_name = components[-1] + + with importlib_resources.open_binary(package_name, resource_name) as fp: + data = fp.read() + + print(data) + """) + + +@importorskip("backports.zoneinfo") +@pytest.mark.skipif(is_win and not can_import_module('tzdata'), + reason='On Windows, backports.zoneinfo requires tzdata.') +def test_backports_zoneinfo(pyi_builder): + pyi_builder.test_source(""" + from backports import zoneinfo + tz = zoneinfo.ZoneInfo("Europe/Ljubljana") + print(tz) + """) + + +@importorskip("zoneinfo") +@pytest.mark.skipif(is_win and not can_import_module('tzdata'), + reason='On Windows, zoneinfo requires tzdata.') +def test_zoneinfo(pyi_builder): + pyi_builder.test_source(""" + import zoneinfo + tz = zoneinfo.ZoneInfo("Europe/Ljubljana") + print(tz) + """) + + +@importorskip("panel") +def test_panel(pyi_builder): + pyi_builder.test_source(""" + import panel + + # Load the Ace extension to trigger lazy-loading of model + panel.extension("ace") + """) + + +@importorskip("pyviz_comms") +def test_pyviz_comms(pyi_builder): + pyi_builder.test_source(""" + import pyviz_comms + """) + + +@importorskip("pyphen") +def test_pyphen(pyi_builder): + pyi_builder.test_source(""" + import pyphen + """) + + +@importorskip("pandas") +@importorskip("plotly") +@importorskip("kaleido") +def test_kaleido(pyi_builder): + pyi_builder.test_source(""" + import plotly.express as px + fig = px.scatter(px.data.iris(), x="sepal_length", y="sepal_width", color="species") + fig.write_image("figure.png", engine="kaleido") + """) + + +@pytest.mark.skipif(is_win, + reason='On Windows, Cairo dependencies cannot be installed using Chocolatey.') +@importorskip("cairocffi") +def test_cairocffi(pyi_builder): + pyi_builder.test_source(""" + import cairocffi + """) + + +@pytest.mark.skipif(is_win, + reason='On Windows, Cairo dependencies cannot be installed using Chocolatey.') +@importorskip("cairosvg") +def test_cairosvg(pyi_builder): + pyi_builder.test_source(""" + import cairosvg + """) + + +@importorskip("ffpyplayer") +def test_ffpyplayer(pyi_builder): + pyi_builder.test_source(""" + import ffpyplayer.player + """) + + +@importorskip("cv2") +def test_cv2(pyi_builder): + pyi_builder.test_source(""" + import cv2 + """) + + +# Requires OpenCV with enabled HighGUI +@importorskip("cv2") +def test_cv2_highgui(pyi_builder): + from PyInstaller import isolated + + @isolated.decorate + def _get_cv2_highgui_backend(): + import re + import cv2 + + # Find `GUI: ` line in OpenCV build information dump. This is available only in recent OpenCV versions; + # in earlier versions, we would need to parse all subsequent backend entries, which is out of our scope here. + pattern = re.compile(r'$\s*GUI\s*:\s*(?P\S+)\s*^', re.MULTILINE) + info = cv2.getBuildInformation() + m = pattern.search(info) + if not m: + return None + + return m.group('gui') + + has_gui = True + backend = _get_cv2_highgui_backend() + if backend is None: + # We could not determine the backend from OpenCV information; fall back to the dist name + if is_module_satisfies('opencv-python-headless'): + has_gui = False + elif backend == "NONE": + has_gui = False + + if not has_gui: + pytest.skip("OpenCV has no GUI support.") + + pyi_builder.test_source(""" + import cv2 + import numpy as np + + img = np.zeros((64, 64), dtype='uint8') + cv2.imshow("Test", img) + cv2.waitKey(1000) # Wait a second + """) + + +@importorskip("twisted") +def test_twisted_default_reactor(pyi_builder): + pyi_builder.test_source(""" + from twisted.internet import reactor + assert callable(reactor.listenTCP) + """) + + +@importorskip("twisted") +def test_twisted_custom_reactor(pyi_builder): + pyi_builder.test_source(""" + import sys + if sys.platform.startswith("win") and sys.version_info >= (3,7): + import asyncio + asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) + from twisted.internet import asyncioreactor + asyncioreactor.install() + from twisted.internet import reactor + assert callable(reactor.listenTCP) + """) + + +@importorskip("pygraphviz") +def test_pygraphviz_bundled_programs(pyi_builder): + # Test that the frozen application is using collected graphviz executables instead of system-installed ones. + pyi_builder.test_source(""" + import sys + import os + import pygraphviz + + bundle_dir = os.path.normpath(sys._MEIPASS) + dot_path = os.path.normpath(pygraphviz.AGraph()._get_prog('dot')) + + assert os.path.commonprefix([dot_path, bundle_dir]) == bundle_dir, \ + f"Invalid program path: {dot_path}!" + """) + + +@importorskip("pypsexec") +def test_pypsexec(pyi_builder): + pyi_builder.test_source(""" + from pypsexec.paexec import paexec_out_stream + next(paexec_out_stream()) + """) + + +@importorskip("mimesis") +def test_mimesis(pyi_builder): + pyi_builder.test_source(""" + from mimesis import Address + Address().address() + """) + + +@importorskip('orjson') +def test_orjson(pyi_builder): + pyi_builder.test_source(""" + import orjson + """) + + +@importorskip('altair') +def test_altair(pyi_builder): + pyi_builder.test_source(""" + import altair + """) + + +@importorskip('fabric') +def test_fabric(pyi_builder): + pyi_builder.test_source(""" + import fabric + """) + + +@importorskip('cassandra') +def test_cassandra(pyi_builder): + pyi_builder.test_source(""" + import cassandra + """) + + +@importorskip('gitlab') +def test_gitlab(pyi_builder): + pyi_builder.test_source(""" + import gitlab + """) + + +@importorskip('graphql_query') +def test_graphql_query(pyi_builder): + pyi_builder.test_source(""" + from graphql_query import Operation, Query + hero = Query(name="hero", fields=["name"]) + operation = Operation(type="query", queries=[hero]) + print(operation.render()) + """) + + +@importorskip('shapely') +def test_shapely(pyi_builder): + pyi_builder.test_source(""" + from shapely.geometry import Point + patch = Point(0.0, 0.0).buffer(10.0) + print(patch.area) + """) + + +@importorskip('lark') +def test_lark(pyi_builder): + pyi_builder.test_source(""" + import lark + parser = lark.Lark(''' + value: "true" + %import common.SIGNED_NUMBER''', + start='value') + """) + + +@importorskip('stdnum') +def test_stdnum_iban(pyi_builder): + pyi_builder.test_source(""" + import stdnum.iban + """) + + +@importorskip('numcodecs') +def test_numcodecs(pyi_builder): + pyi_builder.test_source(""" + # numcodecs uses multiprocessing + import multiprocessing + multiprocessing.freeze_support() + from numcodecs import Blosc + """) + + +@importorskip('pypemicro') +def test_pypemicro(pyi_builder): + pyi_builder.test_source(""" + from pypemicro import PyPemicro + assert PyPemicro.get_pemicro_lib() + """) + + +@importorskip('sounddevice') +def test_sounddevice(pyi_builder): + pyi_builder.test_source(""" + import sounddevice + """) + + +@importorskip('soundfile') +def test_soundfile(pyi_builder): + pyi_builder.test_source(""" + import soundfile + """) + + +@importorskip('limits') +def test_limits(pyi_builder): + pyi_builder.test_source(""" + import limits + """) + + +@pytest.mark.skipif(is_win, + reason='On Windows, Weasyprint dependencies cannot be installed using Chocolatey.') +@importorskip("weasyprint") +def test_weasyprint(pyi_builder): + pyi_builder.test_source(""" + import weasyprint + """) + + +@importorskip("great_expectations") +def test_great_expectations(pyi_builder): + # Reproduce the error from pyinstaller/pyinstaller-hooks-contrib#445 + pyi_builder.test_source(""" + from great_expectations.render.view import view + v = view.DefaultJinjaView() + """) + + +@importorskip('pyshark') +def test_pyshark(pyi_builder): + pyi_builder.test_source( + """ + import pyshark + #capture = pyshark.FileCapture('/tmp/networkpackages.cap') + #data = [print x for x in capture] + #print(data) + """ + ) + + +@importorskip('pyqtgraph') +@importorskip('PyQt5') +def test_pyqtgraph(pyi_builder): + pyi_builder.test_source( + """ + import pyqtgraph.graphicsItems.PlotItem + import pyqtgraph.graphicsItems.ViewBox.ViewBoxMenu + import pyqtgraph.imageview.ImageView + """, + pyi_args=['--exclude', 'PySide2', '--exclude', 'PySide6', '--exclude', 'PyQt6'] + ) + + +@importorskip('pyqtgraph') +def test_pyqtgraph_colormap(pyi_builder): + pyi_builder.test_source( + """ + import pyqtgraph.colormap + assert pyqtgraph.colormap.listMaps() + """ + ) + + +@importorskip('pyqtgraph') +@importorskip('PyQt5') +def test_pyqtgraph_remote_graphics_view(pyi_builder): + pyi_builder.test_source( + """ + import sys + import os + import signal + + from PyQt5 import QtCore, QtWidgets + import pyqtgraph + + # Multiprocessing is used internally by pyqtgraph.multiprocess + import multiprocessing + multiprocessing.freeze_support() + + # pyqtgraph.multiprocess also uses a subprocess.Popen() to spawn its + # sub-process, so we need to restore _MEIPASS2 to prevent the executable + # to unpacking itself again in the subprocess. + os.environ['_MEIPASS2'] = sys._MEIPASS + + # Create a window with remote graphics view + app = QtWidgets.QApplication(sys.argv) + signal.signal(signal.SIGINT, signal.SIG_DFL) + + window = QtWidgets.QWidget() + layout = QtWidgets.QVBoxLayout(window) + remote_view = pyqtgraph.widgets.RemoteGraphicsView.RemoteGraphicsView() + layout.addWidget(remote_view) + + window.show() + + # Quit after a second + QtCore.QTimer.singleShot(1000, app.exit) + + sys.exit(app.exec_()) + """, + pyi_args=['--exclude', 'PySide2', '--exclude', 'PySide6', '--exclude', 'PyQt6'] + ) + + +# Remove xfail once facebookresearch/hydra#2531 is merged. +@importorskip('hydra') +@xfail( + is_module_satisfies('PyInstaller >= 5.8'), + reason="uses deprecated PEP-302 functionality that was removed from PyInstaller's FrozenImporter.") +def test_hydra(pyi_builder, tmpdir): + config_file = str((Path(__file__) / '../data/test_hydra/config.yaml').resolve(strict=True).as_posix()) + + pyi_builder.test_source( + """ + import os + + import hydra + from omegaconf import DictConfig, OmegaConf + + config_path = os.path.join(os.path.dirname(__file__), 'conf') + + @hydra.main(config_path=config_path, config_name="config") + def my_app(cfg): + assert cfg.test_group.secret_string == 'secret' + assert cfg.test_group.secret_number == 123 + + if __name__ == "__main__": + my_app() + """, + pyi_args=['--add-data', os.pathsep.join((config_file, 'conf'))] + ) + + +@importorskip('pywintypes') +def test_pywintypes(pyi_builder): + pyi_builder.test_source(""" + import pywintypes + """) + + +@importorskip('pythoncom') +def test_pythoncom(pyi_builder): + pyi_builder.test_source(""" + import pythoncom + """) + + +@importorskip('spiceypy') +def test_spiceypy(pyi_builder): + pyi_builder.test_source(""" + import spiceypy + """) + + +@importorskip('discid') +def test_discid(pyi_builder): + pyi_builder.test_source( + """ + # Basic import check + import discid + + # Check that shared library is in fact collected into application bundle. + # We expect the hook to collect it to top-level directory (sys._MEIPASS). + import discid.libdiscid + lib_name = discid.libdiscid._LIB_NAME + + lib_file = os.path.join(sys._MEIPASS, lib_name) + assert os.path.isfile(lib_file), f"Shared library {lib_name} not collected to _MEIPASS!" + """ + ) + + +@importorskip('exchangelib') +def test_exchangelib(pyi_builder): + pyi_builder.test_source(""" + import exchangelib + """) + + +@importorskip('cftime') +def test_cftime(pyi_builder): + pyi_builder.test_source(""" + import cftime + """) + + +@importorskip('netCDF4') +def test_netcdf4(pyi_builder): + pyi_builder.test_source(""" + import netCDF4 + """) + + +@importorskip('charset_normalizer') +def test_charset_normalizer(pyi_builder): + pyi_builder.test_source(""" + import base64 + import charset_normalizer + message = base64.b64decode(b"yUCEmYWBlIWEQIFAhJmFgZRAloZAgUCUlpmFQKKFlaKJgpOFQJeBg5KBh4U=") + print(charset_normalizer.from_bytes(message).best()) + """) + + +@importorskip('cf_units') +def test_cf_units(pyi_builder): + pyi_builder.test_source(""" + import cf_units + """) + + +@importorskip('compliance_checker') +def test_compliance_checker(pyi_builder): + # The test file - taken from the package's own test data/examples. Use an .nc file instead of .cdl one, because + # loading the latter requires ncgen utility to be available on the system. + pkg_path = get_module_attribute('compliance_checker', '__path__')[0] + input_file = Path(pkg_path) / 'tests/data/bad-trajectory.nc' + assert input_file.is_file(), f"Selected test file, {input_file!s} does not exist! Fix the test!" + + pyi_builder.test_source(""" + import os + import json + + import compliance_checker + import compliance_checker.runner + + input_file = sys.argv[1] + + # Load all available checker classes + check_suite = compliance_checker.runner.CheckSuite() + check_suite.load_all_available_checkers() + + # Run cf and adcc checks + return_value, errors = compliance_checker.runner.ComplianceChecker.run_checker( + input_file, + checker_names=['cf', 'acdd'], + verbose=False, + criteria='normal', + output_filename='-', + output_format='json') + + # We do not really care about validation results, just that validation finished without raising any exceptions. + print("Return value:", return_value) + print("Errors occurred:", errors) + """, app_args=[str(input_file)]) + + +@importorskip('nbt') +def test_nbt(pyi_builder): + pyi_builder.test_source(""" + import nbt + """) + + +@importorskip('minecraft_launcher_lib') +def test_minecraft_launcher_lib(pyi_builder): + pyi_builder.test_source( + ''' + import minecraft_launcher_lib + assert isinstance(minecraft_launcher_lib.utils.get_library_version(), str) + ''' + ) + + +@importorskip('moviepy') +def test_moviepy_editor(pyi_builder): + # `moviepy.editor` tries to access the `moviepy.video.fx` and `moviepy.audio.fx` plugins/modules via the + # `moviepy.video.fx.all` and `moviepy.video.fx.all` modules, which in turn programmatically import and + # forward all corresponding submodules. + pyi_builder.test_source(""" + import moviepy.editor + """) + + +@importorskip('customtkinter') +def test_customtkinter(pyi_builder): + pyi_builder.test_source(""" + import customtkinter + """) + + +@importorskip('pylibmagic') +def test_pylibmagic(pyi_builder): + pyi_builder.test_source(""" + import pylibmagic + import os + import sys + + bundle_dir = os.path.normpath(sys._MEIPASS) + pylibmagic_data_path = f"{bundle_dir}/pylibmagic" + + files_to_assert = ["magic.mgc"] + if sys.platform == 'darwin': + files_to_assert.append("libmagic.1.dylib") + elif sys.platform.startswith('linux'): + files_to_assert.append("libmagic.so.1") + + for file in files_to_assert: + assert os.path.isfile(f"{pylibmagic_data_path}/{file}"), \ + f"The {file} was not collected to _MEIPASS!" + """) + + +@importorskip('fastparquet') +def test_fastparquet(pyi_builder): + pyi_builder.test_source(""" + import fastparquet + """) + + +@importorskip('librosa') +def test_librosa(pyi_builder): + pyi_builder.test_source(""" + import librosa + + # Requires intervals.msgpack data file + import librosa.core.intervals + + # Requires example files on import + import librosa.util.files + """) + + +@importorskip('librosa') +def test_librosa_util_function(pyi_builder): + # Test that functions from `librosa.util` that use `numba` vectorization can be run in frozen application. + pyi_builder.test_source(""" + import librosa.util + import numpy as np + + x = np.array([1, 0, 1, 2, -1, 0, -2, 1]) + result = librosa.util.localmin(x) + expected = np.array([False, True, False, False, True, False, True, False]) + assert (result == expected).all() + """) + + +@importorskip('sympy') +def test_sympy(pyi_builder): + pyi_builder.test_source(""" + import sympy + """) + + +@importorskip('bokeh') +def test_bokeh(pyi_builder): + pyi_builder.test_source(""" + import bokeh + """) + + +@importorskip('xyzservices') +def test_xyzservices(pyi_builder): + pyi_builder.test_source(""" + import xyzservices.providers + print(xyzservices.providers.CartoDB) + """) + + +@importorskip('mistune') +def test_mistune(pyi_builder): + pyi_builder.test_source(""" + import mistune + """) + + +@importorskip('jsonschema') +def test_jsonschema(pyi_builder): + pyi_builder.test_source(""" + import jsonschema + + # Sample schema + schema = { + "type" : "object", + "properties" : { + "price" : {"type" : "number"}, + "name" : {"type" : "string"}, + }, + } + + jsonschema.validate(instance={"name" : "Eggs", "price" : 3.38}, schema=schema) + + try: + jsonschema.validate(instance={"name" : "Eggs", "price" : "Invalid"}, schema=schema) + except jsonschema.ValidationError as e: + print(f"Validation error: {e}") + """) + + +@importorskip('psutil') +def test_psutil(pyi_builder): + pyi_builder.test_source(""" + import psutil + """) + + +@importorskip('litestar') +def test_litestar(pyi_builder): + pyi_builder.test_source(""" + from litestar import Litestar, get + from litestar.testing import TestClient + from typing import Dict, Any + + + @get("/sync", sync_to_thread=False) + def sync_hello_world() -> Dict[str, Any]: + return {"hello": "world"} + + + app = Litestar(route_handlers=[sync_hello_world]) + client = TestClient(app) + response = client.get("/sync") + assert response.status_code == 200 + assert response.json() == {"hello": "world"} + """) + + +@importorskip('lingua') +def test_lingua_language_detector(pyi_builder): + pyi_builder.test_source(""" + from lingua import Language, LanguageDetectorBuilder + + languages = [Language.ENGLISH, Language.FRENCH, Language.GERMAN, Language.SPANISH] + detector = LanguageDetectorBuilder.from_languages(*languages).build() + + assert detector.detect_language_of("languages are awesome") == Language.ENGLISH + """) + + +@importorskip('opencc') +def test_opencc(pyi_builder): + pyi_builder.test_source(""" + import opencc + + cc = opencc.OpenCC('s2t') + + assert cc.convert('开放中文转换') == '開放中文轉換' + """) + + +@importorskip('jieba') +def test_jieba(pyi_builder): + pyi_builder.test_source(""" + import jieba + + assert jieba.lcut('我来到北京清华大学') == ['我', '来到', '北京', '清华大学'] + """) + + +@importorskip('simplemma') +def test_simplemma(pyi_builder): + pyi_builder.test_source(""" + import simplemma + + assert simplemma.lemmatize('tests', lang='en') == 'test' + """) + + +@importorskip('wordcloud') +def test_wordcloud(pyi_builder): + pyi_builder.test_source(""" + import wordcloud + + wordcloud.WordCloud().generate('test') + """) + + +@importorskip('eng_to_ipa') +def test_eng_to_ipa(pyi_builder): + pyi_builder.test_source(""" + import eng_to_ipa + """) + + +@importorskip('mecab') +def test_mecab(pyi_builder): + pyi_builder.test_source(""" + import mecab + + mecab.MeCab() + """) + + +@importorskip('khmernltk') +def test_khmernltk(pyi_builder): + pyi_builder.test_source(""" + import khmernltk + """) + + +@importorskip('pycrfsuite') +def test_pycrfsuite(pyi_builder): + pyi_builder.test_source(""" + import pycrfsuite + """) + + +@importorskip('pymorphy3') +def test_pymorphy3(pyi_builder): + # Language availability depends on installed packages. + available_languages = [] + if can_import_module('pymorphy3_dicts_ru'): + available_languages.append('ru') + if can_import_module('pymorphy3_dicts_uk'): + available_languages.append('uk') + + pyi_builder.test_source(""" + import sys + import pymorphy3 + + languages = sys.argv[1:] + print(f"Languages to test: {languages}") + + for language in languages: + pymorphy3.MorphAnalyzer(lang=language) + """, app_args=available_languages) + + +@importorskip('sudachipy') +@importorskip('sudachidict_small') +@importorskip('sudachidict_core') +@importorskip('sudachidict_full') +def test_sudachipy(pyi_builder): + pyi_builder.test_source(""" + from sudachipy import Dictionary + + Dictionary(dict='small').create() + Dictionary(dict='core').create() + Dictionary(dict='full').create() + """) + + +@importorskip('laonlp') +def test_laonlp(pyi_builder): + pyi_builder.test_source(""" + import laonlp + """) + + +@importorskip('pythainlp') +def test_pythainlp(pyi_builder): + pyi_builder.test_source(""" + import pythainlp + """) + + +@importorskip('gmsh') +def test_gmsh(pyi_builder): + pyi_builder.test_source(""" + import gmsh + """) + + +@importorskip('sspilib') +def test_sspilib(pyi_builder): + pyi_builder.test_source(""" + import sspilib + + cred = sspilib.UserCredential( + "username@DOMAIN.COM", + "password", + ) + + ctx = sspilib.ClientSecurityContext( + "host/server.domain.com", + credential=cred, + ) + + print(ctx) + """) + + +@importorskip('rlp') +def test_rlp(pyi_builder): + pyi_builder.test_source(""" + import rlp + """) + + +@importorskip('eth_rlp') +def test_eth_rlp(pyi_builder): + pyi_builder.test_source(""" + import eth_rlp + """) + + +@importorskip('z3c.rml') +def test_z3c_rml_rml2pdf(pyi_builder): + pyi_builder.test_source(""" + from z3c.rml import rml2pdf + + rml = ''' + + + + + + Welcome to RML. + + + ''' + + pdf_bytes = rml2pdf.parseString(rml) + """) + + +@importorskip('freetype') +def test_pyi_freetype(pyi_builder): + pyi_builder.test_source(""" + import sys + import pathlib + + import freetype + + # Ensure that the freetype shared library is bundled with the frozen application; otherwise, freetype might be + # using system-wide library. + + # First, check that freetype.FT_Library_filename is an absolute path; otherwise, it is likely using + # basename-only ctypes fallback. + ft_library_file = pathlib.Path(freetype.FT_Library_filename) + print(f"FT library file (original): {ft_library_file}", file=sys.stderr) + assert ft_library_file.is_absolute(), "FT library file is not an absolute path!" + + # Check that fully-resolved freetype.FT_Library_filename is anchored in fully-resolved frozen application + # directory. + app_dir = pathlib.Path(__file__).resolve().parent + print(f"Application directory: {app_dir}", file=sys.stderr) + ft_library_path = pathlib.Path(ft_library_file).resolve() + print(f"FT library file (resolved): {ft_library_path}", file=sys.stderr) + assert app_dir in ft_library_path.parents, "FT library is not bundled with frozen application!" + """) + + +@importorskip('vaderSentiment') +def test_vadersentiment(pyi_builder): + pyi_builder.test_source(""" + import vaderSentiment.vaderSentiment + vaderSentiment.vaderSentiment.SentimentIntensityAnalyzer() + """) + + +@importorskip('langchain') +def test_langchain_llm_summarization_checker(pyi_builder): + pyi_builder.test_source(""" + import langchain.chains.llm_summarization_checker.base + """) + + +@importorskip('seedir') +def test_seedir(pyi_builder): + pyi_builder.test_source(""" + import seedir + """) + + +@importorskip('PyTaskbar') +@pytest.mark.skipif(not is_win, reason='PyTaskbar is supported only on Windows') +def test_PyTaskbar(pyi_builder): + pyi_builder.test_source(""" + import PyTaskbar + """) + + +@importorskip('celpy') +def test_celpy(pyi_builder): + pyi_builder.test_source(""" + import celpy + """) + + +@importorskip('pygwalker') +def test_pygwalker(pyi_builder): + pyi_builder.test_source(""" + import pygwalker + """) + + +@importorskip('pypylon') +def test_pypylon(pyi_builder): + pyi_builder.test_source(""" + from pypylon import pylon + """) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_pytorch.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_pytorch.py new file mode 100644 index 0000000..bfa7c25 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_pytorch.py @@ -0,0 +1,191 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pytest + +from PyInstaller.utils.tests import importorskip + + +# Run the tests in onedir mode only +torch_onedir_only = pytest.mark.parametrize('pyi_builder', ['onedir'], indirect=True) + + +@importorskip('torch') +@torch_onedir_only +def test_torch(pyi_builder): + pyi_builder.test_source(""" + import torch + + torch.rand((10, 10)) * torch.rand((10, 10)) + """) + + +# Test with torchaudio transform that uses torchcript, which requires +# access to transforms' sources. +@importorskip('torchaudio') +@torch_onedir_only +def test_torchaudio_scripted_transforms(pyi_builder): + pyi_builder.test_source(""" + import numpy as np + + import torch.nn + import torchaudio.transforms + + # Generate a sine waveform + volume = 0.5 # range [0.0, 1.0] + sampling_rate = 44100 # sampling rate, Hz + duration = 5.0 # seconds + freq = 500.0 # sine frequency, Hz + + points = np.arange(0, sampling_rate * duration) + signal = volume * np.sin(2 * np.pi * points * freq / sampling_rate) + + # Resample the signal using scripted transform + transforms = torch.nn.Sequential( + torchaudio.transforms.Resample( + orig_freq=sampling_rate, + new_freq=sampling_rate // 2 + ), + ) + scripted_transforms = torch.jit.script(transforms) + + signal_tensor = torch.from_numpy(signal).float() + resampled_tensor = scripted_transforms(signal_tensor) + + print("Result size:", resampled_tensor.size()) + assert len(resampled_tensor) == len(signal_tensor) / 2 + """) + + +# Test with torchtext transform that uses torchcript, which requires +# access to transforms' sources. +@importorskip('torchtext') +@torch_onedir_only +def test_torchtext_scripted_berta_tokenizer_transform(pyi_builder): + pyi_builder.test_source(""" + import torch.nn + import torchtext.models + import torchtext.functional + + # Create Roberta Encoder with Base configuration + roberta_base = torchtext.models.ROBERTA_BASE_ENCODER + classifier_head = torchtext.models.RobertaClassificationHead(num_classes=2, input_dim=768) + transform = roberta_base.transform() + + # Create transform that uses torchscript + scripted_transform = torch.jit.script(transform) + print(scripted_transform) + + # Prepare test data + small_input_batch = [ + "Hello world", + "How are you!", + ] + + model_input = torchtext.functional.to_tensor(scripted_transform(small_input_batch), padding_value=1) + print("Tokenized input:", model_input) + + # Process + if False: + # Downloads the model (~ 240 MB), if necessary. + model = roberta_base.get_model(head=classifier_head) + + output = model(model_input) + print(output) + print(output.shape) + """) + + +@importorskip('torchvision') +@torch_onedir_only +def test_torchvision_nms(pyi_builder): + pyi_builder.test_source(""" + import torch + import torchvision + # boxes: Nx4 tensor (x1, y1, x2, y2) + boxes = torch.tensor([ + [0.0, 0.0, 1.0, 1.0], + [0.45, 0.0, 1.0, 1.0], + ]) + # scores: Nx1 tensor + scores = torch.tensor([ + 1.0, + 1.1 + ]) + keep = torchvision.ops.nms(boxes, scores, 0.5) + # The boxes have IoU of 0.55, and the second one has a slightly + # higher score, so we expect it to be kept while the first one + # is discarded. + assert keep == 1 + """) + + +# Ensure that torchvision.io.image manages to load torchvision.image extension for its ops. +@importorskip('torchvision') +@torch_onedir_only +def test_torchvision_image_io(pyi_builder): + pyi_builder.test_source(""" + import torch + import torchvision.io.image + + image = torch.zeros((3, 100, 100), dtype=torch.uint8) + png_data = torchvision.io.image.encode_png(image) + decoded_image = torchvision.io.image.decode_png(png_data) + + assert torch.equal(image, decoded_image), "Original and decoded image are not identical!" + """) + + +# Advanced tests that uses torchvision.datasets and torchvision.transforms; +# the transforms are combined using torchscript, which requires access to +# transforms' sources. +@importorskip('torchvision') +@torch_onedir_only +def test_torchvision_scripted_transforms(pyi_builder): + pyi_builder.test_source(""" + import torch + import torch.nn + + import torchvision.transforms + import torchvision.datasets + + # Generate one image, and convert it from PIL to tensor + preproc = torchvision.transforms.Compose([ + torchvision.transforms.PILToTensor() + ]) + + dataset = torchvision.datasets.FakeData( + size=1, # 1 image + image_size=(3, 200, 200), + num_classes=2, + transform=preproc, + ) + + assert len(dataset) == 1 + image, category = dataset[0] + + assert image.size() == (3, 200, 200) + assert image.dtype == torch.uint8 + + # Create a composite transform that uses torchscript + transforms = torch.nn.Sequential( + torchvision.transforms.RandomCrop(100), + torchvision.transforms.RandomHorizontalFlip(p=0.3), + ) + scripted_transforms = torch.jit.script(transforms) + + # Transform image + transformed_image = scripted_transforms(image) + + assert transformed_image.size() == (3, 100, 100) + assert transformed_image.dtype == torch.uint8 + """) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_image.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_image.py new file mode 100644 index 0000000..2513d5a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_image.py @@ -0,0 +1,70 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pytest + +from PyInstaller.utils.hooks import is_module_satisfies +from PyInstaller.utils.tests import importorskip + + +# Run the tests in onedir mode only +onedir_only = pytest.mark.parametrize('pyi_builder', ['onedir'], indirect=True) + + +# Basic import tests for sub-packages of skimage. Run only on demand, and only in onedir mode. +@pytest.mark.slow +@onedir_only +@importorskip('skimage') +@pytest.mark.skipif( + not is_module_satisfies('scikit_image >= 0.16'), + reason='The test supports only scikit-image >= 0.16.', +) +@pytest.mark.parametrize('submodule', [ + 'color', 'data', 'draw', 'exposure', 'feature', 'filters', 'future', + 'graph', 'io', 'measure', 'metrics', 'morphology', 'registration', + 'restoration', 'segmentation', 'transform', 'util' +]) +def test_skimage(pyi_builder, submodule): + pyi_builder.test_source(""" + import skimage.{0} + """.format(submodule)) + + +# Test the ORB descriptor, which requires the data file with descriptor sample points. +@importorskip('skimage') +def test_skimage_feature_orb(pyi_builder): + pyi_builder.test_source(""" + import skimage.feature + import numpy as np + + # Prepare test images + img1 = np.zeros((100, 100)) + img2 = np.zeros_like(img1) + rng = np.random.default_rng(1984) + square = rng.random((20, 20)) + img1[40:60, 40:60] = square + img2[53:73, 53:73] = square + + # ORB detector/descriptor extractor + detector_extractor1 = skimage.feature.ORB(n_keypoints=5) + detector_extractor2 = skimage.feature.ORB(n_keypoints=5) + + # Process + detector_extractor1.detect_and_extract(img1) + detector_extractor2.detect_and_extract(img2) + + matches = skimage.feature.match_descriptors( + detector_extractor1.descriptors, + detector_extractor2.descriptors, + ) + print(matches) + """) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_learn.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_learn.py new file mode 100644 index 0000000..4773194 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_scikit_learn.py @@ -0,0 +1,46 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pytest + +from PyInstaller.utils.hooks import is_module_satisfies +from PyInstaller.utils.tests import importorskip + + +# Run the tests in onedir mode only +onedir_only = pytest.mark.parametrize('pyi_builder', ['onedir'], indirect=True) + + +# Basic import tests for sub-packages of sklearn. Run only on demand, and only in onedir mode. +@pytest.mark.slow +@onedir_only +@importorskip('sklearn') +@pytest.mark.skipif( + not is_module_satisfies('scikit_learn >= 0.21'), + reason='The test supports only scikit-learn >= 0.21.', +) +@pytest.mark.parametrize('submodule', [ + 'calibration', 'cluster', 'covariance', 'cross_decomposition', + 'datasets', 'decomposition', 'dummy', 'ensemble', 'exceptions', + 'experimental', 'externals', 'feature_extraction', + 'feature_selection', 'gaussian_process', 'inspection', + 'isotonic', 'kernel_approximation', 'kernel_ridge', + 'linear_model', 'manifold', 'metrics', 'mixture', + 'model_selection', 'multiclass', 'multioutput', + 'naive_bayes', 'neighbors', 'neural_network', 'pipeline', + 'preprocessing', 'random_projection', 'semi_supervised', + 'svm', 'tree', 'discriminant_analysis', 'impute', 'compose' +]) +def test_sklearn(pyi_builder, submodule): + pyi_builder.test_source(""" + import sklearn.{0} + """.format(submodule)) diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_tensorflow.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_tensorflow.py new file mode 100644 index 0000000..e10f36d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_tensorflow.py @@ -0,0 +1,55 @@ +# ------------------------------------------------------------------ +# Copyright (c) 2020 PyInstaller Development Team. +# +# This file is distributed under the terms of the GNU General Public +# License (version 2.0 or later). +# +# The full license is available in LICENSE.GPL.txt, distributed with +# this software. +# +# SPDX-License-Identifier: GPL-2.0-or-later +# ------------------------------------------------------------------ + +import pytest + +from PyInstaller.utils.tests import importorskip + + +# Run the tests in onedir mode only +tensorflow_onedir_only = pytest.mark.parametrize('pyi_builder', ['onedir'], indirect=True) + + +@importorskip('tensorflow') +@tensorflow_onedir_only +def test_tensorflow(pyi_builder): + pyi_builder.test_source( + """ + from tensorflow import * + """ + ) + + +# Test if tensorflow.keras imports properly result in tensorflow being collected. +# See https://github.com/pyinstaller/pyinstaller/discussions/6890 +@importorskip('tensorflow') +@tensorflow_onedir_only +def test_tensorflow_keras_import(pyi_builder): + pyi_builder.test_source( + """ + from tensorflow.keras.models import Sequential + from tensorflow.keras.layers import Dense, LSTM, Dropout + from tensorflow.keras.optimizers import Adam + """ + ) + + +@importorskip('tensorflow') +@tensorflow_onedir_only +def test_tensorflow_layer(pyi_builder): + pyi_builder.test_script('pyi_lib_tensorflow_layer.py') + + +@importorskip('tensorflow') +@tensorflow_onedir_only +def test_tensorflow_mnist(pyi_builder): + pyi_builder.test_script('pyi_lib_tensorflow_mnist.py') diff --git a/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_wx_lib_pubsub.py b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_wx_lib_pubsub.py new file mode 100644 index 0000000..9306f7a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/_pyinstaller_hooks_contrib/tests/test_wx_lib_pubsub.py @@ -0,0 +1,64 @@ +#----------------------------------------------------------------------------- +# Copyright (c) 2005-2023, PyInstaller Development Team. +# +# Distributed under the terms of the GNU General Public License (version 2 +# or later) with exception for distributing the bootloader. +# +# The full license is in the file COPYING.txt, distributed with this software. +# +# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) +#----------------------------------------------------------------------------- + +from PyInstaller.utils.tests import importorskip + + +@importorskip('wx.lib.pubsub') +def test_wx_lib_pubsub_protocol_default(pyi_builder): + pyi_builder.test_source( + """ + from wx.lib.pubsub import pub + + def on_message(number): + print('Message received.') + if not number == 762: + raise SystemExit('Message data "762" expected but received "%s".' % str(number)) + + pub.subscribe(on_message, 'topic.subtopic') + pub.sendMessage('topic.subtopic', number=762) + """) + + +# Functional test exercising the non-default protocol `arg1` of version 3 of the PyPubSub API. +@importorskip('wx.lib.pubsub.core') +def test_wx_lib_pubsub_protocol_kwargs(pyi_builder): + pyi_builder.test_source( + """ + from wx.lib.pubsub import setuparg1 # noqa: F401 + from wx.lib.pubsub import pub + + def on_message(message): + print('Message received.') + if not message.data == 762: + raise SystemExit('Message data "762" expected but received "%s".' % str(message.data)) + + pub.subscribe(on_message, 'topic.subtopic') + pub.sendMessage('topic.subtopic', 762) + """) + + +# Functional test exercising the default protocol `kwargs` of version 3 of the PyPubSub API. +@importorskip('wx.lib.pubsub.core') +def test_wx_lib_pubsub_protocol_arg1(pyi_builder): + pyi_builder.test_source( + """ + from wx.lib.pubsub import setupkwargs # noqa: F401 + from wx.lib.pubsub import pub + + def on_message(number): + print('Message received.') + if not number == 762: + raise SystemExit('Message data "762" expected but received "%s".' % str(number)) + + pub.subscribe(on_message, 'topic.subtopic') + pub.sendMessage('topic.subtopic', number=762) + """) diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/LICENSE b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/LICENSE new file mode 100644 index 0000000..6013a21 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2004 Istvan Albert unless otherwise noted. +Copyright (c) 2006-2010 Bob Ippolito +Copyright (2) 2010-2020 Ronald Oussoren, et. al. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/METADATA b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/METADATA new file mode 100644 index 0000000..589d1f5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/METADATA @@ -0,0 +1,293 @@ +Metadata-Version: 2.1 +Name: altgraph +Version: 0.17.4 +Summary: Python graph (network) package +Home-page: https://altgraph.readthedocs.io +Download-URL: http://pypi.python.org/pypi/altgraph +Author: Ronald Oussoren +Author-email: ronaldoussoren@mac.com +Maintainer: Ronald Oussoren +Maintainer-email: ronaldoussoren@mac.com +License: MIT +Keywords: graph +Platform: any +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Scientific/Engineering :: Mathematics +Classifier: Topic :: Scientific/Engineering :: Visualization +Description-Content-Type: text/x-rst; charset=UTF-8 +License-File: LICENSE +Project-URL: Documentation, https://altgraph.readthedocs.io/en/latest/ +Project-URL: Issue tracker, https://github.com/ronaldoussoren/altgraph/issues +Project-URL: Repository, https://github.com/ronaldoussoren/altgraph + +altgraph is a fork of graphlib: a graph (network) package for constructing +graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with +graphviz output. + +altgraph includes some additional usage of Python 2.6+ features and +enhancements related to modulegraph and macholib. + +Project links +------------- + +* `Documentation `_ + +* `Issue Tracker `_ + +* `Repository `_ + + +Release history +=============== + +0.17.3 +------ + +* Update classifiers for Python 3.11 + +0.17.2 +------ + +* Change in setup.py to fix the sidebar links on PyPI + +0.17.1 +------ + +* Explicitly mark Python 3.10 as supported in wheel metadata. + +0.17 +---- + +* Explicitly mark Python 3.8 as supported in wheel metadata. + +* Migrate from Bitbucket to GitHub + +* Run black on the entire repository + +0.16.1 +------ + +* Explicitly mark Python 3.7 as supported in wheel metadata. + +0.16 +---- + +* Add LICENSE file + +0.15 +---- + +* ``ObjectGraph.get_edges``, ``ObjectGraph.getEdgeData`` and ``ObjectGraph.updateEdgeData`` + accept *None* as the node to get and treat this as an alias for *self* (as other + methods already did). + +0.14 +---- + +- Issue #7: Remove use of ``iteritems`` in altgraph.GraphAlgo code + +0.13 +---- + +- Issue #4: Graph._bfs_subgraph and back_bfs_subgraph return subgraphs with reversed edges + + Fix by "pombredanne" on bitbucket. + + +0.12 +---- + +- Added ``ObjectGraph.edgeData`` to retrieve the edge data + from a specific edge. + +- Added ``AltGraph.update_edge_data`` and ``ObjectGraph.updateEdgeData`` + to update the data associated with a graph edge. + +0.11 +---- + +- Stabilize the order of elements in dot file exports, + patch from bitbucket user 'pombredanne'. + +- Tweak setup.py file to remove dependency on distribute (but + keep the dependency on setuptools) + + +0.10.2 +------ + +- There where no classifiers in the package metadata due to a bug + in setup.py + +0.10.1 +------ + +This is a bugfix release + +Bug fixes: + +- Issue #3: The source archive contains a README.txt + while the setup file refers to ReadMe.txt. + + This is caused by a misfeature in distutils, as a + workaround I've renamed ReadMe.txt to README.txt + in the source tree and setup file. + + +0.10 +----- + +This is a minor feature release + +Features: + +- Do not use "2to3" to support Python 3. + + As a side effect of this altgraph now supports + Python 2.6 and later, and no longer supports + earlier releases of Python. + +- The order of attributes in the Dot output + is now always alphabetical. + + With this change the output will be consistent + between runs and Python versions. + +0.9 +--- + +This is a minor bugfix release + +Features: + +- Added ``altgraph.ObjectGraph.ObjectGraph.nodes``, a method + yielding all nodes in an object graph. + +Bugfixes: + +- The 0.8 release didn't work with py2app when using + python 3.x. + + +0.8 +----- + +This is a minor feature release. The major new feature +is a extensive set of unittests, which explains almost +all other changes in this release. + +Bugfixes: + +- Installing failed with Python 2.5 due to using a distutils + class that isn't available in that version of Python + (issue #1 on the issue tracker) + +- ``altgraph.GraphStat.degree_dist`` now actually works + +- ``altgraph.Graph.add_edge(a, b, create_nodes=False)`` will + no longer create the edge when one of the nodes doesn't + exist. + +- ``altgraph.Graph.forw_topo_sort`` failed for some sparse graphs. + +- ``altgraph.Graph.back_topo_sort`` was completely broken in + previous releases. + +- ``altgraph.Graph.forw_bfs_subgraph`` now actually works. + +- ``altgraph.Graph.back_bfs_subgraph`` now actually works. + +- ``altgraph.Graph.iterdfs`` now returns the correct result + when the ``forward`` argument is ``False``. + +- ``altgraph.Graph.iterdata`` now returns the correct result + when the ``forward`` argument is ``False``. + + +Features: + +- The ``altgraph.Graph`` constructor now accepts an argument + that contains 2- and 3-tuples instead of requireing that + all items have the same size. The (optional) argument can now + also be any iterator. + +- ``altgraph.Graph.Graph.add_node`` has no effect when you + add a hidden node. + +- The private method ``altgraph.Graph._bfs`` is no longer + present. + +- The private method ``altgraph.Graph._dfs`` is no longer + present. + +- ``altgraph.ObjectGraph`` now has a ``__contains__`` methods, + which means you can use the ``in`` operator to check if a + node is part of a graph. + +- ``altgraph.GraphUtil.generate_random_graph`` will raise + ``GraphError`` instead of looping forever when it is + impossible to create the requested graph. + +- ``altgraph.Dot.edge_style`` raises ``GraphError`` when + one of the nodes is not present in the graph. The method + silently added the tail in the past, but without ensuring + a consistent graph state. + +- ``altgraph.Dot.save_img`` now works when the mode is + ``"neato"``. + +0.7.2 +----- + +This is a minor bugfix release + +Bugfixes: + +- distutils didn't include the documentation subtree + +0.7.1 +----- + +This is a minor feature release + +Features: + +- Documentation is now generated using `sphinx `_ + and can be viewed at . + +- The repository has moved to bitbucket + +- ``altgraph.GraphStat.avg_hops`` is no longer present, the function had no + implementation and no specified behaviour. + +- the module ``altgraph.compat`` is gone, which means altgraph will no + longer work with Python 2.3. + + +0.7.0 +----- + +This is a minor feature release. + +Features: + +- Support for Python 3 + +- It is now possible to run tests using 'python setup.py test' + + (The actual testsuite is still very minimal though) diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/RECORD b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/RECORD new file mode 100644 index 0000000..ed22d25 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/RECORD @@ -0,0 +1,21 @@ +altgraph-0.17.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +altgraph-0.17.4.dist-info/LICENSE,sha256=bBlNbbDGTUVTXRDJUUK5sM2nt9zH8d3uMCs9U289vkY,1002 +altgraph-0.17.4.dist-info/METADATA,sha256=aREWy2Dksd1VVAd4BJMv0CkDVxIPyZIfA9J2ZFJrEpU,7264 +altgraph-0.17.4.dist-info/RECORD,, +altgraph-0.17.4.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110 +altgraph-0.17.4.dist-info/top_level.txt,sha256=HEBeRWf5ItVPc7Y9hW7hGlrLXZjPoL4by6CAhBV_BwA,9 +altgraph-0.17.4.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +altgraph/Dot.py,sha256=gKEp6Su_CoOWQYt5HIVs_7MBYK1BEOhKX0RLAAA-vQs,9929 +altgraph/Graph.py,sha256=6b6fSHLA5QSqMDnSHIO7_WJnBYIdq3K5Bt8VipRODwg,20788 +altgraph/GraphAlgo.py,sha256=Uu9aTjSKWi38iQ_e9ZrwCnzQaI1WWFDhJ6kfmu0jxAA,5645 +altgraph/GraphStat.py,sha256=LKya4BKXJ5GZi5-sNYU17aOBTLxqn_tVgbiw4sWGYIU,1888 +altgraph/GraphUtil.py,sha256=1T4DJc2bJn6EIU_Ct4m0oiKlXWkXvqcXE8CGL2K9en8,3990 +altgraph/ObjectGraph.py,sha256=o7fPJtyBEgJSXAkUjzvj35B-FOY4uKzfLGqSvTitx8c,6490 +altgraph/__init__.py,sha256=YtY-rHf6X_lYk8820da2uVZT-C-B9KGpGXvBg1oZ0Fc,5015 +altgraph/__pycache__/Dot.cpython-312.pyc,, +altgraph/__pycache__/Graph.cpython-312.pyc,, +altgraph/__pycache__/GraphAlgo.cpython-312.pyc,, +altgraph/__pycache__/GraphStat.cpython-312.pyc,, +altgraph/__pycache__/GraphUtil.cpython-312.pyc,, +altgraph/__pycache__/ObjectGraph.cpython-312.pyc,, +altgraph/__pycache__/__init__.cpython-312.pyc,, diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/WHEEL new file mode 100644 index 0000000..f771c29 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/top_level.txt b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/top_level.txt new file mode 100644 index 0000000..5ad6b8a --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/top_level.txt @@ -0,0 +1 @@ +altgraph diff --git a/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/zip-safe b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/zip-safe new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph-0.17.4.dist-info/zip-safe @@ -0,0 +1 @@ + diff --git a/venv/lib64/python3.12/site-packages/altgraph/Dot.py b/venv/lib64/python3.12/site-packages/altgraph/Dot.py new file mode 100644 index 0000000..1d19cb1 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/Dot.py @@ -0,0 +1,321 @@ +""" +altgraph.Dot - Interface to the dot language +============================================ + +The :py:mod:`~altgraph.Dot` module provides a simple interface to the +file format used in the +`graphviz `_ +program. The module is intended to offload the most tedious part of the process +(the **dot** file generation) while transparently exposing most of its +features. + +To display the graphs or to generate image files the +`graphviz `_ +package needs to be installed on the system, moreover the :command:`dot` and +:command:`dotty` programs must be accesible in the program path so that they +can be ran from processes spawned within the module. + +Example usage +------------- + +Here is a typical usage:: + + from altgraph import Graph, Dot + + # create a graph + edges = [ (1,2), (1,3), (3,4), (3,5), (4,5), (5,4) ] + graph = Graph.Graph(edges) + + # create a dot representation of the graph + dot = Dot.Dot(graph) + + # display the graph + dot.display() + + # save the dot representation into the mydot.dot file + dot.save_dot(file_name='mydot.dot') + + # save dot file as gif image into the graph.gif file + dot.save_img(file_name='graph', file_type='gif') + +Directed graph and non-directed graph +------------------------------------- + +Dot class can use for both directed graph and non-directed graph +by passing ``graphtype`` parameter. + +Example:: + + # create directed graph(default) + dot = Dot.Dot(graph, graphtype="digraph") + + # create non-directed graph + dot = Dot.Dot(graph, graphtype="graph") + +Customizing the output +---------------------- + +The graph drawing process may be customized by passing +valid :command:`dot` parameters for the nodes and edges. For a list of all +parameters see the `graphviz `_ +documentation. + +Example:: + + # customizing the way the overall graph is drawn + dot.style(size='10,10', rankdir='RL', page='5, 5' , ranksep=0.75) + + # customizing node drawing + dot.node_style(1, label='BASE_NODE',shape='box', color='blue' ) + dot.node_style(2, style='filled', fillcolor='red') + + # customizing edge drawing + dot.edge_style(1, 2, style='dotted') + dot.edge_style(3, 5, arrowhead='dot', label='binds', labelangle='90') + dot.edge_style(4, 5, arrowsize=2, style='bold') + + +.. note:: + + dotty (invoked via :py:func:`~altgraph.Dot.display`) may not be able to + display all graphics styles. To verify the output save it to an image file + and look at it that way. + +Valid attributes +---------------- + + - dot styles, passed via the :py:meth:`Dot.style` method:: + + rankdir = 'LR' (draws the graph horizontally, left to right) + ranksep = number (rank separation in inches) + + - node attributes, passed via the :py:meth:`Dot.node_style` method:: + + style = 'filled' | 'invisible' | 'diagonals' | 'rounded' + shape = 'box' | 'ellipse' | 'circle' | 'point' | 'triangle' + + - edge attributes, passed via the :py:meth:`Dot.edge_style` method:: + + style = 'dashed' | 'dotted' | 'solid' | 'invis' | 'bold' + arrowhead = 'box' | 'crow' | 'diamond' | 'dot' | 'inv' | 'none' + | 'tee' | 'vee' + weight = number (the larger the number the closer the nodes will be) + + - valid `graphviz colors + `_ + + - for more details on how to control the graph drawing process see the + `graphviz reference + `_. +""" +import os +import warnings + +from altgraph import GraphError + + +class Dot(object): + """ + A class providing a **graphviz** (dot language) representation + allowing a fine grained control over how the graph is being + displayed. + + If the :command:`dot` and :command:`dotty` programs are not in the current + system path their location needs to be specified in the contructor. + """ + + def __init__( + self, + graph=None, + nodes=None, + edgefn=None, + nodevisitor=None, + edgevisitor=None, + name="G", + dot="dot", + dotty="dotty", + neato="neato", + graphtype="digraph", + ): + """ + Initialization. + """ + self.name, self.attr = name, {} + + assert graphtype in ["graph", "digraph"] + self.type = graphtype + + self.temp_dot = "tmp_dot.dot" + self.temp_neo = "tmp_neo.dot" + + self.dot, self.dotty, self.neato = dot, dotty, neato + + # self.nodes: node styles + # self.edges: edge styles + self.nodes, self.edges = {}, {} + + if graph is not None and nodes is None: + nodes = graph + if graph is not None and edgefn is None: + + def edgefn(node, graph=graph): + return graph.out_nbrs(node) + + if nodes is None: + nodes = () + + seen = set() + for node in nodes: + if nodevisitor is None: + style = {} + else: + style = nodevisitor(node) + if style is not None: + self.nodes[node] = {} + self.node_style(node, **style) + seen.add(node) + if edgefn is not None: + for head in seen: + for tail in (n for n in edgefn(head) if n in seen): + if edgevisitor is None: + edgestyle = {} + else: + edgestyle = edgevisitor(head, tail) + if edgestyle is not None: + if head not in self.edges: + self.edges[head] = {} + self.edges[head][tail] = {} + self.edge_style(head, tail, **edgestyle) + + def style(self, **attr): + """ + Changes the overall style + """ + self.attr = attr + + def display(self, mode="dot"): + """ + Displays the current graph via dotty + """ + + if mode == "neato": + self.save_dot(self.temp_neo) + neato_cmd = "%s -o %s %s" % (self.neato, self.temp_dot, self.temp_neo) + os.system(neato_cmd) + else: + self.save_dot(self.temp_dot) + + plot_cmd = "%s %s" % (self.dotty, self.temp_dot) + os.system(plot_cmd) + + def node_style(self, node, **kwargs): + """ + Modifies a node style to the dot representation. + """ + if node not in self.edges: + self.edges[node] = {} + self.nodes[node] = kwargs + + def all_node_style(self, **kwargs): + """ + Modifies all node styles + """ + for node in self.nodes: + self.node_style(node, **kwargs) + + def edge_style(self, head, tail, **kwargs): + """ + Modifies an edge style to the dot representation. + """ + if tail not in self.nodes: + raise GraphError("invalid node %s" % (tail,)) + + try: + if tail not in self.edges[head]: + self.edges[head][tail] = {} + self.edges[head][tail] = kwargs + except KeyError: + raise GraphError("invalid edge %s -> %s " % (head, tail)) + + def iterdot(self): + # write graph title + if self.type == "digraph": + yield "digraph %s {\n" % (self.name,) + elif self.type == "graph": + yield "graph %s {\n" % (self.name,) + + else: + raise GraphError("unsupported graphtype %s" % (self.type,)) + + # write overall graph attributes + for attr_name, attr_value in sorted(self.attr.items()): + yield '%s="%s";' % (attr_name, attr_value) + yield "\n" + + # some reusable patterns + cpatt = '%s="%s",' # to separate attributes + epatt = "];\n" # to end attributes + + # write node attributes + for node_name, node_attr in sorted(self.nodes.items()): + yield '\t"%s" [' % (node_name,) + for attr_name, attr_value in sorted(node_attr.items()): + yield cpatt % (attr_name, attr_value) + yield epatt + + # write edge attributes + for head in sorted(self.edges): + for tail in sorted(self.edges[head]): + if self.type == "digraph": + yield '\t"%s" -> "%s" [' % (head, tail) + else: + yield '\t"%s" -- "%s" [' % (head, tail) + for attr_name, attr_value in sorted(self.edges[head][tail].items()): + yield cpatt % (attr_name, attr_value) + yield epatt + + # finish file + yield "}\n" + + def __iter__(self): + return self.iterdot() + + def save_dot(self, file_name=None): + """ + Saves the current graph representation into a file + """ + + if not file_name: + warnings.warn(DeprecationWarning, "always pass a file_name", stacklevel=2) + file_name = self.temp_dot + + with open(file_name, "w") as fp: + for chunk in self.iterdot(): + fp.write(chunk) + + def save_img(self, file_name=None, file_type="gif", mode="dot"): + """ + Saves the dot file as an image file + """ + + if not file_name: + warnings.warn(DeprecationWarning, "always pass a file_name", stacklevel=2) + file_name = "out" + + if mode == "neato": + self.save_dot(self.temp_neo) + neato_cmd = "%s -o %s %s" % (self.neato, self.temp_dot, self.temp_neo) + os.system(neato_cmd) + plot_cmd = self.dot + else: + self.save_dot(self.temp_dot) + plot_cmd = self.dot + + file_name = "%s.%s" % (file_name, file_type) + create_cmd = "%s -T%s %s -o %s" % ( + plot_cmd, + file_type, + self.temp_dot, + file_name, + ) + os.system(create_cmd) diff --git a/venv/lib64/python3.12/site-packages/altgraph/Graph.py b/venv/lib64/python3.12/site-packages/altgraph/Graph.py new file mode 100644 index 0000000..8088007 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/Graph.py @@ -0,0 +1,682 @@ +""" +altgraph.Graph - Base Graph class +================================= + +.. + #--Version 2.1 + #--Bob Ippolito October, 2004 + + #--Version 2.0 + #--Istvan Albert June, 2004 + + #--Version 1.0 + #--Nathan Denny, May 27, 1999 +""" + +from collections import deque + +from altgraph import GraphError + + +class Graph(object): + """ + The Graph class represents a directed graph with *N* nodes and *E* edges. + + Naming conventions: + + - the prefixes such as *out*, *inc* and *all* will refer to methods + that operate on the outgoing, incoming or all edges of that node. + + For example: :py:meth:`inc_degree` will refer to the degree of the node + computed over the incoming edges (the number of neighbours linking to + the node). + + - the prefixes such as *forw* and *back* will refer to the + orientation of the edges used in the method with respect to the node. + + For example: :py:meth:`forw_bfs` will start at the node then use the + outgoing edges to traverse the graph (goes forward). + """ + + def __init__(self, edges=None): + """ + Initialization + """ + + self.next_edge = 0 + self.nodes, self.edges = {}, {} + self.hidden_edges, self.hidden_nodes = {}, {} + + if edges is not None: + for item in edges: + if len(item) == 2: + head, tail = item + self.add_edge(head, tail) + elif len(item) == 3: + head, tail, data = item + self.add_edge(head, tail, data) + else: + raise GraphError("Cannot create edge from %s" % (item,)) + + def __repr__(self): + return "" % ( + self.number_of_nodes(), + self.number_of_edges(), + ) + + def add_node(self, node, node_data=None): + """ + Adds a new node to the graph. Arbitrary data can be attached to the + node via the node_data parameter. Adding the same node twice will be + silently ignored. + + The node must be a hashable value. + """ + # + # the nodes will contain tuples that will store incoming edges, + # outgoing edges and data + # + # index 0 -> incoming edges + # index 1 -> outgoing edges + + if node in self.hidden_nodes: + # Node is present, but hidden + return + + if node not in self.nodes: + self.nodes[node] = ([], [], node_data) + + def add_edge(self, head_id, tail_id, edge_data=1, create_nodes=True): + """ + Adds a directed edge going from head_id to tail_id. + Arbitrary data can be attached to the edge via edge_data. + It may create the nodes if adding edges between nonexisting ones. + + :param head_id: head node + :param tail_id: tail node + :param edge_data: (optional) data attached to the edge + :param create_nodes: (optional) creates the head_id or tail_id + node in case they did not exist + """ + # shorcut + edge = self.next_edge + + # add nodes if on automatic node creation + if create_nodes: + self.add_node(head_id) + self.add_node(tail_id) + + # update the corresponding incoming and outgoing lists in the nodes + # index 0 -> incoming edges + # index 1 -> outgoing edges + + try: + self.nodes[tail_id][0].append(edge) + self.nodes[head_id][1].append(edge) + except KeyError: + raise GraphError("Invalid nodes %s -> %s" % (head_id, tail_id)) + + # store edge information + self.edges[edge] = (head_id, tail_id, edge_data) + + self.next_edge += 1 + + def hide_edge(self, edge): + """ + Hides an edge from the graph. The edge may be unhidden at some later + time. + """ + try: + head_id, tail_id, edge_data = self.hidden_edges[edge] = self.edges[edge] + self.nodes[tail_id][0].remove(edge) + self.nodes[head_id][1].remove(edge) + del self.edges[edge] + except KeyError: + raise GraphError("Invalid edge %s" % edge) + + def hide_node(self, node): + """ + Hides a node from the graph. The incoming and outgoing edges of the + node will also be hidden. The node may be unhidden at some later time. + """ + try: + all_edges = self.all_edges(node) + self.hidden_nodes[node] = (self.nodes[node], all_edges) + for edge in all_edges: + self.hide_edge(edge) + del self.nodes[node] + except KeyError: + raise GraphError("Invalid node %s" % node) + + def restore_node(self, node): + """ + Restores a previously hidden node back into the graph and restores + all of its incoming and outgoing edges. + """ + try: + self.nodes[node], all_edges = self.hidden_nodes[node] + for edge in all_edges: + self.restore_edge(edge) + del self.hidden_nodes[node] + except KeyError: + raise GraphError("Invalid node %s" % node) + + def restore_edge(self, edge): + """ + Restores a previously hidden edge back into the graph. + """ + try: + head_id, tail_id, data = self.hidden_edges[edge] + self.nodes[tail_id][0].append(edge) + self.nodes[head_id][1].append(edge) + self.edges[edge] = head_id, tail_id, data + del self.hidden_edges[edge] + except KeyError: + raise GraphError("Invalid edge %s" % edge) + + def restore_all_edges(self): + """ + Restores all hidden edges. + """ + for edge in list(self.hidden_edges.keys()): + try: + self.restore_edge(edge) + except GraphError: + pass + + def restore_all_nodes(self): + """ + Restores all hidden nodes. + """ + for node in list(self.hidden_nodes.keys()): + self.restore_node(node) + + def __contains__(self, node): + """ + Test whether a node is in the graph + """ + return node in self.nodes + + def edge_by_id(self, edge): + """ + Returns the edge that connects the head_id and tail_id nodes + """ + try: + head, tail, data = self.edges[edge] + except KeyError: + head, tail = None, None + raise GraphError("Invalid edge %s" % edge) + + return (head, tail) + + def edge_by_node(self, head, tail): + """ + Returns the edge that connects the head_id and tail_id nodes + """ + for edge in self.out_edges(head): + if self.tail(edge) == tail: + return edge + return None + + def number_of_nodes(self): + """ + Returns the number of nodes + """ + return len(self.nodes) + + def number_of_edges(self): + """ + Returns the number of edges + """ + return len(self.edges) + + def __iter__(self): + """ + Iterates over all nodes in the graph + """ + return iter(self.nodes) + + def node_list(self): + """ + Return a list of the node ids for all visible nodes in the graph. + """ + return list(self.nodes.keys()) + + def edge_list(self): + """ + Returns an iterator for all visible nodes in the graph. + """ + return list(self.edges.keys()) + + def number_of_hidden_edges(self): + """ + Returns the number of hidden edges + """ + return len(self.hidden_edges) + + def number_of_hidden_nodes(self): + """ + Returns the number of hidden nodes + """ + return len(self.hidden_nodes) + + def hidden_node_list(self): + """ + Returns the list with the hidden nodes + """ + return list(self.hidden_nodes.keys()) + + def hidden_edge_list(self): + """ + Returns a list with the hidden edges + """ + return list(self.hidden_edges.keys()) + + def describe_node(self, node): + """ + return node, node data, outgoing edges, incoming edges for node + """ + incoming, outgoing, data = self.nodes[node] + return node, data, outgoing, incoming + + def describe_edge(self, edge): + """ + return edge, edge data, head, tail for edge + """ + head, tail, data = self.edges[edge] + return edge, data, head, tail + + def node_data(self, node): + """ + Returns the data associated with a node + """ + return self.nodes[node][2] + + def edge_data(self, edge): + """ + Returns the data associated with an edge + """ + return self.edges[edge][2] + + def update_edge_data(self, edge, edge_data): + """ + Replace the edge data for a specific edge + """ + self.edges[edge] = self.edges[edge][0:2] + (edge_data,) + + def head(self, edge): + """ + Returns the node of the head of the edge. + """ + return self.edges[edge][0] + + def tail(self, edge): + """ + Returns node of the tail of the edge. + """ + return self.edges[edge][1] + + def out_nbrs(self, node): + """ + List of nodes connected by outgoing edges + """ + return [self.tail(n) for n in self.out_edges(node)] + + def inc_nbrs(self, node): + """ + List of nodes connected by incoming edges + """ + return [self.head(n) for n in self.inc_edges(node)] + + def all_nbrs(self, node): + """ + List of nodes connected by incoming and outgoing edges + """ + return list(dict.fromkeys(self.inc_nbrs(node) + self.out_nbrs(node))) + + def out_edges(self, node): + """ + Returns a list of the outgoing edges + """ + try: + return list(self.nodes[node][1]) + except KeyError: + raise GraphError("Invalid node %s" % node) + + def inc_edges(self, node): + """ + Returns a list of the incoming edges + """ + try: + return list(self.nodes[node][0]) + except KeyError: + raise GraphError("Invalid node %s" % node) + + def all_edges(self, node): + """ + Returns a list of incoming and outging edges. + """ + return set(self.inc_edges(node) + self.out_edges(node)) + + def out_degree(self, node): + """ + Returns the number of outgoing edges + """ + return len(self.out_edges(node)) + + def inc_degree(self, node): + """ + Returns the number of incoming edges + """ + return len(self.inc_edges(node)) + + def all_degree(self, node): + """ + The total degree of a node + """ + return self.inc_degree(node) + self.out_degree(node) + + def _topo_sort(self, forward=True): + """ + Topological sort. + + Returns a list of nodes where the successors (based on outgoing and + incoming edges selected by the forward parameter) of any given node + appear in the sequence after that node. + """ + topo_list = [] + queue = deque() + indeg = {} + + # select the operation that will be performed + if forward: + get_edges = self.out_edges + get_degree = self.inc_degree + get_next = self.tail + else: + get_edges = self.inc_edges + get_degree = self.out_degree + get_next = self.head + + for node in self.node_list(): + degree = get_degree(node) + if degree: + indeg[node] = degree + else: + queue.append(node) + + while queue: + curr_node = queue.popleft() + topo_list.append(curr_node) + for edge in get_edges(curr_node): + tail_id = get_next(edge) + if tail_id in indeg: + indeg[tail_id] -= 1 + if indeg[tail_id] == 0: + queue.append(tail_id) + + if len(topo_list) == len(self.node_list()): + valid = True + else: + # the graph has cycles, invalid topological sort + valid = False + + return (valid, topo_list) + + def forw_topo_sort(self): + """ + Topological sort. + + Returns a list of nodes where the successors (based on outgoing edges) + of any given node appear in the sequence after that node. + """ + return self._topo_sort(forward=True) + + def back_topo_sort(self): + """ + Reverse topological sort. + + Returns a list of nodes where the successors (based on incoming edges) + of any given node appear in the sequence after that node. + """ + return self._topo_sort(forward=False) + + def _bfs_subgraph(self, start_id, forward=True): + """ + Private method creates a subgraph in a bfs order. + + The forward parameter specifies whether it is a forward or backward + traversal. + """ + if forward: + get_bfs = self.forw_bfs + get_nbrs = self.out_nbrs + else: + get_bfs = self.back_bfs + get_nbrs = self.inc_nbrs + + g = Graph() + bfs_list = get_bfs(start_id) + for node in bfs_list: + g.add_node(node) + + for node in bfs_list: + for nbr_id in get_nbrs(node): + if forward: + g.add_edge(node, nbr_id) + else: + g.add_edge(nbr_id, node) + + return g + + def forw_bfs_subgraph(self, start_id): + """ + Creates and returns a subgraph consisting of the breadth first + reachable nodes based on their outgoing edges. + """ + return self._bfs_subgraph(start_id, forward=True) + + def back_bfs_subgraph(self, start_id): + """ + Creates and returns a subgraph consisting of the breadth first + reachable nodes based on the incoming edges. + """ + return self._bfs_subgraph(start_id, forward=False) + + def iterdfs(self, start, end=None, forward=True): + """ + Collecting nodes in some depth first traversal. + + The forward parameter specifies whether it is a forward or backward + traversal. + """ + visited, stack = {start}, deque([start]) + + if forward: + get_edges = self.out_edges + get_next = self.tail + else: + get_edges = self.inc_edges + get_next = self.head + + while stack: + curr_node = stack.pop() + yield curr_node + if curr_node == end: + break + for edge in sorted(get_edges(curr_node)): + tail = get_next(edge) + if tail not in visited: + visited.add(tail) + stack.append(tail) + + def iterdata(self, start, end=None, forward=True, condition=None): + """ + Perform a depth-first walk of the graph (as ``iterdfs``) + and yield the item data of every node where condition matches. The + condition callback is only called when node_data is not None. + """ + + visited, stack = {start}, deque([start]) + + if forward: + get_edges = self.out_edges + get_next = self.tail + else: + get_edges = self.inc_edges + get_next = self.head + + get_data = self.node_data + + while stack: + curr_node = stack.pop() + curr_data = get_data(curr_node) + if curr_data is not None: + if condition is not None and not condition(curr_data): + continue + yield curr_data + if curr_node == end: + break + for edge in get_edges(curr_node): + tail = get_next(edge) + if tail not in visited: + visited.add(tail) + stack.append(tail) + + def _iterbfs(self, start, end=None, forward=True): + """ + The forward parameter specifies whether it is a forward or backward + traversal. Returns a list of tuples where the first value is the hop + value the second value is the node id. + """ + queue, visited = deque([(start, 0)]), {start} + + # the direction of the bfs depends on the edges that are sampled + if forward: + get_edges = self.out_edges + get_next = self.tail + else: + get_edges = self.inc_edges + get_next = self.head + + while queue: + curr_node, curr_step = queue.popleft() + yield (curr_node, curr_step) + if curr_node == end: + break + for edge in get_edges(curr_node): + tail = get_next(edge) + if tail not in visited: + visited.add(tail) + queue.append((tail, curr_step + 1)) + + def forw_bfs(self, start, end=None): + """ + Returns a list of nodes in some forward BFS order. + + Starting from the start node the breadth first search proceeds along + outgoing edges. + """ + return [node for node, step in self._iterbfs(start, end, forward=True)] + + def back_bfs(self, start, end=None): + """ + Returns a list of nodes in some backward BFS order. + + Starting from the start node the breadth first search proceeds along + incoming edges. + """ + return [node for node, _ in self._iterbfs(start, end, forward=False)] + + def forw_dfs(self, start, end=None): + """ + Returns a list of nodes in some forward DFS order. + + Starting with the start node the depth first search proceeds along + outgoing edges. + """ + return list(self.iterdfs(start, end, forward=True)) + + def back_dfs(self, start, end=None): + """ + Returns a list of nodes in some backward DFS order. + + Starting from the start node the depth first search proceeds along + incoming edges. + """ + return list(self.iterdfs(start, end, forward=False)) + + def connected(self): + """ + Returns :py:data:`True` if the graph's every node can be reached from + every other node. + """ + node_list = self.node_list() + for node in node_list: + bfs_list = self.forw_bfs(node) + if len(bfs_list) != len(node_list): + return False + return True + + def clust_coef(self, node): + """ + Computes and returns the local clustering coefficient of node. + + The local cluster coefficient is proportion of the actual number of + edges between neighbours of node and the maximum number of edges + between those neighbours. + + See "Local Clustering Coefficient" on + + for a formal definition. + """ + num = 0 + nbr_set = set(self.out_nbrs(node)) + + if node in nbr_set: + nbr_set.remove(node) # loop defense + + for nbr in nbr_set: + sec_set = set(self.out_nbrs(nbr)) + if nbr in sec_set: + sec_set.remove(nbr) # loop defense + num += len(nbr_set & sec_set) + + nbr_num = len(nbr_set) + if nbr_num: + clust_coef = float(num) / (nbr_num * (nbr_num - 1)) + else: + clust_coef = 0.0 + return clust_coef + + def get_hops(self, start, end=None, forward=True): + """ + Computes the hop distance to all nodes centered around a node. + + First order neighbours are at hop 1, their neigbours are at hop 2 etc. + Uses :py:meth:`forw_bfs` or :py:meth:`back_bfs` depending on the value + of the forward parameter. If the distance between all neighbouring + nodes is 1 the hop number corresponds to the shortest distance between + the nodes. + + :param start: the starting node + :param end: ending node (optional). When not specified will search the + whole graph. + :param forward: directionality parameter (optional). + If C{True} (default) it uses L{forw_bfs} otherwise L{back_bfs}. + :return: returns a list of tuples where each tuple contains the + node and the hop. + + Typical usage:: + + >>> print (graph.get_hops(1, 8)) + >>> [(1, 0), (2, 1), (3, 1), (4, 2), (5, 3), (7, 4), (8, 5)] + # node 1 is at 0 hops + # node 2 is at 1 hop + # ... + # node 8 is at 5 hops + """ + if forward: + return list(self._iterbfs(start=start, end=end, forward=True)) + else: + return list(self._iterbfs(start=start, end=end, forward=False)) diff --git a/venv/lib64/python3.12/site-packages/altgraph/GraphAlgo.py b/venv/lib64/python3.12/site-packages/altgraph/GraphAlgo.py new file mode 100644 index 0000000..f93e73d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/GraphAlgo.py @@ -0,0 +1,171 @@ +""" +altgraph.GraphAlgo - Graph algorithms +===================================== +""" +from altgraph import GraphError + + +def dijkstra(graph, start, end=None): + """ + Dijkstra's algorithm for shortest paths + + `David Eppstein, UC Irvine, 4 April 2002 + `_ + + `Python Cookbook Recipe + `_ + + Find shortest paths from the start node to all nodes nearer than or + equal to the end node. + + Dijkstra's algorithm is only guaranteed to work correctly when all edge + lengths are positive. This code does not verify this property for all + edges (only the edges examined until the end vertex is reached), but will + correctly compute shortest paths even for some graphs with negative edges, + and will raise an exception if it discovers that a negative edge has + caused it to make a mistake. + + Adapted to altgraph by Istvan Albert, Pennsylvania State University - + June, 9 2004 + """ + D = {} # dictionary of final distances + P = {} # dictionary of predecessors + Q = _priorityDictionary() # estimated distances of non-final vertices + Q[start] = 0 + + for v in Q: + D[v] = Q[v] + if v == end: + break + + for w in graph.out_nbrs(v): + edge_id = graph.edge_by_node(v, w) + vwLength = D[v] + graph.edge_data(edge_id) + if w in D: + if vwLength < D[w]: + raise GraphError( + "Dijkstra: found better path to already-final vertex" + ) + elif w not in Q or vwLength < Q[w]: + Q[w] = vwLength + P[w] = v + + return (D, P) + + +def shortest_path(graph, start, end): + """ + Find a single shortest path from the *start* node to the *end* node. + The input has the same conventions as dijkstra(). The output is a list of + the nodes in order along the shortest path. + + **Note that the distances must be stored in the edge data as numeric data** + """ + + D, P = dijkstra(graph, start, end) + Path = [] + while 1: + Path.append(end) + if end == start: + break + end = P[end] + Path.reverse() + return Path + + +# +# Utility classes and functions +# +class _priorityDictionary(dict): + """ + Priority dictionary using binary heaps (internal use only) + + David Eppstein, UC Irvine, 8 Mar 2002 + + Implements a data structure that acts almost like a dictionary, with + two modifications: + + 1. D.smallest() returns the value x minimizing D[x]. For this to + work correctly, all values D[x] stored in the dictionary must be + comparable. + + 2. iterating "for x in D" finds and removes the items from D in sorted + order. Each item is not removed until the next item is requested, + so D[x] will still return a useful value until the next iteration + of the for-loop. Each operation takes logarithmic amortized time. + """ + + def __init__(self): + """ + Initialize priorityDictionary by creating binary heap of pairs + (value,key). Note that changing or removing a dict entry will not + remove the old pair from the heap until it is found by smallest() + or until the heap is rebuilt. + """ + self.__heap = [] + dict.__init__(self) + + def smallest(self): + """ + Find smallest item after removing deleted items from front of heap. + """ + if len(self) == 0: + raise IndexError("smallest of empty priorityDictionary") + heap = self.__heap + while heap[0][1] not in self or self[heap[0][1]] != heap[0][0]: + lastItem = heap.pop() + insertionPoint = 0 + while 1: + smallChild = 2 * insertionPoint + 1 + if ( + smallChild + 1 < len(heap) + and heap[smallChild] > heap[smallChild + 1] + ): + smallChild += 1 + if smallChild >= len(heap) or lastItem <= heap[smallChild]: + heap[insertionPoint] = lastItem + break + heap[insertionPoint] = heap[smallChild] + insertionPoint = smallChild + return heap[0][1] + + def __iter__(self): + """ + Create destructive sorted iterator of priorityDictionary. + """ + + def iterfn(): + while len(self) > 0: + x = self.smallest() + yield x + del self[x] + + return iterfn() + + def __setitem__(self, key, val): + """ + Change value stored in dictionary and add corresponding pair to heap. + Rebuilds the heap if the number of deleted items gets large, to avoid + memory leakage. + """ + dict.__setitem__(self, key, val) + heap = self.__heap + if len(heap) > 2 * len(self): + self.__heap = [(v, k) for k, v in self.items()] + self.__heap.sort() + else: + newPair = (val, key) + insertionPoint = len(heap) + heap.append(None) + while insertionPoint > 0 and newPair < heap[(insertionPoint - 1) // 2]: + heap[insertionPoint] = heap[(insertionPoint - 1) // 2] + insertionPoint = (insertionPoint - 1) // 2 + heap[insertionPoint] = newPair + + def setdefault(self, key, val): + """ + Reimplement setdefault to pass through our customized __setitem__. + """ + if key not in self: + self[key] = val + return self[key] diff --git a/venv/lib64/python3.12/site-packages/altgraph/GraphStat.py b/venv/lib64/python3.12/site-packages/altgraph/GraphStat.py new file mode 100644 index 0000000..cccc66d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/GraphStat.py @@ -0,0 +1,73 @@ +""" +altgraph.GraphStat - Functions providing various graph statistics +================================================================= +""" + + +def degree_dist(graph, limits=(0, 0), bin_num=10, mode="out"): + """ + Computes the degree distribution for a graph. + + Returns a list of tuples where the first element of the tuple is the + center of the bin representing a range of degrees and the second element + of the tuple are the number of nodes with the degree falling in the range. + + Example:: + + .... + """ + + deg = [] + if mode == "inc": + get_deg = graph.inc_degree + else: + get_deg = graph.out_degree + + for node in graph: + deg.append(get_deg(node)) + + if not deg: + return [] + + results = _binning(values=deg, limits=limits, bin_num=bin_num) + + return results + + +_EPS = 1.0 / (2.0**32) + + +def _binning(values, limits=(0, 0), bin_num=10): + """ + Bins data that falls between certain limits, if the limits are (0, 0) the + minimum and maximum values are used. + + Returns a list of tuples where the first element of the tuple is the + center of the bin and the second element of the tuple are the counts. + """ + if limits == (0, 0): + min_val, max_val = min(values) - _EPS, max(values) + _EPS + else: + min_val, max_val = limits + + # get bin size + bin_size = (max_val - min_val) / float(bin_num) + bins = [0] * (bin_num) + + # will ignore these outliers for now + for value in values: + try: + if (value - min_val) >= 0: + index = int((value - min_val) / float(bin_size)) + bins[index] += 1 + except IndexError: + pass + + # make it ready for an x,y plot + result = [] + center = (bin_size / 2) + min_val + for i, y in enumerate(bins): + x = center + bin_size * i + result.append((x, y)) + + return result diff --git a/venv/lib64/python3.12/site-packages/altgraph/GraphUtil.py b/venv/lib64/python3.12/site-packages/altgraph/GraphUtil.py new file mode 100644 index 0000000..cfd6a34 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/GraphUtil.py @@ -0,0 +1,139 @@ +""" +altgraph.GraphUtil - Utility classes and functions +================================================== +""" + +import random +from collections import deque + +from altgraph import Graph, GraphError + + +def generate_random_graph(node_num, edge_num, self_loops=False, multi_edges=False): + """ + Generates and returns a :py:class:`~altgraph.Graph.Graph` instance with + *node_num* nodes randomly connected by *edge_num* edges. + """ + g = Graph.Graph() + + if not multi_edges: + if self_loops: + max_edges = node_num * node_num + else: + max_edges = node_num * (node_num - 1) + + if edge_num > max_edges: + raise GraphError("inconsistent arguments to 'generate_random_graph'") + + nodes = range(node_num) + + for node in nodes: + g.add_node(node) + + while 1: + head = random.choice(nodes) + tail = random.choice(nodes) + + # loop defense + if head == tail and not self_loops: + continue + + # multiple edge defense + if g.edge_by_node(head, tail) is not None and not multi_edges: + continue + + # add the edge + g.add_edge(head, tail) + if g.number_of_edges() >= edge_num: + break + + return g + + +def generate_scale_free_graph(steps, growth_num, self_loops=False, multi_edges=False): + """ + Generates and returns a :py:class:`~altgraph.Graph.Graph` instance that + will have *steps* \\* *growth_num* nodes and a scale free (powerlaw) + connectivity. Starting with a fully connected graph with *growth_num* + nodes at every step *growth_num* nodes are added to the graph and are + connected to existing nodes with a probability proportional to the degree + of these existing nodes. + """ + # The code doesn't seem to do what the documentation claims. + graph = Graph.Graph() + + # initialize the graph + store = [] + for i in range(growth_num): + for j in range(i + 1, growth_num): + store.append(i) + store.append(j) + graph.add_edge(i, j) + + # generate + for node in range(growth_num, steps * growth_num): + graph.add_node(node) + while graph.out_degree(node) < growth_num: + nbr = random.choice(store) + + # loop defense + if node == nbr and not self_loops: + continue + + # multi edge defense + if graph.edge_by_node(node, nbr) and not multi_edges: + continue + + graph.add_edge(node, nbr) + + for nbr in graph.out_nbrs(node): + store.append(node) + store.append(nbr) + + return graph + + +def filter_stack(graph, head, filters): + """ + Perform a walk in a depth-first order starting + at *head*. + + Returns (visited, removes, orphans). + + * visited: the set of visited nodes + * removes: the list of nodes where the node + data does not all *filters* + * orphans: tuples of (last_good, node), + where node is not in removes, is directly + reachable from a node in *removes* and + *last_good* is the closest upstream node that is not + in *removes*. + """ + + visited, removes, orphans = {head}, set(), set() + stack = deque([(head, head)]) + get_data = graph.node_data + get_edges = graph.out_edges + get_tail = graph.tail + + while stack: + last_good, node = stack.pop() + data = get_data(node) + if data is not None: + for filtfunc in filters: + if not filtfunc(data): + removes.add(node) + break + else: + last_good = node + for edge in get_edges(node): + tail = get_tail(edge) + if last_good is not node: + orphans.add((last_good, tail)) + if tail not in visited: + visited.add(tail) + stack.append((last_good, tail)) + + orphans = [(lg, tl) for (lg, tl) in orphans if tl not in removes] + + return visited, removes, orphans diff --git a/venv/lib64/python3.12/site-packages/altgraph/ObjectGraph.py b/venv/lib64/python3.12/site-packages/altgraph/ObjectGraph.py new file mode 100644 index 0000000..379b05b --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/ObjectGraph.py @@ -0,0 +1,212 @@ +""" +altgraph.ObjectGraph - Graph of objects with an identifier +========================================================== + +A graph of objects that have a "graphident" attribute. +graphident is the key for the object in the graph +""" + +from altgraph import GraphError +from altgraph.Graph import Graph +from altgraph.GraphUtil import filter_stack + + +class ObjectGraph(object): + """ + A graph of objects that have a "graphident" attribute. + graphident is the key for the object in the graph + """ + + def __init__(self, graph=None, debug=0): + if graph is None: + graph = Graph() + self.graphident = self + self.graph = graph + self.debug = debug + self.indent = 0 + graph.add_node(self, None) + + def __repr__(self): + return "<%s>" % (type(self).__name__,) + + def flatten(self, condition=None, start=None): + """ + Iterate over the subgraph that is entirely reachable by condition + starting from the given start node or the ObjectGraph root + """ + if start is None: + start = self + start = self.getRawIdent(start) + return self.graph.iterdata(start=start, condition=condition) + + def nodes(self): + for ident in self.graph: + node = self.graph.node_data(ident) + if node is not None: + yield self.graph.node_data(ident) + + def get_edges(self, node): + if node is None: + node = self + start = self.getRawIdent(node) + _, _, outraw, incraw = self.graph.describe_node(start) + + def iter_edges(lst, n): + seen = set() + for tpl in (self.graph.describe_edge(e) for e in lst): + ident = tpl[n] + if ident not in seen: + yield self.findNode(ident) + seen.add(ident) + + return iter_edges(outraw, 3), iter_edges(incraw, 2) + + def edgeData(self, fromNode, toNode): + if fromNode is None: + fromNode = self + start = self.getRawIdent(fromNode) + stop = self.getRawIdent(toNode) + edge = self.graph.edge_by_node(start, stop) + return self.graph.edge_data(edge) + + def updateEdgeData(self, fromNode, toNode, edgeData): + if fromNode is None: + fromNode = self + start = self.getRawIdent(fromNode) + stop = self.getRawIdent(toNode) + edge = self.graph.edge_by_node(start, stop) + self.graph.update_edge_data(edge, edgeData) + + def filterStack(self, filters): + """ + Filter the ObjectGraph in-place by removing all edges to nodes that + do not match every filter in the given filter list + + Returns a tuple containing the number of: + (nodes_visited, nodes_removed, nodes_orphaned) + """ + visited, removes, orphans = filter_stack(self.graph, self, filters) + + for last_good, tail in orphans: + self.graph.add_edge(last_good, tail, edge_data="orphan") + + for node in removes: + self.graph.hide_node(node) + + return len(visited) - 1, len(removes), len(orphans) + + def removeNode(self, node): + """ + Remove the given node from the graph if it exists + """ + ident = self.getIdent(node) + if ident is not None: + self.graph.hide_node(ident) + + def removeReference(self, fromnode, tonode): + """ + Remove all edges from fromnode to tonode + """ + if fromnode is None: + fromnode = self + fromident = self.getIdent(fromnode) + toident = self.getIdent(tonode) + if fromident is not None and toident is not None: + while True: + edge = self.graph.edge_by_node(fromident, toident) + if edge is None: + break + self.graph.hide_edge(edge) + + def getIdent(self, node): + """ + Get the graph identifier for a node + """ + ident = self.getRawIdent(node) + if ident is not None: + return ident + node = self.findNode(node) + if node is None: + return None + return node.graphident + + def getRawIdent(self, node): + """ + Get the identifier for a node object + """ + if node is self: + return node + ident = getattr(node, "graphident", None) + return ident + + def __contains__(self, node): + return self.findNode(node) is not None + + def findNode(self, node): + """ + Find the node on the graph + """ + ident = self.getRawIdent(node) + if ident is None: + ident = node + try: + return self.graph.node_data(ident) + except KeyError: + return None + + def addNode(self, node): + """ + Add a node to the graph referenced by the root + """ + self.msg(4, "addNode", node) + + try: + self.graph.restore_node(node.graphident) + except GraphError: + self.graph.add_node(node.graphident, node) + + def createReference(self, fromnode, tonode, edge_data=None): + """ + Create a reference from fromnode to tonode + """ + if fromnode is None: + fromnode = self + fromident, toident = self.getIdent(fromnode), self.getIdent(tonode) + if fromident is None or toident is None: + return + self.msg(4, "createReference", fromnode, tonode, edge_data) + self.graph.add_edge(fromident, toident, edge_data=edge_data) + + def createNode(self, cls, name, *args, **kw): + """ + Add a node of type cls to the graph if it does not already exist + by the given name + """ + m = self.findNode(name) + if m is None: + m = cls(name, *args, **kw) + self.addNode(m) + return m + + def msg(self, level, s, *args): + """ + Print a debug message with the given level + """ + if s and level <= self.debug: + print("%s%s %s" % (" " * self.indent, s, " ".join(map(repr, args)))) + + def msgin(self, level, s, *args): + """ + Print a debug message and indent + """ + if level <= self.debug: + self.msg(level, s, *args) + self.indent = self.indent + 1 + + def msgout(self, level, s, *args): + """ + Dedent and print a debug message + """ + if level <= self.debug: + self.indent = self.indent - 1 + self.msg(level, s, *args) diff --git a/venv/lib64/python3.12/site-packages/altgraph/__init__.py b/venv/lib64/python3.12/site-packages/altgraph/__init__.py new file mode 100644 index 0000000..a563424 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/altgraph/__init__.py @@ -0,0 +1,148 @@ +""" +altgraph - a python graph library +================================= + +altgraph is a fork of `graphlib `_ tailored +to use newer Python 2.3+ features, including additional support used by the +py2app suite (modulegraph and macholib, specifically). + +altgraph is a python based graph (network) representation and manipulation +package. It has started out as an extension to the +`graph_lib module +`_ +written by Nathan Denny it has been significantly optimized and expanded. + +The :class:`altgraph.Graph.Graph` class is loosely modeled after the +`LEDA `_ +(Library of Efficient Datatypes) representation. The library +includes methods for constructing graphs, BFS and DFS traversals, +topological sort, finding connected components, shortest paths as well as a +number graph statistics functions. The library can also visualize graphs +via `graphviz `_. + +The package contains the following modules: + + - the :py:mod:`altgraph.Graph` module contains the + :class:`~altgraph.Graph.Graph` class that stores the graph data + + - the :py:mod:`altgraph.GraphAlgo` module implements graph algorithms + operating on graphs (:py:class:`~altgraph.Graph.Graph`} instances) + + - the :py:mod:`altgraph.GraphStat` module contains functions for + computing statistical measures on graphs + + - the :py:mod:`altgraph.GraphUtil` module contains functions for + generating, reading and saving graphs + + - the :py:mod:`altgraph.Dot` module contains functions for displaying + graphs via `graphviz `_ + + - the :py:mod:`altgraph.ObjectGraph` module implements a graph of + objects with a unique identifier + +Installation +------------ + +Download and unpack the archive then type:: + + python setup.py install + +This will install the library in the default location. For instructions on +how to customize the install procedure read the output of:: + + python setup.py --help install + +To verify that the code works run the test suite:: + + python setup.py test + +Example usage +------------- + +Lets assume that we want to analyze the graph below (links to the full picture) +GRAPH_IMG. Our script then might look the following way:: + + from altgraph import Graph, GraphAlgo, Dot + + # these are the edges + edges = [ (1,2), (2,4), (1,3), (2,4), (3,4), (4,5), (6,5), + (6,14), (14,15), (6, 15), (5,7), (7, 8), (7,13), (12,8), + (8,13), (11,12), (11,9), (13,11), (9,13), (13,10) ] + + # creates the graph + graph = Graph.Graph() + for head, tail in edges: + graph.add_edge(head, tail) + + # do a forward bfs from 1 at most to 20 + print(graph.forw_bfs(1)) + +This will print the nodes in some breadth first order:: + + [1, 2, 3, 4, 5, 7, 8, 13, 11, 10, 12, 9] + +If we wanted to get the hop-distance from node 1 to node 8 +we coud write:: + + print(graph.get_hops(1, 8)) + +This will print the following:: + + [(1, 0), (2, 1), (3, 1), (4, 2), (5, 3), (7, 4), (8, 5)] + +Node 1 is at 0 hops since it is the starting node, nodes 2,3 are 1 hop away ... +node 8 is 5 hops away. To find the shortest distance between two nodes you +can use:: + + print(GraphAlgo.shortest_path(graph, 1, 12)) + +It will print the nodes on one (if there are more) the shortest paths:: + + [1, 2, 4, 5, 7, 13, 11, 12] + +To display the graph we can use the GraphViz backend:: + + dot = Dot.Dot(graph) + + # display the graph on the monitor + dot.display() + + # save it in an image file + dot.save_img(file_name='graph', file_type='gif') + + + +.. + @author: U{Istvan Albert} + + @license: MIT License + + Copyright (c) 2004 Istvan Albert unless otherwise noted. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + @requires: Python 2.3 or higher + + @newfield contributor: Contributors: + @contributor: U{Reka Albert } + +""" +import pkg_resources + +__version__ = pkg_resources.require("altgraph")[0].version + + +class GraphError(ValueError): + pass diff --git a/venv/lib64/python3.12/site-packages/altgraph/__pycache__/Dot.cpython-312.pyc b/venv/lib64/python3.12/site-packages/altgraph/__pycache__/Dot.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0c747864399cc7fb71117faba0788581dc71a4c GIT binary patch literal 11721 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphAlgo.cpython-312.pyc b/venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphAlgo.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85352bd0bb6900ebf0d5c83c31965ae7606291ed GIT binary patch literal 7118 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphStat.cpython-312.pyc b/venv/lib64/python3.12/site-packages/altgraph/__pycache__/GraphStat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fef2174b1e4335e82bf3fca9b293fc62c6dbe96 GIT binary patch literal 2423 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 DY50sE literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/altgraph/__pycache__/ObjectGraph.cpython-312.pyc b/venv/lib64/python3.12/site-packages/altgraph/__pycache__/ObjectGraph.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c6f223b21e858de68f77d9edcc87d6ba56da9a0 GIT binary patch literal 10137 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 literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/LICENSE b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/LICENSE @@ -0,0 +1,20 @@ +This package contains a modified version of ca-bundle.crt: + +ca-bundle.crt -- Bundle of CA Root Certificates + +This is a bundle of X.509 certificates of public Certificate Authorities +(CA). These were automatically extracted from Mozilla's root certificates +file (certdata.txt). This file can be found in the mozilla source tree: +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +It contains the certificates in PEM format and therefore +can be directly used with curl / libcurl / php_curl, or with +an Apache+mod_ssl webserver for SSL client authentication. +Just configure this file as the SSLCACertificateFile.# + +***** BEGIN LICENSE BLOCK ***** +This Source Code Form is subject to the terms of the Mozilla Public License, +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain +one at http://mozilla.org/MPL/2.0/. + +***** END LICENSE BLOCK ***** +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/METADATA b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/METADATA new file mode 100644 index 0000000..7dd1791 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/METADATA @@ -0,0 +1,66 @@ +Metadata-Version: 2.1 +Name: certifi +Version: 2023.11.17 +Summary: Python package for providing Mozilla's CA Bundle. +Home-page: https://github.com/certifi/python-certifi +Author: Kenneth Reitz +Author-email: me@kennethreitz.com +License: MPL-2.0 +Project-URL: Source, https://github.com/certifi/python-certifi +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) +Classifier: Natural Language :: English +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Requires-Python: >=3.6 +License-File: LICENSE + +Certifi: Python SSL Certificates +================================ + +Certifi provides Mozilla's carefully curated collection of Root Certificates for +validating the trustworthiness of SSL certificates while verifying the identity +of TLS hosts. It has been extracted from the `Requests`_ project. + +Installation +------------ + +``certifi`` is available on PyPI. Simply install it with ``pip``:: + + $ pip install certifi + +Usage +----- + +To reference the installed certificate authority (CA) bundle, you can use the +built-in function:: + + >>> import certifi + + >>> certifi.where() + '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem' + +Or from the command line:: + + $ python -m certifi + /usr/local/lib/python3.7/site-packages/certifi/cacert.pem + +Enjoy! + +.. _`Requests`: https://requests.readthedocs.io/en/master/ + +Addition/Removal of Certificates +-------------------------------- + +Certifi does not support any addition/removal or other modification of the +CA trust store content. This project is intended to provide a reliable and +highly portable root of trust to python deployments. Look to upstream projects +for methods to use alternate trust. diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/RECORD b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/RECORD new file mode 100644 index 0000000..e9e5a73 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/RECORD @@ -0,0 +1,14 @@ +certifi-2023.11.17.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +certifi-2023.11.17.dist-info/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +certifi-2023.11.17.dist-info/METADATA,sha256=P7BMxvbKUZTP20mLy_wc2atkEPFNVqElEzV6Mhaj3Zc,2172 +certifi-2023.11.17.dist-info/RECORD,, +certifi-2023.11.17.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92 +certifi-2023.11.17.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 +certifi/__init__.py,sha256=oYZVbNEJ66LQQamFRyuICe6FoYDmkY4j4fKEyO9D96c,94 +certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243 +certifi/__pycache__/__init__.cpython-312.pyc,, +certifi/__pycache__/__main__.cpython-312.pyc,, +certifi/__pycache__/core.cpython-312.pyc,, +certifi/cacert.pem,sha256=z503-oFAev4R3MDXD-YCVhQiqiNEcIwyTkUE24xsV0g,290282 +certifi/core.py,sha256=lhewz0zFb2b4ULsQurElmloYwQoecjWzPqY67P8T7iM,4219 +certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/WHEEL b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/WHEEL new file mode 100644 index 0000000..ba48cbc --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.41.3) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/top_level.txt b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/top_level.txt new file mode 100644 index 0000000..963eac5 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi-2023.11.17.dist-info/top_level.txt @@ -0,0 +1 @@ +certifi diff --git a/venv/lib64/python3.12/site-packages/certifi/__init__.py b/venv/lib64/python3.12/site-packages/certifi/__init__.py new file mode 100644 index 0000000..b93bb49 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.11.17" diff --git a/venv/lib64/python3.12/site-packages/certifi/__main__.py b/venv/lib64/python3.12/site-packages/certifi/__main__.py new file mode 100644 index 0000000..8945b5d --- /dev/null +++ b/venv/lib64/python3.12/site-packages/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/venv/lib64/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26c43ce31e2203325c5c2b25d0ac741b713ef22c GIT binary patch literal 319 zcmYjMu};G<5Vez(wu#DykXV4RLt`2S7Q`1I7Q~W)Q;4sPA&Dc~BnlJ#12(>ajsIX_ zL|H&$VngcI30DG%H{89u_fAjuG8*~BV(35PrR|^V;SbI)S?*c#NI2m%Ck2gZ;lvIl z+~MxriCyl+UfUaQd{Ju~JKZ3arNPqZuGeI!P`P%mJX`Mk=pZ@_r_*qHbT;mFUMl~~ zT^}IHbAT=Ys8MMlOMoY`w5MbRERzK?-C$zaT$oD9YfO!1=T(y8shHv9qT-1`#cC{T zmWwM^wI-9LO^lcp1}D~elgv@G6qOM(!2m=l3_w`5tHE(0`E8CTDzJI$XY{r$-!7%} Xo$P-ETMx~vzkA<*+uT_MYG}0|*t1q= literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc b/venv/lib64/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e82a266a6dc2f9a9b3d951874a241588d0fca20 GIT binary patch literal 634 zcmZuu&ubJh6i(*%3~no3gvHaMh^{ydw%1lDc$6ZDAbT0cnb+N{J3mOWEn9jhf@tZ* zoBj#Pdhq}7;?m02c&T_0Z$fW9nQV8u7X!)r@_pZXc}c$1Y5`Ki4?e@0iof)x8ukpF z9V_q-r6|RH)Yj4HBk@788 z>O5Z7@xbd@bG|}sL3QA(X;jV;zR)ll;+batPiwh|X7}rJYhsLlpvB+l=BeL&)0p_pvEMxMZ|plK$eEz}7}eiCe1Gr5-d9vVMr$W- rZQ?e@ZsW+kzHgnH?(6lJ>)$Q^;LhRQZ`QS+3f(%q{c4k4RmJ}Sk#3vN literal 0 HcmV?d00001 diff --git a/venv/lib64/python3.12/site-packages/certifi/__pycache__/core.cpython-312.pyc b/venv/lib64/python3.12/site-packages/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..806efa00222fedc0d92c77b346493f3d2c1d8274 GIT binary patch literal 2833 zcmb7G&uF~m+Uv&3eu0qNL?=n23%ZyWk^&WSvOBG*b!qB5LfA%_ zCFiAroRkYnQW1zQrrY50=n7S{qTY60PI~LM2W;Pr_#f-3jrF{+UVGAC2qXjVt>PC@h0bKBKxik`a@(3wyB5Z_5jx2b%uw|}y%+WpFVVa8APwmn z4eK2+hU2&wpWby{Ne1eB3AMx#uEi0LT%o=UWwwzu21+x&9~#Z)8=o|+Si#gU=4p&k z`ywk^F?*86jG|?y^ZB%Gn8jG$%+w4s8_T3|rGXMH#7q`5Y%7*Ai#9FV)_`vrcQFzd zmnG24h+JIcp0t(98hOeUlooHReI|o*-KKznJ}bY1xJ_*LJ()Xd<9nysILm3e@Bqkw zE$6A}R;i2bsH@Ym?b3+YsyjCqaIL0(P&XT%EwPM|`_c&a)DyYtYi1(u;r`Unv7r;A zXvVe@V3h zkB2LLUsg7Kb>sB&-Ys{oE=Bj1qx&k+{gvJWH-=woy^Cru>w-1bAc<%>NPYtbAX&$W zz@c?>nrk2mQ|hgWS+0SyI|jbeL)rBP6qFH$^@1U$TuECQ!?-VSl@>FmZWJftl9PId z@NzGsX+34r%QnMJI{~v0j;JngSub?s@K~RKm?O`%@cj9T7G2VImbIPtHdnO$OWM)0 zcJ%ihi`vnOHoB;eI_tzmhFe)i4g%3-gqdxEP6nPv!xH6WBoD?KZpWM4#uD*Btofux zyTNK3y`7fxx>i&FKU*1k#1-ZT#nlOFrdjVa1K^^?I>MlJIqgY$uvmbX#HOlD;osfL$$ zb{)_zgV7ps6EZjXv*JU+h3+$QO`et4qp&+WBkFL6>BRLA$Qap5_7F>$76o#i2=JRB zm!^;47tl?s10cg(;dU+5WSX4q~!&8 ztlc00Qa=fH{k;9B9d}PX4fI!u;Eg^CKMQTReelPFKOK52LH{kj{0GIVg*Ee+j@{BD z<)CMMa^HX%t>n(t$qcU>ZN0qMm}#fE2mD$~$z6Aqbq>NTmY4b$$KWiEIJF_JaM85b zN3cBi=msmM3zVxV=Qc{ExQwMaE^r}hVU?<93(KRE=qwl(mIWZ0KX~ip&6Bsz+&pvV zRK>sjhVWAByfuAu`qu2t*@a^ZvlVUEqPpw-YWShVXCLF&*A^;=@s60n!9EmNcH`m| z<)WSK|D3nMWnyIPcsKW?Qo5Oey-C)L#r>Bkv)~w{jAGX0A)`<-nGILQfXjcYc~LQ^ zEMTdq)dnXG&Vj@9u_y}U5ZeWUEA~tYuX0dOaM@OT=lk0E7cmYa+;g^e32}AQJ!)$= zwW=Pj{pt9E9R_F2za@aIN`fG~78OBW@e`rF+D2s0k`yXSq50`2(w0~9;ES%v+-YFy z+;CNnD4XZ^t`Jbw-GVYE%xB&Z)Zo_UT~fNsO7}wKi4uJ!A8B>lP;&!S9Tb$~b+_Zf zib|B=pK`}v^5z%8(EN#|@V0Vz+uh7!I9?8ZI(PCJTnu9i{fpf@;9i(JRqY}hW6vU6 zUVA-C^jT+5RRaB@Yg1JL4IzXgRS#M!=?qtKPSr= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("certifi", "cacert.pem", encoding="ascii") diff --git a/venv/lib64/python3.12/site-packages/certifi/py.typed b/venv/lib64/python3.12/site-packages/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE new file mode 100644 index 0000000..ad82355 --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 TAHRI Ahmed R. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/METADATA b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/METADATA new file mode 100644 index 0000000..822550e --- /dev/null +++ b/venv/lib64/python3.12/site-packages/charset_normalizer-3.3.2.dist-info/METADATA @@ -0,0 +1,683 @@ +Metadata-Version: 2.1 +Name: charset-normalizer +Version: 3.3.2 +Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. +Home-page: https://github.com/Ousret/charset_normalizer +Author: Ahmed TAHRI +Author-email: ahmed.tahri@cloudnursery.dev +License: MIT +Project-URL: Bug Reports, https://github.com/Ousret/charset_normalizer/issues +Project-URL: Documentation, https://charset-normalizer.readthedocs.io/en/latest +Keywords: encoding,charset,charset-detector,detector,normalization,unicode,chardet,detect +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: MIT License +Classifier: Intended Audience :: Developers +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Text Processing :: Linguistic +Classifier: Topic :: Utilities +Classifier: Typing :: Typed +Requires-Python: >=3.7.0 +Description-Content-Type: text/markdown +License-File: LICENSE +Provides-Extra: unicode_backport + +